Searched refs:nTmpIdx (Results 1 – 7 of 7) sorted by relevance
624 const xub_StrLen nTmpIdx = nNextChg; in NewDropPortion() local752 MSHORT nTmpIdx = 0; in CalcFontSize() local771 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 …]
618 xub_StrLen nTmpIdx = nIndx; in CheckSpecialUnderline() local625 while( nTmpIdx <= nUnderEnd && pPor ) in CheckSpecialUnderline()633 aIter.Seek( nTmpIdx ); in CheckSpecialUnderline()665 nTmpIdx = nTmpIdx + pPor->GetLen(); in CheckSpecialUnderline()
422 const std::ptrdiff_t nTmpIdx=rActiveEdge.getTargetPolygonIndex(); in handleFinalOwnLeftEdge() local423 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleFinalOwnLeftEdge()438 rPolygonPool.free(nTmpIdx); in handleFinalOwnLeftEdge()465 const std::ptrdiff_t nTmpIdx=rActiveEdge.getTargetPolygonIndex(); in handleComplexLeftEdge() local466 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() local496 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleComplexRightEdge()505 return nTmpIdx; in handleComplexRightEdge()
1868 xub_StrLen nTmpIdx = bBullet ? in DrawText() local1879 nTmpIdx + nOffs , nLen - nOffs ); in DrawText()2539 xub_StrLen nTmpIdx; in GetTxtBreak() local2546 nTmpIdx = rInf.GetIdx(); in GetTxtBreak()2574 nTmpIdx = 0; in GetTxtBreak()2582 nTmpIdx, nTmpLen, nKern ); in GetTxtBreak()2585 nTmpIdx, nTmpLen, nKern ); in GetTxtBreak()
3079 xub_StrLen nTmpIdx; in Paint() local3082 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()
1284 long nTmpIdx = aMulti.FirstSelected(); in CalculatePagesForPrinting() local1286 while ( nEndOfSelection != nTmpIdx && nTmpIdx <= long(nLastPageNo) ) in CalculatePagesForPrinting()1288 aTmpMulti.Select( nTmpIdx ); in CalculatePagesForPrinting()1289 nTmpIdx = aMulti.NextSelected(); in CalculatePagesForPrinting()
3188 sal_uLong nTmpIdx; in SplitAttrTab() local3189 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()
Completed in 90 milliseconds