Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 25 of 135) sorted by last modified time

123456

/aoo41x/test/testcommon/source/org/openoffice/test/
H A DRun.help12 …-tm [suite name:]<method name>[,method_name]... Define a test suite with test methods separated by…
H A DRun.java139 NamedRequest request = NamedRequest.tm(s); in main()
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DNamedRequest.java115 public static NamedRequest tm(String arg) { in tm() method in NamedRequest
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx5042 TEXTMETRIC tm; in ImplDrawItem() local
5043 GetTextMetrics( pDI->hDC, &tm ); in ImplDrawItem()
5049 …(WPARAM)0, aRect.right-strSizeA.cx-tm.tmMaxCharWidth, aRect.top + (lineHeight - strSizeA.cy)/2, 0,… in ImplDrawItem()
6433 struct tm *newtime = localtime( &aclock ); // Convert time to struct tm form
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx354 struct tm aTime; in getLocalTime()
355 struct tm *pLocalTime = localtime_r (&nTime, &aTime); in getLocalTime()
/aoo41x/main/ure/source/
H A DREADME209 Java[tm] Archives (JARs) that client code can call. For details on the
/aoo41x/main/tools/source/fsys/
H A Dunx.hxx60 tm atm; in Unx2Time()
61 tm *pTime; in Unx2Time()
70 tm atm; in Unx2Date()
71 tm *pTime; in Unx2Date()
80 tm atm; in Unx2DateAndTime()
81 tm *pTime; in Unx2DateAndTime()
H A Dos2.cxx887 tm *pTm = localtime( pTimeT ); in MsDos2Time()
896 tm *pTm = localtime( pTimeT ); in MsDos2Date()
H A Dunx.cxx615 tm times; in SetDateTime()
/aoo41x/main/tools/source/datetime/
H A Dtdate.cxx46 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
162 struct tm aTime; in Date()
H A Dttime.cxx118 struct tm aTime; in Time()
351 tm aTM; in GetUTCOffset()
/aoo41x/main/tools/source/debug/
H A Ddebug.cxx871 tm* pTime; in ImplDbgInitFile()
873 tm aTime; in ImplDbgInitFile()
/aoo41x/main/stoc/source/javavm/
H A Djavavm.cxx525 struct tm *tmData; in setTimeZone()
/aoo41x/main/shell/source/unix/misc/
H A Dopen-url.c48 struct tm* localTime; in logMessage()
H A Dsenddoc.c48 struct tm* localTime; in logMessage()
/aoo41x/main/sal/workben/
H A Dtestfile.cxx1430 struct tm sSysCreationTime = { 0, 20, 12, 4, 9, 100 }; in FileTimeTest()
1431 struct tm sSysAccessTime = { 0, 40, 1, 6, 5, 98 }; in FileTimeTest()
1432 struct tm sSysModifyTime = { 0, 1, 24, 13, 11, 95 }; in FileTimeTest()
H A Dtgetpwnam.cxx44 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
58 struct tm sttm; in workfunc1()
77 struct tm sttm; in workfunc2()
99 struct tm *ptm; in main()
161 ptm = (struct tm*)malloc(sizeof(struct tm)); in main()
/aoo41x/main/sal/osl/unx/
H A Dtime.c62 struct tm *pSystemTime; in osl_getDateTimeFromTimeValue()
63 struct tm tmBuf; in osl_getDateTimeFromTimeValue()
96 struct tm aTime; in osl_getTimeValueFromDateTime()
166 struct tm *pLocalTime; in osl_getLocalTimeFromSystemTime()
167 struct tm tmBuf; in osl_getLocalTimeFromSystemTime()
203 struct tm *pLocalTime; in osl_getSystemTimeFromLocalTime()
204 struct tm tmBuf; in osl_getSystemTimeFromLocalTime()
H A Dsystem.c150 struct tm *localtime_r(const time_t *timep, struct tm *buffer) in localtime_r()
152 struct tm* res; in localtime_r()
158 memcpy(buffer, res, sizeof(struct tm)); in localtime_r()
167 struct tm *gmtime_r(const time_t *timep, struct tm *buffer) in gmtime_r()
169 struct tm* res; in gmtime_r()
175 memcpy(buffer, res, sizeof(struct tm)); in gmtime_r()
H A Dsystem.h482 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
483 struct tm *gmtime_r(const time_t *timep, struct tm *buffer);
H A Dfile_stat.cxx395 struct tm* pTM=0; in osl_psz_setFileTime()
/aoo41x/main/sal/osl/os2/
H A Dsystem.h501 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
502 struct tm *gmtime_r(const time_t *timep, struct tm *buffer);
H A Dtime.c62 struct tm *pSystemTime; in osl_getDateTimeFromTimeValue()
63 struct tm tmBuf; in osl_getDateTimeFromTimeValue()
96 struct tm aTime; in osl_getTimeValueFromDateTime()
166 struct tm *pLocalTime; in osl_getLocalTimeFromSystemTime()
167 struct tm tmBuf; in osl_getLocalTimeFromSystemTime()
203 struct tm *pLocalTime; in osl_getSystemTimeFromLocalTime()
204 struct tm tmBuf; in osl_getSystemTimeFromLocalTime()
H A Dfile.cxx3060 struct tm* pTM=0; in osl_psz_setFileTime()
/aoo41x/main/redland/rasqal/
H A Drasqal-0.9.33.patch.win32184 /* struct tm has tm_gmtoff field */

Completed in 151 milliseconds

123456