Home
last modified time | relevance | path

Searched defs:hour (Results 1 – 5 of 5) sorted by relevance

/trunk/main/autodoc/source/cosv/service/ !
H A Dcomfunc.cxx134 time2str(String & out_Str, int hour, int min, int sec) in time2str()
/trunk/main/unixODBC/inc/ !
H A Dsqltypes.h263 SQLUSMALLINT hour; member
279 SQLUSMALLINT hour; member
327 SQLUINTEGER hour; member
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/ !
H A DRunner.java80 long hour = _nTime / (60 * 60 * 1000); in beautifyTime() local
/trunk/main/connectivity/qa/complex/connectivity/dbase/ !
H A DDBaseDateFunctions.java140 …private void hour(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in hour() method in DBaseDateFunctions
/trunk/main/sc/source/core/tool/ !
H A Dinterpr4.cxx261 … enum State { year = 0, month, day, hour, minute, second, fraction, done, blank, stop }; in ConvertStringToValue() enumerator