Home
last modified time | relevance | path

Searched refs:nPrev (Results 1 – 15 of 15) sorted by relevance

/trunk/main/filter/source/graphicfilter/icgm/
H A Dbundles.cxx209 sal_uInt32 nPrev = ( pFound - pBuf ); in InsertName() local
211 if ( nPrev && ( pFound[ -1 ] == '-' || pFound[ -1 ] == ' ' ) ) in InsertName()
213 nPrev--; in InsertName()
217 sal_uInt32 nToCopy = nSize - nToCopyOfs - nPrev; in InsertName()
229 sal_uInt32 nPrev = ( pFound - pBuf ); in InsertName() local
231 if ( nPrev && ( pFound[ -1 ] == '-' || pFound[ -1 ] == ' ' ) ) in InsertName()
233 nPrev--; in InsertName()
237 sal_uInt32 nToCopy = nSize - nToCopyOfs - nPrev; in InsertName()
/trunk/main/shell/source/cmdmail/
H A Dsyscmdmail.cxx74 sal_Int32 nPrev = 0;; in escapeDoubleQuotes() local
77 rBuffer.append( pFrom, nIndex - nPrev ); in escapeDoubleQuotes()
81 nPrev = nIndex; in escapeDoubleQuotes()
85 rBuffer.append( pFrom, nLen - nPrev ); in escapeDoubleQuotes()
/trunk/main/shell/source/win32/sysmail/
H A Dsysmailclient.cxx106 sal_Int32 nPrev = 0;; in quoteAndEscape() local
109 aBuffer.append( pFrom, nIndex - nPrev ); in quoteAndEscape()
113 nPrev = nIndex; in quoteAndEscape()
117 aBuffer.append( pFrom, nLen - nPrev ); in quoteAndEscape()
/trunk/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx394 sal_uInt8 nTemp, nPrev = ' '; in ImplGetColKey() local
406 if ( nPrev == ' ' || nPrev == 0x09 ) in ImplGetColKey()
410 nPrev = *mpPara; in ImplGetColKey()
/trunk/main/sc/source/ui/view/
H A Dgridwin2.cxx670 SCCOLROW nPrev = 0; in HitPageBreak() local
762 nPrev = pRowEnd[nRowPos-1]+1; in HitPageBreak()
764 nPrev = aRange.aStart.Row(); in HitPageBreak()
778 nPrev = pColEnd[nColPos-1]+1; in HitPageBreak()
780 nPrev = aRange.aStart.Col(); in HitPageBreak()
792 *pPrev = nPrev; // X/Y Anfang der Seite, die am Umbruch zuende ist in HitPageBreak()
/trunk/main/unotools/inc/unotools/
H A Ddigitgroupingiterator.hxx107 sal_Int32 nPrev = mnDigits; in setDigits() local
111 mnDigits = nPrev; in setDigits()
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx568 sal_uInt16 nPrev = 0; in CheckOrderedList() local
573 if ( nCur < nPrev ) in CheckOrderedList()
576 nPrev = nCur; in CheckOrderedList()
H A Dediteng.cxx1755 sal_uInt32 nPrev = pImpEditEngine->aStatus.GetControlWord(); in SetControlWord() local
1758 sal_uInt32 nChanges = nPrev ^ nWord; in SetControlWord()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1080 void XPolygon::CalcTangent(sal_uInt16 nCenter, sal_uInt16 nPrev, sal_uInt16 nNext) in CalcTangent() argument
1084 double fAbsLen = CalcDistance(nNext, nPrev); in CalcTangent()
1090 Point& rPrev = pImpXPolygon->pPointAry[nPrev]; in CalcTangent()
1093 double fPrevLen = CalcDistance(nCenter, nPrev) / fAbsLen; in CalcTangent()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx3676 … sal_uInt32 nPrev(bClosed ? (nIndex + nCount - 1) % nCount : nIndex ? nIndex - 1 : nIndex); in getTangentEnteringPoint() local
3678 if(nPrev == nIndex) in getTangentEnteringPoint()
3688 while(nPrev != nIndex) in getTangentEnteringPoint()
3691 rCandidate.getBezierSegment(nPrev, aSegment); in getTangentEnteringPoint()
3701 nPrev = bClosed ? (nPrev + nCount - 1) % nCount : nPrev ? nPrev - 1 : nIndex; in getTangentEnteringPoint()
/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx1072 sal_uInt8 nPrev = 2, nLast = nLevel; in ReadNumSecLevel() local
1074 ++nPrev; in ReadNumSecLevel()
1075 pCurNumFmt->SetIncludeUpperLevels( nPrev ); in ReadNumSecLevel()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1803 U16 nPrev = (pReadPtr[2]<<8) + pReadPtr[3]; in getFDSelect() local
1804 assert( nPrev == 0); in getFDSelect()
1810 assert( nPrev < nNext); in getFDSelect()
1814 nPrev = nNext; in getFDSelect()
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx1666 for (sal_Int32 nPrev = nStart; nPrev < nPos; nPrev++) in lcl_StripSubTotals() local
1667 rResult[nPrev] = sal_False; in lcl_StripSubTotals()
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx120 void CalcTangent(sal_uInt16 nCenter, sal_uInt16 nPrev, sal_uInt16 nNext);
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx576 long nPrev = nMostRight; in InvalidateEntry() local
578 if( nPrev < nMostRight ) in InvalidateEntry()

Completed in 126 milliseconds