Home
last modified time | relevance | path

Searched refs:GetCoordinate (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/oox/source/drawingml/
H A Ddrawingmltypes.cxx63 sal_Int32 GetCoordinate( sal_Int32 nValue ) in GetCoordinate() function
69 sal_Int32 GetCoordinate( const OUString& sValue ) in GetCoordinate() function
74 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()
H A Dtextbodypropertiescontext.cxx64 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()
H A Dtextparagraphpropertiescontext.cxx98 …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()
H A Dtexttabstoplistcontext.cxx70 aTabStop.Position = GetCoordinate( sValue ); in createFastChildContext()
/aoo4110/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx103 sal_Int32 GetCoordinate( sal_Int32 nValue );
106 sal_Int32 GetCoordinate( const ::rtl::OUString& sValue );
/aoo4110/main/oox/source/drawingml/table/
H A Dtablecell.cxx79 …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 37 milliseconds