Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/core/
H A Dxmluconv.cxx2197 com::sun::star::util::DateTime aTempValue; in convertAny() local
2198 aTempValue.Day = aDate.Day; in convertAny()
2199 aTempValue.Month = aDate.Month; in convertAny()
2200 aTempValue.Year = aDate.Year; in convertAny()
2201 aTempValue.HundredthSeconds = 0; in convertAny()
2202 aTempValue.Seconds = 0; in convertAny()
2203 aTempValue.Minutes = 0; in convertAny()
2204 aTempValue.Hours = 0; in convertAny()
2205 SvXMLUnitConverter::convertDateTime(sValue, aTempValue); in convertAny()
2212 com::sun::star::util::DateTime aTempValue; in convertAny() local
[all …]