Lines Matching refs:mpContentWindow

143 	return this->ISA(DrawViewShell) && mpContentWindow.get() != NULL &&  in IsPageFlipMode()
144 mpContentWindow->GetVisibleHeight() >= 1.0; in IsPageFlipMode()
182 if (mpContentWindow) in ~ViewShell()
183 mpContentWindow->SetViewShell(NULL); in ~ViewShell()
193 if (mpContentWindow) in ~ViewShell()
195 OSL_TRACE("destroying mpContentWindow at %x with parent %x", mpContentWindow.get(), in ~ViewShell()
196 mpContentWindow->GetParent()); in ~ViewShell()
197 mpContentWindow.reset(); in ~ViewShell()
229 mpContentWindow.reset(new ::sd::Window(GetParentWindow())); in construct()
230 SetActiveWindow (mpContentWindow.get()); in construct()
233 mpContentWindow->SetBackground (Wallpaper()); in construct()
234 mpContentWindow->SetCenterAllowed(mbCenterAllowed); in construct()
235 mpContentWindow->SetViewShell(this); in construct()
236 mpContentWindow->SetPosSizePixel( in construct()
238 mpContentWindow->Show(); in construct()
239 static_cast< ::Window*>(mpContentWindow.get())->Resize(); in construct()
241 mpContentWindow->GetSizePixel().Width(), in construct()
242 mpContentWindow->GetSizePixel().Height()); in construct()
296 SetActiveWindow (mpContentWindow.get()); in Init()
761 if( mpContentWindow.get() == pWin ) in HandleScrollCommand()
790 if(mbHasRulers && (mpContentWindow.get() != NULL) && !SlideShow::IsRunning(GetViewShellBase())) in SetupRulers()
968 if (mbHasRulers && mpContentWindow.get() != NULL) in GetBorder()
1034 if (mbHasRulers && mpContentWindow.get() != NULL) in ArrangeGUIElements()
1066 if (mpContentWindow) in ArrangeGUIElements()
1067 mpContentWindow->SetPosSizePixel( in ArrangeGUIElements()
1078 if (mpContentWindow.get() != NULL) in ArrangeGUIElements()
1080 mpContentWindow->UpdateMapOrigin(); in ArrangeGUIElements()
1607 if (mpContentWindow.get() != NULL) in ShowUIControls()
1608 mpContentWindow->Show( bVisible ); in ShowUIControls()
1621 if (mpContentWindow.get() != NULL) in RelocateToParentWindow()
1622 mpContentWindow->SetParent(pParentWindow); in RelocateToParentWindow()
1647 if (mpContentWindow) in SwitchActiveViewFireFocus()
1649 SwitchViewFireFocus(mpContentWindow->GetAccessible(sal_False)); in SwitchActiveViewFireFocus()