Searched refs:decodeIntegerHex (Results 1 – 2 of 2) sorted by relevance
116 sal_Int32 AttributeConversion::decodeIntegerHex( const OUString& rValue ) in decodeIntegerHex() function in oox::AttributeConversion200 …return OptValue< sal_Int32 >( bValid, bValid ? AttributeConversion::decodeIntegerHex( aValue ) : 0… in getIntegerHex()
63 static sal_Int32 decodeIntegerHex( const ::rtl::OUString& rValue );
Completed in 21 milliseconds