/trunk/main/connectivity/source/commontools/ |
H A D | dbconversion.cxx | 136 sal_Int32 nMinutes = rVal.Minutes + nSeconds / 60; in toINT32() local 138 sal_Int32 nHours = rVal.Hours + nMinutes / 60; in toINT32() 139 nMinutes = nMinutes % 60; in toINT32() 142 … return (sal_Int32)(nHundredthSeconds + (nSeconds*100) + (nMinutes*10000) + (nHours*1000000)); in toINT32() 151 sal_Int32 nMinutes = rVal.Minutes + nSeconds / 60; in toINT64() local 153 sal_Int32 nHours = rVal.Hours + nMinutes / 60; in toINT64() 154 nMinutes = nMinutes % 60; in toINT64() 157 …sal_Int32 nTime = (sal_Int32)(nHundredthSeconds + (nSeconds*100) + (nMinutes*10000) + (nHours*1000… in toINT64() 373 sal_Int32 nMinutes = nSeconds / 60; in toTime() local 377 xRet.Hours = (sal_uInt16)(nMinutes / 60); in toTime() [all …]
|
/trunk/main/forms/source/xforms/xpathlib/ |
H A D | xpathlib.cxx | 389 sal_Int32& nHours, sal_Int32& nMinutes, sal_Int32& nSeconds) in parseDuration() argument 419 nMinutes = atoi(pString); in parseDuration() 462 sal_Int32 nMinutes = 0; in xforms_secondsFuction() local 465 if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) in xforms_secondsFuction() 467 nSeconds += nMinutes*60; in xforms_secondsFuction() 492 sal_Int32 nMinutes = 0; in xforms_monthsFuction() local 495 if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) in xforms_monthsFuction()
|
/trunk/main/sax/source/tools/ |
H A D | converter.cxx | 1079 sal_Int32 nMinutes(0); in convertDuration() local 1120 nMinutes, sal_Unicode('M')); in convertDuration() 1208 rDuration.Minutes = static_cast<sal_Int16>(nMinutes); in convertDuration() 1420 sal_Int32 nMinutes(0); in convertDateOrDateTime() local 1441 bSuccess = readDateTimeComponent(string, nPos, nMinutes, 2, true); in convertDateOrDateTime() 1442 bSuccess &= (0 <= nMinutes) && (nMinutes < 60); in convertDateOrDateTime() 1490 if (!((0 == nMinutes) && (0 == nSeconds) && (0 == nMilliSeconds))) in convertDateOrDateTime() 1570 lcl_addTimezone(bNegative, nYear, nMonth, nDay, nHours, nMinutes, in convertDateOrDateTime() 1584 rDateTime.Minutes = static_cast<sal_uInt16>(nMinutes); in convertDateOrDateTime()
|
/trunk/main/i18npool/source/calendar/ |
H A D | calendar_gregorian.cxx | 722 sal_Int32 nMinutes = value / 60000; in getValue() local 724 abs( value - nMinutes * 60000))); in getValue() 725 fieldValue[CalendarFieldIndex::ZONE_OFFSET] = static_cast<sal_Int16>( nMinutes); in getValue() 730 sal_Int32 nMinutes = value / 60000; in getValue() local 732 abs( value - nMinutes * 60000))); in getValue() 733 fieldValue[CalendarFieldIndex::DST_OFFSET] = static_cast<sal_Int16>( nMinutes); in getValue()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DBTypeConversion.java | 371 int nMinutes = nSeconds / 60; in toTime() local 375 xRet.Hours = (short)(nMinutes / 60); in toTime() 376 xRet.Minutes = (short)(nMinutes % 60); in toTime()
|
/trunk/main/sw/inc/ |
H A D | flddat.hxx | 132 inline void SetOffset(long nMinutes) { nOffset = nMinutes; } in SetOffset() argument
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | sharedocdlg.cxx | 162 …sal_uInt16 nMinutes = sal::static_int_cast< sal_uInt16 >( aTimeStr.getToken( 0, ':', nIndex ).toIn… in UpdateView() local 164 Time aTime( nHours, nMinutes ); in UpdateView()
|
/trunk/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 1999 sal_uInt16 nMinutes = rTime.GetMin(); in convertTimeDuration() local 2000 if ( bHasHours || nMinutes > 0 ) in convertTimeDuration() 2002 sTmp.append( (sal_Int32) nMinutes ); in convertTimeDuration()
|
/trunk/main/xmloff/source/text/ |
H A D | txtflde.cxx | 2695 sal_Int32 nMinutes, in ProcessDateTime() argument 2702 if (!(bIsDuration && bOmitDurationIfZero && (nMinutes==0))) in ProcessDateTime() 2704 ProcessDateTime(eName, (double)nMinutes / (double)(24*60), in ProcessDateTime()
|
/trunk/main/xmloff/inc/ |
H A D | txtflde.hxx | 362 sal_Int32 nMinutes, /// date/time value in minutes
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterToolBar.cxx | 2115 const sal_Int32 nMinutes (sal::static_int_cast<sal_Int32>(rTime.Minutes)); in FormatTime() local 2128 const OUString sMinutes (OUString::valueOf(nMinutes)); in FormatTime()
|