Lines Matching refs:Box
37 Box::ChildProps::ChildProps( Box::ChildData *pData ) in ChildProps()
50 Box::ChildData::ChildData( uno::Reference< awt::XLayoutConstrains > const& xChild ) in ChildData()
58 Box::ChildData*
59 Box::createChild( uno::Reference< awt::XLayoutConstrains > const& xChild ) in createChild()
64 Box::ChildProps*
65 Box::createChildProps( Box_Base::ChildData *pData ) in createChildProps()
67 return new ChildProps( static_cast<Box::ChildData*> ( pData ) ); in createChildProps()
70 Box::Box( bool horizontal ) in Box() function in layoutimpl::Box
86 Box::calculateSize( long nWidth ) in calculateSize()
99 ChildData *child = static_cast<Box::ChildData*> ( *it ); in calculateSize()
141 ChildData *child = static_cast<Box::ChildData*> ( *it ); in calculateSize()
160 Box::getMinimumSize() throw(uno::RuntimeException) in getMinimumSize()
167 Box::hasHeightForWidth() in hasHeightForWidth()
174 Box::getHeightForWidth( sal_Int32 nWidth ) in getHeightForWidth()
183 Box::allocateArea( const awt::Rectangle &newArea ) in allocateArea()
192 ChildData *child = static_cast<Box::ChildData*> ( *it ); in allocateArea()
229 ChildData *child = static_cast<Box::ChildData*> ( *it ); in allocateArea()