Home
last modified time | relevance | path

Searched refs:aTime (Results 51 – 75 of 111) sorted by relevance

12345

/trunk/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()
/trunk/main/unotools/source/misc/
H A Ddatetime.cxx81 Time aTime(_rDateTime.Hours, _rDateTime.Minutes, _rDateTime.Seconds, _rDateTime.HundredthSeconds); in typeConvert() local
82 _rOut = DateTime(aDate, aTime); in typeConvert()
/trunk/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx275 TimeValue aTime; in GenerateRandomByteSequence() local
276 osl_getSystemTime( &aTime ); in GenerateRandomByteSequence()
278 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in GenerateRandomByteSequence()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp168 time_t aTime; in ~SetupAppX() local
169 time( &aTime ); in ~SetupAppX()
170 tm *pTime = localtime( &aTime ); // Convert time to struct tm form in ~SetupAppX()
250 time_t aTime; in Initialize() local
251 time( &aTime ); in Initialize()
252 tm* pTime = localtime( &aTime ); in Initialize()
/trunk/main/xmloff/source/meta/
H A Dxmlversion.cxx233 util::DateTime aTime; in XMLVersionContext() local
234 if ( ParseISODateTimeString( rAttrValue, aTime ) ) in XMLVersionContext()
235 aInfo.TimeStamp = aTime; in XMLVersionContext()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx1207 ::Time aTime; in init_node()
1209 if( SvXMLUnitConverter::convertTimeDuration( rValue, aTime, &nSecondsFraction ) ) in init_node()
1211 …fInterval = ((((aTime.GetHour() * 60) + aTime.GetMin()) * 60) + aTime.GetSec()) + (nSecondsFractio… in init_node()
/trunk/main/desktop/source/app/
H A Dlockfile.cxx214 ByteString aTime = OUStringToOString( m_aDate, RTL_TEXTENCODING_ASCII_US ); in syncToFile() local
221 aConfig.WriteKey( Timekey(), aTime ); in syncToFile()
/trunk/main/automation/source/server/
H A Dprofiler.cxx108 …aProfileString += Pad(GetpApp()->GetAppLocaleDataWrapper().getDuration( DIFF( pStart, pEnd, aTime)… in GetProfileLine()
152 pProfileSnapshot->aTime = Time(); in GetProfileSnapshot()
/trunk/main/sc/inc/
H A Deditutil.hxx191 Time aTime; member
235 void SetTime(const Time& rNew) { aData.aTime = rNew; } in SetTime()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsharedocdlg.cxx164 Time aTime( nHours, nMinutes ); in UpdateView() local
165 DateTime aDateTime( aDate, aTime ); in UpdateView()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecord.cxx314 DateTime aTime = CFDateToDateTime((CFDateRef) _aField->value); in fieldToString() local
315 fieldString = DBTypeConversion::toDateTimeString(aTime); in fieldToString()
/trunk/main/cui/source/dialogs/
H A Dpostdlg.cxx220 Time aTime; in IMPL_LINK_INLINE_END() local
233 aStr += aLocaleWrapper.getTime(aTime, sal_False, sal_False); in IMPL_LINK_INLINE_END()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx2190 com::sun::star::util::Time aTime ; in convertAny() local
2208 if (aValue >>= aTime) in convertAny()
2216 aTempValue.HundredthSeconds = aTime.HundredthSeconds; in convertAny()
2217 aTempValue.Seconds = aTime.Seconds; in convertAny()
2218 aTempValue.Minutes = aTime.Minutes; in convertAny()
2219 aTempValue.Hours = aTime.Hours; in convertAny()
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx791 String aTime; in Format() local
792 aFormatter.GetOutputString( nNumber, nIndex, aTime, &pCol ); in Format()
794 rRes += aTime; in Format()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx292 Time aTime( 0 ); in IMPL_LINK() local
297 aTime += *static_cast< Time* >( aTimeList.GetObject( i ) ); in IMPL_LINK()
298 nFullTime = aTime.GetMSFromTime(); in IMPL_LINK()
303 aTime.MakeTimeFromMS( nFullTime ); in IMPL_LINK()
/trunk/main/sd/source/ui/app/
H A Dsdpopup.cxx248 Time aTime; in GetField() local
249 ( (SvxExtTimeField*) pNewField )->SetFixTime( aTime ); in GetField()
/trunk/main/framework/source/fwi/classes/
H A Dconverter.cxx214 Time aTime( nHour, nMin , nSec ); in convert_String2DateTime() local
215 aStamp = DateTime( aDate, aTime ); in convert_String2DateTime()
/trunk/main/svx/inc/svx/
H A Dctredlin.hxx229 void SetFirstTime(const Time &aTime);
234 void SetLastTime(const Time &aTime);
/trunk/main/xmlsecurity/source/dialogs/
H A Dresourcemanager.cxx98 Time aTime( sHour.ToInt32(), sMin.ToInt32(), sSec.ToInt32(), 0 ); in GetDateTimeString() local
102 aStr += rLoDa.getTime( aTime ); in GetDateTimeString()
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx277 TimeValue aTime; in Write() local
278 aTime.Seconds = 3; in Write()
279 aTime.Nanosec = 0; in Write()
281 osl::Thread::wait( aTime ); in Write()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1788 Time aTime; in GetDefaultFormat() local
1790 sal_uLong nNumFmtTime = (sal_uLong)aTime.GetSec() + (sal_uLong)aTime.GetMin() * 60L + in GetDefaultFormat()
1791 (sal_uLong)aTime.GetHour() * 3600L; in GetDefaultFormat()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx585 TimeValue aTime; in Init() local
586 osl_getSystemTime( &aTime ); in Init()
588 rtl_random_addBytes( aRandomPool, &aTime, 8 ); in Init()
/trunk/main/forms/source/component/
H A DFormattedField.cxx1100 UNOTime aTime; in translateExternalValueToControlValue() local
1101 _rExternalValue >>= aTime; in translateExternalValueToControlValue()
1102 aControlValue <<= DBTypeConversion::toDouble( aTime ); in translateExternalValueToControlValue()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx176 … Time aTime( aDateTime.Hours, aDateTime.Minutes, aDateTime.Seconds, aDateTime.HundredthSeconds ); in getAnnotationDateTimeString() local
177 if(aTime.GetTime() != 0) in getAnnotationDateTimeString()
178 sRet = sRet + rtl::OUString::createFromAscii(" ") + rLocalData.getTime( aTime,false ); in getAnnotationDateTimeString()
/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx182 TimeValue aTime = {30, 0}; // 30 seconds in SetFinalRecieveTimeout() local
183 pStreamSocket->setRecvTimeout( &aTime ); in SetFinalRecieveTimeout()

Completed in 127 milliseconds

12345