Home
last modified time | relevance | path

Searched refs:mpExtImpl (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dwindow.cxx177 mpExtImpl = NULL; // extended implementation data in WindowImpl()
H A Dwindow4.cxx74 delete mpWindowImpl->mpExtImpl; in ImplFreeExtWindowImpl()
75 mpWindowImpl->mpExtImpl = NULL; in ImplFreeExtWindowImpl()
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()
174 …return (mpWindowImpl && mpWindowImpl->mpExtImpl) ? mpWindowImpl->mpExtImpl->maIdentifier : aEmptyS… in getIdentifier()
/trunk/main/vcl/inc/
H A Dwindow.h267 vcl::ExtWindowImpl* mpExtImpl; member in WindowImpl

Completed in 57 milliseconds