Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/palmtests/qa/lib/
H A Dconverterlib.pm648 my $secs = $_[0];
790 my $secs = $_[0];
921 my $secs = $_[1];
965 if ($secs > 0)
967 pose_sleep($secs);
1051 if ($secs > 0)
1080 if ($secs > 0)
1095 my $secs = $_[1];
1104 if ($secs > 0)
1117 my $secs = $_[0];
[all …]
/trunk/main/vos/source/
H A Dtimer.cxx239 sal_Int32 secs = m_Expired.Seconds - Now.Seconds; in getRemainingTime() local
241 if (secs < 0) in getRemainingTime()
248 if (secs > 0) in getRemainingTime()
250 secs -= 1; in getRemainingTime()
257 return TTimeValue(secs, nsecs); in getRemainingTime()
/trunk/main/xmloff/source/meta/
H A Dxmlmetae.cxx185 sal_Int32 secs = mxDocProps->getEditingDuration(); in _MExport() local
190 Time(secs/3600, (secs%3600)/60, secs%60)) ); in _MExport()
/trunk/main/testtools/source/performance/
H A Dubtest.cxx1214 double secs = (*iTopics).second.secPerCall(); in run() local
1215 if (secs > 0.0) in run()
1217 out( secs * 1000, stream, nPos ); in run()
1233 double secs = (*iFind).second.secPerCall(); in run() local
1234 if (secs != 0.0) in run()
1236 out( secs * 1000, stream, nPos ); in run()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx246 const sal_Int32 secs = i_xDocProps->getEditingDuration(); in UpdateTime_Impl() local
248 secs/3600, (secs%3600)/60, secs%60, 0); in UpdateTime_Impl()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFormula.java243 int secs = Integer.parseInt(s.substring(8,10)); in toExcelSerialTime() local
245 int timeSecs = (hours*3600) + (mins*60) + (secs); in toExcelSerialTime()
/trunk/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java612 private void setAutoLoad(String URL, int secs) throws IllegalArgumentException in setAutoLoad() argument
616 xDocPro.setAutoloadSecs(secs); in setAutoLoad()

Completed in 48 milliseconds