GetSystemTicks Function /text/sbasic/shared/03130700.xhp
GetSystemTicks function GetSystemTicks Function Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes.
Syntax: GetSystemTicks() Return value: Long Example: Sub ExampleWait Dim lTick As Long lTick = GetSystemTicks() Wait 2000 lTick = (GetSystemTicks() - lTick) MsgBox "" & lTick & " Ticks" ,0,"The pause lasted" End Sub
/collabora/co-24.04.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/osl/unx/osxlocale.cxx
AgeCommit message (Expand)Author
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-03-29loplugin:cstylecastStephan Bergmann
2014-11-20Clean up Mac _imp_getProcessLocaleStephan Bergmann
2014-11-20Unused return valueStephan Bergmann
2014-11-19nlsupport.h -> nlsupport.hxxStephan Bergmann