Home
last modified time | relevance | path

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

/aoo4110/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java278 final DateTime unoTs = (DateTime) obj; in getTimestamp() local
279 final StringBuffer str = getDateString(unoTs.Year, unoTs.Month, unoTs.Day); in getTimestamp()
281 str.append(getTimeString(unoTs.Hours, unoTs.Minutes, unoTs.Seconds)); in getTimestamp()
283 str.append(unoTs.HundredthSeconds); in getTimestamp()

Completed in 6 milliseconds