Lines Matching refs:mpWrtShell
104 , 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()
635 … mpWrtShell->getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE) in LayoutPostIts()
645 … mpWrtShell->getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE) in LayoutPostIts()
949 mpWrtShell->MakeVisible(SwRect(mpEditWin->PixelToLogic(aNoteRect))); in MakeVisible()
1217 mpWrtShell->StartAllAction(); in Delete()
1226 mpWrtShell->StartUndo( UNDO_DELETE, &aRewriter ); in Delete()
1237 mpWrtShell->GotoField( *(*i) ); in Delete()
1238 mpWrtShell->DelRight(); in Delete()
1240 mpWrtShell->EndUndo(); in Delete()
1242 mpWrtShell->EndAllAction(); in Delete()
1250 mpWrtShell->StartAllAction(); in Delete()
1254 mpWrtShell->StartUndo( UNDO_DELETE, &aRewriter ); in Delete()
1264 mpWrtShell->GotoField( *(*i) ); in Delete()
1265 mpWrtShell->DelRight(); in Delete()
1285 mpWrtShell->EndUndo(); in Delete()
1287 mpWrtShell->EndAllAction(); in Delete()
1512 mpWrtShell->StartAllAction(); in PrepareView()
1514 SwRootFrm* pLayout = mpWrtShell->GetLayout(); in PrepareView()
1517 … mpWrtShell->getIDocumentSettingAccess()->get( IDocumentSettingAccess::BROWSE_MODE ) ); in PrepareView()
1518 mpWrtShell->EndAllAction(); in PrepareView()
1535 const SwRootFrm* pLayout = mpWrtShell->GetLayout(); in IsHit()
1667 return mpWrtShell->GetViewOptions()->IsPostIts(); in ShowNotes()
1677 unsigned long aWidth = (unsigned long)(mpWrtShell->GetViewOptions()->GetZoom() * 1.8); in GetSidebarWidth()
1894 SdrView* pSdrView = mpWrtShell->GetDrawView(); in AssureStdModeAtShell()
1897 sal_Bool bLockView = mpWrtShell->IsViewLocked(); in AssureStdModeAtShell()
1898 mpWrtShell->LockView( sal_True ); in AssureStdModeAtShell()
1899 mpWrtShell->EndTextEdit(); in AssureStdModeAtShell()
1900 mpWrtShell->LockView( bLockView ); in AssureStdModeAtShell()
1903 if( mpWrtShell->IsSelFrmMode() || mpWrtShell->IsObjSelected()) in AssureStdModeAtShell()
1905 mpWrtShell->UnSelectFrm(); in AssureStdModeAtShell()
1906 mpWrtShell->LeaveSelFrmMode(); in AssureStdModeAtShell()
1907 mpWrtShell->GetView().LeaveDrawCreate(); in AssureStdModeAtShell()
1908 mpWrtShell->EnterStdMode(); in AssureStdModeAtShell()
1910 mpWrtShell->DrawSelChanged(); in AssureStdModeAtShell()
1977 mpWrtShell->GetAccessibleMap() ) in ConnectSidebarWinToFrm()
1979 mpWrtShell->GetAccessibleMap()->InvalidatePosOrSize( 0, 0, &rSidebarWin, SwRect() ); in ConnectSidebarWinToFrm()
1990 mpWrtShell->GetAccessibleMap() ) in DisconnectSidebarWinFromFrm()
1992 mpWrtShell->GetAccessibleMap()->Dispose( 0, 0, &rSidebarWin ); in DisconnectSidebarWinFromFrm()