Lines Matching refs:mpWindowImpl
58 Window* pChild = mpWindowImpl->mpFirstChild; in ImplDeleteOwnedChildren()
62 pChild = pChild->mpWindowImpl->mpNext; in ImplDeleteOwnedChildren()
72 if( mpWindowImpl ) in ImplFreeExtWindowImpl()
74 delete mpWindowImpl->mpExtImpl; in ImplFreeExtWindowImpl()
75 mpWindowImpl->mpExtImpl = NULL; in ImplFreeExtWindowImpl()
82 if( mpWindowImpl ) in ImplGetExtWindowImpl()
84 if( ! mpWindowImpl->mpExtImpl && ! mpWindowImpl->mbInDtor ) in ImplGetExtWindowImpl()
85 mpWindowImpl->mpExtImpl = new vcl::ExtWindowImpl(); in ImplGetExtWindowImpl()
86 pImpl = mpWindowImpl->mpExtImpl; in ImplGetExtWindowImpl()
93 if( mpWindowImpl && mpWindowImpl->mpExtImpl ) in ImplExtResize()
95 if( mpWindowImpl->mpExtImpl->mxLayout.get() ) in ImplExtResize()
96 … mpWindowImpl->mpExtImpl->mxLayout->setManagedArea( Rectangle( Point( 0, 0 ), GetSizePixel() ) ); in ImplExtResize()
158 Window* pChild = mpWindowImpl->mpFirstChild; in findWindow()
164 pChild = pChild->mpWindowImpl->mpNext; in findWindow()
174 …return (mpWindowImpl && mpWindowImpl->mpExtImpl) ? mpWindowImpl->mpExtImpl->maIdentifier : aEmptyS… in getIdentifier()
228 mpWindowImpl->mbIsThemingEnabled = sal_True; in EnableThemeSupport()
236 mpWindowImpl->mbIsThemingEnabled = sal_False; in DisableThemeSupport()