Searched refs:getHeightForWidth (Results 1 – 18 of 18) sorted by relevance
149 nPrimSize += xChildCont->getHeightForWidth( nWidth ); in calculateSize()174 Box::getHeightForWidth( sal_Int32 nWidth ) in getHeightForWidth() function in layoutimpl::Box215 reqSize = getHeightForWidth( newArea.Width ); in allocateArea()243 nBoxPrimSize = xChildCont->getHeightForWidth( newArea.Width ); in allocateArea()
108 Bin::getHeightForWidth( sal_Int32 nWidth ) in getHeightForWidth() function in layoutimpl::Bin113 return xChildCont->getHeightForWidth( nWidth ); in getHeightForWidth()
91 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 /*nWidth*/ ) in getHeightForWidth() function in layoutimpl::Table
72 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 nWidth )
81 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 nWidth )
64 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 nWidth )
166 Flow::getHeightForWidth( sal_Int32 nWidth ) in getHeightForWidth() function in layoutimpl::Flow
106 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 nWidth )
75 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 /*nWidth*/ ) in getHeightForWidth() function in layoutimpl::VCLXSplitter
78 requestedSize.Height = getHeightForWidth( area.Width ); in allocateArea()
97 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 /*nWidth*/ ) in getHeightForWidth() function in layoutimpl::VCLXTabControl
121 reqSize.Height = getHeightForWidth( rArea.Width ); in allocateArea()
102 virtual css::ui::LayoutSize SAL_CALL getHeightForWidth (sal_Int32 nWidth)
43 long getHeightForWidth( [in] long Width );
99 long getHeightForWidth( [in] long Width );
59 LayoutSize getHeightForWidth ( [in] long nWidth);
229 ui::LayoutSize SAL_CALL SidebarPanelBase::getHeightForWidth (const sal_Int32 nWidth) in getHeightForWidth() function in sfx2::sidebar::SidebarPanelBase
332 aLayoutSize = xPanel->getHeightForWidth(rContentBox.GetWidth()); in GetRequestedSizes()
Completed in 54 milliseconds