Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Ddociter.hxx61 SCSIZE nAttrPos; member in ScDocumentIterator
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4647 SCROW nAttrPos = nOldRow; in ExtendOverlapped() local
4648 while (nAttrPos<=nEndRow) in ExtendOverlapped()
4656 for (SCROW nAttrRow = nAttrPos; nAttrRow <= nLoopEndRow; nAttrRow++) in ExtendOverlapped()
4667 nAttrPos = pAttrArray->pData[nIndex].nRow + 1; in ExtendOverlapped()
H A Ddociter.cxx78 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()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx2474 sal_uInt16 nAttrPos = 0; in OutHTML_SwTxtNode() local
2484 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()
/trunk/main/sw/source/core/txtnode/
H A Dtxatritr.cxx110 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()
/trunk/main/sw/inc/
H A Dtxatritr.hxx64 sal_uInt16 nAttrPos, nWhichId; member in SwTxtAttrIterator
/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx461 void UpdateAttrGoto( sal_uInt16 nAttrPos );
2482 void XclExpFmlaCompImpl::UpdateAttrGoto( sal_uInt16 nAttrPos ) in UpdateAttrGoto() argument
2489 Overwrite( nAttrPos + 2, static_cast< sal_uInt16 >( GetSize() - nAttrPos - 5 ) ); in UpdateAttrGoto()

Completed in 90 milliseconds