Searched refs:decodeUnsigned (Results 1 – 4 of 4) sorted by relevance
932 …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()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()1085 …case XML_BorderColor: mnBorderColor = AttributeConversion::decodeUnsigned( rValue ); br… in importProperty()1361 …case XML_ForeColor: mnArrowColor = AttributeConversion::decodeUnsigned( rValue ); br… in importProperty()[all …]
198 … case XML_VariousPropertyBits: mnFlags = AttributeConversion::decodeUnsigned( rValue ); break; in importProperty()
106 sal_uInt32 AttributeConversion::decodeUnsigned( const OUString& rValue ) in decodeUnsigned() function in oox::AttributeConversion186 return OptValue< sal_uInt32 >( bValid, AttributeConversion::decodeUnsigned( aValue ) ); in getUnsigned()
57 static sal_uInt32 decodeUnsigned( const ::rtl::OUString& rValue );
Completed in 39 milliseconds