Home
last modified time | relevance | path

Searched refs:Box_Base (Results 1 – 13 of 13) sorted by relevance

/trunk/main/toolkit/source/layout/core/
H A Dbox-base.cxx39 Box_Base::ChildData::ChildData( uno::Reference< awt::XLayoutConstrains > const& xChild ) in ChildData()
77 bool Box_Base::ChildData::isVisible() in isVisible()
84 Box_Base::AddChild (uno::Reference <awt::XLayoutConstrains> const& xChild) in AddChild()
92 Box_Base::addChild (uno::Reference <awt::XLayoutConstrains> const& xChild) in addChild()
101 Box_Base::ChildData*
102 Box_Base::removeChildData( std::list< ChildData* >& lst, css::uno::Reference< css::awt::XLayoutCons… in removeChildData()
118 Box_Base::removeChild( const uno::Reference< awt::XLayoutConstrains >& xChild ) in removeChild()
133 Box_Base::getChildren() in getChildren()
145 Box_Base::getChildProperties( const uno::Reference< awt::XLayoutConstrains >& xChild ) in getChildProperties()
H A Dtable.cxx59 return Box_Base::ChildData::isVisible() in isVisible()
64 : Box_Base() in Table()
73 : Box_Base::ChildData( xChild ) in ChildData()
93 Table::createChildProps( Box_Base::ChildData *pData ) in createChildProps()
103 Box_Base::addChild( xChild ); in addChild()
121 for ( std::list<Box_Base::ChildData *>::iterator it in getMinimumSize()
168 for ( std::list<Box_Base::ChildData *>::iterator it in getMinimumSize()
191 for ( std::list<Box_Base::ChildData *>::iterator it in getMinimumSize()
264 for ( std::list<Box_Base::ChildData *>::const_iterator it in allocateArea()
H A Dbox.cxx51 : Box_Base::ChildData( xChild ) in ChildData()
65 Box::createChildProps( Box_Base::ChildData *pData ) in createChildProps()
71 : Box_Base() in Box()
96 for ( std::list<Box_Base::ChildData *>::const_iterator it in calculateSize()
138 for ( std::list<Box_Base::ChildData *>::const_iterator it in calculateSize()
186 for ( std::list<Box_Base::ChildData *>::const_iterator it in allocateArea()
223 for ( std::list<Box_Base::ChildData *>::const_iterator it in allocateArea()
H A Dtable.hxx32 class Table : public Box_Base
36 struct ChildData : public Box_Base::ChildData
50 struct ChildProps : public Box_Base::ChildProps
72 ChildProps *createChildProps( Box_Base::ChildData* pData );
H A Dbox.hxx34 class Box : public Box_Base
45 struct ChildData : public Box_Base::ChildData
53 struct ChildProps : public Box_Base::ChildProps
60 ChildProps *createChildProps( Box_Base::ChildData* pData );
H A Ddialogbuttonhbox.cxx151 Box_Base::ChildData *p = 0; in removeChild()
188 std::list< Box_Base::ChildData * > ordered; in gnomeOrdering()
212 std::list< Box_Base::ChildData * > ordered; in kdeOrdering()
236 std::list< Box_Base::ChildData * > ordered; in macosOrdering()
262 std::list< Box_Base::ChildData * > ordered; in windowsOrdering()
H A Ddialogbuttonhbox.hxx64 std::list< Box_Base::ChildData *> maOther;
H A Dbox-base.hxx34 class Box_Base : public Container class
/trunk/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx50 : Box_Base::ChildData( xChild ) in ChildData()
62 VCLXTabControl::createChildProps( Box_Base::ChildData *pData ) in createChildProps()
76 , Box_Base() in VCLXTabControl()
256 Box_Base::AddChild( xChild ); in AddChild()
266 Box_Base::addChild( xChild ); in addChild()
273 Box_Base::removeChild( xChild ); in removeChild()
382 for ( std::list<Box_Base::ChildData *>::const_iterator it in allocateArea()
430 for ( std::list<Box_Base::ChildData *>::const_iterator it in getMinimumSize()
H A Dvclxsplitter.hxx39 ,public Box_Base
83 struct ChildData : public Box_Base::ChildData
89 struct ChildProps : public Box_Base::ChildProps
97 ChildProps *createChildProps( Box_Base::ChildData* pData );
H A Dvclxtabcontrol.hxx43 ,public Box_Base
104 struct ChildData : public Box_Base::ChildData
110 struct ChildProps : public Box_Base::ChildProps
117 ChildProps *createChildProps( Box_Base::ChildData* pData );
H A Dvclxsplitter.cxx52 : Box_Base::ChildData( xChild ) in ChildData()
64 VCLXSplitter::createChildProps( Box_Base::ChildData *pData ) in createChildProps()
74 , Box_Base() in VCLXSplitter()
130 Box_Base::addChild( xChild ); in addChild()
/trunk/main/toolkit/doc/layout/
H A DChangeLog163 code duplication from layout: new Box_Base class implements