Home
last modified time | relevance | path

Searched refs:times (Results 1 – 25 of 122) sorted by relevance

12345

/trunk/main/tools/source/fsys/
H A Dunx.cxx615 tm times; in SetDateTime() local
618 times.tm_mon = rNewDateTime.GetMonth() - 1; // 0 == Januar! in SetDateTime()
619 times.tm_mday = rNewDateTime.GetDay(); in SetDateTime()
621 times.tm_hour = rNewDateTime.GetHour(); in SetDateTime()
622 times.tm_min = rNewDateTime.GetMin(); in SetDateTime()
623 times.tm_sec = rNewDateTime.GetSec(); in SetDateTime()
625 times.tm_wday = 0; in SetDateTime()
626 times.tm_yday = 0; in SetDateTime()
628 times.tm_isdst = -1; in SetDateTime()
630 times.tm_isdst = 0; in SetDateTime()
[all …]
/trunk/main/offapi/com/sun/star/animations/
H A DAnimationEndSync.idl48 immediately. If child elements have multiple begin times, or otherwise
50 for resolved begin times.
57 indefinite or unresolved begin times will keep the simple duration of the
59 When all elements have completed the active duration one or more times,
/trunk/main/offapi/com/sun/star/ucb/
H A DXCommandEnvironment.idl55 <p>If called multiple times, this method should consistently return the
66 <p>If called multiple times, this method should consistently return the
/trunk/main/autodoc/source/exes/adc_uni/
H A Dspec-CommandLine.txt177 once or more times
179 none or more times
/trunk/main/bridges/test/performance/
H A Dtestperformance.cxx63 sal_uInt32 nTicks = (sal_uInt32)times( &aTms ); in getSystemTicks()
/trunk/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.props25 # the amount of exported documents: each loaded document will be written 'ExportDocCount' times
/trunk/main/offapi/com/sun/star/sdbc/
H A DXConnection.idl78 is executed many times, it is more efficient to use a
107 multiple times.
H A DXPreparedStatement.idl46 times.
/trunk/main/udkapi/com/sun/star/bridge/
H A DXBridge.idl37 remote, but it is allowed to call the method multiple times. </p>
/trunk/main/offapi/com/sun/star/sheet/
H A DFunctionCategory.idl45 /** specifies a function that calculates with dates and/or times.
H A DCellFlags.idl43 as dates or times.
H A DDataPilotSourceDimension.idl97 <p>A dimension may be used several times in a data pilot table,
/trunk/main/offapi/com/sun/star/sdb/
H A DXCommandPreparation.idl55 multiple times.
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DHierarchyBrowser.idl60 times it is handled cumulatively.
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl96 …<member>enterHiddenUndoContext</member> multiple times without calling <member>leaveUndoContext</m…
124 …<code>enterHiddenUndoContext</code> multiple times without calling <member>leaveUndoContext</membe…
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2092 aStart = times( &tms ); in initialize()
2096 clock_t aStop = times( &tms ); in initialize()
2122 aStart = times( &tms ); in initialize()
2304 aStep1 = times( &tms ); in initialize()
2396 aStep2 = times( &tms ); in initialize()
2414 aStep3 = times( &tms ); in initialize()
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXConfigurationControllerBroadcaster.idl47 one event type this method has to be called multiple times.
H A DXResourceFactoryManager.idl47 called multiple times for the same URL then a previously registered
/trunk/main/udkapi/com/sun/star/test/performance/
H A DXPerformanceTest.idl69 <li>queryInterface() execution times remain (nearly) static</li>
/trunk/main/writerfilter/documentation/
H A DtablesInDoc.txt115 repeat difference times
/trunk/main/udkapi/com/sun/star/test/
H A DXSimpleTest.idl68 (e.g. a closed XOutputStream). The method in general may be called multipe times with a new
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXXMLEncryptionTemplate.idl62 * And some times, in the low level, it is hard to determine what the key is
/trunk/main/offapi/com/sun/star/drawing/
H A DXSlideRenderer.idl69 times the original size. Values larger than 1 result in higher
/trunk/main/scripting/examples/beanshell/Highlight/
H A Dhighlighter.bsh111 " times\nDo you wish to keep the text highlighted?",
/trunk/main/sw/source/ui/uiview/
H A Dview.src153 Text [ en-US ] = "Search key replaced XX times." ;

Completed in 150 milliseconds

12345