| /trunk/main/toolkit/source/layout/core/ |
| H A D | bin.hxx | 52 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea ); 79 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea );
|
| H A D | container.hxx | 61 void forceRecalc() { allocateArea( maAllocation ); } in forceRecalc() 84 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea ) = 0;
|
| H A D | bin.cxx | 70 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 D | table.hxx | 80 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea );
|
| H A D | flow.hxx | 70 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea );
|
| H A D | box.hxx | 65 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea );
|
| H A D | timer.cxx | 123 (*it)->allocateArea( (*it)->getAllocatedArea() ); in Timeout()
|
| H A D | container.cxx | 64 xCont->allocateArea( rArea ); in allocateChildAt()
|
| H A D | flow.cxx | 167 Flow::allocateArea( const css::awt::Rectangle &rArea ) in allocateArea() function in layoutimpl::Flow
|
| H A D | box.cxx | 181 Box::allocateArea( const awt::Rectangle &newArea ) in allocateArea() function in layoutimpl::Box
|
| H A D | table.cxx | 252 Table::allocateArea( const awt::Rectangle &rArea ) in allocateArea() function in layoutimpl::Table
|
| /trunk/main/toolkit/source/awt/ |
| H A D | vclxtabpage.cxx | 73 void SAL_CALL VCLXTabPage::allocateArea( awt::Rectangle const& area ) in allocateArea() function in layoutimpl::VCLXTabPage 140 Bin::allocateArea( maAllocation ); in allocateArea()
|
| H A D | vclxdialog.cxx | 117 void SAL_CALL VCLXDialog::allocateArea( const css::awt::Rectangle &rArea ) in allocateArea() function in layoutimpl::VCLXDialog 141 Bin::allocateArea( maAllocation ); in allocateArea()
|
| H A D | vclxtabpage.hxx | 57 virtual void SAL_CALL allocateArea( css::awt::Rectangle const& rArea );
|
| H A D | vclxscroller.hxx | 56 virtual void SAL_CALL allocateArea( const ::com::sun::star::awt::Rectangle &rArea );
|
| H A D | vclxdialog.hxx | 81 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea );
|
| H A D | vclxsplitter.hxx | 64 virtual void SAL_CALL allocateArea( const ::com::sun::star::awt::Rectangle &rArea );
|
| H A D | vclxtabcontrol.hxx | 85 virtual void SAL_CALL allocateArea( const ::com::sun::star::awt::Rectangle &rArea );
|
| H A D | vclxscroller.cxx | 99 void SAL_CALL VCLXScroller::allocateArea( in allocateArea() function in layoutimpl::VCLXScroller
|
| H A D | vclxsplitter.cxx | 133 void SAL_CALL VCLXSplitter::allocateArea( in allocateArea() function in layoutimpl::VCLXSplitter
|
| H A D | vclxtabcontrol.cxx | 295 void SAL_CALL VCLXTabControl::allocateArea (awt::Rectangle const &area) in allocateArea() function in layoutimpl::VCLXTabControl
|
| /trunk/main/offapi/com/sun/star/awt/ |
| H A D | XLayoutContainer.idl | 87 void allocateArea( [in] com::sun::star::awt::Rectangle NewArea );
|