Home
last modified time | relevance | path

Searched refs:mpParentWindow (Results 1 – 9 of 9) sorted by relevance

/AOO42X/main/sfx2/source/sidebar/
H A DSidebarController.cxx112 mpParentWindow(pParentWindow), in SidebarController()
114 mpParentWindow, in SidebarController()
154 mpParentWindow->AddEventListener(LINK(this, SidebarController, WindowEventHandler)); in SidebarController()
227 if (mpParentWindow != NULL) in disposing()
229 mpParentWindow->RemoveEventListener(LINK(this, SidebarController, WindowEventHandler)); in disposing()
230 mpParentWindow = NULL; in disposing()
331 mpParentWindow->NotifyAllChilds(aEvent); in BroadcastPropertyChange()
332 mpParentWindow->Invalidate(INVALIDATE_CHILDREN); in BroadcastPropertyChange()
585 mpParentWindow, in SwitchToDeck()
672 mpParentWindow->GetSizePixel().Width()-TabBar::GetDefaultWidth(), in SwitchToDeck()
[all …]
H A DSidebarController.hxx151 SidebarDockingWindow* mpParentWindow; member in sfx2::sidebar::SidebarController
/AOO42X/main/sd/source/ui/view/
H A Dviewshel.cxx173 , 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()
/AOO42X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx545 , mpParentWindow(pParentWindow) in SlideshowImpl()
851 …mpShowWindow = new ShowWindow( this, ((pParent == 0) && mpViewShell) ? mpParentWindow : pParent ); in startPreview()
929 … DBG_ASSERT( mpParentWindow!=NULL, "sd::SlideshowImpl::startShow() called without parent window" ); in startShow()
930 if (mpParentWindow == NULL) in startShow()
1032 mpShowWindow = new ShowWindow( this, mpParentWindow ); in startShow()
1069 maPresSize = mpParentWindow->GetSizePixel(); in startShow()
3580 , mpParentWindow( 0 ) in PresentationSettingsEx()
3588 , mpParentWindow(0) in PresentationSettingsEx()
3626 mpParentWindow = xWindow.is() ? VCLUnoHelper::GetWindow( xWindow ) : 0; in SetPropertyValue()
H A Dslideshow.cxx1195 ::Window* pParentWindow = mxCurrentSettings->mpParentWindow; in StartInPlacePresentation()
1202 else if( mxCurrentSettings->mpParentWindow ) in StartInPlacePresentation()
1205 CreateController( 0, 0, mxCurrentSettings->mpParentWindow ); in StartInPlacePresentation()
1213 …rentSettings->mxStartPage, mxCurrentSettings->mxAnimationNode, mxCurrentSettings->mpParentWindow ); in StartInPlacePresentation()
H A Dslideshowimpl.hxx105 ::Window* mpParentWindow;
355 ::Window* mpParentWindow;
/AOO42X/main/sd/source/ui/inc/
H A DViewShell.hxx565 ::Window* mpParentWindow;
589 return mpParentWindow; in GetParentWindow()
H A DAccessibleSlideView.hxx191 ::sd::Window* GetParentWindow() const { return mpParentWindow; } in GetParentWindow()
211 ::sd::Window* mpParentWindow;
/AOO42X/main/toolkit/workben/layout/
H A Deditor.cxx1189 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()