Home
last modified time | relevance | path

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

12345

/AOO42X/main/vos/source/
H A Dtimer.cxx172 TTimeValue Now; in isExpired() local
174 osl_getSystemTime(&Now); in isExpired()
176 return !(Now < m_Expired); in isExpired()
225 TTimeValue Now; in getRemainingTime() local
227 osl_getSystemTime(&Now); in getRemainingTime()
229 sal_Int32 secs = m_Expired.Seconds - Now.Seconds; in getRemainingTime()
234 sal_Int32 nsecs = m_Expired.Nanosec - Now.Nanosec; in getRemainingTime()
414 TTimeValue Now; in checkForTimeout() local
416 osl_getSystemTime(&Now); in checkForTimeout()
418 Now.Seconds += pTimer->m_RepeatDelta.Seconds; in checkForTimeout()
[all …]
/AOO42X/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()
/AOO42X/main/svx/source/svdraw/
H A Dsvddrag.cxx80 Now()=aBla; in NextMove()
97 Now()=KorregPos(GetRealNow(),GetPrev()); in PrevPoint()
H A Dsvdopath.cxx750 if (bPnt1) rDrag.Now()=aNewPos1; in movePathDrag()
751 if (bPnt2) rDrag.Now()=aNewPos2; in movePathDrag()
773 rDrag.Now()=aPt; in movePathDrag()
1344 rXPoly[nActPoint]=rStat.Now(); in MovCreate()
1349 aPt-=rStat.Now(); in MovCreate()
1364 Point aPt1(rStat.Now()); in MovCreate()
1382 rXPoly[nActPoint+1]=rStat.Now(); in MovCreate()
1419 rXPoly[nActPoint]=rStat.Now(); in EndCreate()
1443 if (nActPoint==0 || rStat.Now()!=rXPoly[nActPoint-1]) { in EndCreate()
1558 rLocalXPoly[nLocalActPoint]=rStat.Now(); in BckCreate()
/AOO42X/main/uui/source/
H A Dnewerverwarn.src51 …ent Format. Some features may not be displayed correctly.\n\nClick 'Update Now' to run online upda…
64 Text [ en-US ] = "~Update Now..." ;
/AOO42X/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…
/AOO42X/main/setup_native/scripts/
H A Dlinuxpatchscript.sh88 echo Now re-installing new packages ..
/AOO42X/main/redland/
H A DREADME37 themselves. Now these patches are replaced with workarounds in unoxml.
/AOO42X/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 & """"
/AOO42X/main/sc/addin/rot13/
H A Drot13.src36 * always an empty string. Now at least the fixed English string is returned.
/AOO42X/main/svx/inc/svx/
H A Dsvddrag.hxx117 Point& Now() { return Pnt(GetPointAnz()-1); } in Now() function in SdrDragStat
/AOO42X/main/apple_remote/source/
H A DKeyspanFrontRowControl.m82 // Now search I/O Registry for matching devices.
/AOO42X/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 improvement. Now it is no
/AOO42X/main/basic/source/runtime/
H A Drtlproto.hxx211 extern RTLFUNC(Now);
/AOO42X/main/scripting/examples/beanshell/Highlight/
H A DButtonPressHandler.bsh62 // Now get the text field control from the list
/AOO42X/main/offapi/com/sun/star/awt/tree/
H A DTreeControl.idl78 Now you get called when the node will become expanded or collapsed.
/AOO42X/main/sc/addin/datefunc/
H A Ddfa.src35 * always an empty string. Now at least the fixed English string is returned.
/AOO42X/main/offapi/com/sun/star/util/
H A DXCloseListener.idl115 Now the listened object is closed really. Listener has to accept that;
/AOO42X/main/offapi/com/sun/star/form/component/
H A DDatabaseImageControl.idl84Now 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
/AOO42X/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
/AOO42X/main/icu/
H A Dicu4c-4_2_1-src.patch202 // Now directly handled in the collation code by the swapCJK function.
H A Dicu4c-4_0_1-src.patch317 // Now directly handled in the collation code by the swapCJK function.

12345