Home
last modified time | relevance | path

Searched refs:maDateTime (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Doleprops.cxx198 util::DateTime maDateTime; member in SfxOleFileTimeProperty
561 maDateTime( rDateTime ) in SfxOleFileTimeProperty()
576 maDateTime.Year = aDateTime.GetYear(); in ImplLoad()
577 maDateTime.Month = aDateTime.GetMonth(); in ImplLoad()
578 maDateTime.Day = aDateTime.GetDay(); in ImplLoad()
579 maDateTime.Hours = aDateTime.GetHour(); in ImplLoad()
580 maDateTime.Minutes = aDateTime.GetMin(); in ImplLoad()
581 maDateTime.Seconds = aDateTime.GetSec(); in ImplLoad()
582 maDateTime.HundredthSeconds = aDateTime.Get100Sec(); in ImplLoad()
589 static_cast< sal_uInt16 >( maDateTime.Day ), in ImplSave()
[all …]
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx1793 , maDateTime( rDateTime ) in SwPostItField()
1833 maDateTime); in Copy()
1937 aSetDate.Day = maDateTime.GetDay(); in QueryValue()
1938 aSetDate.Month = maDateTime.GetMonth(); in QueryValue()
1939 aSetDate.Year = maDateTime.GetYear(); in QueryValue()
1950 DateTimeValue.Day = maDateTime.GetDay(); in QueryValue()
1952 DateTimeValue.Year = maDateTime.GetYear(); in QueryValue()
2002 maDateTime.SetSec(aDateTimeValue.Seconds); in PutValue()
2004 maDateTime.SetHour(aDateTimeValue.Hours); in PutValue()
2005 maDateTime.SetDay(aDateTimeValue.Day); in PutValue()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterTimer.cxx496 maDateTime(), in PresenterClockTimer()
616 if (aDateTime.Seconds != maDateTime.Seconds in CheckCurrentTime()
617 || aDateTime.Minutes != maDateTime.Minutes in CheckCurrentTime()
618 || aDateTime.Seconds != maDateTime.Seconds) in CheckCurrentTime()
622 maDateTime = aDateTime; in CheckCurrentTime()
667 (*iListener)->TimeHasChanged(maDateTime); in notify()
H A DPresenterTimer.hxx121 oslDateTime maDateTime; member in sdext::presenter::PresenterClockTimer
/trunk/main/editeng/source/uno/
H A Dunofield.cxx72 util::DateTime maDateTime; member in SvxUnoFieldData_Impl
267 memset( &(mpImpl->maDateTime), 0, sizeof( util::DateTime ) ); in SvxUnoTextField()
340 mpImpl->maDateTime = getDate( bFixed ? in SvxUnoTextField()
356 mpImpl->maDateTime = getTime( ((SvxExtTimeField*)pData)->GetFixTime() ); in SvxUnoTextField()
412 Date aDate( setDate( mpImpl->maDateTime ) ); in CreateFieldData()
421 Time aTime( setTime( mpImpl->maDateTime ) ); in CreateFieldData()
680 if(aValue >>= mpImpl->maDateTime) in setPropertyValue()
849 aValue <<= mpImpl->maDateTime; in getPropertyValue()
/trunk/main/sc/source/filter/excel/
H A Dxlpivot.cxx81 maDateTime = rDateTime; in SetDateTime()
127 case EXC_PCITEM_DATETIME: return maDateTime == rItem.maDateTime; in IsEqual()
153 return (meType == EXC_PCITEM_DATETIME) ? &maDateTime : 0; in GetDateTime()
/trunk/main/sw/inc/
H A Ddocufld.hxx523 DateTime maDateTime; // creation date and time member in SwPostItField
543 return maDateTime.GetDate(); in GetDate()
547 return maDateTime.GetTime(); in GetTime()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1931 maDateTime = DateTime(pPostIt->GetDate(), pPostIt->GetTime()); in WW8_Annotation()
1938 maDateTime = pRedline->GetTimeStamp(); in WW8_Annotation()
2172 sal_uInt32 nDTTM = sw::ms::DateTime2DTTM(rAtn.maDateTime); in WriteGenericPlc()
H A Dwrtww8.hxx1219 DateTime maDateTime; member
/trunk/main/sc/source/filter/inc/
H A Dxlpivot.hxx455 DateTime maDateTime; /// Value of a date/time item. member in XclPCItem

Completed in 74 milliseconds