Lines Matching refs:get

143 	return this->ISA(DrawViewShell) && mpContentWindow.get() != NULL &&  in IsPageFlipMode()
189 if (mpImpl->mpSubShellFactory.get() != NULL) in ~ViewShell()
195 OSL_TRACE("destroying mpContentWindow at %x with parent %x", mpContentWindow.get(), in ~ViewShell()
230 SetActiveWindow (mpContentWindow.get()); in construct()
239 static_cast< ::Window*>(mpContentWindow.get())->Resize(); in construct()
296 SetActiveWindow (mpContentWindow.get()); in Init()
340 if (mpHorizontalRuler.get() != NULL) in Activate()
342 if (mpVerticalRuler.get() != NULL) in Activate()
439 if (mpHorizontalRuler.get() != NULL) in Deactivate()
441 if (mpVerticalRuler.get() != NULL) in Deactivate()
594 if (pLock.get() != NULL) in MouseMove()
650 if (pLock.get() != NULL) in MouseButtonUp()
761 if( mpContentWindow.get() == pWin ) in HandleScrollCommand()
771 mpHorizontalScrollBar.get(), in HandleScrollCommand()
772 mpVerticalScrollBar.get()) == sal_True; in HandleScrollCommand()
790 if(mbHasRulers && (mpContentWindow.get() != NULL) && !SlideShow::IsRunning(GetViewShellBase())) in SetupRulers()
794 if ( mpVerticalRuler.get() == NULL ) in SetupRulers()
797 if ( mpVerticalRuler.get() != NULL ) in SetupRulers()
804 if ( mpHorizontalRuler.get() == NULL ) in SetupRulers()
807 if ( mpHorizontalRuler.get() != NULL ) in SetupRulers()
954 if (mpHorizontalScrollBar.get()!=NULL in GetBorder()
961 if (mpVerticalScrollBar.get()!=NULL in GetBorder()
968 if (mbHasRulers && mpContentWindow.get() != NULL) in GetBorder()
971 if (mpHorizontalRuler.get() != NULL) in GetBorder()
973 if (mpVerticalRuler.get() != NULL) in GetBorder()
996 if (mpHorizontalScrollBar.get()!=NULL in ArrangeGUIElements()
1000 if (mpLayerTabBar.get()!=NULL && mpLayerTabBar->IsVisible()) in ArrangeGUIElements()
1009 if (mpVerticalScrollBar.get()!=NULL in ArrangeGUIElements()
1019 if (mpScrollBarBox.get() != NULL) in ArrangeGUIElements()
1021 if (mpHorizontalScrollBar.get()!=NULL in ArrangeGUIElements()
1023 && mpVerticalScrollBar.get()!=NULL in ArrangeGUIElements()
1034 if (mbHasRulers && mpContentWindow.get() != NULL) in ArrangeGUIElements()
1036 if (mpHorizontalRuler.get() != NULL) in ArrangeGUIElements()
1042 if (mpVerticalRuler.get() != NULL) in ArrangeGUIElements()
1047 if (mpVerticalRuler.get() != NULL) in ArrangeGUIElements()
1078 if (mpContentWindow.get() != NULL) in ArrangeGUIElements()
1094 if (mpHorizontalRuler.get() != NULL) in SetUIUnit()
1098 if (mpVerticalRuler.get() != NULL) in SetUIUnit()
1109 if (mpHorizontalRuler.get() != NULL) in SetDefTabHRuler()
1142 const ViewShell* pMainViewShell = GetViewShellBase().GetMainViewShell().get(); in ImpGetUndoManager()
1412 return mpWindowUpdater.get(); in GetWindowUpdater()
1591 if (mpHorizontalRuler.get() != NULL) in ShowUIControls()
1594 if (mpVerticalRuler.get() != NULL) in ShowUIControls()
1598 if (mpVerticalScrollBar.get() != NULL) in ShowUIControls()
1601 if (mpHorizontalScrollBar.get() != NULL) in ShowUIControls()
1604 if (mpScrollBarBox.get() != NULL) in ShowUIControls()
1607 if (mpContentWindow.get() != NULL) in ShowUIControls()
1621 if (mpContentWindow.get() != NULL) in RelocateToParentWindow()
1624 if (mpHorizontalScrollBar.get() != NULL) in RelocateToParentWindow()
1626 if (mpVerticalScrollBar.get() != NULL) in RelocateToParentWindow()
1628 if (mpScrollBarBox.get() != NULL) in RelocateToParentWindow()
1636 if (xAcc.get()) in SwitchViewFireFocus()
1638 …DocumentViewBase* pBase = static_cast< ::accessibility::AccessibleDocumentViewBase* >(xAcc.get()); in SwitchViewFireFocus()