Home
last modified time | relevance | path

Searched refs:aTime (Results 76 – 100 of 111) sorted by relevance

12345

/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1154 Time aTime = DBTypeConversion::toTime(getDouble(aEffectiveDefault)); in TransferFormComponentProperties() local
1155 xNewProps->setPropertyValue(sPropDefaultTime, makeAny(aTime)); in TransferFormComponentProperties()
1248 Any aTime( xOldProps->getPropertyValue(sPropDefaultTime) ); in TransferFormComponentProperties() local
1249 if (aTime.hasValue()) in TransferFormComponentProperties()
1250 aNewDefault <<= DBTypeConversion::toDouble(*(Time*)aTime.getValue()); in TransferFormComponentProperties()
H A DFValue.cxx2326 ::com::sun::star::util::Time aTime; in fill()
2332 else if ( _rValue >>= aTime ) in fill()
2334 (*this) = aTime; in fill()
/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx111 …Time aTime ( rInfo[n].TimeStamp.Hours, rInfo[n].TimeStamp.Minutes, rInfo[n].TimeStamp.Seconds, rIn… in SfxVersionTableDtor() local
113 pInfo->aCreationDate = DateTime( aDate, aTime ); in SfxVersionTableDtor()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx1554 DateTime aTime; in SaveTo_Impl() local
1555 aInfo.TimeStamp.Day = aTime.GetDay(); in SaveTo_Impl()
1556 aInfo.TimeStamp.Month = aTime.GetMonth(); in SaveTo_Impl()
1557 aInfo.TimeStamp.Year = aTime.GetYear(); in SaveTo_Impl()
1558 aInfo.TimeStamp.Hours = aTime.GetHour(); in SaveTo_Impl()
1559 aInfo.TimeStamp.Minutes = aTime.GetMin(); in SaveTo_Impl()
1560 aInfo.TimeStamp.Seconds = aTime.GetSec(); in SaveTo_Impl()
/trunk/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx320 Time aTime( rInfo.stDateTime.Hours, rInfo.stDateTime.Minutes, in ImplVerifySignatures() local
323 rSigInfo.SignatureTime = aTime.GetTime(); in ImplVerifySignatures()
/trunk/main/sc/source/filter/xml/
H A DXMLConverter.cxx373 Time aTime(aDateTime.Hours, aDateTime.Minutes, aDateTime.Seconds, aDateTime.HundredthSeconds); in ConvertAPIToCoreDateTime() local
374 DateTime aTempDateTime (aDate, aTime); in ConvertAPIToCoreDateTime()
H A DXMLChangeTrackingImportHelper.cxx457 …Time aTime(aInfo.aDateTime.Hours, aInfo.aDateTime.Minutes, aInfo.aDateTime.Seconds, aInfo.aDateTim… in ConvertInfo() local
459 aDateTime.SetTime( aTime.GetTime() ); in ConvertInfo()
/trunk/main/sd/source/ui/app/
H A Dsdmod2.cxx390 Time aTime; in IMPL_LINK() local
392 …aRepresentation = SvxDateTimeField::GetFormatted( aDate, aTime, (SvxDateFormat)rSettings.meDateTim… in IMPL_LINK()
/trunk/main/automation/source/server/
H A Dprofiler.hxx44 Time aTime; member
/trunk/main/xmloff/source/forms/
H A Delementexport.cxx1147 Time aTime; in exportSpecialAttributes() local
1148 aTime.MakeTimeFromMS( nRepeatDelay ); in exportSpecialAttributes()
1152 ,SvXMLUnitConverter::convertTimeDuration( aTime, nRepeatDelay % 1000 ) ); in exportSpecialAttributes()
H A Delementimport.cxx814 ::Time aTime; in handleAttribute()
816 if ( SvXMLUnitConverter::convertTimeDuration( _rValue, aTime, &nFractions ) ) in handleAttribute()
820 aProp.Value <<= (sal_Int32)( ( ( aTime.GetMSFromTime() / 1000 ) * 1000 ) + nFractions ); in handleAttribute()
/trunk/main/sd/source/filter/html/
H A Dpubdlg.cxx1491 Time aTime; in SetDesign() local
1492 aTime.MakeTimeFromMS( pDesign->m_nSlideDuration * 1000 ); in SetDesign()
1493 pPage2_Duration->SetTime( aTime ); in SetDesign()
/trunk/main/sc/source/ui/inc/
H A Dpreview.hxx53 Time aTime; member in ScPreview
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx354 struct tm aTime; in getLocalTime() local
355 struct tm *pLocalTime = localtime_r (&nTime, &aTime); in getLocalTime()
/trunk/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx653 Any aTime = GetTimeAnimateValueTime( iter->msTime ); in ~AnimContext() local
654 aTime >>= aKeyTimes[i]; in ~AnimContext()
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx582 Time aTime; in FillFormatList() local
587 …String aStr( SvxDateTimeField::GetFormatted( aDate, aTime, nDateTimeFormats[nFormat], *(SD_MOD()->… in FillFormatList()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx241 …animation::AnimationEntryFixed aTime((double)aData.stepTime(a), (double)a / (double)aData.count()); in create2DDecompositionOfGraphic() local
242 aAnimationLoop.append(aTime); in create2DDecompositionOfGraphic()
/trunk/main/linguistic/source/
H A Dgciterator.cxx946 const TimeValue aTime = { 3, 0 }; // wait 3 seconds... in dispose() local
947 m_aRequestEndThread.wait( &aTime ); in dispose()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx771 SwTimeFormat aTime = TF_SYSTEM; in Out() local
773 WWDateTime eDT = GetTimeDatePara(sDTFormat, &aTime, &aDate); in Out()
795 sal_uLong nFormat = aTime; in Out()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx1256 TimeValue aTime; in writeTempFile() local
1257 osl_getSystemTime( &aTime ); in writeTempFile()
1259 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in writeTempFile()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx220 Time aTime = DBTypeConversion::toTime(rString); in convertTimeString() local
225 double fTime = DBTypeConversion::toDouble(aTime); in convertTimeString()
1033 Time aTime = DBTypeConversion::toTime(fValue); in buildNode_Date() local
1034 ::rtl::OUString aString = DBTypeConversion::toTimeString(aTime); in buildNode_Date()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx821 ::Time aTime(nInt32Val); in AppendComponent()
823 appendDigits( aTime.GetHour(), 2, aBuffer ); in AppendComponent()
825 appendDigits( aTime.GetMin(), 2, aBuffer ); in AppendComponent()
827 appendDigits( aTime.GetSec(), 2, aBuffer ); in AppendComponent()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx2239 Time aTime( (sal_uLong)aContent.GetToken(1).ToInt32() ); in ParseMetaOptionsImpl() local
2240 DateTime aDateTime( aDate, aTime ); in ParseMetaOptionsImpl()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx596 util::Time aTime; in convertToPropertyValue() local
597 OSL_VERIFY( _rControlValue >>= aTime ); in convertToPropertyValue()
598 aPropertyValue <<= (sal_Int32)DBTypeConversion::toINT32( aTime ); in convertToPropertyValue()
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx3614 DateTime aTime; in GetDateTimeProperty() local
3615 aAny >>= aTime; in GetDateTimeProperty()
3616 return aTime; in GetDateTimeProperty()

Completed in 237 milliseconds

12345