Searched refs:mpParentWindow (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sfx2/source/sidebar/ |
H A D | SidebarController.cxx | 112 mpParentWindow(pParentWindow), in SidebarController() 114 mpParentWindow, in SidebarController() 227 if (mpParentWindow != NULL) in disposing() 230 mpParentWindow = NULL; in disposing() 585 mpParentWindow, in SwitchToDeck() 933 if (mpParentWindow->IsFloatingMode()) in CreatePopupMenu() 1041 mpParentWindow->SetStyle(mpParentWindow->GetStyle() & ~WB_SIZEABLE); in UpdateDeckOpenState() 1093 Window* pWindow = mpParentWindow; in SetChildWindowWidth() 1098 mpParentWindow, in SetChildWindowWidth() 1128 if (mpParentWindow != NULL) in GetSplitWindow() [all …]
|
H A D | SidebarController.hxx | 151 SidebarDockingWindow* mpParentWindow; member in sfx2::sidebar::SidebarController
|
/trunk/main/sd/source/ui/view/ |
H A D | viewshel.cxx | 173 , mpParentWindow(pParentWindow) in ViewShell() 911 if (mpParentWindow == NULL) in Resize() 915 const Size aSize (mpParentWindow->GetSizePixel()); in Resize() 1617 mpParentWindow = pParentWindow; in RelocateToParentWindow() 1619 mpParentWindow->SetBackground (Wallpaper()); in RelocateToParentWindow() 1625 mpHorizontalScrollBar->SetParent(mpParentWindow); in RelocateToParentWindow() 1627 mpVerticalScrollBar->SetParent(mpParentWindow); in RelocateToParentWindow() 1629 mpScrollBarBox->SetParent(mpParentWindow); in RelocateToParentWindow()
|
/trunk/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 555 , mpParentWindow(pParentWindow) in SlideshowImpl() 861 …mpShowWindow = new ShowWindow( this, ((pParent == 0) && mpViewShell) ? mpParentWindow : pParent ); in startPreview() 939 DBG_ASSERT( mpParentWindow!=NULL, "sd::SlideshowImpl::startShow() called without parent window" ); in startShow() 940 if (mpParentWindow == NULL) in startShow() 1042 mpShowWindow = new ShowWindow( this, mpParentWindow ); in startShow() 1079 maPresSize = mpParentWindow->GetSizePixel(); in startShow() 3590 , mpParentWindow( 0 ) in PresentationSettingsEx() 3598 , mpParentWindow(0) in PresentationSettingsEx() 3636 mpParentWindow = xWindow.is() ? VCLUnoHelper::GetWindow( xWindow ) : 0; in SetPropertyValue()
|
H A D | slideshow.cxx | 1200 ::Window* pParentWindow = mxCurrentSettings->mpParentWindow; in StartInPlacePresentation() 1207 else if( mxCurrentSettings->mpParentWindow ) in StartInPlacePresentation() 1210 CreateController( 0, 0, mxCurrentSettings->mpParentWindow ); in StartInPlacePresentation() 1218 …rentSettings->mxStartPage, mxCurrentSettings->mxAnimationNode, mxCurrentSettings->mpParentWindow ); in StartInPlacePresentation()
|
H A D | slideshowimpl.hxx | 107 ::Window* mpParentWindow; 357 ::Window* mpParentWindow;
|
/trunk/main/sd/source/ui/inc/ |
H A D | ViewShell.hxx | 565 ::Window* mpParentWindow; 589 return mpParentWindow; in GetParentWindow()
|
H A D | AccessibleSlideView.hxx | 191 ::sd::Window* GetParentWindow() const { return mpParentWindow; } in GetParentWindow() 211 ::sd::Window* mpParentWindow;
|
/trunk/main/toolkit/workben/layout/ |
H A D | editor.cxx | 1189 layout::Window *mpParentWindow; member in PropertiesList 1239 , mpParentWindow( dialog ), mpSeparator( 0 ) in PropertiesList() 1262 pWidget, name, rKind, type, mpParentWindow ); in addProperties() 1288 mpSeparator = new layout::FixedLine( mpParentWindow ); in selectedWidget()
|
Completed in 74 milliseconds