Home
last modified time | relevance | path

Searched refs:GetSec (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/tools/source/datetime/
H A Dttime.cxx62 sal_Int32 nSec = rTime.GetSec(); in TimeToSec100()
164 sal_Int32 nSec = GetSec(); in SetHour()
177 sal_Int32 nSec = GetSec(); in SetMin()
210 sal_Int32 nSec = GetSec(); in Set100Sec()
226 sal_Int32 nSec = GetSec(); in GetMSFromTime()
256 double nSec = GetSec(); in GetTimeInDays()
H A Ddatetime.cxx145 nSec += (nHour*3600)+(nMin*60)+GetSec(); in GetSecFromDateTime()
395 sal_Int64( GetSec() ) + in GetWin32FileDateTime()
/trunk/main/unotools/source/misc/
H A Ddatetime.cxx41 _rOut.Seconds = _rTime.GetSec(); in typeConvert()
73 _rOut.Seconds = _rDateTime.GetSec(); in typeConvert()
/trunk/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx259 if (aDateTime.GetSec()<10) aDateTimeString.append("0"); in makeDateTimeString()
260 aDateTimeString.append((sal_Int32)aDateTime.GetSec()); in makeDateTimeString()
380 nSeconds += aDateTime.GetSec(); in xforms_secondsFromDateTimeFunction()
/trunk/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()
/trunk/main/tools/source/fsys/
H A Dfstat.cxx347 aTime.wSecond = aNewTime.GetSec(); in SetDateTime()
391 aNewTime.twosecs = rNewDateTime.GetSec() / 2; in SetDateTime()
H A Dunx.cxx623 times.tm_sec = rNewDateTime.GetSec(); in SetDateTime()
/trunk/main/framework/source/fwi/classes/
H A Dconverter.cxx249 sBuffer.append( (sal_Int32)aSource.GetSec() ); in convert_DateTime2String()
264 sal_Int32 nSec = aSource.GetSec(); in convert_DateTime2ISO8601()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx218 now.Get100Sec(), now.GetSec(), now.GetMin(), in UpdateDocInfoForSave()
238 rDur.Seconds += rTime.GetSec(); in lcl_add()
1122 now.Get100Sec(), now.GetSec(), now.GetMin(), in ResetFromTemplate()
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx362 (rDateTime.GetSec() > 59) || in GenerateDateField()
395 nNum = rDateTime.GetSec(); in GenerateDateField()
535 !((rDateTime.GetSec() > 59) || in ParseDateField()
/trunk/main/desktop/source/migration/
H A Dwizard.cxx382 if (aDateTime.GetSec()<10) aDateTimeString.append("0"); in _makeDateTimeString()
383 aDateTimeString.append((sal_Int32)aDateTime.GetSec()); in _makeDateTimeString()
/trunk/main/framework/source/services/
H A Dlicense.cxx204 if (aDateTime.GetSec()<10) aDateTimeString.append("0"); in _makeDateTimeString()
205 aDateTimeString.append((sal_Int32)aDateTime.GetSec()); in _makeDateTimeString()
/trunk/main/sw/source/core/doc/
H A Ddocglbl.cxx266 aTmplDate.GetSec(), aTmplDate.GetMin(), in SplitDoc()
617 aTmplDate.GetSec(), aTmplDate.GetMin(), in SplitDoc()
/trunk/main/xmloff/source/forms/handler/
H A Dvcl_time_handler.cxx68 aDateTime.Seconds = aVCLTime.GetSec(); in getAttributeValue()
/trunk/main/tools/inc/tools/
H A Dtime.hxx61 sal_uInt16 GetSec() const in GetSec() function in Time
/trunk/main/svl/source/items/
H A Ddateitem.cxx201 aDateTime.GetSec(), in QueryValue()
/trunk/main/cui/source/options/
H A Doptmemory.cxx193 …aCacheOptions.SetGraphicManagerObjectReleaseTime( aTime.GetSec() + aTime.GetMin() * 60 + aTime.Get… in FillItemSet()
/trunk/main/sw/source/core/fields/
H A Dflddat.cxx256 DateTimeValue.Seconds = aDateTime.GetSec(); in QueryValue()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2218 nSeconds += aTime.GetSec(); in Now_Impl()
2249 aTime.GetHour(), aTime.GetMin(), aTime.GetSec() ); in RTLFUNC()
2258 nSeconds += aTime.GetSec(); in RTLFUNC()
2299 nSeconds += aTime.GetSec(); in RTLFUNC()
3102 nSeconds += aTime.GetSec(); in RTLFUNC()
/trunk/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper.cxx177 stDateTime.Seconds = (::sal_uInt16)rTime.GetSec(); in SetDateTime()
/trunk/main/sfx2/source/appl/
H A Dsfxpicklist.cxx375 now.Get100Sec(), now.GetSec(), now.GetMin(), in Notify()
/trunk/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()
/trunk/main/svtools/source/control/
H A Dtaskstat.cxx244 maTimer.SetTimeout( ((long)60000)-((aTime.GetSec()*1000)+(aTime.Get100Sec()*10)) ); in ImplUpdateClock()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx89 long nDiffSeconds = aTimeNow.GetHour() * 3600 + aTimeNow.GetMin() * 60 + aTimeNow.GetSec(); in GetNow()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1579 pBuf = ImplAdd2UNum( pBuf, rTime.GetSec(), sal_True ); in getTime()
1682 pBuf = ImplAdd2UNum( pBuf, rTime.GetSec(), sal_True ); in getDuration()

12