Searched refs:GetCoordinate (Results 1 – 6 of 6) sorted by relevance
63 sal_Int32 GetCoordinate( sal_Int32 nValue ) in GetCoordinate() function69 sal_Int32 GetCoordinate( const OUString& sValue ) in GetCoordinate() function74 return GetCoordinate( nRet ); in GetCoordinate()98 …return Point( GetCoordinate( xAttribs->getOptionalValue( XML_x ) ), GetCoordinate( xAttribs->getOp… in GetPoint2D()104 …return Point( GetPercent( xAttribs->getOptionalValue( XML_x ) ), GetCoordinate( xAttribs->getOptio… in GetPointPercent()276 …return Size( GetCoordinate( xAttribs->getOptionalValue( XML_cx ) ), GetCoordinate( xAttribs->getOp… in GetSize2D()
64 sal_Int32 nLeftInset = ( sValue.getLength() != 0 ? GetCoordinate( sValue ) : 91440 / 360 ); in TextBodyPropertiesContext()69 sal_Int32 nTopInset = ( sValue.getLength() != 0 ? GetCoordinate( sValue ) : 91440 / 360 ); in TextBodyPropertiesContext()74 sal_Int32 nRightInset = ( sValue.getLength() != 0 ? GetCoordinate( sValue ) : 91440 / 360 ); in TextBodyPropertiesContext()79 sal_Int32 nBottonInset = ( sValue.getLength() != 0 ? GetCoordinate( sValue ) : 45720 / 360 ); in TextBodyPropertiesContext()
98 …entation() = boost::optional< sal_Int32 >( sValue.getLength() == 0 ? 0 : GetCoordinate( sValue ) ); in TextParagraphPropertiesContext()121 …ftMargin() = boost::optional< sal_Int32 >( sValue.getLength() == 0 ? 0 : GetCoordinate( sValue ) ); in TextParagraphPropertiesContext()128 sal_Int32 nMarR = ( sValue.getLength() == 0 ? 0 : GetCoordinate( sValue ) ); in TextParagraphPropertiesContext()
70 aTabStop.Position = GetCoordinate( sValue ); in createFastChildContext()
103 sal_Int32 GetCoordinate( sal_Int32 nValue );106 sal_Int32 GetCoordinate( const ::rtl::OUString& sValue );
79 …aBorderLine.OuterLineWidth = static_cast< sal_Int16 >( GetCoordinate( rLineProperties.moLineWidth.… in applyLineAttributes()80 …aBorderLine.InnerLineWidth = static_cast< sal_Int16 >( GetCoordinate( rLineProperties.moLineWidth.… in applyLineAttributes()
Completed in 46 milliseconds