Searched refs:aDateTimeValue (Results 1 – 6 of 6) sorted by relevance
298 util::DateTime aDateTimeValue; in PutValue() local299 if(!(rVal >>= aDateTimeValue)) in PutValue()302 aDateTime.Set100Sec(aDateTimeValue.HundredthSeconds); in PutValue()303 aDateTime.SetSec(aDateTimeValue.Seconds); in PutValue()304 aDateTime.SetMin(aDateTimeValue.Minutes); in PutValue()305 aDateTime.SetHour(aDateTimeValue.Hours); in PutValue()306 aDateTime.SetDay(aDateTimeValue.Day); in PutValue()307 aDateTime.SetMonth(aDateTimeValue.Month); in PutValue()308 aDateTime.SetYear(aDateTimeValue.Year); in PutValue()
1998 util::DateTime aDateTimeValue; in PutValue() local1999 if(!(rAny >>= aDateTimeValue)) in PutValue()2001 maDateTime.Set100Sec(aDateTimeValue.HundredthSeconds); in PutValue()2002 maDateTime.SetSec(aDateTimeValue.Seconds); in PutValue()2003 maDateTime.SetMin(aDateTimeValue.Minutes); in PutValue()2004 maDateTime.SetHour(aDateTimeValue.Hours); in PutValue()2005 maDateTime.SetDay(aDateTimeValue.Day); in PutValue()2006 maDateTime.SetMonth(aDateTimeValue.Month); in PutValue()2007 maDateTime.SetYear(aDateTimeValue.Year); in PutValue()
256 DateTime aDateTimeValue; in convertToDouble() local257 … ENSURE_OR_RETURN( i_value >>= aDateTimeValue, "allowed for DateTime values only", returnValue ); in convertToDouble()260 …returnValue = lcl_convertDateToDays( aDateTimeValue.Day, aDateTimeValue.Month, aDateTimeValue.Year… in convertToDouble()264 …aDateTimeValue.Hours, aDateTimeValue.Minutes, aDateTimeValue.Seconds, aDateTimeValue.HundredthSeco… in convertToDouble()
1072 uno::Any aDateTimeValue; in makeRedline() local1073 …aDateTimeValue = aPropMap.getUnpackedValueOrDefault( ::rtl::OUString::createFromAscii("RedlineDate… in makeRedline()1074 if( aDateTimeValue >>= aStamp ) in makeRedline()
1125 convertDateTime(aDateTimeValue, sAttrValue )) in ProcessAttribute()1205 aAny <<= aDateTimeValue; in PrepareField()1210 aAny <<= aDateTimeValue; in PrepareField()1267 convertDateTime(aDateTimeValue, sAttrValue )) in ProcessAttribute()
343 ::com::sun::star::util::DateTime aDateTimeValue;
Completed in 63 milliseconds