Lines Matching refs:util
37 static sal_Int32 toINT32(const ::com::sun::star::util::Date&) in toINT32()
42 static sal_Int32 toINT32(const ::com::sun::star::util::Time&) in toINT32()
47 static sal_Int64 toINT64(const ::com::sun::star::util::DateTime&) in toINT64()
52 static sal_Int32 getMsFromTime(const ::com::sun::star::util::Time&) in getMsFromTime()
57 static double toDouble(const ::com::sun::star::util::Date&) in toDouble()
62 static double toDouble(const ::com::sun::star::util::Time&) in toDouble()
67 static double toDouble(const ::com::sun::star::util::DateTime&) in toDouble()
72 …static ::com::sun::star::util::Date toDate(double,const ::com::sun::star::util::Date& =::… in toDate()
75 return ::com::sun::star::util::Date(); in toDate()
77 static ::com::sun::star::util::Time toTime(double) in toTime()
80 return ::com::sun::star::util::Time(); in toTime()
82 …static ::com::sun::star::util::DateTime toDateTime(double,const ::com::sun::star::util::Date&… in toDateTime()
85 return ::com::sun::star::util::DateTime(); in toDateTime()