Searched refs:pContentWindow (Results 1 – 6 of 6) sorted by relevance
195 SharedSdWindow pContentWindow (GetContentWindow()); in Init() local196 if (pContentWindow) in Init()198 ::Window* pParentWindow = pContentWindow->GetParent(); in Init()201 pContentWindow->SetBackground(Wallpaper()); in Init()202 pContentWindow->SetViewOrigin (Point(0,0)); in Init()204 pContentWindow->SetUseDropScroll (false); in Init()206 pContentWindow->SetStyle ((pContentWindow->GetStyle() & ~WB_DIALOGCONTROL) | WB_TABSTOP); in Init()207 pContentWindow->Hide(); in Init()
169 Window* pContentWindow(0); in initialize() local173 pContentWindow = VCLUnoHelper::GetWindow( xContentWindow ); in initialize()181 pPanelWindow->setContentWindow( pContentWindow ); in initialize()
59 void PanelWindow::setContentWindow( Window* pContentWindow ) in setContentWindow() argument61 m_pContentWindow = pContentWindow; in setContentWindow()
232 Window* pContentWindow = VCLUnoHelper::GetWindow(xWindow); in SfxDockingWrapper() local233 if ( pContentWindow ) in SfxDockingWrapper()234 … pContentWindow->SetStyle( pContentWindow->GetStyle() | WB_DIALOGCONTROL | WB_CHILDDLGCTRL ); in SfxDockingWrapper()235 pTitleDockWindow->SetWrappedWindow(pContentWindow); in SfxDockingWrapper()
120 ::Window* pContentWindow) in AccessibleSlideSorterView() argument122 mpImpl(new Implementation(*this,rSlideSorter,pContentWindow)), in AccessibleSlideSorterView()126 mpContentWindow(pContentWindow) in AccessibleSlideSorterView()
49 void setContentWindow( Window* pContentWindow );
Completed in 40 milliseconds