Home
last modified time | relevance | path

Searched refs:Get100Sec (Results 1 – 25 of 27) sorted by relevance

12

/AOO41X/main/tools/source/datetime/
H A Dttime.cxx63 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 Ddatetime.cxx42 _rOut.HundredthSeconds = _rTime.Get100Sec(); in typeConvert()
74 _rOut.HundredthSeconds = _rDateTime.Get100Sec(); in typeConvert()
/AOO41X/main/connectivity/source/drivers/file/
H A DFDateFunctions.cxx273 …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 Dvcl_time_handler.cxx69 aDateTime.HundredthSeconds = aVCLTime.Get100Sec(); in getAttributeValue()
/AOO41X/main/sw/source/core/doc/
H A Ddocglbl.cxx265 ::util::DateTime uDT(aTmplDate.Get100Sec(), in SplitDoc()
616 ::util::DateTime uDT(aTmplDate.Get100Sec(), in SplitDoc()
/AOO41X/main/tools/inc/tools/
H A Dtime.hxx64 sal_uInt16 Get100Sec() const in Get100Sec() function in Time
/AOO41X/main/sfx2/source/doc/
H A Dobjcont.cxx218 now.Get100Sec(), now.GetSec(), now.GetMin(), in UpdateDocInfoForSave()
1122 now.Get100Sec(), now.GetSec(), now.GetMin(), in ResetFromTemplate()
H A Doleprops.cxx582 maDateTime.HundredthSeconds = aDateTime.Get100Sec(); in ImplLoad()
/AOO41X/main/svl/source/items/
H A Ddateitem.cxx200 com::sun::star::util::DateTime aValue( aDateTime.Get100Sec(), in QueryValue()
/AOO41X/main/sw/source/core/fields/
H A Dflddat.cxx255 DateTimeValue.HundredthSeconds = aDateTime.Get100Sec(); in QueryValue()
H A Ddocufld.cxx1946 DateTimeValue.HundredthSeconds = maDateTime.Get100Sec(); in QueryValue()
/AOO41X/main/vcl/source/control/
H A Dfield2.cxx2684 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 Dxmlsignaturehelper.cxx176 stDateTime.HundredthSeconds = (::sal_uInt16)rTime.Get100Sec(); in SetDateTime()
/AOO41X/main/sfx2/source/appl/
H A Dsfxpicklist.cxx375 now.Get100Sec(), now.GetSec(), now.GetMin(), in Notify()
/AOO41X/main/svtools/source/control/
H A Dtaskstat.cxx244 maTimer.SetTimeout( ((long)60000)-((aTime.GetSec()*1000)+(aTime.Get100Sec()*10)) ); in ImplUpdateClock()
/AOO41X/main/sfx2/source/dialog/
H A Ddinfdlg.cxx378 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 DXMLConverter.cxx367 rDateTime.HundredthSeconds = aDateTime.Get100Sec(); in ConvertCoreToAPIDateTime()
/AOO41X/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1584 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 Dunoredline.cxx217 aRetDT.HundredthSeconds = rDT.Get100Sec(); in lcl_DateTimeToUno()
/AOO41X/main/sfx2/source/view/
H A Dviewprn.cxx304 now.Get100Sec(), now.GetSec(), now.GetMin(), now.GetHour(), in jobStarted()
/AOO41X/main/editeng/source/uno/
H A Dunofield.cxx241 aTime.HundredthSeconds = aTempTime.Get100Sec(); in getTime()
/AOO41X/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx112 … util::Time aUNOTime( aTime.Get100Sec(), aTime.GetSec(), aTime.GetMin(), aTime.GetHour() ); in getValue()
/AOO41X/main/sd/source/ui/dlg/
H A Danimobjs.cxx1099 long nTime = pTime->Get100Sec(); in CreateAnimObj()
/AOO41X/main/svtools/source/svhtml/
H A Dparhtml.cxx2241 ::util::DateTime uDT(aDateTime.Get100Sec(), in ParseMetaOptionsImpl()
/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx122 double nTime = ((double)aActTime.Get100Sec() / 100 + in ScGetActTime()

12