Home
last modified time | relevance | path

Searched refs:getHeightForWidth (Results 1 – 18 of 18) sorted by path

/trunk/main/offapi/com/sun/star/awt/
H A DXLayoutContainer.idl99 long getHeightForWidth( [in] long Width );
H A DXLayoutFlow.idl43 long getHeightForWidth( [in] long Width );
/trunk/main/offapi/com/sun/star/ui/
H A DXSidebarPanel.idl59 LayoutSize getHeightForWidth ( [in] long nWidth);
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DSidebarPanelBase.hxx102 virtual css::ui::LayoutSize SAL_CALL getHeightForWidth (sal_Int32 nWidth)
/trunk/main/sfx2/source/sidebar/
H A DDeckLayouter.cxx332 aLayoutSize = xPanel->getHeightForWidth(rContentBox.GetWidth()); in GetRequestedSizes()
H A DSidebarPanelBase.cxx229 ui::LayoutSize SAL_CALL SidebarPanelBase::getHeightForWidth (const sal_Int32 nWidth) in getHeightForWidth() function in sfx2::sidebar::SidebarPanelBase
/trunk/main/toolkit/source/awt/
H A Dvclxdialog.cxx121 reqSize.Height = getHeightForWidth( rArea.Width ); in allocateArea()
H A Dvclxsplitter.hxx75 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 /*nWidth*/ ) in getHeightForWidth() function in layoutimpl::VCLXSplitter
H A Dvclxtabcontrol.hxx97 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 /*nWidth*/ ) in getHeightForWidth() function in layoutimpl::VCLXTabControl
H A Dvclxtabpage.cxx78 requestedSize.Height = getHeightForWidth( area.Width ); in allocateArea()
/trunk/main/toolkit/source/layout/core/
H A Dbin.cxx108 Bin::getHeightForWidth( sal_Int32 nWidth ) in getHeightForWidth() function in layoutimpl::Bin
113 return xChildCont->getHeightForWidth( nWidth ); in getHeightForWidth()
H A Dbin.hxx64 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 nWidth )
H A Dbox.cxx149 nPrimSize += xChildCont->getHeightForWidth( nWidth ); in calculateSize()
174 Box::getHeightForWidth( sal_Int32 nWidth ) in getHeightForWidth() function in layoutimpl::Box
215 reqSize = getHeightForWidth( newArea.Width ); in allocateArea()
243 nBoxPrimSize = xChildCont->getHeightForWidth( newArea.Width ); in allocateArea()
H A Dbox.hxx72 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 nWidth )
H A Dcontainer.hxx106 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 nWidth )
H A Dflow.cxx166 Flow::getHeightForWidth( sal_Int32 nWidth ) in getHeightForWidth() function in layoutimpl::Flow
H A Dflow.hxx81 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 nWidth )
H A Dtable.hxx91 virtual sal_Int32 SAL_CALL getHeightForWidth( sal_Int32 /*nWidth*/ ) in getHeightForWidth() function in layoutimpl::Table

Completed in 47 milliseconds