Searched refs:pPostItMgr (Results 1 – 8 of 8) sorted by relevance
166 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in GetUndoManager() local167 if ( !pPostItMgr || in GetUndoManager()168 !pPostItMgr->HasActiveSidebarWin() ) in GetUndoManager()170 DBG_ASSERT(pPostItMgr,"PostItMgr::Layout(): We are looping forever"); in GetUndoManager()173 return &pPostItMgr->GetActiveSidebarWin()->GetOutlinerView()->GetOutliner()->GetUndoManager(); in GetUndoManager()179 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in Exec() local180 if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() ) in Exec()183 OutlinerView* pOLV = pPostItMgr->GetActiveSidebarWin()->GetOutlinerView(); in Exec()317 pPostItMgr->GetActiveSidebarWin()->ResetAttributes(); in Exec()368 if (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()!=SwPostItHelper::DELETED) in Exec()[all …]
643 SwPostItMgr* pPostItMgr = GetView().GetPostItMgr(); in StateField() local644 if ( !pPostItMgr ) in StateField()646 else if ( !pPostItMgr->HasActiveSidebarWin() ) in StateField()
1146 SwPostItMgr* pPostItMgr = GetPostItMgr(); in VisPortChgd() local1171 … const SwTwips nSidebarWidth = pPostItMgr && pPostItMgr->ShowNotes() && pPostItMgr->HasNotes() ? in VisPortChgd()1172 … pPostItMgr->GetSidebarWidth() + pPostItMgr->GetSidebarBorderWidth() : 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()1647 const SwPostItMgr* pPostItMgr = GetPostItMgr(); in PaintDesktop() local[all …]
1542 SwPostItMgr* pPostItMgr = GetMap()->GetShell()->GetPostItMgr(); in HasAdditionalAccessibleChildren() local1543 if ( pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ) in HasAdditionalAccessibleChildren()1545 bRet = pPostItMgr->HasFrmConnectedSidebarWins( *(GetFrm()) ); in HasAdditionalAccessibleChildren()1563 SwPostItMgr* pPostItMgr = GetMap()->GetShell()->GetPostItMgr(); in GetAdditionalAccessibleChild() local1564 if ( pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ) in GetAdditionalAccessibleChild()1567 pPostItMgr->GetSidebarWinForFrmByIndex( *(GetFrm()), nIndex ); in GetAdditionalAccessibleChild()1584 SwPostItMgr* pPostItMgr = GetMap()->GetShell()->GetPostItMgr(); in GetAdditionalAccessibleChildren() local1585 if ( pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ) in GetAdditionalAccessibleChildren()1587 pPostItMgr->GetAllSidebarWinForFrm( *(GetFrm()), pChildren ); in GetAdditionalAccessibleChildren()
126 SwPostItMgr* pPostItMgr = GetPostItMgr(); in _SetZoom() local127 if (pPostItMgr->HasNotes() && pPostItMgr->ShowNotes()) in _SetZoom()128 … aPageSize.Width() += pPostItMgr->GetSidebarWidth() + pPostItMgr->GetSidebarBorderWidth(); in _SetZoom()141 if (pPostItMgr->HasNotes() && pPostItMgr->ShowNotes()) in _SetZoom()
329 SwPostItMgr *const pPostItMgr = (pWrtShell) ? pWrtShell->GetPostItMgr() : 0; in Find() local333 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()
1464 const SwPostItMgr* pPostItMgr = pImp->GetShell()->GetPostItMgr(); in FormatLayout() local1465 …t int nSidebarWidth = pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ? pPostItMgr… in FormatLayout()
5639 const SwPostItMgr* pPostItMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in GetSidebarBorderWidth() local5640 …const SwTwips nRet = pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ? pPostItMgr-… in GetSidebarBorderWidth()