Searched refs:xChildCont (Results 1 – 4 of 4) sorted by relevance
103 uno::Reference< awt::XLayoutContainer > xChildCont( child->mxChild, uno::UNO_QUERY ); in calculateSize() local104 bool bFlow = xChildCont.is() && xChildCont->hasHeightForWidth(); in calculateSize()145 uno::Reference< awt::XLayoutContainer > xChildCont( child->mxChild, uno::UNO_QUERY ); in calculateSize() local146 bool bFlow = xChildCont.is() && xChildCont->hasHeightForWidth(); in calculateSize()149 nPrimSize += xChildCont->getHeightForWidth( nWidth ); in calculateSize()240 uno::Reference< awt::XLayoutContainer > xChildCont( child->mxChild, uno::UNO_QUERY ); in allocateArea() local241 bool bFlow = xChildCont.is() && xChildCont->hasHeightForWidth(); in allocateArea()243 nBoxPrimSize = xChildCont->getHeightForWidth( newArea.Width ); in allocateArea()
101 uno::Reference< awt::XLayoutContainer > xChildCont( mxChild, uno::UNO_QUERY ); in hasHeightForWidth() local102 if ( xChildCont.is() ) in hasHeightForWidth()103 return xChildCont->hasHeightForWidth(); in hasHeightForWidth()111 uno::Reference< awt::XLayoutContainer > xChildCont( mxChild, uno::UNO_QUERY ); in getHeightForWidth() local112 if ( xChildCont.is() ) in getHeightForWidth()113 return xChildCont->getHeightForWidth( nWidth ); in getHeightForWidth()
369 XAccessibleContext xChildCont = in getListBoxObjects() local372 UnoRuntime.queryInterface(XInterface.class, xChildCont); in getListBoxObjects()433 XAccessibleContext xChildCont = in getListBoxItems() local436 UnoRuntime.queryInterface(XInterface.class, xChildCont); in getListBoxItems()582 XAccessibleContext xChildCont = in getTextBoxText() local585 UnoRuntime.queryInterface(XInterface.class, xChildCont); in getTextBoxText()
118 uno::Reference < awt::XLayoutContainer > xChildCont( in ShowAll() local120 setChildrenVisible( xChildCont, bVisible ); in ShowAll()
Completed in 35 milliseconds