Home
last modified time | relevance | path

Searched refs:allocateArea (Results 1 – 22 of 22) sorted by relevance

/trunk/main/toolkit/source/layout/core/
H A Dbin.hxx52 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea );
79 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea );
H A Dcontainer.hxx61 void forceRecalc() { allocateArea( maAllocation ); } in forceRecalc()
84 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea ) = 0;
H A Dbin.cxx70 Bin::allocateArea( const awt::Rectangle &rArea ) in allocateArea() function in layoutimpl::Bin
131 Align::allocateArea( const awt::Rectangle &rArea ) in allocateArea() function in layoutimpl::Align
H A Dtable.hxx80 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea );
H A Dflow.hxx70 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea );
H A Dbox.hxx65 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea );
H A Dtimer.cxx123 (*it)->allocateArea( (*it)->getAllocatedArea() ); in Timeout()
H A Dcontainer.cxx64 xCont->allocateArea( rArea ); in allocateChildAt()
H A Dflow.cxx167 Flow::allocateArea( const css::awt::Rectangle &rArea ) in allocateArea() function in layoutimpl::Flow
H A Dbox.cxx181 Box::allocateArea( const awt::Rectangle &newArea ) in allocateArea() function in layoutimpl::Box
H A Dtable.cxx252 Table::allocateArea( const awt::Rectangle &rArea ) in allocateArea() function in layoutimpl::Table
/trunk/main/toolkit/source/awt/
H A Dvclxtabpage.cxx73 void SAL_CALL VCLXTabPage::allocateArea( awt::Rectangle const& area ) in allocateArea() function in layoutimpl::VCLXTabPage
140 Bin::allocateArea( maAllocation ); in allocateArea()
H A Dvclxdialog.cxx117 void SAL_CALL VCLXDialog::allocateArea( const css::awt::Rectangle &rArea ) in allocateArea() function in layoutimpl::VCLXDialog
141 Bin::allocateArea( maAllocation ); in allocateArea()
H A Dvclxtabpage.hxx57 virtual void SAL_CALL allocateArea( css::awt::Rectangle const& rArea );
H A Dvclxscroller.hxx56 virtual void SAL_CALL allocateArea( const ::com::sun::star::awt::Rectangle &rArea );
H A Dvclxdialog.hxx81 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea );
H A Dvclxsplitter.hxx64 virtual void SAL_CALL allocateArea( const ::com::sun::star::awt::Rectangle &rArea );
H A Dvclxtabcontrol.hxx85 virtual void SAL_CALL allocateArea( const ::com::sun::star::awt::Rectangle &rArea );
H A Dvclxscroller.cxx99 void SAL_CALL VCLXScroller::allocateArea( in allocateArea() function in layoutimpl::VCLXScroller
H A Dvclxsplitter.cxx133 void SAL_CALL VCLXSplitter::allocateArea( in allocateArea() function in layoutimpl::VCLXSplitter
H A Dvclxtabcontrol.cxx295 void SAL_CALL VCLXTabControl::allocateArea (awt::Rectangle const &area) in allocateArea() function in layoutimpl::VCLXTabControl
/trunk/main/offapi/com/sun/star/awt/
H A DXLayoutContainer.idl87 void allocateArea( [in] com::sun::star::awt::Rectangle NewArea );