| /AOO41X/main/tools/source/datetime/ |
| H A D | ttime.cxx | 63 sal_Int32 n100Sec = rTime.Get100Sec(); in TimeToSec100() 165 sal_Int32 n100Sec = Get100Sec(); in SetHour() 178 sal_Int32 n100Sec = Get100Sec(); in SetMin() 194 sal_Int32 n100Sec = Get100Sec(); in SetSec() 227 sal_Int32 n100Sec = Get100Sec(); in GetMSFromTime() 257 double n100Sec = Get100Sec(); in GetTimeInDays() 308 sal_Int32 n1 = (nTime < 0 ? -Get100Sec() : Get100Sec() ); in IsEqualIgnore100Sec() 309 sal_Int32 n2 = (rTime.nTime < 0 ? -rTime.Get100Sec() : rTime.Get100Sec() ); in IsEqualIgnore100Sec()
|
| /AOO41X/main/unotools/source/misc/ |
| H A D | datetime.cxx | 42 _rOut.HundredthSeconds = _rTime.Get100Sec(); in typeConvert() 74 _rOut.HundredthSeconds = _rDateTime.Get100Sec(); in typeConvert()
|
| /AOO41X/main/connectivity/source/drivers/file/ |
| H A D | FDateFunctions.cxx | 273 …return ::com::sun::star::util::Time(aCurTime.Get100Sec(),aCurTime.GetSec(),aCurTime.GetMin(),aCurT… in operate() 282 …return ::com::sun::star::util::DateTime(aCurTime.Get100Sec(),aCurTime.GetSec(),aCurTime.GetMin(),a… in operate()
|
| /AOO41X/main/xmloff/source/forms/handler/ |
| H A D | vcl_time_handler.cxx | 69 aDateTime.HundredthSeconds = aVCLTime.Get100Sec(); in getAttributeValue()
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docglbl.cxx | 265 ::util::DateTime uDT(aTmplDate.Get100Sec(), in SplitDoc() 616 ::util::DateTime uDT(aTmplDate.Get100Sec(), in SplitDoc()
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | time.hxx | 64 sal_uInt16 Get100Sec() const in Get100Sec() function in Time
|
| /AOO41X/main/sfx2/source/doc/ |
| H A D | objcont.cxx | 218 now.Get100Sec(), now.GetSec(), now.GetMin(), in UpdateDocInfoForSave() 1122 now.Get100Sec(), now.GetSec(), now.GetMin(), in ResetFromTemplate()
|
| H A D | oleprops.cxx | 582 maDateTime.HundredthSeconds = aDateTime.Get100Sec(); in ImplLoad()
|
| /AOO41X/main/svl/source/items/ |
| H A D | dateitem.cxx | 200 com::sun::star::util::DateTime aValue( aDateTime.Get100Sec(), in QueryValue()
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | flddat.cxx | 255 DateTimeValue.HundredthSeconds = aDateTime.Get100Sec(); in QueryValue()
|
| H A D | docufld.cxx | 1946 DateTimeValue.HundredthSeconds = maDateTime.Get100Sec(); in QueryValue()
|
| /AOO41X/main/vcl/source/control/ |
| H A D | field2.cxx | 2684 if ( aTempTime.Get100Sec() < 10 ) in ImplTimeReformat() 2686 rOutStr += String::CreateFromInt32( aTempTime.Get100Sec() ); in ImplTimeReformat() 2978 if ( aNewTime.Get100Sec() < 10 ) in ImplSetUserTime() 2980 aStr += String::CreateFromInt32( aNewTime.Get100Sec() ); in ImplSetUserTime()
|
| /AOO41X/main/xmlsecurity/source/helper/ |
| H A D | xmlsignaturehelper.cxx | 176 stDateTime.HundredthSeconds = (::sal_uInt16)rTime.Get100Sec(); in SetDateTime()
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | sfxpicklist.cxx | 375 now.Get100Sec(), now.GetSec(), now.GetMin(), in Notify()
|
| /AOO41X/main/svtools/source/control/ |
| H A D | taskstat.cxx | 244 maTimer.SetTimeout( ((long)60000)-((aTime.GetSec()*1000)+(aTime.Get100Sec()*10)) ); in ImplUpdateClock()
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | dinfdlg.cxx | 378 now.Get100Sec(), now.GetSec(), now.GetMin(), now.GetHour(), in resetUserData() 883 now.Get100Sec(), now.GetSec(), now.GetMin(), now.GetHour(), in IMPL_LINK() 2291 …util::DateTime aDateTime(aTmpTime.Get100Sec(), aTmpTime.GetSec(), aTmpTime.GetMin(), aTmpTime.GetH… in GetCustomProperties()
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLConverter.cxx | 367 rDateTime.HundredthSeconds = aDateTime.Get100Sec(); in ConvertCoreToAPIDateTime()
|
| /AOO41X/main/unotools/source/i18n/ |
| H A D | localedatawrapper.cxx | 1584 pBuf = ImplAdd2UNum( pBuf, rTime.Get100Sec(), sal_True ); in getTime() 1687 pBuf = ImplAdd2UNum( pBuf, rTime.Get100Sec(), sal_True ); in getDuration()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unoredline.cxx | 217 aRetDT.HundredthSeconds = rDT.Get100Sec(); in lcl_DateTimeToUno()
|
| /AOO41X/main/sfx2/source/view/ |
| H A D | viewprn.cxx | 304 now.Get100Sec(), now.GetSec(), now.GetMin(), now.GetHour(), in jobStarted()
|
| /AOO41X/main/editeng/source/uno/ |
| H A D | unofield.cxx | 241 aTime.HundredthSeconds = aTempTime.Get100Sec(); in getTime()
|
| /AOO41X/main/extensions/source/propctrlr/ |
| H A D | standardcontrol.cxx | 112 … util::Time aUNOTime( aTime.Get100Sec(), aTime.GetSec(), aTime.GetMin(), aTime.GetHour() ); in getValue()
|
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | animobjs.cxx | 1099 long nTime = pTime->Get100Sec(); in CreateAnimObj()
|
| /AOO41X/main/svtools/source/svhtml/ |
| H A D | parhtml.cxx | 2241 ::util::DateTime uDT(aDateTime.Get100Sec(), in ParseMetaOptionsImpl()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr2.cxx | 122 double nTime = ((double)aActTime.Get100Sec() / 100 + in ScGetActTime()
|