Home
last modified time | relevance | path

Searched refs:nSecond (Results 1 – 23 of 23) sorted by relevance

/trunk/main/svtools/source/filter/
H A Dfilter2.cxx874 sal_uInt8 nFirst, nSecond; in ImpDetectPBM() local
875 rStm >> nFirst >> nSecond; in ImpDetectPBM()
876 if ( nFirst == 'P' && ( ( nSecond == '1' ) || ( nSecond == '4' ) ) ) in ImpDetectPBM()
901 sal_uInt8 nFirst, nSecond; in ImpDetectPGM() local
903 rStm >> nFirst >> nSecond; in ImpDetectPGM()
904 if ( nFirst == 'P' && ( ( nSecond == '2' ) || ( nSecond == '5' ) ) ) in ImpDetectPGM()
929 sal_uInt8 nFirst, nSecond; in ImpDetectPPM() local
931 rStm >> nFirst >> nSecond; in ImpDetectPPM()
932 if ( nFirst == 'P' && ( ( nSecond == '3' ) || ( nSecond == '6' ) ) ) in ImpDetectPPM()
1153 sal_uInt8 nFirst, nSecond; in ImpDetectSGF() local
[all …]
/trunk/main/vcl/source/control/
H A Dfield2.cxx2452 short nSecond = 0; in ImplTimeGetValue() local
2517 nSecond = (short)aStr.ToInt32(); in ImplTimeGetValue()
2518 nMinute += nSecond / 60; in ImplTimeGetValue()
2519 nSecond %= 60; in ImplTimeGetValue()
2533 nMinute = nSecond; in ImplTimeGetValue()
2543 nMinute = nSecond; in ImplTimeGetValue()
2555 nMinute += nSecond / 60; in ImplTimeGetValue()
2556 nSecond %= 60; in ImplTimeGetValue()
2594 nSecond = n100Sec = 0; in ImplTimeGetValue()
2601 (nSecond < 0) || (n100Sec < 0) ) in ImplTimeGetValue()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx105 const sal_Int32 nSecond,
126 const sal_Int32 nSecond,
176 const sal_Int32 nSecond,
224 const sal_Int32 nSecond,
762 const sal_Int32 nSecond, in Paint() argument
828 const double nMinutesAngle ((nMinute+nSecond/60.0) * 2 * M_PI / 60); in Paint()
838 const double nSecondsAngle (nSecond * 2 * M_PI / 60); in Paint()
937 const sal_Int32 nSecond, in Paint() argument
941 (void)nSecond; in Paint()
1255 const sal_Int32 nSecond, in Paint() argument
[all …]
/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx454 sal_Int32 nSecond, sal_Int32 nMilliSecond, sal_Int32 nZone, sal_Int32 nDST ) in submitValues() argument
468 if (nSecond >= 0) in submitValues()
469 body->set( UCAL_SECOND, nSecond); 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()
566 nSecond = body->get( UCAL_SECOND, status = U_ZERO_ERROR); in setValue()
568 nSecond = -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()
/trunk/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx130 sal_Int32 nFirst(0),nSecond(0),nResult(0); in compareBookmarks() local
131 if ( !( lhs >>= nFirst ) || !( rhs >>= nSecond ) ) in compareBookmarks()
140 if(nFirst < nSecond) in compareBookmarks()
142 else if(nFirst > nSecond) in compareBookmarks()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java394 nSecond = 0, in toTime() local
407 nSecond = (short)safeParseInt(secondAndNano.substring(0, dot)); in toTime()
415 nSecond = (short)safeParseInt(secondAndNano); in toTime()
418 return new Time(nHundredthSeconds,nSecond,nMinute,nHour); in toTime()
/trunk/main/dbaccess/source/core/api/
H A DStaticSet.cxx99 sal_Int32 nFirst = 0, nSecond = 0; in compareBookmarks() local
101 _second >>= nSecond; in compareBookmarks()
102 …return (nFirst < nSecond) ? CompareBookmark::LESS : ((nFirst > nSecond) ? CompareBookmark::GREATER… in compareBookmarks()
H A DKeySet.cxx423 sal_Int32 nFirst = 0, nSecond = 0; in compareBookmarks() local
425 _second >>= nSecond; in compareBookmarks()
427 return (nFirst != nSecond) ? CompareBookmark::NOT_EQUAL : CompareBookmark::EQUAL; in compareBookmarks()
/trunk/main/sw/source/core/layout/
H A Dnewfrm.cxx61 long FirstMinusSecond( long nFirst, long nSecond ) in FirstMinusSecond() argument
62 { return nFirst - nSecond; } in FirstMinusSecond()
63 long SecondMinusFirst( long nFirst, long nSecond ) in SecondMinusFirst() argument
64 { return nSecond - nFirst; } in SecondMinusFirst()
/trunk/main/connectivity/source/commontools/
H A Ddbconversion.cxx458 nSecond = 0, in toTime() local
466 nSecond = (sal_uInt16)_sSQLString.getToken(0,sTimeSep,nIndex).toInt32(); in toTime()
479 return Time(nHundredthSeconds,nSecond,nMinute,nHour); in toTime()
/trunk/main/slideshow/source/engine/
H A Dtools.cxx449 double nSecond; in extractValue() local
450 if( !extractValue( nSecond, aPair.Second, rShape, rSlideBounds ) ) in extractValue()
454 o_rPair.setY( nSecond ); in extractValue()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx318 nSecond = 0; in toTime() local
321 nSecond = (sal_uInt16)_sSQLString.copy(12,2).toInt32(); in toTime()
323 return util::Time(0,nHour,nMinute,nSecond); in toTime()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx87 sal_Int8 nFirst, nSecond, i, nCount = 0; in ImplComment() local
120nSecond = ( ( mnElementID & 15 ) > 9 ) ? (sal_Int8)( mnElementID & 15 ) + 'A' - 10 : (sal_Int8)( m… in ImplComment()
121 *mpCommentOut << nFirst << nSecond; in ImplComment()
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx848 sal_uInt16 nSecond = 0; in GetTimeRef() local
881 nSecond = (sal_uInt16) sStrArray[nNums[nIndex++]].ToInt32(); in GetTimeRef()
891 (double)nSecond + in GetTimeRef()
1385 sal_Int16 nDay, nMyMonth, nYear, nHour, nMinute, nSecond; in GetDateRef() local
1444 nSecond = xCal->getValue( i18n::CalendarFieldIndex::SECOND ); in GetDateRef()
1446 nYearSet && nHour == nHourSet && nMinute == nMinuteSet && nSecond in GetDateRef()
/trunk/main/desktop/source/app/
H A Dappfirststart.cxx185 sal_Int32 nSecond = aTimeString.getToken(0, ':', nIndex).toInt32(); in impl_parseDateTime() local
188 Time tmpTime(nHour, nMinute, nSecond); in impl_parseDateTime()
/trunk/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx324 sal_Int32 nSecond = aTimeString.getToken(0, ':', nIndex).toInt32(); in parseDateTime() local
327 Time tmpTime(nHour, nMinute, nSecond); in parseDateTime()
/trunk/main/framework/source/services/
H A Dlicense.cxx240 sal_Int32 nSecond = aTimeString.getToken(0, ':', nIndex).toInt32(); in _parseDateTime() local
243 Time tmpTime(nHour, nMinute, nSecond); in _parseDateTime()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1068 sal_Int16 nHour, nMinute, nSecond, nMilli; in lcl_PutString() local
1071 nHour = nMinute = nSecond = nMilli = 0; in lcl_PutString()
1077 nSecond = (sal_Int16) rStr.Copy( nStart[5], nEnd[5]+1-nStart[5]).ToInt32(); in lcl_PutString()
1090 pCalendar->setValue( i18n::CalendarFieldIndex::SECOND, nSecond ); in lcl_PutString()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx1968 sal_Int16 nSecond = rPar.Get(3)->GetInteger(); in RTLFUNC() local
1971 (nSecond < 0 || nSecond > 59 )) in RTLFUNC()
1980 nSeconds += nSecond; in RTLFUNC()
2205 sal_Int16 nSecond = implGetSecond( nArg ); in RTLFUNC() local
2206 rPar.Get(0)->PutInteger( nSecond ); in RTLFUNC()
/trunk/main/i18npool/inc/
H A Dcalendar_gregorian.hxx108 …32 nMonth, sal_Int32 nDay, sal_Int32 nHour, sal_Int32 nMinute, sal_Int32 nSecond, sal_Int32 nMilli…
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1687 sal_Int32 nFirst = -1, nSecond = -1; in CalculatePagePairsForProspectPrinting() local
1696 nSecond = nPage; in CalculatePagePairsForProspectPrinting()
1700 rPagePairs.push_back( std::pair< sal_Int32, sal_Int32 >(nFirst, nSecond) ); in CalculatePagePairsForProspectPrinting()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1727 gint nSecond = 0; in NWGetScrollButtonRect() local
1729 if ( has_forward ) nSecond += 1; in NWGetScrollButtonRect()
1732 if ( has_backward2 ) nSecond += 1; in NWGetScrollButtonRect()
1761 buttonHeight *= nSecond; in NWGetScrollButtonRect()
1767 buttonWidth *= nSecond; in NWGetScrollButtonRect()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2778 const long nSecond = aTmpPair.second; in GetTabRows() local
2782 rFill.Insert( nKey, nFirst, nSecond, bHidden, nIdx++ ); in GetTabRows()

Completed in 211 milliseconds