Searched refs:nAttrPos (Results 1 – 7 of 7) sorted by relevance
110 pParaItem( 0 ), nChgPos( nStt ), nAttrPos( 0 ), nWhichId( nWhchId ), in SwTxtAttrIterator()136 sal_uInt16 nSavePos = nAttrPos; in Next()145 nAttrPos = nSavePos; in Next()185 nAttrPos = 0; // must be restart at the beginning, because in SearchNextChg()213 for( ; nAttrPos < pHts->Count(); ++nAttrPos ) in SearchNextChg()215 const SwTxtAttr* pHt = (*pHts)[ nAttrPos ]; in SearchNextChg()
78 nAttrPos = 0; in ScDocumentIterator()109 nAttrEnd = pAtt->pData[nAttrPos].nRow; in GetThisCol()111 ++nAttrPos; in GetThisCol()127 pPattern = pAtt->pData[nAttrPos].pPattern; in GetThisCol()129 else if ( pAtt->pData[nAttrPos].pPattern != pDefPattern ) in GetThisCol()133 pPattern = pAtt->pData[nAttrPos].pPattern; in GetThisCol()169 nAttrPos = 0; in GetThis()183 nAttrPos = 0; in GetFirst()
4647 SCROW nAttrPos = nOldRow; in ExtendOverlapped() local4648 while (nAttrPos<=nEndRow) in ExtendOverlapped()4656 for (SCROW nAttrRow = nAttrPos; nAttrRow <= nLoopEndRow; nAttrRow++) in ExtendOverlapped()4667 nAttrPos = pAttrArray->pData[nIndex].nRow + 1; in ExtendOverlapped()
2474 sal_uInt16 nAttrPos = 0; in OutHTML_SwTxtNode() local2484 nAttrPos++; in OutHTML_SwTxtNode()2517 } while( nAttrPos < nCntAttr && nStrPos > in OutHTML_SwTxtNode()2518 *( pHt = pNd->GetSwpHints()[ nAttrPos ] )->GetStart() ); in OutHTML_SwTxtNode()2545 if( nAttrPos < nCntAttr && *pHt->GetStart() == nStrPos in OutHTML_SwTxtNode()2599 } while( ++nAttrPos < nCntAttr && nStrPos == in OutHTML_SwTxtNode()2600 *( pHt = pNd->GetSwpHints()[ nAttrPos ] )->GetStart() ); in OutHTML_SwTxtNode()
64 sal_uInt16 nAttrPos, nWhichId; member in SwTxtAttrIterator
461 void UpdateAttrGoto( sal_uInt16 nAttrPos );2482 void XclExpFmlaCompImpl::UpdateAttrGoto( sal_uInt16 nAttrPos ) in UpdateAttrGoto() argument2489 Overwrite( nAttrPos + 2, static_cast< sal_uInt16 >( GetSize() - nAttrPos - 5 ) ); in UpdateAttrGoto()
61 SCSIZE nAttrPos; member in ScDocumentIterator
Completed in 96 milliseconds