Home
last modified time | relevance | path

Searched refs:maHeight (Results 1 – 15 of 15) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgpatternnode.cxx53 maHeight(), in SvgPatternNode()
395 if(maHeight.isSet()) in getHeight()
397 return maHeight; in getHeight()
407 return maHeight; in getHeight()
H A Dsvgusenode.cxx44 maHeight(), in SvgUseNode()
H A Dsvgrectnode.cxx43 maHeight(0), in SvgRectNode()
H A Dsvgmasknode.cxx49 maHeight(SvgNumber(120.0, Unit_percent, true)), in SvgMaskNode()
H A Dsvgimagenode.cxx57 maHeight(0), in SvgImageNode()
H A Dsvgsvgnode.cxx51 maHeight(), in SvgSvgNode()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgusenode.hxx46 SvgNumber maHeight; member in svgio::svgreader::SvgUseNode
79 const SvgNumber& getHeight() const { return maHeight; } in getHeight()
80 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight()
H A Dsvgrectnode.hxx45 SvgNumber maHeight; member in svgio::svgreader::SvgRectNode
73 const SvgNumber& getHeight() const { return maHeight; } in getHeight()
74 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight()
H A Dsvgimagenode.hxx47 SvgNumber maHeight; member in svgio::svgreader::SvgImageNode
86 const SvgNumber& getHeight() const { return maHeight; } in getHeight()
87 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight()
H A Dsvgmasknode.hxx45 SvgNumber maHeight; member in svgio::svgreader::SvgMaskNode
78 const SvgNumber& getHeight() const { return maHeight; } in getHeight()
79 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight()
H A Dsvgsvgnode.hxx46 SvgNumber maHeight; member in svgio::svgreader::SvgSvgNode
98 const SvgNumber& getHeight() const { return maHeight; } in getHeight()
99 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight()
H A Dsvgpatternnode.hxx50 SvgNumber maHeight; member in svgio::svgreader::SvgPatternNode
104 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight()
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx154 … ConversionHelper::decodeMeasureToHmm( rGraphicHelper, maTypeModel.maHeight, 0, false, true ) ); in getAbsRectangle()
163 maTypeModel.maHeight.toInt32() ); in getRelRectangle()
H A Dvmlshapecontext.cxx366 else if( aName.equalsAscii( "height" ) ) mrTypeModel.maHeight = aValue; in setStyle()
/trunk/main/oox/inc/oox/vml/
H A Dvmlshape.hxx73 …::rtl::OUString maHeight; /// Height of the shape bounding box (number with unit…

Completed in 61 milliseconds