/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | bundles.cxx | 209 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()
|
/aoo41x/main/shell/source/cmdmail/ |
H A D | syscmdmail.cxx | 74 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()
|
/aoo41x/main/shell/source/win32/sysmail/ |
H A D | sysmailclient.cxx | 106 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()
|
/aoo41x/main/svtools/source/filter/ixpm/ |
H A D | xpmread.cxx | 394 sal_uInt8 nTemp, nPrev = ' '; in ImplGetColKey() local 406 if ( nPrev == ' ' || nPrev == 0x09 ) in ImplGetColKey() 410 nPrev = *mpPara; in ImplGetColKey()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin2.cxx | 670 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()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | digitgroupingiterator.hxx | 107 sal_Int32 nPrev = mnDigits; in setDigits() local 111 mnDigits = nPrev; in setDigits()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editdbg.cxx | 568 sal_uInt16 nPrev = 0; in CheckOrderedList() local 573 if ( nCur < nPrev ) in CheckOrderedList() 576 nPrev = nCur; in CheckOrderedList()
|
H A D | editeng.cxx | 1755 sal_uInt32 nPrev = pImpEditEngine->aStatus.GetControlWord(); in SetControlWord() local 1758 sal_uInt32 nChanges = nPrev ^ nWord; in SetControlWord()
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1080 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()
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | rtfnum.cxx | 1072 sal_uInt8 nPrev = 2, nLast = nLevel; in ReadNumSecLevel() local 1074 ++nPrev; in ReadNumSecLevel() 1075 pCurNumFmt->SetIncludeUpperLevels( nPrev ); in ReadNumSecLevel()
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 3676 … 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()
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | cff.cxx | 1803 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 1666 for (sal_Int32 nPrev = nStart; nPrev < nPos; nPrev++) in lcl_StripSubTotals() local 1667 rResult[nPrev] = sal_False; in lcl_StripSubTotals()
|
/aoo41x/main/svx/inc/svx/ |
H A D | xpoly.hxx | 120 void CalcTangent(sal_uInt16 nCenter, sal_uInt16 nPrev, sal_uInt16 nNext);
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svimpbox.cxx | 576 long nPrev = nMostRight; in InvalidateEntry() local 578 if( nPrev < nMostRight ) in InvalidateEntry()
|