/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpdirp.cxx | 86 sal_uInt16 nHour = 0; in parseDOS() local 205 nHour = 10 * nHour + (*p - '0'); in parseDOS() 229 if (nHour >= 1 && nHour <= 11) in parseDOS() 239 if (nHour >= 1 && nHour <= 11) in parseDOS() 256 if (nHour >= 1 && nHour <= 11) in parseDOS() 266 if (nHour >= 1 && nHour <= 11) in parseDOS() 474 nHour = 10 * nHour + (*p - '0'); in parseDOS() 816 sal_uInt16 nHour; in parseVMS() local 821 nHour = 10 * nHour + (*p++ - '0'); in parseVMS() 1200 sal_uInt16 nHour, in parseUNIX_isTime() argument [all …]
|
H A D | ftpdirp.hxx | 168 sal_uInt16 nHour,
|
/aoo41x/main/tools/source/datetime/ |
H A D | ttime.cxx | 60 sal_Int32 nHour = rTime.GetHour(); in TimeToSec100() local 71 nRet += nHour*60*60*100; in TimeToSec100() 151 nHour += nMin / 60; in Time() 176 sal_Int32 nHour = GetHour(); in SetMin() local 184 (nHour*1000000)) * nSign; in SetMin() 192 sal_Int32 nHour = GetHour(); in SetSec() local 200 (nHour*1000000)) * nSign; in SetSec() 208 sal_Int32 nHour = GetHour(); in Set100Sec() local 216 (nHour*1000000)) * nSign; in Set100Sec() 224 sal_Int32 nHour = GetHour(); in GetMSFromTime() local [all …]
|
H A D | datetime.cxx | 143 long nHour = GetHour(); in GetSecFromDateTime() local 145 nSec += (nHour*3600)+(nMin*60)+GetSec(); in GetSecFromDateTime()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterClock.cxx | 103 const sal_Int32 nHour, 124 const sal_Int32 nHour, 174 const sal_Int32 nHour, 222 const sal_Int32 nHour, 760 const sal_Int32 nHour, in Paint() argument 820 const double nHoursAngle (((nHour%12)+nMinute/60.0) * 2 * M_PI / 12); in Paint() 935 const sal_Int32 nHour, in Paint() argument 980 const double nHoursAngle ((nHour%12+nMinute/60.0) * 2.0 * M_PI / 12.0); in Paint() 1253 const sal_Int32 nHour, in Paint() argument 1269 sText = OUString::valueOf(nHour); in Paint() [all …]
|
/aoo41x/main/i18npool/source/calendar/ |
H A D | calendar_gregorian.cxx | 453 sal_Int32 nMonth, sal_Int32 nDay, sal_Int32 nHour, sal_Int32 nMinute, in submitValues() argument 464 if (nHour >= 0) in submitValues() 465 body->set( UCAL_HOUR_OF_DAY, nHour); in submitValues() 528 …sal_Int32 nZone1, nDST1, nYear, nMonth, nDay, nHour, nMinute, nSecond, nMilliSecond, nZone0, nDST0; in setValue() local 530 nYear = nMonth = nDay = nHour = nMinute = nSecond = nMilliSecond = -1; in setValue() 554 nHour = body->get( UCAL_HOUR_OF_DAY, status = U_ZERO_ERROR); in setValue() 556 nHour = -1; in setValue() 590 … submitValues( nYear, nMonth, nDay, nHour, nMinute, nSecond, nMilliSecond, nZone0, nDST0); in setValue() 641 … submitValues( nYear, nMonth, nDay, nHour, nMinute, nSecond, nMilliSecond, nZone2, nDST2); in setValue() 687 … submitValues( nYear, nMonth, nDay, nHour, nMinute, nSecond, nMilliSecond, nZone3, nDST3); in setValue()
|
/aoo41x/main/svl/source/numbers/ |
H A D | zformat.cxx | 2658 nHour = 0; in ImpGetTimeOutput() 2664 nHour = 0; in ImpGetTimeOutput() 2676 nHour = 0; in ImpGetTimeOutput() 2684 if (nHour == 0) in ImpGetTimeOutput() 2686 nHour = 12; in ImpGetTimeOutput() 2694 if (nHour > 12) in ImpGetTimeOutput() 3189 nHour = 0; in ImpGetDateTimeOutput() 3195 nHour = 0; in ImpGetDateTimeOutput() 3213 if (nHour == 0) in ImpGetDateTimeOutput() 3215 nHour = 12; in ImpGetDateTimeOutput() [all …]
|
H A D | zforfind.cxx | 846 sal_uInt16 nHour; in GetTimeRef() local 868 nHour = 0; in GetTimeRef() 870 nHour = (sal_uInt16) sStrArray[nNums[nIndex++]].ToInt32(); in GetTimeRef() 873 nHour = 0; in GetTimeRef() 884 if (nAmPm == -1 && nHour != 12) // PM in GetTimeRef() 885 nHour += 12; in GetTimeRef() 886 else if (nAmPm == 1 && nHour == 12) // 12 AM in GetTimeRef() 887 nHour = 0; in GetTimeRef() 889 fOutNumber = ((double)nHour*3600 + in GetTimeRef() 1385 sal_Int16 nDay, nMyMonth, nYear, nHour, nMinute, nSecond; in GetDateRef() local [all …]
|
/aoo41x/main/framework/source/fwi/classes/ |
H A D | converter.cxx | 205 sal_uInt32 nHour = sSource.getToken( 0, (sal_Unicode)':', nIndex ).toInt32(); in convert_String2DateTime() local 214 Time aTime( nHour, nMin , nSec ); in convert_String2DateTime() 262 sal_Int32 nHour = aSource.GetHour(); in convert_DateTime2ISO8601() local 291 if (nHour<10) in convert_DateTime2ISO8601() 293 sBuffer.append( (sal_Int32)nHour ); in convert_DateTime2ISO8601()
|
/aoo41x/main/vcl/source/control/ |
H A D | field2.cxx | 2450 short nHour = 0; in ImplTimeGetValue() local 2520 nHour += nMinute / 60; in ImplTimeGetValue() 2542 nHour = nMinute; in ImplTimeGetValue() 2549 nHour += nMinute / 60; in ImplTimeGetValue() 2557 nHour += nMinute / 60; in ImplTimeGetValue() 2600 if ( bNegative || (nHour < 0) || (nMinute < 0) || in ImplTimeGetValue() 2613 nHour += 12; in ImplTimeGetValue() 2616 nHour = 0; in ImplTimeGetValue() 2618 aTime = Time( (sal_uInt16)nHour, (sal_uInt16)nMinute, (sal_uInt16)nSecond, in ImplTimeGetValue() 2623 if ( bNegative || (nHour < 0) || (nMinute < 0) || in ImplTimeGetValue() [all …]
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | dbconversion.cxx | 171 sal_Int32 nHour = rVal.Hours; in getMsFromTime() local 176 return ((nHour*3600000)+(nMin*60000)+(nSec*1000)+(n100Sec*10)); in getMsFromTime() 456 sal_uInt16 nHour = 0, in toTime() local 460 nHour = (sal_uInt16)_sSQLString.getToken(0,sTimeSep,nIndex).toInt32(); in toTime() 479 return Time(nHundredthSeconds,nSecond,nMinute,nHour); in toTime()
|
/aoo41x/main/xmloff/source/meta/ |
H A D | xmlversion.cxx | 271 sal_Int32 nHour = 0; in ParseISODateTimeString() local 320 nHour = aTimeStr.getToken( 0, ':', n ).toInt32(); in ParseISODateTimeString() 321 if ( nHour > 23 ) in ParseISODateTimeString() 343 rDateTime.Hours = sal::static_int_cast< sal_uInt16 >(nHour); in ParseISODateTimeString()
|
/aoo41x/main/sc/source/filter/xcl97/ |
H A D | XclImpChangeTrack.cxx | 127 sal_uInt8 nMonth, nDay, nHour, nMin, nSec; in ReadDateTime() local 129 *pStrm >> nYear >> nMonth >> nDay >> nHour >> nMin >> nSec; in ReadDateTime() 134 rDateTime.SetHour( nHour ); in ReadDateTime()
|
/aoo41x/main/ucb/source/ucp/odma/ |
H A D | odma_provider.cxx | 316 sal_uInt16 nHour = 0, in toTime() local 319 nHour = (sal_uInt16)_sSQLString.copy(8,2).toInt32(); in toTime() 323 return util::Time(0,nHour,nMinute,nSecond); in toTime()
|
/aoo41x/main/unotools/source/i18n/ |
H A D | localedatawrapper.cxx | 1560 sal_uInt16 nHour = rTime.GetHour(); in getTime() local 1565 nHour %= 12; in getTime() 1567 if ( !nHour ) in getTime() 1568 nHour = 12; in getTime() 1571 nHour %= 24; in getTime() 1573 pBuf = ImplAdd2UNum( pBuf, nHour, sal_True /* IsTimeLeadingZero() */ ); in getTime()
|
/aoo41x/main/basic/source/runtime/ |
H A D | methods.cxx | 1964 sal_Int16 nHour = rPar.Get(1)->GetInteger(); in RTLFUNC() local 1965 if ( nHour == 24 ) in RTLFUNC() 1966 nHour = 0; // Wegen UNO DateTimes, die bis 24 Uhr gehen in RTLFUNC() 1969 if ((nHour < 0 || nHour > 23) || in RTLFUNC() 1977 sal_Int32 nSeconds = nHour; in RTLFUNC() 2123 sal_Int16 nHour = (sal_Int16)(nSeconds / 3600); in implGetHour() local 2124 return nHour; in implGetHour() 2137 sal_Int16 nHour = implGetHour( nArg ); in RTLFUNC() local 2138 rPar.Get(0)->PutInteger( nHour ); in RTLFUNC()
|
/aoo41x/main/desktop/source/app/ |
H A D | appfirststart.cxx | 183 sal_Int32 nHour = aTimeString.getToken(0, ':', nIndex).toInt32(); in impl_parseDateTime() local 188 Time tmpTime(nHour, nMinute, nSecond); in impl_parseDateTime()
|
/aoo41x/main/xmlsecurity/source/helper/ |
H A D | xsecctl.cxx | 208 sal_Int32 nHour = 0; in convertDateTime() local 250 if ( !convertNumber( nHour, aTimeStr.getToken( 0, ':', n ), 0, 23 ) ) in convertDateTime() 266 rDateTime.Hours = (sal_uInt16)nHour; in convertDateTime()
|
/aoo41x/main/forms/source/xforms/xpathlib/ |
H A D | xpathlib.cxx | 322 sal_Int32 nHour = aTimeString.getToken(0, ':', nIndex).toInt32(); in parseDateTime() local 327 Time tmpTime(nHour, nMinute, nSecond); in parseDateTime()
|
/aoo41x/main/framework/source/services/ |
H A D | license.cxx | 238 sal_Int32 nHour = aTimeString.getToken(0, ':', nIndex).toInt32(); in _parseDateTime() local 243 Time tmpTime(nHour, nMinute, nSecond); in _parseDateTime()
|
/aoo41x/main/tools/inc/tools/ |
H A D | time.hxx | 45 Time( sal_uIntPtr nHour, sal_uIntPtr nMin,
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 1068 sal_Int16 nHour, nMinute, nSecond, nMilli; in lcl_PutString() local 1071 nHour = nMinute = nSecond = nMilli = 0; in lcl_PutString() 1073 nHour = (sal_Int16) rStr.Copy( nStart[3], nEnd[3]+1-nStart[3]).ToInt32(); in lcl_PutString() 1088 pCalendar->setValue( i18n::CalendarFieldIndex::HOUR, nHour ); in lcl_PutString()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xipivot.cxx | 166 sal_uInt8 nDay, nHour, nMin, nSec; in ReadSxdatetime() local 167 rStrm >> nYear >> nMonth >> nDay >> nHour >> nMin >> nSec; in ReadSxdatetime() 168 SetDateTime( DateTime( Date( nDay, nMonth, nYear ), Time( nHour, nMin, nSec ) ) ); in ReadSxdatetime()
|
/aoo41x/main/i18npool/inc/ |
H A D | calendar_gregorian.hxx | 108 …void submitValues( sal_Int32 nYear, sal_Int32 nMonth, sal_Int32 nDay, sal_Int32 nHour, sal_Int32 n…
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 1253 sal_Int32 nHour = 0; in convertDateTime() local 1295 if ( !convertNumber( nHour, aTimeStr.getToken( 0, ':', n ), 0, 23 ) ) in convertDateTime() 1311 rDateTime.Hours = (sal_uInt16)nHour; in convertDateTime()
|