Searched refs:aConvValue (Results 1 – 1 of 1) sorted by relevance
2285 com::sun::star::util::Time aConvValue; in convertAny() local2287 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 26 milliseconds