Home
last modified time | relevance | path

Searched refs:SwPostItMgr (Results 1 – 23 of 23) sorted by relevance

/AOO41X/main/sw/source/ui/docvw/
H A DPostItMgr.cxx104 SwPostItMgr::SwPostItMgr(SwView* pView) in SwPostItMgr() function in SwPostItMgr
140 mnEventId = Application::PostUserEvent( LINK( this, SwPostItMgr, CalcHdl), 0 ); in SwPostItMgr()
144 SwPostItMgr::~SwPostItMgr() in ~SwPostItMgr()
160 void SwPostItMgr::CheckForRemovedPostIts() in CheckForRemovedPostIts()
195 void SwPostItMgr::InsertItem(SfxBroadcaster* pItem, bool bCheckExistance, bool bFocus) in InsertItem()
217 void SwPostItMgr::RemoveItem( SfxBroadcaster* pBroadcast ) in RemoveItem()
237 void SwPostItMgr::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
247 mnEventId = Application::PostUserEvent( LINK( this, SwPostItMgr, CalcHdl), 0 ); in Notify()
273 … mnEventId = Application::PostUserEvent( LINK( this, SwPostItMgr, CalcHdl), 0 ); in Notify()
420 void SwPostItMgr::Focus(SfxBroadcaster& rBC) in Focus()
[all …]
H A DSidebarTxtControl.hxx31 class SwPostItMgr;
43 SwPostItMgr& mrPostItMgr;
65 SwPostItMgr& rPostItMgr );
H A DAnnotationWin.cxx65 SwPostItMgr& aMgr, in SwAnnotationWin()
H A DSidebarTxtControl.cxx68 SwPostItMgr& rPostItMgr ) in SidebarTxtControl()
H A DSidebarWin.cxx100 SwPostItMgr& aMgr, in SwSidebarWin()
/AOO41X/main/sw/source/ui/shells/
H A Dannotsh.cxx166 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 Dtextfld.cxx643 SwPostItMgr* pPostItMgr = GetView().GetPostItMgr(); in StateField()
/AOO41X/main/sw/inc/
H A DSidebarWin.hxx40 class SwPostItMgr;
71 SwPostItMgr& aMgr,
200 inline SwPostItMgr& Mgr() { return mrMgr; } in Mgr()
208 SwPostItMgr& mrMgr;
H A Dpostithelper.hxx38 class SwPostItMgr;
125 SwPostItMgr& aMgr,
179 SwPostItMgr& aMgr,
H A DPostItMgr.hxx147 class SwPostItMgr: public SfxListener class
202 SwPostItMgr(SwView* aDoc);
203 ~SwPostItMgr();
H A Dviewsh.hxx83 class SwPostItMgr;
590 … const SwPostItMgr* GetPostItMgr() const { return (const_cast<ViewShell*>(this))->GetPostItMgr(); } in GetPostItMgr()
591 SwPostItMgr* GetPostItMgr();
H A DAnnotationWin.hxx39 SwPostItMgr& aMgr,
/AOO41X/main/sw/source/ui/inc/
H A Dview.hxx89 class SwPostItMgr;
243 SwPostItMgr *mpPostItMgr;
667 SwPostItMgr* GetPostItMgr() { return mpPostItMgr;} in GetPostItMgr()
668 const SwPostItMgr* GetPostItMgr() const { return mpPostItMgr;} in GetPostItMgr()
/AOO41X/main/sw/source/core/access/
H A Dacccontext.cxx1542 SwPostItMgr* pPostItMgr = GetMap()->GetShell()->GetPostItMgr(); in HasAdditionalAccessibleChildren()
1563 SwPostItMgr* pPostItMgr = GetMap()->GetShell()->GetPostItMgr(); in GetAdditionalAccessibleChild()
1584 SwPostItMgr* pPostItMgr = GetMap()->GetShell()->GetPostItMgr(); in GetAdditionalAccessibleChildren()
/AOO41X/main/sw/source/core/view/
H A Dviewsh.cxx1146 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()
/AOO41X/main/sw/source/core/fields/
H A Dpostithelper.cxx198 SwPostItMgr& aMgr, in GetSidebarWindow()
/AOO41X/main/sw/source/ui/utlui/
H A Dcontent.cxx414 SwPostItMgr* aMgr = pWrtShell->GetView().GetPostItMgr(); in Init()
417 for(SwPostItMgr::const_iterator i = aMgr->begin(); i != aMgr->end(); ++i) in Init()
762 SwPostItMgr* aMgr = pWrtShell->GetView().GetPostItMgr(); in FillMemberList()
765 for(SwPostItMgr::const_iterator i = aMgr->begin(); i != aMgr->end(); ++i) in FillMemberList()
/AOO41X/main/sw/source/ui/uiview/
H A Dviewmdi.cxx126 SwPostItMgr* pPostItMgr = GetPostItMgr(); in _SetZoom()
H A Dview2.cxx1325 const SwPostItMgr* pMgr = GetPostItMgr(); in StateStatusLine()
1816 SwPostItMgr* pMgr = GetPostItMgr(); in ExecuteStatusLine()
H A Dview.cxx941 mpPostItMgr = new SwPostItMgr(this); in SwView()
/AOO41X/main/sw/source/core/crsr/
H A Dfindtxt.cxx329 SwPostItMgr *const pPostItMgr = (pWrtShell) ? pWrtShell->GetPostItMgr() : 0; in Find()
/AOO41X/main/sw/source/core/layout/
H A Dpaintfrm.cxx5486 const SwPostItMgr *pMgr = _pViewShell->GetPostItMgr(); in PaintNotesSidebar()
5615 const SwPostItMgr *pMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in AddSidebarBorders()
5627 const SwPostItMgr *pMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in AddSidebarBorders()
5639 const SwPostItMgr* pPostItMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in GetSidebarBorderWidth()
H A Dlayact.cxx1464 const SwPostItMgr* pPostItMgr = pImp->GetShell()->GetPostItMgr(); in FormatLayout()