/trunk/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 322 if ( GetView().GetPostItMgr() && in ExecField() 329 if ( GetView().GetPostItMgr() ) in ExecField() 330 GetView().GetPostItMgr()->Delete(); in ExecField() 335 if ( pNoteItem && GetView().GetPostItMgr() ) in ExecField() 340 if ( GetView().GetPostItMgr() && in ExecField() 343 GetView().GetPostItMgr()->HideActiveSidebarWin(); in ExecField() 347 if ( GetView().GetPostItMgr() ) in ExecField() 348 GetView().GetPostItMgr()->Hide(); in ExecField() 353 if ( pNoteItem && GetView().GetPostItMgr() ) in ExecField() 362 if (bNew || GetView().GetPostItMgr()->IsAnswer()) in ExecField() [all …]
|
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() 1207 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in ExecLingu() 1332 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in GetLinguState() 1404 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in ExecTransliteration() [all …]
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view0.cxx | 319 if (!GetPostItMgr()->HasNotes()) in StateViewOptions() 458 GetPostItMgr()->SetLayout(); in ExecViewOptions() 461 GetPostItMgr()->CheckMetaText(); in ExecViewOptions() 603 GetPostItMgr()->SetSpellChecking(); in ExecViewOptions()
|
H A D | viewmdi.cxx | 126 SwPostItMgr* pPostItMgr = GetPostItMgr(); in _SetZoom() 488 … sw::sidebarwindows::SwSidebarWin* pPostIt = pThis->GetPostItMgr()->GetActiveSidebarWin(); in IMPL_STATIC_LINK() 490 pThis->GetPostItMgr()->SetActiveSidebarWin(0); in IMPL_STATIC_LINK() 496 pThis->GetPostItMgr()->SetActiveSidebarWin(pPostIt); in IMPL_STATIC_LINK()
|
H A D | viewsrch.cxx | 631 if (GetPostItMgr()->HasActiveSidebarWin()) in Replace() 632 GetPostItMgr()->Replace(pSrchItem); in Replace()
|
H A D | view2.cxx | 1325 const SwPostItMgr* pMgr = GetPostItMgr(); in StateStatusLine() 1816 SwPostItMgr* pMgr = GetPostItMgr(); in ExecuteStatusLine()
|
/trunk/main/sw/source/ui/app/ |
H A D | docsh.cxx | 437 mpView->GetPostItMgr() && in SaveAs() 438 mpView->GetPostItMgr()->HasActiveSidebarWin() ) in SaveAs() 440 mpView->GetPostItMgr()->UpdateDataOnActiveSidebarWin(); in SaveAs() 589 mpView->GetPostItMgr() && in ConvertTo() 590 mpView->GetPostItMgr()->HasActiveSidebarWin() ) in ConvertTo() 592 mpView->GetPostItMgr()->UpdateDataOnActiveSidebarWin(); in ConvertTo()
|
H A D | swmodul1.cxx | 116 pView->GetPostItMgr()->PrepareView(true); in lcl_SetUIPrefs()
|
/trunk/main/sw/inc/ |
H A D | viewsh.hxx | 590 … const SwPostItMgr* GetPostItMgr() const { return (const_cast<ViewShell*>(this))->GetPostItMgr(); } in GetPostItMgr() function in ViewShell 591 SwPostItMgr* GetPostItMgr();
|
/trunk/main/sw/source/ui/utlui/ |
H A D | content.cxx | 408 SwPostItMgr* aMgr = pWrtShell->GetView().GetPostItMgr(); in Init() 756 SwPostItMgr* aMgr = pWrtShell->GetView().GetPostItMgr(); in FillMemberList() 2984 pActiveShell->GetView().GetPostItMgr()->Show(); in ExcecuteContextMenuAction() 2987 pActiveShell->GetView().GetPostItMgr()->Hide(); in ExcecuteContextMenuAction() 2991 pActiveShell->GetView().GetPostItMgr()->SetActiveSidebarWin(0); in ExcecuteContextMenuAction() 2992 pActiveShell->GetView().GetPostItMgr()->Delete(); in ExcecuteContextMenuAction() 3248 pActiveShell->GetView().GetPostItMgr()->AssureStdModeAtShell(); in EditEntry() 3253 pActiveShell->GetView().GetPostItMgr()->SetActiveSidebarWin(0); in EditEntry() 3417 pActiveShell->GetView().GetPostItMgr()->AssureStdModeAtShell(); in GotoContent() 3461 rView.GetPostItMgr()->SetActiveSidebarWin(0); in GotoContent()
|
/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() function in ViewShell 2734 return pView->GetPostItMgr(); in GetPostItMgr()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 1498 if (_rView.GetPostItMgr() && _rView.GetPostItMgr()->HasActiveSidebarWin() ) in GetSelectionType() 1847 if(GetView().GetPostItMgr()->GetActiveSidebarWin()) in CanInsert()
|
/trunk/main/sw/source/ui/inc/ |
H A D | view.hxx | 667 SwPostItMgr* GetPostItMgr() { return mpPostItMgr;} in GetPostItMgr() function in SwView 668 const SwPostItMgr* GetPostItMgr() const { return mpPostItMgr;} in GetPostItMgr() function in SwView
|
/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/ui/docvw/ |
H A D | edtwin.cxx | 2646 if (rView.GetPostItMgr()->IsHit(rMEvt.GetPosPixel())) in MouseButtonDown() 2649 rView.GetPostItMgr()->SetActiveSidebarWin(0); in MouseButtonDown() 3807 … rView.GetPostItMgr()->SetShadowState(reinterpret_cast<const SwPostItField*>(pFld),false); in MouseMove() 3810 rView.GetPostItMgr()->SetShadowState(0,false); in MouseMove() 3813 rView.GetPostItMgr()->SetShadowState(0,false); in MouseMove() 4715 if ( rView.GetPostItMgr()->HasActiveSidebarWin() ) in GetFocus() 4717 rView.GetPostItMgr()->GrabFocusOnActiveSidebarWin(); in GetFocus() 4782 if (rView.GetPostItMgr()->IsHit(rCEvt.GetMousePosPixel())) in Command()
|
/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 | 5560 const SwPostItMgr *pMgr = _pViewShell->GetPostItMgr(); in PaintNotesSidebar() 5689 const SwPostItMgr *pMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in AddSidebarBorders() 5701 const SwPostItMgr *pMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in AddSidebarBorders() 5713 const SwPostItMgr* pPostItMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in GetSidebarBorderWidth()
|
H A D | layact.cxx | 1462 const SwPostItMgr* pPostItMgr = pImp->GetShell()->GetPostItMgr(); in FormatLayout()
|