Home
last modified time | relevance | path

Searched refs:xChildCont (Results 1 – 4 of 4) sorted by relevance

/trunk/main/toolkit/source/layout/core/
H A Dbox.cxx103 uno::Reference< awt::XLayoutContainer > xChildCont( child->mxChild, uno::UNO_QUERY ); in calculateSize() local
104 bool bFlow = xChildCont.is() && xChildCont->hasHeightForWidth(); in calculateSize()
145 uno::Reference< awt::XLayoutContainer > xChildCont( child->mxChild, uno::UNO_QUERY ); in calculateSize() local
146 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() local
241 bool bFlow = xChildCont.is() && xChildCont->hasHeightForWidth(); in allocateArea()
243 nBoxPrimSize = xChildCont->getHeightForWidth( newArea.Width ); in allocateArea()
H A Dbin.cxx101 uno::Reference< awt::XLayoutContainer > xChildCont( mxChild, uno::UNO_QUERY ); in hasHeightForWidth() local
102 if ( xChildCont.is() ) in hasHeightForWidth()
103 return xChildCont->hasHeightForWidth(); in hasHeightForWidth()
111 uno::Reference< awt::XLayoutContainer > xChildCont( mxChild, uno::UNO_QUERY ); in getHeightForWidth() local
112 if ( xChildCont.is() ) in getHeightForWidth()
113 return xChildCont->getHeightForWidth( nWidth ); in getHeightForWidth()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DUITools.java369 XAccessibleContext xChildCont = in getListBoxObjects() local
372 UnoRuntime.queryInterface(XInterface.class, xChildCont); in getListBoxObjects()
433 XAccessibleContext xChildCont = in getListBoxItems() local
436 UnoRuntime.queryInterface(XInterface.class, xChildCont); in getListBoxItems()
582 XAccessibleContext xChildCont = in getTextBoxText() local
585 UnoRuntime.queryInterface(XInterface.class, xChildCont); in getTextBoxText()
/trunk/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx118 uno::Reference < awt::XLayoutContainer > xChildCont( in ShowAll() local
120 setChildrenVisible( xChildCont, bVisible ); in ShowAll()

Completed in 36 milliseconds