Home
last modified time | relevance | path

Searched refs:setHeight (Results 26 – 50 of 102) sorted by relevance

12345

/aoo42x/main/oox/source/drawingml/table/
H A Dtablerowcontext.cxx40 rTableRow.setHeight( xAttribs->getOptionalValue( XML_h ).toInt32() ); in TableRowContext()
/aoo42x/main/svgio/inc/svgio/svgreader/
H A Dsvgusenode.hxx80 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() function in svgio::svgreader::SvgUseNode
H A Dsvgrectnode.hxx74 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() function in svgio::svgreader::SvgRectNode
H A Dsvgimagenode.hxx87 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() function in svgio::svgreader::SvgImageNode
H A Dsvgmasknode.hxx79 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() function in svgio::svgreader::SvgMaskNode
H A Dsvgsvgnode.hxx99 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() function in svgio::svgreader::SvgSvgNode
H A Dsvgpatternnode.hxx104 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() function in svgio::svgreader::SvgPatternNode
/aoo42x/main/sc/source/ui/vba/
H A Dvbaoleobject.hxx57 virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);
H A Dvbachartobject.hxx62 void setHeight( double _fheight ) throw ( css::script::BasicErrorException );
/aoo42x/main/extensions/source/propctrlr/
H A Dbrowserview.cxx131 aSize.setHeight( m_pPropBox->getMinimumHeight() ); in getMinimumSize()
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DColumnarSingleColumn.java92 xSection.setHeight(aRect.Y); in insertDetailFields()
H A DColumnarTwoColumns.java124 xSection.setHeight(aRect.Y); in insertDetailFields()
H A DInBlocksLabelsLeft.java119 xSection.setHeight(aRectLabelFields.Y); in insertDetailFields()
H A DInBlocksLabelsAbove.java152 xSection.setHeight(aRectFields.Y); in insertDetailFields()
/aoo42x/main/svgio/source/svgreader/
H A Dsvgusenode.cxx128 setHeight(aNum); in parseAttribute()
H A Dsvgrectnode.cxx119 setHeight(aNum); in parseAttribute()
H A Dsvgmasknode.cxx123 setHeight(aNum); in parseAttribute()
/aoo42x/main/vbahelper/inc/vbahelper/
H A Dvbawindowbase.hxx50 virtual void SAL_CALL setHeight( sal_Int32 _height ) throw (css::uno::RuntimeException) ;
H A Dvbashaperange.hxx56 virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);
/aoo42x/main/xmloff/source/style/
H A DVisAreaContext.cxx57 rRect.setHeight( rAwtRect.Height ); in XMLVisAreaContext()
/aoo42x/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx148 void setHeight( const double& rNewHeight );
/aoo42x/main/chart2/source/controller/main/
H A DChartWindow.cxx42 aResult.setHeight( rAWTRect.Height ); in lcl_AWTRectToVCLRect()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbawindowbase.cxx91 VbaWindowBase::setHeight( sal_Int32 _height ) throw (uno::RuntimeException) in setHeight() function in VbaWindowBase
/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectLayouter.cxx131 rPageObjectSize.setHeight(nPreviewHeight + 2*gnOuterBorderWidth + 2*nFocusIndicatorWidth + 1); in CalculatePreviewBoundingBox()
/aoo42x/main/vbahelper/source/msforms/
H A Dvbacontrol.hxx71 virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);

Completed in 62 milliseconds

12345