Lines Matching refs:xChild
59 uno::Reference< awt::XLayoutConstrains > xChild( pChild->GetPeer(), uno::UNO_QUERY ); in Add() local
60 mxContainer->addChild( xChild ); in Add()
68 uno::Reference< awt::XLayoutConstrains > xChild( pChild->getImpl(), uno::UNO_QUERY ); in Add() local
69 mxContainer->addChild( xChild ); in Add()
77 uno::Reference< awt::XLayoutConstrains > xChild( pChild->GetPeer(), uno::UNO_QUERY ); in Remove() local
78 mxContainer->removeChild( xChild ); in Remove()
86 uno::Reference< awt::XLayoutConstrains > xChild( pChild->getImpl(), uno::UNO_QUERY ); in Remove() local
87 mxContainer->removeChild( xChild ); in Remove()
112 uno::Reference < awt::XLayoutConstrains > xChild( aChildren[ i ] ); in ShowAll() local
114 uno::Reference< awt::XWindow > xWin( xChild, uno::UNO_QUERY); in ShowAll()
119 xChild, uno::UNO_QUERY ); in ShowAll()
153 uno::Reference< awt::XLayoutConstrains > xChild( pImpl->mxWindow, in Add() local
155 mxContainer->addChild( xChild ); in Add()
156 setProps( xChild, bXExpand, bYExpand, nXSpan, nYSpan ); in Add()
164 uno::Reference< awt::XLayoutConstrains > xChild( pContainer->getImpl(), in Add() local
166 mxContainer->addChild( xChild ); in Add()
167 setProps( xChild, bXExpand, bYExpand, nXSpan, nYSpan ); in Add()
170 void Table::setProps( uno::Reference< awt::XLayoutConstrains > xChild, in setProps() argument
174 ( mxContainer->getChildProperties( xChild ), uno::UNO_QUERY_THROW ); in setProps()
198 uno::Reference< awt::XLayoutConstrains > xChild( pImpl->mxWindow, in Add() local
201 mxContainer->addChild( xChild ); in Add()
202 setProps( xChild, bExpand, bFill, nPadding ); in Add()
210 uno::Reference< awt::XLayoutConstrains > xChild( pContainer->getImpl(), in Add() local
212 mxContainer->addChild( xChild ); in Add()
213 setProps( xChild, bExpand, bFill, nPadding ); in Add()
216 void Box::setProps( uno::Reference< awt::XLayoutConstrains > xChild, in setProps() argument
220 ( mxContainer->getChildProperties( xChild ), uno::UNO_QUERY_THROW ); in setProps()