Searched refs:mpWrtShell (Results 1 – 7 of 7) sorted by relevance
326 if ( mpWrtShell && mpDoc && in Save()374 if( mpWrtShell ) in Save()375 mpWrtShell->EndAllTblBoxEdit(); in Save()381 if ( mpWrtShell ) in Save()383 bLockedView = mpWrtShell->IsViewLocked(); in Save()384 mpWrtShell->LockView( sal_True ); //lock visible section in Save()390 if ( mpWrtShell ) in Save()391 mpWrtShell->LockView( bLockedView ); in Save()399 SfxViewFrame* pFrm = mpWrtShell ? mpWrtShell->GetView().GetViewFrame() : 0; in Save()471 if ( mpWrtShell && mpDoc && in SaveAs()[all …]
202 if ( mpWrtShell ) { in DoFlushDocInfo()203 bUnlockView = !mpWrtShell->IsViewLocked(); in DoFlushDocInfo()204 mpWrtShell->LockView( sal_True ); // lock visible section in DoFlushDocInfo()205 mpWrtShell->StartAllAction(); in DoFlushDocInfo()210 if ( mpWrtShell ) { in DoFlushDocInfo()211 mpWrtShell->EndAllAction(); in DoFlushDocInfo()213 mpWrtShell->LockView( sal_False ); in DoFlushDocInfo()277 if( mpWrtShell ) in Notify()279 bUnlockView = !mpWrtShell->IsViewLocked(); in Notify()280 mpWrtShell->LockView( sal_True ); //lock visible section in Notify()[all …]
434 SwFrmFmt* pFrm = mpWrtShell->GetCurFrmFmt(); in ExecStyleSheet()441 SwCharFmt* pChar = mpWrtShell->GetCurCharFmt(); in ExecStyleSheet()545 SwTxtFmtColl* pColl = mpWrtShell->FindTxtFmtCollByName( rParent ); in Edit()550 pColl = mpWrtShell->GetTxtCollFromPool( nId ); in Edit()569 SwTxtFmtColl* pColl = mpWrtShell->GetCurTxtFmtColl(); in Edit()580 SwCharFmt* pCFmt = mpWrtShell->FindCharFmtByName( rParent ); in Edit()585 pCFmt = mpWrtShell->GetCharFmtFromPool( nId ); in Edit()593 SwCharFmt* pCFmt = mpWrtShell->GetCurCharFmt(); in Edit()604 SwFrmFmt* pFFmt = mpWrtShell->GetDoc()->FindFrmFmtByName( rParent ); in Edit()609 pFFmt = mpWrtShell->GetFrmFmtFromPool( nId ); in Edit()[all …]
369 mpWrtShell( 0 ), in SwDocShell()388 mpWrtShell( 0 ), in SwDocShell()407 mpWrtShell( 0 ), in SwDocShell()
106 , mpWrtShell(mpView->GetDocShell()->GetWrtShell()) in SwPostItMgr()422 if (!mpWrtShell->GetViewOptions()->IsPostIts()) in Focus()521 if (!mpWrtShell->GetViewOptions()->IsShowHiddenChar()) in CalcRects()541 … if (!bChange && mpWrtShell->getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE)) in CalcRects()543 long nLayoutHeight = SwPostItHelper::getLayoutHeight( mpWrtShell->GetLayout() ); in CalcRects()560 mbLayoutHeight = SwPostItHelper::getLayoutHeight( mpWrtShell->GetLayout() ); in CalcRects()578 long lPageSize = mpWrtShell->GetNumPages(); in PreparePageContainer()637 … mpWrtShell->getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE) in LayoutPostIts()647 … mpWrtShell->getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE) in LayoutPostIts()951 mpWrtShell->MakeVisible(SwRect(mpEditWin->PixelToLogic(aNoteRect))); in MakeVisible()[all …]
75 SwWrtShell* mpWrtShell; member in SwDocShell233 SwWrtShell *GetWrtShell() { return mpWrtShell; } in GetWrtShell()234 const SwWrtShell *GetWrtShell() const { return mpWrtShell; } in GetWrtShell()
151 SwWrtShell* mpWrtShell; member in SwPostItMgr