| /trunk/main/sw/source/ui/docvw/ |
| H A D | PostItMgr.cxx | 102 SwPostItMgr::SwPostItMgr(SwView* pView) in SwPostItMgr() function in SwPostItMgr 138 mnEventId = Application::PostUserEvent( LINK( this, SwPostItMgr, CalcHdl), 0 ); in SwPostItMgr() 142 SwPostItMgr::~SwPostItMgr() in ~SwPostItMgr() 158 void SwPostItMgr::CheckForRemovedPostIts() in CheckForRemovedPostIts() 193 void SwPostItMgr::InsertItem(SfxBroadcaster* pItem, bool bCheckExistance, bool bFocus) in InsertItem() 215 void SwPostItMgr::RemoveItem( SfxBroadcaster* pBroadcast ) in RemoveItem() 235 void SwPostItMgr::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify() 245 mnEventId = Application::PostUserEvent( LINK( this, SwPostItMgr, CalcHdl), 0 ); in Notify() 271 … mnEventId = Application::PostUserEvent( LINK( this, SwPostItMgr, CalcHdl), 0 ); in Notify() 418 void SwPostItMgr::Focus(SfxBroadcaster& rBC) in Focus() [all …]
|
| H A D | SidebarTxtControl.hxx | 31 class SwPostItMgr; 43 SwPostItMgr& mrPostItMgr; 65 SwPostItMgr& rPostItMgr );
|
| H A D | AnnotationWin.cxx | 65 SwPostItMgr& aMgr, in SwAnnotationWin()
|
| H A D | SidebarTxtControl.cxx | 65 SwPostItMgr& rPostItMgr ) in SidebarTxtControl()
|
| H A D | SidebarWin.cxx | 98 SwPostItMgr& aMgr, in SwSidebarWin()
|
| /trunk/main/sw/source/ui/shells/ |
| H A D | annotsh.cxx | 166 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in GetUndoManager() 179 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in Exec() 629 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in GetState() 886 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in ExecClpbrd() 960 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in StateClpbrd() 1041 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in StateInsert() 1098 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in NoteExec() 1147 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in GetNoteState() 1207 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in ExecLingu() 1332 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in GetLinguState() [all …]
|
| H A D | textfld.cxx | 643 SwPostItMgr* pPostItMgr = GetView().GetPostItMgr(); in StateField()
|
| /trunk/main/sw/inc/ |
| H A D | SidebarWin.hxx | 40 class SwPostItMgr; 71 SwPostItMgr& aMgr, 200 inline SwPostItMgr& Mgr() { return mrMgr; } in Mgr() 208 SwPostItMgr& mrMgr;
|
| H A D | postithelper.hxx | 38 class SwPostItMgr; 125 SwPostItMgr& aMgr, 179 SwPostItMgr& aMgr,
|
| H A D | PostItMgr.hxx | 147 class SwPostItMgr: public SfxListener class 202 SwPostItMgr(SwView* aDoc); 203 ~SwPostItMgr();
|
| H A D | viewsh.hxx | 83 class SwPostItMgr; 590 … const SwPostItMgr* GetPostItMgr() const { return (const_cast<ViewShell*>(this))->GetPostItMgr(); } in GetPostItMgr() 591 SwPostItMgr* GetPostItMgr();
|
| H A D | AnnotationWin.hxx | 39 SwPostItMgr& aMgr,
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | view.hxx | 88 class SwPostItMgr; 242 SwPostItMgr *mpPostItMgr; 666 SwPostItMgr* GetPostItMgr() { return mpPostItMgr;} in GetPostItMgr() 667 const SwPostItMgr* GetPostItMgr() const { return mpPostItMgr;} in GetPostItMgr()
|
| /trunk/main/sw/source/core/access/ |
| H A D | acccontext.cxx | 1542 SwPostItMgr* pPostItMgr = GetMap()->GetShell()->GetPostItMgr(); in HasAdditionalAccessibleChildren() 1563 SwPostItMgr* pPostItMgr = GetMap()->GetShell()->GetPostItMgr(); in GetAdditionalAccessibleChild() 1584 SwPostItMgr* pPostItMgr = GetMap()->GetShell()->GetPostItMgr(); in GetAdditionalAccessibleChildren()
|
| /trunk/main/sw/source/core/view/ |
| H A D | viewsh.cxx | 1149 SwPostItMgr* pPostItMgr = GetPostItMgr(); in VisPortChgd() 1647 const SwPostItMgr* pPostItMgr = GetPostItMgr(); in PaintDesktop() 2049 const SwPostItMgr* pPostItMgr = GetPostItMgr(); in GetBrowseWidth() 2730 SwPostItMgr* ViewShell::GetPostItMgr() in GetPostItMgr()
|
| /trunk/main/sw/source/core/fields/ |
| H A D | postithelper.cxx | 198 SwPostItMgr& aMgr, in GetSidebarWindow()
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | content.cxx | 408 SwPostItMgr* aMgr = pWrtShell->GetView().GetPostItMgr(); in Init() 411 for(SwPostItMgr::const_iterator i = aMgr->begin(); i != aMgr->end(); ++i) in Init() 756 SwPostItMgr* aMgr = pWrtShell->GetView().GetPostItMgr(); in FillMemberList() 759 for(SwPostItMgr::const_iterator i = aMgr->begin(); i != aMgr->end(); ++i) in FillMemberList()
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | viewmdi.cxx | 121 SwPostItMgr* pPostItMgr = GetPostItMgr(); in _SetZoom()
|
| H A D | view2.cxx | 1323 const SwPostItMgr* pMgr = GetPostItMgr(); in StateStatusLine() 1814 SwPostItMgr* pMgr = GetPostItMgr(); in ExecuteStatusLine()
|
| H A D | view.cxx | 933 mpPostItMgr = new SwPostItMgr(this); in SwView()
|
| /trunk/main/sw/source/core/crsr/ |
| H A D | findtxt.cxx | 329 SwPostItMgr *const pPostItMgr = (pWrtShell) ? pWrtShell->GetPostItMgr() : 0; in Find()
|
| /trunk/main/sw/source/core/layout/ |
| H A D | paintfrm.cxx | 5514 const SwPostItMgr *pMgr = _pViewShell->GetPostItMgr(); in PaintNotesSidebar() 5643 const SwPostItMgr *pMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in AddSidebarBorders() 5655 const SwPostItMgr *pMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in AddSidebarBorders() 5667 const SwPostItMgr* pPostItMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in GetSidebarBorderWidth()
|
| H A D | layact.cxx | 1462 const SwPostItMgr* pPostItMgr = pImp->GetShell()->GetPostItMgr(); in FormatLayout()
|