Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/sidebar/
H A DSidebarController.cxx110 mpParentWindow(pParentWindow), in SidebarController()
112 mpParentWindow, in SidebarController()
152 mpParentWindow->AddEventListener(LINK(this, SidebarController, WindowEventHandler)); in SidebarController()
225 if (mpParentWindow != NULL) in disposing()
227 mpParentWindow->RemoveEventListener(LINK(this, SidebarController, WindowEventHandler)); in disposing()
228 mpParentWindow = NULL; in disposing()
329 mpParentWindow->NotifyAllChilds(aEvent); in BroadcastPropertyChange()
330 mpParentWindow->Invalidate(INVALIDATE_CHILDREN); in BroadcastPropertyChange()
583 mpParentWindow, in SwitchToDeck()
670 mpParentWindow->GetSizePixel().Width()-TabBar::GetDefaultWidth(), in SwitchToDeck()
[all …]
H A DSidebarController.hxx151 SidebarDockingWindow* mpParentWindow; member in sfx2::sidebar::SidebarController
/AOO41X/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()
/AOO41X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx555 , 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 Dslideshow.cxx1200 ::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 Dslideshowimpl.hxx107 ::Window* mpParentWindow;
357 ::Window* mpParentWindow;
/AOO41X/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;
/AOO41X/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()