Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx167 if ( !pPostItMgr || in GetUndoManager()
180 if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() ) in Exec()
630 if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() ) in GetState()
887 if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() ) in ExecClpbrd()
961 if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() ) in StateClpbrd()
1042 if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() ) in StateInsert()
1208 if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() ) in ExecLingu()
1333 if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() ) in GetLinguState()
1405 if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() ) in ExecTransliteration()
1530 if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() ) in StateUndo()
[all …]
H A Dtextfld.cxx643 SwPostItMgr* pPostItMgr = GetView().GetPostItMgr(); in StateField() local
644 if ( !pPostItMgr ) in StateField()
646 else if ( !pPostItMgr->HasActiveSidebarWin() ) in StateField()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1174 … const SwTwips nSidebarWidth = pPostItMgr && pPostItMgr->ShowNotes() && pPostItMgr->HasNotes() ? in VisPortChgd()
1283 if ( pPostItMgr ) in VisPortChgd()
1285 pPostItMgr->Rescale(); in VisPortChgd()
1286 pPostItMgr->CalcRects(); in VisPortChgd()
1287 pPostItMgr->LayoutPostIts(); in VisPortChgd()
1291 if ( !bScrolled && pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ) in VisPortChgd()
1292 pPostItMgr->CorrectPositions(); in VisPortChgd()
1648 const SwTwips nSidebarWidth = pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ? in PaintDesktop()
1649pPostItMgr->GetSidebarWidth() + pPostItMgr->GetSidebarBorderWidth() : in PaintDesktop()
2050 if ( pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ) in GetBrowseWidth()
[all …]
/trunk/main/sw/source/core/access/
H A Dacccontext.cxx1542 SwPostItMgr* pPostItMgr = GetMap()->GetShell()->GetPostItMgr(); in HasAdditionalAccessibleChildren() local
1543 if ( pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ) in HasAdditionalAccessibleChildren()
1545 bRet = pPostItMgr->HasFrmConnectedSidebarWins( *(GetFrm()) ); in HasAdditionalAccessibleChildren()
1563 SwPostItMgr* pPostItMgr = GetMap()->GetShell()->GetPostItMgr(); in GetAdditionalAccessibleChild() local
1564 if ( pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ) in GetAdditionalAccessibleChild()
1567 pPostItMgr->GetSidebarWinForFrmByIndex( *(GetFrm()), nIndex ); in GetAdditionalAccessibleChild()
1584 SwPostItMgr* pPostItMgr = GetMap()->GetShell()->GetPostItMgr(); in GetAdditionalAccessibleChildren() local
1585 if ( pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ) in GetAdditionalAccessibleChildren()
1587 pPostItMgr->GetAllSidebarWinForFrm( *(GetFrm()), pChildren ); in GetAdditionalAccessibleChildren()
/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx126 SwPostItMgr* pPostItMgr = GetPostItMgr(); in _SetZoom() local
127 if (pPostItMgr->HasNotes() && pPostItMgr->ShowNotes()) in _SetZoom()
128 aPageSize.Width() += pPostItMgr->GetSidebarWidth() + pPostItMgr->GetSidebarBorderWidth(); in _SetZoom()
141 if (pPostItMgr->HasNotes() && pPostItMgr->ShowNotes()) in _SetZoom()
/trunk/main/sw/source/core/crsr/
H A Dfindtxt.cxx329 SwPostItMgr *const pPostItMgr = (pWrtShell) ? pWrtShell->GetPostItMgr() : 0; in Find() local
333 if (pPostItMgr && pPostItMgr->HasActiveSidebarWin()) in Find()
345 if (pPostItMgr->FinishSearchReplace(rSearchOpt,bSrchForward)) in Find()
353 pPostItMgr->SetActiveSidebarWin(0); in Find()
389 …if ( pPostItMgr && pPostItMgr->SearchReplace(((SwTxtFld*)pTxtAttr)->GetFmtFld(),rSearchOpt,bSrchFo… in Find()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx1462 const SwPostItMgr* pPostItMgr = pImp->GetShell()->GetPostItMgr(); in FormatLayout() local
1463 …t int nSidebarWidth = pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ? pPostItMgr in FormatLayout()
H A Dpaintfrm.cxx5713 const SwPostItMgr* pPostItMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in GetSidebarBorderWidth() local
5714 …const SwTwips nRet = pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ? pPostItMgr-… in GetSidebarBorderWidth()

Completed in 104 milliseconds