Lines Matching refs:nPos

929 			for( xub_StrLen nPos = rInf.GetIdx(); nPos < nEndPos; ++nPos )  in DrawTextOpaque()  local
931 if( CH_BLANK == rInf.GetText().GetChar( nPos ) ) in DrawTextOpaque()
1671 void SwContourCache::ClrObject( MSHORT nPos ) in ClrObject() argument
1673 ASSERT( pTextRanger[ nPos ], "ClrObject: Allready cleared. Good Bye!" ); in ClrObject()
1674 nPntCnt -= pTextRanger[ nPos ]->GetPointCount(); in ClrObject()
1675 delete pTextRanger[ nPos ]; in ClrObject()
1677 memmove( (SdrObject**)pSdrObj + nPos, pSdrObj + nPos + 1, in ClrObject()
1678 ( nObjCnt - nPos ) * sizeof( SdrObject* ) ); in ClrObject()
1679 memmove( pTextRanger + nPos, pTextRanger + nPos + 1, in ClrObject()
1680 ( nObjCnt - nPos ) * sizeof( TextRanger* ) ); in ClrObject()
1754 MSHORT nPos = 0; // Suche im Cache ... in ContourRect() local
1755 while( nPos < GetCount() && pObj != pSdrObj[ nPos ] ) in ContourRect()
1756 ++nPos; in ContourRect()
1757 if( GetCount() == nPos ) // nicht gefunden in ContourRect()
1825 else if( nPos ) in ContourRect()
1827 const SdrObject* pTmpObj = pSdrObj[ nPos ]; in ContourRect()
1828 TextRanger* pTmpRanger = pTextRanger[ nPos ]; in ContourRect()
1829 memmove( (SdrObject**)pSdrObj + 1, pSdrObj, nPos * sizeof( SdrObject* ) ); in ContourRect()
1830 memmove( pTextRanger + 1, pTextRanger, nPos * sizeof( TextRanger* ) ); in ContourRect()
1881 MSHORT nPos = 0; // Suche im Cache ... in ShowContour() local
1882 while( nPos < POLY_CNT && pObj != pSdrObj[ nPos ] ) in ShowContour()
1883 ++nPos; in ShowContour()
1884 if( POLY_CNT != nPos ) in ShowContour()
1886 const PolyPolygon* pPol = pTextRanger[ nPos ]->GetLinePolygon(); in ShowContour()
1888 pPol = &(pTextRanger[ nPos ]->GetPolyPolygon()); in ShowContour()
2106 SwAnchoredObjList::size_type nPos = 0; in CalcRightMargin() local
2110 while( nPos < mpAnchoredObjList->size() && !bStop ) in CalcRightMargin()
2113 if( nPos == nFlyPos ) in CalcRightMargin()
2115 ++nPos; in CalcRightMargin()
2119 const SwAnchoredObject* pNext = (*mpAnchoredObjList)[ nPos++ ]; in CalcRightMargin()