Home
last modified time | relevance | path

Searched refs:nTmpIdx (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx3188 sal_uLong nTmpIdx; in SplitAttrTab() local
3189 if( ( nTmpIdx = pDoc->GetNodes().GetEndOfExtras().GetIndex()) >= nOldEnd || in SplitAttrTab()
3190 ( nTmpIdx = pDoc->GetNodes().GetEndOfAutotext().GetIndex()) >= nOldEnd ) in SplitAttrTab()
3192 nTmpIdx = pDoc->GetNodes().GetEndOfInserts().GetIndex(); in SplitAttrTab()
3198 bSetAttr = pCNd && nTmpIdx < nEndIdx.GetIndex(); in SplitAttrTab()
/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx624 const xub_StrLen nTmpIdx = nNextChg; in NewDropPortion() local
752 MSHORT nTmpIdx = 0; in CalcFontSize() local
771 nTmpIdx = 0; in CalcFontSize()
773 while( nTmpIdx < DROP_CACHE_SIZE && in CalcFontSize()
774 ( aTxt[ nTmpIdx ] != aStr || aMagicNo[ nTmpIdx ] != long(pFntNo) || in CalcFontSize()
776 ++nTmpIdx; in CalcFontSize()
787 nTmpIdx = nIndex; in CalcFontSize()
808 aMagicNo[ nTmpIdx ] = long(pFntNo); in CalcFontSize()
809 aTxt[ nTmpIdx ] = aStr; in CalcFontSize()
977 nFactor = aFactor[ nTmpIdx ]; in CalcFontSize()
[all …]
H A Ditrpaint.cxx618 xub_StrLen nTmpIdx = nIndx; in CheckSpecialUnderline() local
625 while( nTmpIdx <= nUnderEnd && pPor ) in CheckSpecialUnderline()
633 aIter.Seek( nTmpIdx ); in CheckSpecialUnderline()
665 nTmpIdx = nTmpIdx + pPor->GetLen(); in CheckSpecialUnderline()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx3079 xub_StrLen nTmpIdx; in Paint() local
3082 for ( nTmpIdx = nTextStart; nTmpIdx <= nTmpEnd ; ++nTmpIdx ) in Paint()
3084 …const sal_Unicode cChar = ( nTmpIdx != aText.Len() && ( nTmpIdx != nTextStart || 0 == nTextStart )… in Paint()
3085 aText.GetChar( nTmpIdx ) : in Paint()
3093 const long nAdvanceX = ( nTmpIdx == nTmpEnd ? in Paint()
3095 … pDXArray[ nTmpIdx - nTextStart ] ) - nHalfBlankWidth; in Paint()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1284 long nTmpIdx = aMulti.FirstSelected(); in CalculatePagesForPrinting() local
1286 while ( nEndOfSelection != nTmpIdx && nTmpIdx <= long(nLastPageNo) ) in CalculatePagesForPrinting()
1288 aTmpMulti.Select( nTmpIdx ); in CalculatePagesForPrinting()
1289 nTmpIdx = aMulti.NextSelected(); in CalculatePagesForPrinting()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1868 xub_StrLen nTmpIdx = bBullet ? in DrawText() local
1879 nTmpIdx + nOffs , nLen - nOffs ); in DrawText()
2539 xub_StrLen nTmpIdx; in GetTxtBreak() local
2546 nTmpIdx = rInf.GetIdx(); in GetTxtBreak()
2574 nTmpIdx = 0; in GetTxtBreak()
2582 nTmpIdx, nTmpLen, nKern ); in GetTxtBreak()
2585 nTmpIdx, nTmpLen, nKern ); in GetTxtBreak()
/trunk/main/basegfx/source/range/
H A Db2drangeclipper.cxx422 const std::ptrdiff_t nTmpIdx=rActiveEdge.getTargetPolygonIndex(); in handleFinalOwnLeftEdge() local
423 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleFinalOwnLeftEdge()
438 rPolygonPool.free(nTmpIdx); in handleFinalOwnLeftEdge()
465 const std::ptrdiff_t nTmpIdx=rActiveEdge.getTargetPolygonIndex(); in handleComplexLeftEdge() local
466 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleComplexLeftEdge()
482 pNearEdge->setTargetPolygonIndex(nTmpIdx); in handleComplexLeftEdge()
487 return nTmpIdx; in handleComplexLeftEdge()
495 const std::ptrdiff_t nTmpIdx=rActiveEdge.getTargetPolygonIndex(); in handleComplexRightEdge() local
496 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleComplexRightEdge()
505 return nTmpIdx; in handleComplexRightEdge()

Completed in 96 milliseconds