Home
last modified time | relevance | path

Searched refs:GetPercent (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/oox/source/drawingml/
H A Dfillpropertiesgroupcontext.cxx226 aClipRect.X1 = GetPercent( aAttribs.getString( XML_l, aDefault ) ); in createFastChildContext()
227 aClipRect.Y1 = GetPercent( aAttribs.getString( XML_t, aDefault ) ); in createFastChildContext()
228 aClipRect.X2 = GetPercent( aAttribs.getString( XML_r, aDefault ) ); in createFastChildContext()
229 aClipRect.Y2 = GetPercent( aAttribs.getString( XML_b, aDefault ) ); in createFastChildContext()
H A Ddrawingmltypes.cxx78 sal_Int32 GetPercent( const OUString& sValue ) in GetPercent() function
104 …return Point( GetPercent( xAttribs->getOptionalValue( XML_x ) ), GetCoordinate( xAttribs->getOptio… in GetPointPercent()
H A Dtextspacingcontext.cxx56 maSpacing.nValue = GetPercent( xAttribs->getValue( XML_val ) ); in createFastChildContext()
H A Dtextparagraphpropertiescontext.cxx206 …mrBulletList.setBulletSize( static_cast<sal_Int16>( GetPercent( rXAttributes->getOptionalValue( XM… in createFastChildContext()
/aoo4110/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx109 sal_Int32 GetPercent( const ::rtl::OUString& sValue );

Completed in 26 milliseconds