Lines Matching refs:aDateTime
65 aDateTime( rDT ) in SfxDateTimeItem()
75 aDateTime( rItem.aDateTime ) in SfxDateTimeItem()
86 return ( ( (SfxDateTimeItem&)rItem ).aDateTime == aDateTime ); in operator ==()
98 if ( ( (const SfxDateTimeItem&)rItem ).aDateTime < aDateTime ) in Compare()
100 else if ( ( (const SfxDateTimeItem&)rItem ).aDateTime == aDateTime ) in Compare()
124 rStream << aDateTime.GetDate(); in Store()
125 rStream << aDateTime.GetTime(); in Store()
149 if (aDateTime.IsValid()) in GetPresentation()
152 rText = pIntlWrapper->getLocaleData()->getDate(aDateTime); in GetPresentation()
154 rText += pIntlWrapper->getLocaleData()->getTime(aDateTime); in GetPresentation()
162 rText = aIntlWrapper.getLocaleData()->getDate(aDateTime); in GetPresentation()
164 rText += aIntlWrapper.getLocaleData()->getTime(aDateTime); in GetPresentation()
180 aDateTime = DateTime( Date( aValue.Day, in PutValue()
200 com::sun::star::util::DateTime aValue( aDateTime.Get100Sec(), in QueryValue()
201 aDateTime.GetSec(), in QueryValue()
202 aDateTime.GetMin(), in QueryValue()
203 aDateTime.GetHour(), in QueryValue()
204 aDateTime.GetDay(), in QueryValue()
205 aDateTime.GetMonth(), in QueryValue()
206 aDateTime.GetYear() ); in QueryValue()