Home
last modified time | relevance | path

Searched refs:mpPostItMgr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/uiview/ !
H A Dview.cxx198 else if ( mpPostItMgr ) in GotFocus()
203 mpPostItMgr->SetActiveSidebarWin(0); in GotFocus()
533 if (mpPostItMgr) in IMPL_LINK()
535 mpPostItMgr->SetShadowState( pWrtShell->GetPostItFieldAtCursor() ); in IMPL_LINK()
752 mpPostItMgr(0), in SwView()
933 mpPostItMgr = new SwPostItMgr(this); in SwView()
1043 delete mpPostItMgr; in ~SwView()
1045 mpPostItMgr = 0; in ~SwView()
H A Dviewport.cxx1252 if ( mpPostItMgr ) in OuterResizePixel()
1254 mpPostItMgr->CalcRects(); in OuterResizePixel()
1255 mpPostItMgr->LayoutPostIts(); in OuterResizePixel()
/trunk/main/sw/source/ui/inc/ !
H A Dview.hxx242 SwPostItMgr *mpPostItMgr; member in SwView
666 SwPostItMgr* GetPostItMgr() { return mpPostItMgr;} in GetPostItMgr()
667 const SwPostItMgr* GetPostItMgr() const { return mpPostItMgr;} in GetPostItMgr()