Home
last modified time | relevance | path

Searched refs:aDateTimeValue (Results 1 – 6 of 6) sorted by path

/trunk/main/svtools/source/table/
H A Dcellvalueconversion.cxx256 DateTime aDateTimeValue; in convertToDouble() local
257 … 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()
264aDateTimeValue.Hours, aDateTimeValue.Minutes, aDateTimeValue.Seconds, aDateTimeValue.HundredthSeco… in convertToDouble()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx1998 util::DateTime aDateTimeValue; in PutValue() local
1999 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()
H A Dflddat.cxx298 util::DateTime aDateTimeValue; in PutValue() local
299 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()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx1059 uno::Any aDateTimeValue; in makeRedline() local
1060aDateTimeValue = aPropMap.getUnpackedValueOrDefault( ::rtl::OUString::createFromAscii("RedlineDate… in makeRedline()
1061 if( aDateTimeValue >>= aStamp ) in makeRedline()
/trunk/main/xmloff/inc/
H A Dtxtfldi.hxx343 ::com::sun::star::util::DateTime aDateTimeValue;
/trunk/main/xmloff/source/text/
H A Dtxtfldi.cxx1125 convertDateTime(aDateTimeValue, sAttrValue )) in ProcessAttribute()
1205 aAny <<= aDateTimeValue; in PrepareField()
1210 aAny <<= aDateTimeValue; in PrepareField()
1267 convertDateTime(aDateTimeValue, sAttrValue )) in ProcessAttribute()

Completed in 58 milliseconds