Lines Matching refs:Window

56 void Window::ImplDeleteOwnedChildren()  in ImplDeleteOwnedChildren()
58 Window* pChild = mpWindowImpl->mpFirstChild; in ImplDeleteOwnedChildren()
61 Window* pDeleteCandidate = pChild; in ImplDeleteOwnedChildren()
69 void Window::ImplFreeExtWindowImpl() in ImplFreeExtWindowImpl()
79 vcl::ExtWindowImpl* Window::ImplGetExtWindowImpl() const in ImplGetExtWindowImpl()
91 void Window::ImplExtResize() in ImplExtResize()
100 boost::shared_ptr< vcl::WindowArranger > Window::getLayout() in getLayout()
118 void Window::addWindow( Window* i_pWin, bool i_bTakeOwnership ) in addWindow()
132 Window* Window::removeWindow( Window* i_pWin, Window* i_pNewParent ) in removeWindow()
134 Window* pRet = NULL; in removeWindow()
153 Window* Window::findWindow( const rtl::OUString& i_rIdentifier ) const in findWindow()
156 return const_cast<Window*>(this); in findWindow()
158 Window* pChild = mpWindowImpl->mpFirstChild; in findWindow()
161 Window* pResult = pChild->findWindow( i_rIdentifier ); in findWindow()
170 const rtl::OUString& Window::getIdentifier() const in getIdentifier()
177 void Window::setIdentifier( const rtl::OUString& i_rIdentifier ) in setIdentifier()
184 void Window::setProperties( const uno::Sequence< beans::PropertyValue >& i_rProps ) in setProperties()
210 uno::Sequence< beans::PropertyValue > Window::getProperties() const in getProperties()
226 void Window::EnableThemeSupport (void) in EnableThemeSupport()
234 void Window::DisableThemeSupport (void) in DisableThemeSupport()
242 ImplBorderWindow* Window::CreateBorderWindow ( in CreateBorderWindow()
243 Window* pParent, in CreateBorderWindow()