Searched refs:GetPercent (Results 1 – 5 of 5) sorted by relevance
226 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()
78 sal_Int32 GetPercent( const OUString& sValue ) in GetPercent() function104 …return Point( GetPercent( xAttribs->getOptionalValue( XML_x ) ), GetCoordinate( xAttribs->getOptio… in GetPointPercent()
56 maSpacing.nValue = GetPercent( xAttribs->getValue( XML_val ) ); in createFastChildContext()
206 …mrBulletList.setBulletSize( static_cast<sal_Int16>( GetPercent( rXAttributes->getOptionalValue( XM… in createFastChildContext()
109 sal_Int32 GetPercent( const ::rtl::OUString& sValue );
Completed in 18 milliseconds