Home
last modified time | relevance | path

Searched refs:Now (Results 1 – 25 of 117) sorted by relevance

12345

/trunk/main/vos/source/
H A Dtimer.cxx182 TTimeValue Now; in isExpired() local
184 osl_getSystemTime(&Now); in isExpired()
186 return !(Now < m_Expired); in isExpired()
235 TTimeValue Now; in getRemainingTime() local
237 osl_getSystemTime(&Now); in getRemainingTime()
239 sal_Int32 secs = m_Expired.Seconds - Now.Seconds; in getRemainingTime()
244 sal_Int32 nsecs = m_Expired.Nanosec - Now.Nanosec; in getRemainingTime()
428 TTimeValue Now; in checkForTimeout() local
430 osl_getSystemTime(&Now); in checkForTimeout()
432 Now.Seconds += pTimer->m_RepeatDelta.Seconds; in checkForTimeout()
[all …]
/trunk/main/migrationanalysis/src/wizard/
H A DAnalyse.bas242 currDate = Now()
255 currDate = Now()
291 currDate = Now()
561 curDate = Now()
568 waitTime = val(DateDiff("s", curDate, Now()))
H A DCollectedFiles.cls509 nowDate = Now()
/trunk/main/svx/source/svdraw/
H A Dsvddrag.cxx80 Now()=aBla; in NextMove()
97 Now()=KorregPos(GetRealNow(),GetPrev()); in PrevPoint()
H A Dsvdopath.cxx752 if (bPnt1) rDrag.Now()=aNeuPos1; in movePathDrag()
753 if (bPnt2) rDrag.Now()=aNeuPos2; in movePathDrag()
775 rDrag.Now()=aPt; in movePathDrag()
1346 rXPoly[nActPoint]=rStat.Now(); in MovCreate()
1351 aPt-=rStat.Now(); in MovCreate()
1366 Point aPt1(rStat.Now()); in MovCreate()
1384 rXPoly[nActPoint+1]=rStat.Now(); in MovCreate()
1421 rXPoly[nActPoint]=rStat.Now(); in EndCreate()
1445 if (nActPoint==0 || rStat.Now()!=rXPoly[nActPoint-1]) { in EndCreate()
1560 rLocalXPoly[nLocalActPoint]=rStat.Now(); in BckCreate()
/trunk/main/uui/source/
H A Dnewerverwarn.src53 …ent Format. Some features may not be displayed correctly.\n\nClick 'Update Now' to run online upda…
66 Text [ en-US ] = "~Update Now..." ;
/trunk/main/javainstaller2/src/Localization/
H A Dsetupstrings.ulf43 en-US = "Remove Now"
382 …tion settings. <p>If you are satisfied with your selection, click 'Install Now' to begin. <p>To ch…
385 …ation settings. <p>If you are satisfied with your selection, click 'Remove Now' to begin. <p>To ch…
/trunk/main/setup_native/scripts/
H A Dlinuxpatchscript.sh88 echo Now re-installing new packages ..
/trunk/main/redland/
H A DREADME37 themselves. Now these patches are replaced with workarounds in unoxml.
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas408 startDate = Now()
451 nTimeNeeded = val(DateDiff("s", startDate, Now()))
461 startDate = Now()
2066 SetWorkbookNameValueToVariant logWb, "AnalysisDate", Now
3009 out.WriteLine " version=""" & GetVersion & """ timestamp=""" & Now & """"
/trunk/main/sc/addin/rot13/
H A Drot13.src36 * always an empty string. Now at least the fixed English string is returned.
/trunk/main/svx/inc/svx/
H A Dsvddrag.hxx117 Point& Now() { return Pnt(GetPointAnz()-1); } in Now() function in SdrDragStat
/trunk/main/apple_remote/source/
H A DKeyspanFrontRowControl.m82 // Now search I/O Registry for matching devices.
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleStateSet.idl93 type. Now a single call is sufficient.</p>
H A DAccessibleStateType.idl122 The state is added to make a performance improvment. Now it is no
/trunk/main/sc/addin/datefunc/
H A Ddfa.src35 * always an empty string. Now at least the fixed English string is returned.
/trunk/main/offapi/com/sun/star/awt/tree/
H A DTreeControl.idl78 Now you get called when the node will become expanded or collapsed.
/trunk/main/scripting/examples/beanshell/Highlight/
H A DButtonPressHandler.bsh62 // Now get the text field control from the list
/trunk/main/basic/source/runtime/
H A Drtlproto.hxx211 extern RTLFUNC(Now);
/trunk/main/offapi/com/sun/star/util/
H A DXCloseListener.idl115 Now the listened object is closed really. Listener has to accept that;
/trunk/main/offapi/com/sun/star/form/component/
H A DDatabaseImageControl.idl84 Now the control loads the image determined by the property value, and starts producing
H A DDatabaseListBox.idl59 Now, besides the result set the form is based on (all your invoices), the list box can be caused
/trunk/test/
H A DREADME.md54 Now copy the "installed" office from the build location:
/trunk/main/offapi/com/sun/star/sdb/
H A DErrorCondition.idl87 as <code>SELECT * FROM query1</code>. Now if you try to change the statement of
H A DXSingleSelectQueryAnalyzer.idl205Now assume that <code>bar</code> is a query defined as <code>SELECT * FROM "foo"</code>. Passing e…

Completed in 108 milliseconds

12345