Home
last modified time | relevance | path

Searched refs:pContentWindow (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx194 SharedSdWindow pContentWindow (GetContentWindow()); in Init() local
195 if (pContentWindow) in Init()
197 ::Window* pParentWindow = pContentWindow->GetParent(); in Init()
200 pContentWindow->SetBackground(Wallpaper()); in Init()
201 pContentWindow->SetViewOrigin (Point(0,0)); in Init()
203 pContentWindow->SetUseDropScroll (false); in Init()
205 pContentWindow->SetStyle ((pContentWindow->GetStyle() & ~WB_DIALOGCONTROL) | WB_TABSTOP); in Init()
206 pContentWindow->Hide(); in Init()
/trunk/main/framework/source/uielement/
H A Dpanelwrapper.cxx169 Window* pContentWindow(0); in initialize() local
173 pContentWindow = VCLUnoHelper::GetWindow( xContentWindow ); in initialize()
181 pPanelWindow->setContentWindow( pContentWindow ); in initialize()
H A Dpanelwindow.cxx60 void PanelWindow::setContentWindow( Window* pContentWindow ) in setContentWindow() argument
62 m_pContentWindow = pContentWindow; in setContentWindow()
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx232 Window* pContentWindow = VCLUnoHelper::GetWindow(xWindow); in SfxDockingWrapper() local
233 if ( pContentWindow ) in SfxDockingWrapper()
234pContentWindow->SetStyle( pContentWindow->GetStyle() | WB_DIALOGCONTROL | WB_CHILDDLGCTRL ); in SfxDockingWrapper()
235 pTitleDockWindow->SetWrappedWindow(pContentWindow); in SfxDockingWrapper()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterView.cxx120 ::Window* pContentWindow) in AccessibleSlideSorterView() argument
122 mpImpl(new Implementation(*this,rSlideSorter,pContentWindow)), in AccessibleSlideSorterView()
126 mpContentWindow(pContentWindow) in AccessibleSlideSorterView()
/trunk/main/framework/inc/uielement/
H A Dpanelwindow.hxx49 void setContentWindow( Window* pContentWindow );

Completed in 36 milliseconds