Home
last modified time | relevance | path

Searched refs:setManagedArea (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/vcl/source/window/
H A Dwindow4.cxx96 … mpWindowImpl->mpExtImpl->mxLayout->setManagedArea( Rectangle( Point( 0, 0 ), GetSizePixel() ) ); in ImplExtResize()
H A Darrange.cxx214 m_pChild->setManagedArea( Rectangle( aPoint, aSize ) ); in setPosSize()
H A Dprintdlg.cxx1913 mxPreviewCtrls->setManagedArea( mxPreviewCtrls->getManagedArea() ); in setPreviewText()
/AOO42X/main/vcl/inc/vcl/
H A Darrange.hxx199 void setManagedArea( const Rectangle& i_rArea ) in setManagedArea() function in vcl::WindowArranger
/AOO42X/main/svtools/source/filter/
H A Dexportdialog.cxx1141 maLayout.setManagedArea( Rectangle( Point(), maDialogSize ) ); in setupLayout()