Lines Matching refs:i

578 		for (sal_uInt16 i=0; i<nLen; i++)  in lcl_IsEqual()  local
580 if ( ppToken1[i] != ppToken2[i] && in lcl_IsEqual()
581 !(*ppToken1[i] == *ppToken2[i]) ) in lcl_IsEqual()
1209 for (sal_uInt16 i=0; i<nEntryCount; i++) in ScConditionalFormat() local
1211 ppEntries[i] = new ScCondFormatEntry(*r.ppEntries[i]); in ScConditionalFormat()
1212 ppEntries[i]->SetParent(this); in ScConditionalFormat()
1230 for (sal_uInt16 i=0; i<nEntryCount; i++) in Clone() local
1232 pNew->ppEntries[i] = new ScCondFormatEntry( pNewDoc, *ppEntries[i] ); in Clone()
1233 pNew->ppEntries[i]->SetParent(pNew); in Clone()
1248 for (sal_uInt16 i=0; i<nEntryCount; i++) in EqualEntries() local
1249 if ( ! (*ppEntries[i] == *r.ppEntries[i]) ) in EqualEntries()
1258 for (sal_uInt16 i=0; i<nEntryCount; i++) in AddEntry() local
1259 ppNew[i] = ppEntries[i]; in AddEntry()
1269 for (sal_uInt16 i=0; i<nEntryCount; i++) in ~ScConditionalFormat() local
1270 delete ppEntries[i]; in ~ScConditionalFormat()
1286 for (sal_uInt16 i=0; i<nEntryCount; i++) in GetCellStyle() local
1287 if ( ppEntries[i]->IsCellValid( pCell, rPos ) ) in GetCellStyle()
1288 return ppEntries[i]->GetStyle(); in GetCellStyle()
1354 sal_uInt16 i; in DoRepaint() local
1370 for (i=0; i<nCount; i++) in DoRepaint()
1372 ScRange aRange = *pAreas->GetObject(i); in DoRepaint()
1445 for (sal_uInt16 i=0; i<nEntryCount; i++) in CompileAll() local
1446 ppEntries[i]->CompileAll(); in CompileAll()
1451 for (sal_uInt16 i=0; i<nEntryCount; i++) in CompileXML() local
1452 ppEntries[i]->CompileXML(); in CompileXML()
1458 for (sal_uInt16 i=0; i<nEntryCount; i++) in UpdateReference() local
1459 ppEntries[i]->UpdateReference(eUpdateRefMode, rRange, nDx, nDy, nDz); in UpdateReference()
1467 for (sal_uInt16 i=0; i<nEntryCount; i++) in RenameCellStyle() local
1468 if ( ppEntries[i]->GetStyle() == rOld ) in RenameCellStyle()
1469 ppEntries[i]->UpdateStyleName( rNew ); in RenameCellStyle()
1474 for (sal_uInt16 i=0; i<nEntryCount; i++) in UpdateMoveTab() local
1475 ppEntries[i]->UpdateMoveTab( nOldPos, nNewPos ); in UpdateMoveTab()
1483 for (sal_uInt16 i=0; i<nEntryCount; i++) in SourceChanged() local
1484 ppEntries[i]->SourceChanged( rAddr ); in SourceChanged()
1490 for (sal_uInt16 i=0; !bAllMarked && i<nEntryCount; i++) in MarkUsedExternalReferences() local
1491 bAllMarked = ppEntries[i]->MarkUsedExternalReferences(); in MarkUsedExternalReferences()
1504 for (sal_uInt16 i=0; i<nCount; i++) in ScConditionalFormatList() local
1505 InsertNew( rList[i]->Clone() ); in ScConditionalFormatList()
1517 for (sal_uInt16 i=0; i<nCount; i++) in ScConditionalFormatList() local
1518 InsertNew( rList[i]->Clone(pNewDoc) ); in ScConditionalFormatList()
1529 for (sal_uInt16 i=0; i<nCount && bEqual; i++) // Eintraege sind sortiert in operator ==() local
1530 if ( !(*this)[i]->EqualEntries(*r[i]) ) // Eintraege unterschiedlich ? in operator ==()
1541 for (sal_uInt16 i=0; i<nCount; i++) in GetFormat() local
1542 if ((*this)[i]->GetKey() == nKey) in GetFormat()
1543 return (*this)[i]; in GetFormat()
1552 for (sal_uInt16 i=0; i<nCount; i++) in CompileAll() local
1553 (*this)[i]->CompileAll(); in CompileAll()
1559 for (sal_uInt16 i=0; i<nCount; i++) in CompileXML() local
1560 (*this)[i]->CompileXML(); in CompileXML()
1567 for (sal_uInt16 i=0; i<nCount; i++) in UpdateReference() local
1568 (*this)[i]->UpdateReference( eUpdateRefMode, rRange, nDx, nDy, nDz ); in UpdateReference()
1574 for (sal_uInt16 i=0; i<nCount; i++) in RenameCellStyle() local
1575 (*this)[i]->RenameCellStyle(rOld,rNew); in RenameCellStyle()
1581 for (sal_uInt16 i=0; i<nCount; i++) in UpdateMoveTab() local
1582 (*this)[i]->UpdateMoveTab( nOldPos, nNewPos ); in UpdateMoveTab()
1588 for (sal_uInt16 i=0; i<nCount; i++) in SourceChanged() local
1589 (*this)[i]->SourceChanged( rAddr ); in SourceChanged()
1596 for (sal_uInt16 i=0; !bAllMarked && i<nCount; i++) in MarkUsedExternalReferences() local
1597 bAllMarked = (*this)[i]->MarkUsedExternalReferences(); in MarkUsedExternalReferences()