Home
last modified time | relevance | path

Searched refs:AttributeConversion (Results 1 – 9 of 9) sorted by relevance

/trunk/main/oox/source/ole/
H A Daxcontrol.cxx932 …case XML_ForeColor: mnTextColor = AttributeConversion::decodeUnsigned( rValue ); br… in importProperty()
933 …case XML_BackColor: mnBackColor = AttributeConversion::decodeUnsigned( rValue ); br… in importProperty()
934 …case XML_VariousPropertyBits: mnFlags = AttributeConversion::decodeUnsigned( rValue ); br… in importProperty()
935 …case XML_BorderColor: mnBorderColor = AttributeConversion::decodeUnsigned( rValue ); br… in importProperty()
936 …case XML_BorderStyle: mnBorderStyle = AttributeConversion::decodeInteger( rValue ); br… in importProperty()
937 …case XML_SpecialEffect: mnSpecialEffect = AttributeConversion::decodeInteger( rValue ); br… in importProperty()
1081 …case XML_ForeColor: mnTextColor = AttributeConversion::decodeUnsigned( rValue ); br… in importProperty()
1082 …case XML_BackColor: mnBackColor = AttributeConversion::decodeUnsigned( rValue ); br… in importProperty()
1083 …case XML_VariousPropertyBits: mnFlags = AttributeConversion::decodeUnsigned( rValue ); br… in importProperty()
1084 …case XML_PicturePosition: mnPicturePos = AttributeConversion::decodeUnsigned( rValue ); br… in importProperty()
[all …]
H A Dvbacontrol.cxx198 … case XML_VariousPropertyBits: mnFlags = AttributeConversion::decodeUnsigned( rValue ); break; in importProperty()
/trunk/main/oox/source/helper/
H A Dattributelist.cxx78 sal_Int32 AttributeConversion::decodeToken( const OUString& rValue ) in decodeToken()
83 OUString AttributeConversion::decodeXString( const OUString& rValue ) in decodeXString()
96 double AttributeConversion::decodeDouble( const OUString& rValue ) in decodeDouble()
101 sal_Int32 AttributeConversion::decodeInteger( const OUString& rValue ) in decodeInteger()
106 sal_uInt32 AttributeConversion::decodeUnsigned( const OUString& rValue ) in decodeUnsigned()
111 sal_Int64 AttributeConversion::decodeHyper( const OUString& rValue ) in decodeHyper()
116 sal_Int32 AttributeConversion::decodeIntegerHex( const OUString& rValue ) in decodeIntegerHex()
121 sal_uInt32 AttributeConversion::decodeUnsignedHex( const OUString& rValue ) in decodeUnsignedHex()
126 sal_Int64 AttributeConversion::decodeHyperHex( const OUString& rValue ) in decodeHyperHex()
172 return OptValue< double >( bValid, bValid ? AttributeConversion::decodeDouble( aValue ) : 0.0 ); in getDouble()
[all …]
/trunk/main/oox/source/vml/
H A Dvmlshapecontext.cxx134 sal_Int32 nToken = AttributeConversion::decodeToken( rValue ); in lclDecodeVmlxBool()
207 …case VMLX_TOKEN( TextHAlign ): mrClientData.mnTextHAlign = AttributeConversion::decodeToken( maEl… in onEndElement()
208 …case VMLX_TOKEN( TextVAlign ): mrClientData.mnTextVAlign = AttributeConversion::decodeToken( maEl… in onEndElement()
212 …case VMLX_TOKEN( DropStyle ): mrClientData.mnDropStyle = AttributeConversion::decodeToken( maEle… in onEndElement()
219 …case VMLX_TOKEN( SelType ): mrClientData.mnSelType = AttributeConversion::decodeToken( maEleme… in onEndElement()
H A Dvmlformatting.cxx84 sal_Int32 nToken = AttributeConversion::decodeToken( rValue ); in decodeBool()
219 sal_Int32 nColorToken = AttributeConversion::decodeToken( aColorName ); in decodeColor()
244 switch( AttributeConversion::decodeToken( aColorIndex.copy( 0, nOpenParen ) ) ) in decodeColor()
282 switch( AttributeConversion::decodeToken( rDashStyle ) ) in lclGetDmlLineDash()
/trunk/main/oox/inc/oox/helper/
H A Dattributelist.hxx40 class AttributeConversion class
/trunk/main/oox/source/docprop/
H A Ddocprophandler.cxx615 …AddCustomProperty( uno::makeAny( AttributeConversion::decodeXString( aChars ) ) ); // the property… in characters()
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx674 sal_Int32 nColorToken = AttributeConversion::decodeToken( rTextColor ); in convertControlTextColor()
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx239 switch( AttributeConversion::decodeToken( rValue ) ) in GetAdjCoordinate()

Completed in 1103 milliseconds