Lines Matching refs:rWindow
1040 SfxChild_Impl* SfxWorkWindow::RegisterChild_Impl( Window& rWindow, in RegisterChild_Impl() argument
1046 DBG_ASSERT( !FindChild_Impl(rWindow), "child registered more than once" ); in RegisterChild_Impl()
1049 if ( rWindow.GetParent() != pWorkWin ) in RegisterChild_Impl()
1050 rWindow.SetParent( pWorkWin ); in RegisterChild_Impl()
1052 SfxChild_Impl *pChild = new SfxChild_Impl(rWindow, rWindow.GetSizePixel(), in RegisterChild_Impl()
1053 eAlign, rWindow.IsVisible()); in RegisterChild_Impl()
1064 void SfxWorkWindow::AlignChild_Impl( Window& rWindow, in AlignChild_Impl() argument
1072 SfxChild_Impl *pChild = FindChild_Impl(rWindow); in AlignChild_Impl()
1089 void SfxWorkWindow::ReleaseChild_Impl( Window& rWindow ) in ReleaseChild_Impl() argument
1100 if ( pChild->pWin == &rWindow ) in ReleaseChild_Impl()
1118 SfxChild_Impl* SfxWorkWindow::FindChild_Impl( const Window& rWindow ) const in FindChild_Impl()
1128 if ( pChild->pWin == &rWindow ) in FindChild_Impl()