Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/forms/
H A Delementimport.cxx814 sal_Int32 nFractions = 0; in handleAttribute() local
815 if ( SvXMLUnitConverter::convertTimeDuration( _rValue, aTime, &nFractions ) ) in handleAttribute()
819 aProp.Value <<= (sal_Int32)( ( ( aTime.GetMSFromTime() / 1000 ) * 1000 ) + nFractions ); in handleAttribute()

Completed in 18 milliseconds