Home
last modified time | relevance | path

Searched refs:decodeUnsigned (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/oox/source/ole/
H A Daxcontrol.cxx792 …case XML_FontEffects: maFontData.mnFontEffects = AttributeConversion::decodeUnsigned( rValue… in importProperty()
861 …case XML_ForeColor: mnTextColor = AttributeConversion::decodeUnsigned( rValue ); … in importProperty()
862 …case XML_BackColor: mnBackColor = AttributeConversion::decodeUnsigned( rValue ); … in importProperty()
863 …case XML_VariousPropertyBits: mnFlags = AttributeConversion::decodeUnsigned( rValue ); … in importProperty()
864 …case XML_PicturePosition: mnPicturePos = AttributeConversion::decodeUnsigned( rValue ); … in importProperty()
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()
996 …case XML_BackColor: mnBackColor = AttributeConversion::decodeUnsigned( rValue ); … in importProperty()
[all …]
H A Dvbacontrol.cxx198 … case XML_VariousPropertyBits: mnFlags = AttributeConversion::decodeUnsigned( rValue ); break; in importProperty()
/AOO41X/main/oox/source/helper/
H A Dattributelist.cxx106 sal_uInt32 AttributeConversion::decodeUnsigned( const OUString& rValue ) in decodeUnsigned() function in oox::AttributeConversion
186 return OptValue< sal_uInt32 >( bValid, AttributeConversion::decodeUnsigned( aValue ) ); in getUnsigned()
/AOO41X/main/oox/inc/oox/helper/
H A Dattributelist.hxx57 static sal_uInt32 decodeUnsigned( const ::rtl::OUString& rValue );