Lines Matching refs:mpWrtShell

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()
637mpWrtShell->getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE) in LayoutPostIts()
647mpWrtShell->getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE) in LayoutPostIts()
951 mpWrtShell->MakeVisible(SwRect(mpEditWin->PixelToLogic(aNoteRect))); in MakeVisible()
1219 mpWrtShell->StartAllAction(); in Delete()
1228 mpWrtShell->StartUndo( UNDO_DELETE, &aRewriter ); in Delete()
1239 mpWrtShell->GotoField( *(*i) ); in Delete()
1240 mpWrtShell->DelRight(); in Delete()
1242 mpWrtShell->EndUndo(); in Delete()
1244 mpWrtShell->EndAllAction(); in Delete()
1252 mpWrtShell->StartAllAction(); in Delete()
1256 mpWrtShell->StartUndo( UNDO_DELETE, &aRewriter ); in Delete()
1266 mpWrtShell->GotoField( *(*i) ); in Delete()
1267 mpWrtShell->DelRight(); in Delete()
1287 mpWrtShell->EndUndo(); in Delete()
1289 mpWrtShell->EndAllAction(); in Delete()
1514 mpWrtShell->StartAllAction(); in PrepareView()
1516 SwRootFrm* pLayout = mpWrtShell->GetLayout(); in PrepareView()
1519mpWrtShell->getIDocumentSettingAccess()->get( IDocumentSettingAccess::BROWSE_MODE ) ); in PrepareView()
1520 mpWrtShell->EndAllAction(); in PrepareView()
1537 const SwRootFrm* pLayout = mpWrtShell->GetLayout(); in IsHit()
1669 return mpWrtShell->GetViewOptions()->IsPostIts(); in ShowNotes()
1679 unsigned long aWidth = (unsigned long)(mpWrtShell->GetViewOptions()->GetZoom() * 1.8); in GetSidebarWidth()
1896 SdrView* pSdrView = mpWrtShell->GetDrawView(); in AssureStdModeAtShell()
1899 sal_Bool bLockView = mpWrtShell->IsViewLocked(); in AssureStdModeAtShell()
1900 mpWrtShell->LockView( sal_True ); in AssureStdModeAtShell()
1901 mpWrtShell->EndTextEdit(); in AssureStdModeAtShell()
1902 mpWrtShell->LockView( bLockView ); in AssureStdModeAtShell()
1905 if( mpWrtShell->IsSelFrmMode() || mpWrtShell->IsObjSelected()) in AssureStdModeAtShell()
1907 mpWrtShell->UnSelectFrm(); in AssureStdModeAtShell()
1908 mpWrtShell->LeaveSelFrmMode(); in AssureStdModeAtShell()
1909 mpWrtShell->GetView().LeaveDrawCreate(); in AssureStdModeAtShell()
1910 mpWrtShell->EnterStdMode(); in AssureStdModeAtShell()
1912 mpWrtShell->DrawSelChanged(); in AssureStdModeAtShell()
1979 mpWrtShell->GetAccessibleMap() ) in ConnectSidebarWinToFrm()
1981 mpWrtShell->GetAccessibleMap()->InvalidatePosOrSize( 0, 0, &rSidebarWin, SwRect() ); in ConnectSidebarWinToFrm()
1992 mpWrtShell->GetAccessibleMap() ) in DisconnectSidebarWinFromFrm()
1994 mpWrtShell->GetAccessibleMap()->Dispose( 0, 0, &rSidebarWin ); in DisconnectSidebarWinFromFrm()