Home
last modified time | relevance | path

Searched refs:aTime (Results 26 – 50 of 112) sorted by relevance

12345

/aoo41x/main/xmloff/source/draw/
H A Dximpshow.cxx132 DateTime aTime; in SdXMLShowsContext() local
133 if( !SvXMLUnitConverter::convertTime( aTime, sValue ) ) in SdXMLShowsContext()
136 const sal_Int32 nMS = ( aTime.Hours * 60 + aTime.Minutes ) * 60 + aTime.Seconds; in SdXMLShowsContext()
/aoo41x/main/fpicker/source/win32/filepicker/
H A Dasyncrequests.cxx48 TimeValue aTime; in lcl_sleep() local
49 aTime.Seconds = (nMilliSeconds / 1000); in lcl_sleep()
50 aTime.Nanosec = (nMilliSeconds % 1000) * 1000000; in lcl_sleep()
51 aCondition.wait(&aTime); in lcl_sleep()
/aoo41x/main/tools/source/datetime/
H A Dtdate.cxx162 struct tm aTime; in Date()
168 if ( localtime_r( &nTmpTime, &aTime ) ) in Date()
170 nDate = ((sal_uIntPtr)aTime.tm_mday) + in Date()
171 (((sal_uIntPtr)(aTime.tm_mon+1))*100) + in Date()
172 (((sal_uIntPtr)(aTime.tm_year+1900))*10000); in Date()
/aoo41x/main/sal/workben/
H A Dtestfile.cxx381 void showTime( TimeValue aTime ) in showTime() argument
386 if ( osl_getLocalTimeFromSystemTime( &aTime, &aLocalTimeVal ) ) in showTime()
396 if ( osl_getDateTimeFromTimeValue( &aTime, &aSystemTime ) ) in showTime()
407 if ( ( aSystemTimeVal.Seconds == aTime.Seconds ) && ( aSystemTimeVal.Nanosec == aTime.Nanosec )) in showTime()
412 printf ("aTime : %u \n", aTime.Seconds); in showTime()
422 if ( ( aSysTimeVal.Seconds == aTime.Seconds ) && ( aSysTimeVal.Nanosec == aTime.Nanosec )) in showTime()
427 printf ("aTime : %u\n", aTime.Seconds); in showTime()
439 TimeValue aTime; in getSystemTime() local
444 aTime.Seconds = ltime; in getSystemTime()
445 aTime.Nanosec = 0; in getSystemTime()
[all …]
/aoo41x/main/basic/source/runtime/
H A Dmethods.cxx2213 Time aTime; in Now_Impl() local
2215 long nSeconds = aTime.GetHour(); in Now_Impl()
2217 nSeconds += aTime.GetMin() * 60; in Now_Impl()
2218 nSeconds += aTime.GetSec(); in Now_Impl()
2241 Time aTime; in RTLFUNC() local
2249 aTime.GetHour(), aTime.GetMin(), aTime.GetSec() ); in RTLFUNC()
2258 nSeconds += aTime.GetSec(); in RTLFUNC()
2295 Time aTime; in RTLFUNC() local
2299 nSeconds += aTime.GetSec(); in RTLFUNC()
3057 Time aTime; in RTLFUNC() local
[all …]
/aoo41x/main/xmloff/source/forms/
H A Dpropertyexport.cxx585 ::com::sun::star::util::Time aTime; in implConvertAny()
593 else if (_rValue >>= aTime) in implConvertAny()
595 … fValue = ((aTime.Hours * 60 + aTime.Minutes) * 60 + aTime.Seconds) * 100 + aTime.HundredthSeconds; in implConvertAny()
/aoo41x/main/connectivity/source/commontools/
H A DDateConversion.cxx186 Time aTime; in toSQLString() local
192 aTime = DBTypeConversion::toTime(nValue); in toSQLString()
199 aTime = DBTypeConversion::toTime(sValue); in toSQLString()
203 bOk = _rVal >>= aTime; in toSQLString()
207 aRet.append(DBTypeConversion::toTimeString(aTime)); in toSQLString()
H A DCommonTools.cxx211 ::com::sun::star::util::Time aTime; in toString()
212 rValue >>= aTime; in toString()
213 aRes = toTimeString(aTime); in toString()
/aoo41x/main/connectivity/source/drivers/calc/
H A DCTable.cxx387 ::com::sun::star::util::Time aTime; in lcl_SetValue()
388 aTime.HundredthSeconds = (sal_uInt16)( nIntTime % 100 ); in lcl_SetValue()
390 aTime.Seconds = (sal_uInt16)( nIntTime % 60 ); in lcl_SetValue()
392 aTime.Minutes = (sal_uInt16)( nIntTime % 60 ); in lcl_SetValue()
395 aTime.Hours = (sal_uInt16) nIntTime; in lcl_SetValue()
396 rValue = aTime; in lcl_SetValue()
/aoo41x/main/qadevOOo/runner/org/openoffice/
H A DRunner.java81 StringBuffer aTime = new StringBuffer(); in beautifyTime() local
82 aTime.append(helper.StringHelper.createValueString((int) hour, 2)). in beautifyTime()
87 return aTime.toString(); in beautifyTime()
/aoo41x/main/editeng/source/items/
H A Dflditem.cxx613 Time aTime; // current time in GetFormatted() local
615 aTime.SetTime( nFixTime ); in GetFormatted()
616 return GetFormatted( aTime, eFormat, rFormatter, eLang ); in GetFormatted()
619 String SvxExtTimeField::GetFormatted( Time& aTime, SvxTimeFormat eFormat, SvNumberFormatter& rForma… in GetFormatted() argument
670 double fFracTime = aTime.GetTimeInDays(); in GetFormatted()
/aoo41x/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx100 … ::Time aTime( aUNOTime.Hours, aUNOTime.Minutes, aUNOTime.Seconds, aUNOTime.HundredthSeconds ); in setValue()
101 getTypedControlWindow()->SetTime( aTime ); in setValue()
111 ::Time aTime( getTypedControlWindow()->GetTime() ); in getValue()
112 … util::Time aUNOTime( aTime.Get100Sec(), aTime.GetSec(), aTime.GetMin(), aTime.GetHour() ); in getValue()
/aoo41x/main/svl/source/misc/
H A Dlockfilecommon.cxx226 ::rtl::OUString aTime; in GetCurrentLocalTime()
239 aTime = ::rtl::OUString::createFromAscii( pDateTime ); in GetCurrentLocalTime()
244 return aTime; in GetCurrentLocalTime()
/aoo41x/main/sc/source/filter/excel/
H A Dxeroot.cxx258 TimeValue aTime; in GenerateEncryptionData() local
259 osl_getSystemTime( &aTime ); in GenerateEncryptionData()
261 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in GenerateEncryptionData()
/aoo41x/main/filter/source/placeware/
H A Dzip.cxx146 TimeValue aTime; in writeLocalHeader() local
147 osl_getSystemTime( &aTime ); in writeLocalHeader()
150 osl_getDateTimeFromTimeValue( &aTime, &aDate ); in writeLocalHeader()
/aoo41x/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.cxx210 TimeValue aTime; in finalizeCipherContextAndDispose() local
211 osl_getSystemTime( &aTime ); in finalizeCipherContextAndDispose()
213 rtl_random_addBytes( aRandomPool, &aTime, 8 ); in finalizeCipherContextAndDispose()
/aoo41x/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx329 util::Time aTime = toTime(_sSQLString); in toDateTime() local
331 return util::DateTime(0,aTime.Seconds,aTime.Minutes,aTime.Hours,aDate.Day,aDate.Month,aDate.Year); in toDateTime()
/aoo41x/main/l10ntools/source/help/
H A DHelpCompiler.cxx41 TimeValue aTime; in impl_sleep() local
42 aTime.Seconds = nSec; in impl_sleep()
43 aTime.Nanosec = 0; in impl_sleep()
45 osl::Thread::wait( aTime ); in impl_sleep()
/aoo41x/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx105 Time aTime; // getTime member
431 GETVALUE_IMPL( Time, TIME_VALUE_SET, aTime ); in getTime()
541 aValue <<= rValue.aTime; in getObject()
755 SETVALUE_IMPL( rPropName, TIME_VALUE_SET, aTime, rValue ); in appendTime()
/aoo41x/main/l10ntools/source/
H A Dexport2.cxx573 Time aTime; in GetTimeStamp() local
576 int(aTime.GetHour()), int(aTime.GetMin()), int(aTime.GetSec())); in GetTimeStamp()
/aoo41x/main/desktop/source/app/
H A Dlockfile2.cxx45 ByteString aTime = aConfig.ReadKey( that->Timekey() ); in Lockfile_execWarning() local
59 "$t", String( aTime, RTL_TEXTENCODING_ASCII_US) ); in Lockfile_execWarning()
/aoo41x/main/uui/source/
H A Diahndl-ssl.cxx116 Time aTime; in getLocalizedDatTimeStr() local
119 aTime = Time( rDateTime.Hours, rDateTime.Minutes, rDateTime.Seconds ); in getLocalizedDatTimeStr()
136 aTime.GetTimeInDays(), nFormat, aTmpStr, &pColor ); in getLocalizedDatTimeStr()
/aoo41x/main/sc/source/core/data/
H A Ddptablecache.cxx138 util::Time aTime = xRow->getTime(nCol); in lcl_GetItemValue() local
139 fValue = ( aTime.Hours * 3600 + aTime.Minutes * 60 + in lcl_GetItemValue()
140 aTime.Seconds + aTime.HundredthSeconds / 100.0 ) / D_TIMEFACTOR; in lcl_GetItemValue()
/aoo41x/main/sfx2/source/dialog/
H A Ddinfdlg.cxx756 Time aTime( _nTime ); in GetDateTimeString() local
759 aStr += aWrapper.getTime( aTime ); in GetDateTimeString()
889 const Time aTime( 0 ); in IMPL_LINK() local
890 aTimeLogValFt.SetText( aLocaleWrapper.getDuration( aTime ) ); in IMPL_LINK()
1126 util::DateTime aTime( pInfoItem->getModificationDate() ); in Reset() local
1128 if ( aTime.Month > 0 ) in Reset()
1130 pInfoItem->getModifiedBy(), aTime, aLocaleWrapper ) ); in Reset()
1131 aTime = pInfoItem->getPrintDate(); in Reset()
1133 if ( aTime.Month > 0 ) in Reset()
1135 aTime, aLocaleWrapper ) ); in Reset()
/aoo41x/main/cui/source/options/
H A Doptupdt.cxx134 Time aTime; in UpdateLastCheckedText() local
142 aTime = Time( lastCheckedDT.Hours, lastCheckedDT.Minutes ); in UpdateLastCheckedText()
156 pNumberFormatter->GetOutputString( aTime.GetTimeInDays(), nFormat, aTmpStr, &pColor ); in UpdateLastCheckedText()

Completed in 721 milliseconds

12345