Home
last modified time | relevance | path

Searched refs:nFirst (Results 1 – 25 of 63) sorted by relevance

123

/trunk/main/xmloff/source/style/
H A Dfonthdl.cxx82 sal_Int32 nFirst = nPos; in importXML() local
93 while( sal_Unicode(' ') == rStrImpValue[nFirst] && nFirst <= nLast ) in importXML()
94 nFirst++; in importXML()
97 sal_Unicode c = rStrImpValue[nFirst]; in importXML()
100 nFirst++; in importXML()
104 if( nFirst <= nLast ) in importXML()
109 OUString sTemp = rStrImpValue.copy( nFirst, nLast-nFirst+1 ); in importXML()
138 sal_Int32 nFirst = nPos; in exportXML() local
162 while( sal_Unicode(' ') == aStrFamilyName[nFirst] && nFirst <= nLast ) in exportXML()
163 nFirst++; in exportXML()
[all …]
H A Dxmlnumfi.cxx2047 sal_Int32 nFirst = nLength - 2; in AddCurrency() local
2048 while ( nFirst >= 0 && aFormatCode.charAt( nFirst ) != '"' ) in AddCurrency()
2049 --nFirst; in AddCurrency()
2050 if ( nFirst >= 0 ) in AddCurrency()
2054 if ( nFirst > 0 ) in AddCurrency()
2055 aFormatCode.append( aOld.copy( 0, nFirst ) ); in AddCurrency()
2056 if ( nLength > nFirst + 2 ) in AddCurrency()
2057 aFormatCode.append( aOld.copy( nFirst + 1, nLength - nFirst - 2 ) ); in AddCurrency()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx972 pPoints[nFirst].X() += nRx; pPoints[nFirst+3].Y() += nRy; in GenBezArc()
976 pPoints[nFirst].Y() += nRy; pPoints[nFirst+3].X() += nRx; in GenBezArc()
978 pPoints[nFirst+1] = pPoints[nFirst]; in GenBezArc()
979 pPoints[nFirst+2] = pPoints[nFirst+3]; in GenBezArc()
983 pPoints[nFirst+1].Y() += nYHdl; pPoints[nFirst+2].X() += nXHdl; in GenBezArc()
987 pPoints[nFirst+1].X() += nXHdl; pPoints[nFirst+2].Y() += nYHdl; in GenBezArc()
1126 if ( nFirst > pImpXPolygon->nPoints - 4 || IsControl(nFirst) || in PointsToBezier()
1127 IsControl(nFirst+1) || IsControl(nFirst+2) || IsControl(nFirst+3) ) in PointsToBezier()
1141 nPart1Length = CalcDistance(nFirst, nFirst+1); in PointsToBezier()
1142 nPart2Length = nPart1Length + CalcDistance(nFirst+1, nFirst+2); in PointsToBezier()
[all …]
/trunk/main/sal/textenc/
H A Dconvertiso2022cn.c188 sal_uInt32 nFirst; in ImplConvertIso2022CnToUnicode() local
192 if (nChar >= nFirst in ImplConvertIso2022CnToUnicode()
312 sal_uInt32 nFirst = nFirstLast & 0xFF; in ImplConvertIso2022CnToUnicode() local
463 sal_uInt32 nFirst; in ImplIso2022CnTranslateTo116431() local
471 nFirst = pCns116431992Data[nOffset++]; in ImplIso2022CnTranslateTo116431()
474 if (nChar < nFirst || nChar > nLast) in ImplIso2022CnTranslateTo116431()
476 nOffset += 3 * (nChar - nFirst); in ImplIso2022CnTranslateTo116431()
713 sal_uInt32 nFirst; in ImplConvertUnicodeToIso2022Cn() local
723 nFirst = pCns116431992Data[nOffset++]; in ImplConvertUnicodeToIso2022Cn()
726 if (nChar < nFirst || nChar > nLast) in ImplConvertUnicodeToIso2022Cn()
[all …]
H A Dconvertbig5hkscs.c104 sal_uInt32 nFirst=0; in ImplConvertBig5HkscsToUnicode() local
109 nFirst = nFirstLast & 0xFF; in ImplConvertBig5HkscsToUnicode()
111 if (nChar >= nFirst && nChar <= nLast) in ImplConvertBig5HkscsToUnicode()
117 sal_uInt32 nFirst = pBig5Data[nRow].mnTrailStart; in ImplConvertBig5HkscsToUnicode() local
118 if (nChar >= nFirst in ImplConvertBig5HkscsToUnicode()
193 nOffset += nLast - nFirst + 1; in ImplConvertBig5HkscsToUnicode()
194 nFirst = pBig5Hkscs2001Data[nOffset++]; in ImplConvertBig5HkscsToUnicode()
348 sal_uInt32 nFirst = nFirstLast & 0xFF; in ImplConvertUnicodeToBig5Hkscs() local
351 if (nIndex >= nFirst && nIndex <= nLast) in ImplConvertUnicodeToBig5Hkscs()
364 sal_uInt32 nFirst = pBig5Data[nIndex1].mnLowStart; in ImplConvertUnicodeToBig5Hkscs() local
[all …]
H A Dconverteuctw.c189 sal_uInt32 nFirst = nFirstLast & 0xFF; in ImplConvertEucTwToUnicode() local
192 if (nChar >= nFirst && nChar <= nLast) in ImplConvertEucTwToUnicode()
195 = pCns116431992Data[nOffset + (nChar - nFirst)]; in ImplConvertEucTwToUnicode()
201 nOffset += nLast - nFirst + 1; in ImplConvertEucTwToUnicode()
202 nFirst = pCns116431992Data[nOffset++]; in ImplConvertEucTwToUnicode()
207 nOffset + (nChar - nFirst)]; in ImplConvertEucTwToUnicode()
349 sal_uInt32 nFirst; in ImplConvertUnicodeToEucTw() local
358 nFirst = pCns116431992Data[nOffset++]; in ImplConvertUnicodeToEucTw()
361 if (nChar < nFirst || nChar > nLast) in ImplConvertUnicodeToEucTw()
363 nOffset += 3 * (nChar - nFirst); in ImplConvertUnicodeToEucTw()
H A Dconvertiso2022jp.c166 sal_uInt32 nFirst = pJisX0208Data[nRow].mnTrailStart; in ImplConvertIso2022JpToUnicode() local
167 if (nChar >= nFirst in ImplConvertIso2022JpToUnicode()
170 mpToUniTrailTab[nChar - nFirst]; in ImplConvertIso2022JpToUnicode()
418 sal_uInt32 nFirst = pJisX0208Data[nIndex1].mnLowStart; in ImplConvertUnicodeToIso2022Jp() local
419 if (nIndex2 >= nFirst in ImplConvertUnicodeToIso2022Jp()
423 mpToUniTrailTab[nIndex2 - nFirst]; in ImplConvertUnicodeToIso2022Jp()
H A Dconvertiso2022kr.c147 sal_uInt32 nFirst = pKsX1001Data[nRow].mnTrailStart; in ImplConvertIso2022KrToUnicode() local
149 if (nChar >= nFirst && nChar <= pKsX1001Data[nRow].mnTrailEnd) in ImplConvertIso2022KrToUnicode()
151 mpToUniTrailTab[nChar - nFirst]; in ImplConvertIso2022KrToUnicode()
394 sal_uInt32 nFirst = pKsX1001Data[nIndex1].mnLowStart; in ImplConvertUnicodeToIso2022Kr() local
395 if (nIndex2 >= nFirst in ImplConvertUnicodeToIso2022Kr()
398 mpToUniTrailTab[nIndex2 - nFirst]; in ImplConvertUnicodeToIso2022Kr()
/trunk/main/svx/source/dialog/
H A Doptgrid.cxx55 rField.SetFirst( rField.Normalize( nFirst ), FUNIT_TWIP ); in lcl_SetMinMax()
223 long nFirst, nLast, nMin, nMax; in SvxGridTabPage() local
225 lcl_GetMinMax(aMtrFldDrawX, nFirst, nLast, nMin, nMax); in SvxGridTabPage()
227 lcl_SetMinMax(aMtrFldDrawX, nFirst, nLast, nMin, nMax); in SvxGridTabPage()
229 lcl_GetMinMax(aMtrFldDrawY, nFirst, nLast, nMin, nMax); in SvxGridTabPage()
231 lcl_SetMinMax(aMtrFldDrawY, nFirst, nLast, nMin, nMax); in SvxGridTabPage()
349 long nFirst, nLast, nMin, nMax; in ActivatePage() local
352 lcl_GetMinMax(aMtrFldDrawX, nFirst, nLast, nMin, nMax); in ActivatePage()
354 lcl_SetMinMax(aMtrFldDrawX, nFirst, nLast, nMin, nMax); in ActivatePage()
359 lcl_GetMinMax(aMtrFldDrawY, nFirst, nLast, nMin, nMax); in ActivatePage()
[all …]
/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()
1153 sal_uInt8 nFirst, nSecond; in ImpDetectSGF() local
1155 rStm >> nFirst >> nSecond; in ImpDetectSGF()
[all …]
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx187 nNdIdx( rTxtNd.GetIndex() ), nFirst( nRed ), in SwRedlineItr()
227 if( nAct > nFirst ) in _Seek()
228 nAct = nFirst; // Die Prüfung muss von vorne beginnen in _Seek()
236 nAct = nFirst; in _Seek()
357 if( !bShow || MSHRT_MAX == nFirst ) in _GetNextRedln()
361 nAct = nFirst; in _GetNextRedln()
391 if( nFirst == MSHRT_MAX ) in CheckLine()
400 for( nAct = nFirst; nAct < rDoc.GetRedlineTbl().Count() ; ++nAct ) in CheckLine()
H A Ditrtxt.hxx136 SwTwips nFirst; member in SwTxtMargin
160 inline SwTwips FirstLeft() const { return nFirst; } in FirstLeft()
171 inline SwTwips GetLeftMin() const { return nFirst < nLeft ? nFirst : nLeft; } in GetLeftMin()
172 inline sal_Bool HasNegFirst() const { return nFirst < nLeft; } in HasNegFirst()
326 return IsFirstTxtLine() ? nFirst : Left(); in GetLeftMargin()
331 return (nDropLines >= nLineNr && 1 != nLineNr) ? nFirst + nDropLeft : nLeft; in Left()
H A Dfrmcrsr.cxx1431 MSHORT nFirst = GetTxtNode()->GetSwAttrSet().GetULSpace().GetLower(); in FillCrsrPos() local
1433 if( nDiff < nFirst ) in FillCrsrPos()
1470 nFirst = 0; in FillCrsrPos()
1472 else if( nDist < nFirst ) in FillCrsrPos()
1473 nFirst = nFirst - (sal_uInt16)nDist; in FillCrsrPos()
1475 nFirst = 0; in FillCrsrPos()
1478 nDiff -= nFirst; in FillCrsrPos()
1500 if( nFirst && nDiff > -1 ) in FillCrsrPos()
1501 rRect.Top( rRect.Top() + nFirst ); in FillCrsrPos()
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx97 void XclImpChangeTrack::DoAcceptRejectAction( sal_uInt32 nFirst, sal_uInt32 nLast ) in DoAcceptRejectAction() argument
99 for( sal_uInt32 nIndex = nFirst; nIndex <= nLast; nIndex++ ) in DoAcceptRejectAction()
105 sal_uInt32 nFirst = pChangeTrack->GetActionMax() + 1; in DoInsertRange() local
108 DoAcceptRejectAction( nFirst, nLast ); in DoInsertRange()
113 sal_uLong nFirst, nLast; in DoDeleteRange() local
114 pChangeTrack->AppendDeleteRange( rRange, NULL, nFirst, nLast ); in DoDeleteRange()
115 DoAcceptRejectAction( nFirst, nLast ); in DoDeleteRange()
/trunk/main/oox/inc/oox/xls/
H A Dexternallinkbuffer.hxx146 …inline explicit LinkSheetRange( sal_Int32 nFirst, sal_Int32 nLast ) { setRange( nFirst, nLast … in LinkSheetRange() argument
147 …inkSheetRange( sal_Int32 nDocLink, sal_Int32 nFirst, sal_Int32 nLast ) { setExternalRange( nDocLin… in LinkSheetRange() argument
154 void setRange( sal_Int32 nFirst, sal_Int32 nLast );
156 void setExternalRange( sal_Int32 nDocLink, sal_Int32 nFirst, sal_Int32 nLast );
/trunk/main/tools/source/ref/
H A Dglobname.cxx225 sal_uInt32 nFirst = 0; in MakeId() local
231 nFirst = nFirst * 16 + (*pStr - '0'); in MakeId()
233 nFirst = nFirst * 16 + (toupper( *pStr ) - 'A' + 10 ); in MakeId()
285 *(sal_uInt32 *)pImp->szData = nFirst; in MakeId()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1325 if( nStart < nFirst ) in lcl_CalculateSplitLineHeights()
1326 nFirst = nStart; in lcl_CalculateSplitLineHeights()
1335 SwTwips* pLines = new SwTwips[ nLast + 1 - nFirst ]; in lcl_CalculateSplitLineHeights()
1336 for( sal_uInt16 i = nFirst; i <= nLast; ++i ) in lcl_CalculateSplitLineHeights()
1341 pLines[ i - nFirst ] = nHeight; in lcl_CalculateSplitLineHeights()
1346 SwTwips nBase = pSplit->first <= nFirst ? 0 : in lcl_CalculateSplitLineHeights()
1357 return nFirst; in lcl_CalculateSplitLineHeights()
1424 InsertSpannedRow( pDoc, nFirst, 1 ); in NewSplitRow()
1433 ++nFirst; in NewSplitRow()
1437 SwTableLine* pRow = GetTabLines()[ nFirst ]; in NewSplitRow()
[all …]
/trunk/main/sc/inc/
H A Dchgviset.hxx138 …void GetTheActionRange( sal_uLong& nFirst, sal_uLong& nLast ) const { nFirst = mnFi… in GetTheActionRange() argument
139 …void SetTheActionRange( sal_uLong nFirst, sal_uLong nLast ) { mnFirstAction = nFirs… in SetTheActionRange() argument
/trunk/main/tools/inc/tools/
H A Dmultisel.hxx115 sal_Int32 nFirst; member
118 Range() : nFirst( -1 ), nLast( -1 ) {} in Range()
119 Range( sal_Int32 i_nFirst, sal_Int32 i_nLast ) : nFirst( i_nFirst ), nLast( i_nLast ) {} in Range()
127 bool insertRange( sal_Int32 nFirst, sal_Int32 nLast, bool bSequence, bool bMayAdjust );
/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/editeng/source/misc/
H A Dtxtrange.cxx160 sal_uInt8 nFirst; member in SvxBoundArgs
186 void NoteLast() { if( bMultiple ) NoteRange( nAct == nFirst ); } in NoteLast()
354 nFirst = 3; in Calc()
384 nFirst = 0; // In welcher Richtung wird die Zeile verlassen? in Calc()
668 if( !nFirst ) in NoteUpLow()
669 nFirst = nArea; in NoteUpLow()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx217 void ParagraphsMoved( sal_Int32 nFirst, sal_Int32 nMiddle, sal_Int32 nLast );
1033 …void AccessibleTextHelper_Impl::ParagraphsMoved( sal_Int32 nFirst, sal_Int32 nMiddle, sal_Int32 nL… in ParagraphsMoved() argument
1070 if( nMiddle < nFirst ) in ParagraphsMoved()
1072 ::std::swap(nFirst, nMiddle); in ParagraphsMoved()
1076 nLast = nLast + nMiddle - nFirst; in ParagraphsMoved()
1081 nLast = nLast + nMiddle - nFirst; in ParagraphsMoved()
1084 if( nFirst < nParas && nMiddle < nParas && nLast < nParas ) in ParagraphsMoved()
1097 ::std::advance( begin, nFirst ); in ParagraphsMoved()
1107 maParaManager.Release(nFirst, nLast+1); in ParagraphsMoved()
/trunk/main/tools/source/memtools/
H A Dmultisel.cxx1049 if( rRange.nFirst < rRange.nLast ) in hasValue()
1051 if( i_nValue >= rRange.nFirst && i_nValue <= rRange.nLast ) in hasValue()
1056 if( i_nValue >= rRange.nLast && i_nValue <= rRange.nFirst ) in hasValue()
1069 if( rRange.nLast < rRange.nFirst ) in operator ++()
1094 nCurrent = pEnumerator->maSequence[nRangeIndex].nFirst; in operator ++()
1120 maSequence.empty() ? -1 : maSequence[0].nFirst ); in begin()
/trunk/main/dbaccess/source/core/api/
H A DStaticSet.cxx99 sal_Int32 nFirst = 0, nSecond = 0; in compareBookmarks() local
100 _first >>= nFirst; in compareBookmarks()
102 …return (nFirst < nSecond) ? CompareBookmark::LESS : ((nFirst > nSecond) ? CompareBookmark::GREATER… in compareBookmarks()
/trunk/main/oox/source/xls/
H A Dexternallinkbuffer.cxx460 void LinkSheetRange::setRange( sal_Int32 nFirst, sal_Int32 nLast ) in setRange() argument
464 mnFirst = ::std::min( nFirst, nLast ); in setRange()
465 mnLast = ::std::max( nFirst, nLast ); in setRange()
468 void LinkSheetRange::setExternalRange( sal_Int32 nDocLink, sal_Int32 nFirst, sal_Int32 nLast ) in setExternalRange() argument
478 mnFirst = ::std::min( nFirst, nLast ); in setExternalRange()
479 mnLast = ::std::max( nFirst, nLast ); in setExternalRange()

Completed in 363 milliseconds

123