Lines Matching refs:mpImpl

274       mpImpl(),  in ViewShellBase()
278 mpImpl.reset(new Implementation(*this)); in ViewShellBase()
279 mpImpl->mpViewWindow.reset(new FocusForwardingWindow(_pFrame->GetWindow(),*this)); in ViewShellBase()
280 mpImpl->mpViewWindow->SetBackground(Wallpaper()); in ViewShellBase()
281 mpImpl->mpUpdateLockManager.reset(new UpdateLockManager(*this)); in ViewShellBase()
291 mpImpl->mpViewShellManager.reset(new ViewShellManager(*this)); in ViewShellBase()
293 SetWindow(mpImpl->mpViewWindow.get()); in ViewShellBase()
309 if (mpImpl->mpController.get() != NULL) in ~ViewShellBase()
310 mpImpl->mpController->ReleaseViewShellBase(); in ~ViewShellBase()
322 mpImpl->mpUpdateLockManager->Disable(); in ~ViewShellBase()
323 mpImpl->mpToolBarManager->Shutdown(); in ~ViewShellBase()
324 mpImpl->mpViewShellManager->Shutdown(); in ~ViewShellBase()
339 mpImpl->LateInit(); in LateInit()
342 mpImpl->mpEventMultiplexer.reset(new tools::EventMultiplexer (*this)); in LateInit()
344 mpImpl->mpFormShellManager.reset(new FormShellManager(*this)); in LateInit()
346 mpImpl->mpToolBarManager = ToolBarManager::Create( in LateInit()
348 mpImpl->mpEventMultiplexer, in LateInit()
349 mpImpl->mpViewShellManager); in LateInit()
412 return mpImpl->mpViewShellManager; in GetViewShellManager()
515 Size aObjSizePixel = mpImpl->mpViewWindow->LogicToPixel( aObjSize, MAP_100TH_MM ); in InnerResizePixel()
521 mpImpl->ResizePixel(rOrigin, rSize, false); in InnerResizePixel()
529 mpImpl->ResizePixel (rOrigin, rSize, true); in OuterResizePixel()
585 OSL_ASSERT(mpImpl.get()!=NULL); in GetPrinter()
598 OSL_ASSERT(mpImpl.get()!=NULL); in SetPrinter()
661 mpImpl->ShowViewTabBar(false); in UIActivating()
677 mpImpl->ShowViewTabBar(true); in UIDeactivated()
690 if (mpImpl->mpViewTabBar.is() && mpImpl->mpViewTabBar->GetTabControl()->IsVisible()) in GetBorder()
691 nTop = mpImpl->mpViewTabBar->GetHeight(); in GetBorder()
718 mpImpl->SetPaneVisibility( in Execute()
725 mpImpl->SetPaneVisibility( in Execute()
746 mpImpl->ProcessRestoreEditingViewSlot(); in Execute()
767 mpImpl->GetSlotState(rSet); in GetState()
885 mpImpl->mbIsClosing = true; in PrepareClose()
984 if (mpImpl->mpViewTabBar.is()) in ShowUIControls()
985 mpImpl->mpViewTabBar->GetTabControl()->Show(bVisible); in ShowUIControls()
1079 OSL_ASSERT(mpImpl.get()!=NULL); in GetEventMultiplexer()
1080 OSL_ASSERT(mpImpl->mpEventMultiplexer.get()!=NULL); in GetEventMultiplexer()
1082 return mpImpl->mpEventMultiplexer; in GetEventMultiplexer()
1090 return mpImpl->maClientArea; in getClientRectangle()
1098 OSL_ASSERT(mpImpl.get()!=NULL); in GetUpdateLockManager()
1099 OSL_ASSERT(mpImpl->mpUpdateLockManager.get()!=NULL); in GetUpdateLockManager()
1101 return mpImpl->mpUpdateLockManager; in GetUpdateLockManager()
1109 OSL_ASSERT(mpImpl.get()!=NULL); in GetToolBarManager()
1110 OSL_ASSERT(mpImpl->mpToolBarManager.get()!=NULL); in GetToolBarManager()
1112 return mpImpl->mpToolBarManager; in GetToolBarManager()
1120 OSL_ASSERT(mpImpl.get()!=NULL); in GetFormShellManager()
1121 OSL_ASSERT(mpImpl->mpFormShellManager.get()!=NULL); in GetFormShellManager()
1123 return mpImpl->mpFormShellManager; in GetFormShellManager()
1131 OSL_ASSERT(mpImpl.get()!=NULL); in GetDrawController()
1133 return *mpImpl->mpController; in GetDrawController()
1141 OSL_ASSERT(mpImpl.get()!=NULL); in SetViewTabBar()
1143 mpImpl->mpViewTabBar = rViewTabBar; in SetViewTabBar()
1151 OSL_ASSERT(mpImpl.get()!=NULL); in GetViewWindow()
1153 return mpImpl->mpViewWindow.get(); in GetViewWindow()