Home
last modified time | relevance | path

Searched refs:GetPostItMgr (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dtextfld.cxx322 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 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()
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 Dview0.cxx319 if (!GetPostItMgr()->HasNotes()) in StateViewOptions()
458 GetPostItMgr()->SetLayout(); in ExecViewOptions()
461 GetPostItMgr()->CheckMetaText(); in ExecViewOptions()
603 GetPostItMgr()->SetSpellChecking(); in ExecViewOptions()
H A Dviewmdi.cxx126 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 Dviewsrch.cxx631 if (GetPostItMgr()->HasActiveSidebarWin()) in Replace()
632 GetPostItMgr()->Replace(pSrchItem); in Replace()
H A Dview2.cxx1325 const SwPostItMgr* pMgr = GetPostItMgr(); in StateStatusLine()
1816 SwPostItMgr* pMgr = GetPostItMgr(); in ExecuteStatusLine()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx437 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 Dswmodul1.cxx116 pView->GetPostItMgr()->PrepareView(true); in lcl_SetUIPrefs()
/trunk/main/sw/inc/
H A Dviewsh.hxx590 … 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 Dcontent.cxx408 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 Dviewsh.cxx1149 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 Dwrtsh1.cxx1498 if (_rView.GetPostItMgr() && _rView.GetPostItMgr()->HasActiveSidebarWin() ) in GetSelectionType()
1847 if(GetView().GetPostItMgr()->GetActiveSidebarWin()) in CanInsert()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx667 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 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()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx2648 if (rView.GetPostItMgr()->IsHit(rMEvt.GetPosPixel())) in MouseButtonDown()
2651 rView.GetPostItMgr()->SetActiveSidebarWin(0); in MouseButtonDown()
3809 … rView.GetPostItMgr()->SetShadowState(reinterpret_cast<const SwPostItField*>(pFld),false); in MouseMove()
3812 rView.GetPostItMgr()->SetShadowState(0,false); in MouseMove()
3815 rView.GetPostItMgr()->SetShadowState(0,false); in MouseMove()
4717 if ( rView.GetPostItMgr()->HasActiveSidebarWin() ) in GetFocus()
4719 rView.GetPostItMgr()->GrabFocusOnActiveSidebarWin(); in GetFocus()
4784 if (rView.GetPostItMgr()->IsHit(rCEvt.GetMousePosPixel())) in Command()
/trunk/main/sw/source/core/crsr/
H A Dfindtxt.cxx329 SwPostItMgr *const pPostItMgr = (pWrtShell) ? pWrtShell->GetPostItMgr() : 0; in Find()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5560 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 Dlayact.cxx1462 const SwPostItMgr* pPostItMgr = pImp->GetShell()->GetPostItMgr(); in FormatLayout()

Completed in 253 milliseconds