Searched refs:decodeHyper (Results 1 – 2 of 2) sorted by relevance
110 sal_Int64 AttributeConversion::decodeHyper( const OUString& rValue ) in decodeHyper() function in oox::AttributeConversion192 return OptValue< sal_Int64 >( bValid, bValid ? AttributeConversion::decodeHyper( aValue ) : 0 ); in getHyper()
60 static sal_Int64 decodeHyper( const ::rtl::OUString& rValue );
Completed in 8 milliseconds