Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/core/
H A Dxmluconv.cxx2285 com::sun::star::util::Time aConvValue; in convertAny() local
2287 aConvValue.HundredthSeconds = aTempValue.HundredthSeconds; in convertAny()
2288 aConvValue.Seconds = aTempValue.Seconds; in convertAny()
2289 aConvValue.Minutes = aTempValue.Minutes; in convertAny()
2290 aConvValue.Hours = aTempValue.Hours; in convertAny()
2291 aValue <<= aConvValue; in convertAny()

Completed in 28 milliseconds