Home
last modified time | relevance | path

Searched refs:pPostIt (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/sw/source/ui/docvw/
H A DPostItMgr.cxx170 if (GetActiveSidebarWin() == p->pPostIt) in CheckForRemovedPostIts()
172 if (p->pPostIt) in CheckForRemovedPostIts()
173 delete p->pPostIt; in CheckForRemovedPostIts()
225 if (GetActiveSidebarWin() == p->pPostIt) in RemoveItem()
228 delete p->pPostIt; in RemoveItem()
378 if ((*i)->pPostIt) in Notify()
380 (*i)->pPostIt->SetPostItText(); in Notify()
396 if ((*i)->pPostIt) in Notify()
406 (*i)->pPostIt->SetLanguage( in Notify()
433 if ((*i)->pPostIt) in Focus()
[all …]
H A DSidebarWin.cxx1052 SwSidebarWin* pPostIt = mrMgr.GetNextPostIt(aDirection, this); in SwitchToPostIt() local
1053 if (pPostIt) in SwitchToPostIt()
1054 pPostIt->GrabFocus(); in SwitchToPostIt()
/AOO41X/main/sw/source/ui/shells/
H A Dtextfld.cxx360 SwPostItField* pPostIt = dynamic_cast<SwPostItField*>(aFldMgr.GetCurFld()); in ExecField() local
361 sal_Bool bNew = !(pPostIt && pPostIt->GetTyp()->Which() == RES_POSTITFLD); in ExecField()
384 pPostIt = (SwPostItField*)aFldMgr.GetCurFld(); in ExecField()
388 if (pPostIt) in ExecField()
395 if ( pSwFmtFld->GetField() == pPostIt ) in ExecField()
/AOO41X/main/sw/inc/
H A Dpostithelper.hxx98 sw::sidebarwindows::SwSidebarWin* pPostIt; member in SwSidebarItem
107 : pPostIt(0) in SwSidebarItem()
H A DPostItMgr.hxx177 …void AutoScroll(const sw::sidebarwindows::SwSidebarWin* pPostIt,const unsigned long aPa…
214 void MakeVisible( const sw::sidebarwindows::SwSidebarWin* pPostIt,
/AOO41X/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1925 WW8_Annotation::WW8_Annotation(const SwPostItField* pPostIt) in WW8_Annotation() argument
1927 mpRichText = pPostIt->GetTextObject(); in WW8_Annotation()
1929 msSimpleText = pPostIt->GetContent(); in WW8_Annotation()
1930 msOwner = pPostIt->GetPar1(); in WW8_Annotation()
1931 maDateTime = DateTime(pPostIt->GetDate(), pPostIt->GetTime()); in WW8_Annotation()
1941 void WW8_WrPlcAnnotations::Append( WW8_CP nCp, const SwPostItField *pPostIt ) in Append() argument
1944 WW8_Annotation* p = new WW8_Annotation(pPostIt); in Append()
H A Dwrtww8.hxx1220 WW8_Annotation(const SwPostItField* pPostIt);
1235 void Append( WW8_CP nCp, const SwPostItField* pPostIt );
/AOO41X/main/sw/source/ui/uiview/
H A Dviewmdi.cxx488 … sw::sidebarwindows::SwSidebarWin* pPostIt = pThis->GetPostItMgr()->GetActiveSidebarWin(); in IMPL_STATIC_LINK() local
489 if (pPostIt) in IMPL_STATIC_LINK()
496 pThis->GetPostItMgr()->SetActiveSidebarWin(pPostIt); in IMPL_STATIC_LINK()