Home
last modified time | relevance | path

Searched refs:aDateTime (Results 76 – 98 of 98) sorted by relevance

1234

/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2107 util::DateTime aDateTime; in SetChangeTrackingViewSettings() local
2108 if (rChangeProps[i].Value >>= aDateTime) in SetChangeTrackingViewSettings()
2111 ScXMLConverter::ConvertAPIToCoreDateTime(aDateTime, aCoreDateTime); in SetChangeTrackingViewSettings()
2117 util::DateTime aDateTime; in SetChangeTrackingViewSettings() local
2118 if (rChangeProps[i].Value >>= aDateTime) in SetChangeTrackingViewSettings()
2121 ScXMLConverter::ConvertAPIToCoreDateTime(aDateTime, aCoreDateTime); in SetChangeTrackingViewSettings()
H A Dxmlexprt.cxx4284 util::DateTime aDateTime; in GetChangeTrackViewSettings() local
4285 ScXMLConverter::ConvertCoreToAPIDateTime(pViewSettings->GetTheFirstDateTime(), aDateTime); in GetChangeTrackViewSettings()
4287 pChangeProps[SC_SHOW_CHANGES_BY_DATETIME_FIRST_DATETIME].Value <<= aDateTime; in GetChangeTrackViewSettings()
4288 ScXMLConverter::ConvertCoreToAPIDateTime(pViewSettings->GetTheLastDateTime(), aDateTime); in GetChangeTrackViewSettings()
4290 pChangeProps[SC_SHOW_CHANGES_BY_DATETIME_SECOND_DATETIME].Value <<= aDateTime; in GetChangeTrackViewSettings()
H A DXMLTrackedChangesContext.cxx689 …GetScImport().GetMM100UnitConverter().convertDateTime(aInfo.aDateTime, sDateTimeBuffer.makeStringA… in EndElement()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx550 DateTime aDateTime; in getDateTimeModified() local
554 aYoung.getPropertyValue( rtl::OUString::createFromAscii( "DateModified" ) ) >>= aDateTime; in getDateTimeModified()
555 return aDateTime; in getDateTimeModified()
/trunk/main/forms/source/component/
H A DFormattedField.cxx1106 UNODateTime aDateTime; in translateExternalValueToControlValue() local
1107 _rExternalValue >>= aDateTime; in translateExternalValueToControlValue()
1108 aControlValue <<= DBTypeConversion::toDouble( aDateTime, m_aNullDate ); in translateExternalValueToControlValue()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx4496 DateTime aDateTime; in implDumpRecordBody() local
4497 aDateTime.Year = mxStrm->readuInt16(); in implDumpRecordBody()
4498 aDateTime.Month = mxStrm->readuInt16(); in implDumpRecordBody()
4499 aDateTime.Day = mxStrm->readuInt8(); in implDumpRecordBody()
4500 aDateTime.Hours = mxStrm->readuInt8(); in implDumpRecordBody()
4501 aDateTime.Minutes = mxStrm->readuInt8(); in implDumpRecordBody()
4502 aDateTime.Seconds = mxStrm->readuInt8(); in implDumpRecordBody()
4503 writeDateTimeItem( "value", aDateTime ); in implDumpRecordBody()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx679 util::DateTime aDateTime; in EndElement() local
680 SvXMLUnitConverter::convertDateTime(aDateTime, msValue); in EndElement()
681 mrAny <<= aDateTime; in EndElement()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1832 DateTime aDateTime; in SetAttribute() local
1833 if( INetRFC822Message::ParseDateField( rKV.GetValue(), aDateTime ) ) in SetAttribute()
1835 aDateTime.ConvertToLocalTime(); in SetAttribute()
1836 pDoc->GetMedium()->SetExpired_Impl( aDateTime ); in SetAttribute()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx171 DateTime aDateTime(aD,aT); in lcl_AddStamp() local
173 String aStrDate = rLoc.getDate( aDateTime ); in lcl_AddStamp()
174 String aStrTime = rLoc.getTime( aDateTime ); in lcl_AddStamp()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx1116 util::DateTime aDateTime; in Expand() local
1124 else if( aAny >>= aDateTime ) in Expand()
1126 double fDateTime = lcl_TimeToDouble<util::DateTime>( aDateTime ); in Expand()
1129 fDateTime += lcl_DateToDouble<util::DateTime>( aDateTime, *pNullDate ); in Expand()
/trunk/main/offapi/com/sun/star/setup/
H A DDeleteFileAction.idl52 com::sun::star::util::DateTime aDateTime;
H A DCopyFileAction.idl53 com::sun::star::util::DateTime aDateTime;
H A DUnzipAction.idl56 com::sun::star::util::DateTime aDateTime;
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2871 util::DateTime aDateTime; in ImportComment10() local
2897 >> aDateTime.Year in ImportComment10()
2898 >> aDateTime.Month in ImportComment10()
2899 >> aDateTime.Day // DayOfWeek in ImportComment10()
2900 >> aDateTime.Day in ImportComment10()
2901 >> aDateTime.Hours in ImportComment10()
2902 >> aDateTime.Minutes in ImportComment10()
2903 >> aDateTime.Seconds in ImportComment10()
2904 >> aDateTime.HundredthSeconds in ImportComment10()
2908 aDateTime.HundredthSeconds /= 10; in ImportComment10()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1611 util::DateTime aDateTime( xAnnotation->getDateTime() ); in ImplPDFExportComments() local
1613 Date aDate( aDateTime.Day, aDateTime.Month, aDateTime.Year ); in ImplPDFExportComments()
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx715 sChild = GetRedlineText(rRedln, pData->aDateTime, nStack); in InsertChilds()
871 sParent = GetRedlineText(rRedln, pData->aDateTime); in InsertParents()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx2327 ::com::sun::star::util::DateTime aDateTime; in fill()
2336 else if ( _rValue >>= aDateTime ) in fill()
2338 (*this) = aDateTime; in fill()
/trunk/main/svx/inc/svx/
H A Dctredlin.hxx64 DateTime aDateTime; member in RedlinData
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx175 DateTime aDateTime = rRoot.GetDateTimeFromDouble( fSerialDate ); in lclGetTimeValue() local
181 …rn ::limit_cast< sal_uInt16, sal_uInt16 >( 12 * (aDateTime.GetYear() - rRoot.GetBaseYear()) + aDat… in lclGetTimeValue()
183 …return ::limit_cast< sal_uInt16, sal_uInt16 >( aDateTime.GetYear() - rRoot.GetBaseYear(), 0, SAL_M… in lclGetTimeValue()
/trunk/main/xmloff/source/text/
H A Dtxtfldi.cxx3827 DateTime aDateTime; in PrepareField() local
3828 if (SvXMLUnitConverter::convertDateTime(aDateTime, in PrepareField()
3838 xPropertySet->setPropertyValue(sPropertyDate, makeAny(aDateTime)); in PrepareField()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx110 aDateTime.ConvertToUTC(); in ScChangeAction()
119 aDateTime( aTempDateTime ), in ScChangeAction()
150 aDateTime.ConvertToUTC(); in ScChangeAction()
424 DateTime aDT( aDateTime ); in GetDateTime()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2291 …util::DateTime aDateTime(aTmpTime.Get100Sec(), aTmpTime.GetSec(), aTmpTime.GetMin(), aTmpTime.GetH… in GetCustomProperties() local
2293 aPropertiesSeq[i].Value <<= aDateTime; in GetCustomProperties()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1180 DateTime aDateTime(Date( 0 ), Time( 0 )); in WW8DTTM2DateTime() local
1192 aDateTime = DateTime(Date(lDay, lMon, lYear), Time(lHour, lMin)); in WW8DTTM2DateTime()
1194 return aDateTime; in WW8DTTM2DateTime()

Completed in 425 milliseconds

1234