/aoo41x/main/unotools/source/misc/ |
H A D | datetime.cxx | 81 Time aTime(_rDateTime.Hours, _rDateTime.Minutes, _rDateTime.Seconds, _rDateTime.HundredthSeconds); in typeConvert() local 82 _rOut = DateTime(aDate, aTime); in typeConvert()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | docpasswordhelper.cxx | 275 TimeValue aTime; in GenerateRandomByteSequence() local 276 osl_getSystemTime( &aTime ); in GenerateRandomByteSequence() 278 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in GenerateRandomByteSequence()
|
/aoo41x/main/desktop/source/app/ |
H A D | lockfile.cxx | 214 ByteString aTime = OUStringToOString( m_aDate, RTL_TEXTENCODING_ASCII_US ); in syncToFile() local 221 aConfig.WriteKey( Timekey(), aTime ); in syncToFile()
|
/aoo41x/main/xmloff/source/meta/ |
H A D | xmlversion.cxx | 233 util::DateTime aTime; in XMLVersionContext() local 234 if ( ParseISODateTimeString( rAttrValue, aTime ) ) in XMLVersionContext() 235 aInfo.TimeStamp = aTime; in XMLVersionContext()
|
/aoo41x/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 168 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()
|
/aoo41x/main/automation/source/server/ |
H A D | profiler.cxx | 108 …aProfileString += Pad(GetpApp()->GetAppLocaleDataWrapper().getDuration( DIFF( pStart, pEnd, aTime)… in GetProfileLine() 152 pProfileSnapshot->aTime = Time(); in GetProfileSnapshot()
|
/aoo41x/main/sc/inc/ |
H A D | editutil.hxx | 191 Time aTime; member 235 void SetTime(const Time& rNew) { aData.aTime = rNew; } in SetTime()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | animationimport.cxx | 1207 ::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()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | sharedocdlg.cxx | 164 Time aTime( nHours, nMinutes ); in UpdateView() local 165 DateTime aDateTime( aDate, aTime ); in UpdateView()
|
/aoo41x/main/connectivity/source/drivers/macab/ |
H A D | MacabRecord.cxx | 314 DateTime aTime = CFDateToDateTime((CFDateRef) _aField->value); in fieldToString() local 315 fieldString = DBTypeConversion::toDateTimeString(aTime); in fieldToString()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | postdlg.cxx | 220 Time aTime; in IMPL_LINK_INLINE_END() local 233 aStr += aLocaleWrapper.getTime(aTime, sal_False, sal_False); in IMPL_LINK_INLINE_END()
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxscan.cxx | 791 String aTime; in Format() local 792 aFormatter.GetOutputString( nNumber, nIndex, aTime, &pCol ); in Format() 794 rRes += aTime; in Format()
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 2190 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()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdpopup.cxx | 256 Time aTime; in GetField() local 257 ( (SvxExtTimeField*) pNewField )->SetFixTime( aTime ); in GetField()
|
/aoo41x/main/framework/source/fwi/classes/ |
H A D | converter.cxx | 214 Time aTime( nHour, nMin , nSec ); in convert_String2DateTime() local 215 aStamp = DateTime( aDate, aTime ); in convert_String2DateTime()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 292 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()
|
/aoo41x/main/xmlsecurity/source/dialogs/ |
H A D | resourcemanager.cxx | 98 Time aTime( sHour.ToInt32(), sMin.ToInt32(), sSec.ToInt32(), 0 ); in GetDateTimeString() local 102 aStr += rLoDa.getTime( aTime ); in GetDateTimeString()
|
/aoo41x/main/svx/inc/svx/ |
H A D | ctredlin.hxx | 229 void SetFirstTime(const Time &aTime); 234 void SetLastTime(const Time &aTime);
|
/aoo41x/main/l10ntools/source/ |
H A D | xmlparse.cxx | 277 TimeValue aTime; in Write() local 278 aTime.Seconds = 3; in Write() 279 aTime.Nanosec = 0; in Write() 281 osl::Thread::wait( aTime ); in Write()
|
/aoo41x/main/soldep/inc/soldep/ |
H A D | prj.hxx | 350 Time aTime; member in StarFile 360 Time GetTime() { return aTime; } in GetTime()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestream.cxx | 585 TimeValue aTime; in Init() local 586 osl_getSystemTime( &aTime ); in Init() 588 rtl_random_addBytes( aRandomPool, &aTime, 8 ); in Init()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | fldmgr.cxx | 1788 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()
|
/aoo41x/main/automation/source/simplecm/ |
H A D | simplecm.cxx | 182 TimeValue aTime = {30, 0}; // 30 seconds in SetFinalRecieveTimeout() local 183 pStreamSocket->setRecvTimeout( &aTime ); in SetFinalRecieveTimeout()
|
/aoo41x/main/sd/source/ui/annotations/ |
H A D | annotationmanager.cxx | 176 … 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()
|
/aoo41x/main/forms/source/component/ |
H A D | FormattedField.cxx | 1100 UNOTime aTime; in translateExternalValueToControlValue() local 1101 _rExternalValue >>= aTime; in translateExternalValueToControlValue() 1102 aControlValue <<= DBTypeConversion::toDouble( aTime ); in translateExternalValueToControlValue()
|