Home
last modified time | relevance | path

Searched refs:mpWrtShell (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx326 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 …]
H A Ddocsh2.cxx202 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 …]
H A Ddocst.cxx430 SwFrmFmt* pFrm = mpWrtShell->GetCurFrmFmt(); in ExecStyleSheet()
437 SwCharFmt* pChar = mpWrtShell->GetCurCharFmt(); in ExecStyleSheet()
540 SwTxtFmtColl* pColl = mpWrtShell->FindTxtFmtCollByName( rParent ); in Edit()
545 pColl = mpWrtShell->GetTxtCollFromPool( nId ); in Edit()
564 SwTxtFmtColl* pColl = mpWrtShell->GetCurTxtFmtColl(); in Edit()
575 SwCharFmt* pCFmt = mpWrtShell->FindCharFmtByName( rParent ); in Edit()
580 pCFmt = mpWrtShell->GetCharFmtFromPool( nId ); in Edit()
588 SwCharFmt* pCFmt = mpWrtShell->GetCurCharFmt(); in Edit()
599 SwFrmFmt* pFFmt = mpWrtShell->GetDoc()->FindFrmFmtByName( rParent ); in Edit()
604 pFFmt = mpWrtShell->GetFrmFmtFromPool( nId ); in Edit()
[all …]
H A Ddocshini.cxx369 mpWrtShell( 0 ), in SwDocShell()
388 mpWrtShell( 0 ), in SwDocShell()
407 mpWrtShell( 0 ), in SwDocShell()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx104 , mpWrtShell(mpView->GetDocShell()->GetWrtShell()) in SwPostItMgr()
420 if (!mpWrtShell->GetViewOptions()->IsPostIts()) in Focus()
519 if (!mpWrtShell->GetViewOptions()->IsShowHiddenChar()) in CalcRects()
539 … if (!bChange && mpWrtShell->getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE)) in CalcRects()
541 long nLayoutHeight = SwPostItHelper::getLayoutHeight( mpWrtShell->GetLayout() ); in CalcRects()
558 mbLayoutHeight = SwPostItHelper::getLayoutHeight( mpWrtShell->GetLayout() ); in CalcRects()
576 long lPageSize = mpWrtShell->GetNumPages(); in PreparePageContainer()
635mpWrtShell->getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE) in LayoutPostIts()
645mpWrtShell->getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE) in LayoutPostIts()
949 mpWrtShell->MakeVisible(SwRect(mpEditWin->PixelToLogic(aNoteRect))); in MakeVisible()
[all …]
/trunk/main/sw/inc/
H A Ddocsh.hxx80 SwWrtShell* mpWrtShell; member in SwDocShell
242 SwWrtShell *GetWrtShell() { return mpWrtShell; } in GetWrtShell()
243 const SwWrtShell *GetWrtShell() const { return mpWrtShell; } in GetWrtShell()
H A DPostItMgr.hxx151 SwWrtShell* mpWrtShell; member in SwPostItMgr