Searched refs:decodeInteger (Results 1 – 3 of 3) sorted by relevance
793 …case XML_FontHeight: maFontData.mnFontHeight = AttributeConversion::decodeInteger( rValue )… in importProperty()794 …case XML_FontCharSet: maFontData.mnFontCharSet = AttributeConversion::decodeInteger( rValue … in importProperty()795 …case XML_ParagraphAlign: maFontData.mnHorAlign = AttributeConversion::decodeInteger( rValue ); … in importProperty()865 …case XML_TakeFocusOnClick: mbFocusOnClick = AttributeConversion::decodeInteger( rValue ) != 0… in importProperty()936 …case XML_BorderStyle: mnBorderStyle = AttributeConversion::decodeInteger( rValue ); br… in importProperty()937 …case XML_SpecialEffect: mnSpecialEffect = AttributeConversion::decodeInteger( rValue ); br… in importProperty()999 …case XML_BorderStyle: mnBorderStyle = AttributeConversion::decodeInteger( rValue ); … in importProperty()1000 …case XML_SpecialEffect: mnSpecialEffect = AttributeConversion::decodeInteger( rValue ); … in importProperty()1001 …case XML_SizeMode: mnPicSizeMode = AttributeConversion::decodeInteger( rValue ); … in importProperty()1002 …case XML_PictureAlignment: mnPicAlign = AttributeConversion::decodeInteger( rValue ); … in importProperty()[all …]
101 sal_Int32 AttributeConversion::decodeInteger( const OUString& rValue ) in decodeInteger() function in oox::AttributeConversion179 … return OptValue< sal_Int32 >( bValid, bValid ? AttributeConversion::decodeInteger( aValue ) : 0 ); in getInteger()
54 static sal_Int32 decodeInteger( const ::rtl::OUString& rValue );