Lines Matching refs:pItems

193         ScBaseCell* pCell = pItems[nIndex].pCell;  in GetNeededSize()
634 SCROW nRow = pItems[nIndex].nRow; in GetSimpleTextNeededSize()
636 ScBaseCell* pCell = pItems[nIndex].pCell; in GetSimpleTextNeededSize()
702 SCROW nRow = pItems[nIndex].nRow; in GetOptimalColWidth()
704 sal_uInt8 nScript = pDocument->GetScriptType( nCol, nRow, nTab, pItems[nIndex].pCell ); in GetOptimalColWidth()
869 while ( nIndex < nCount && (nRow=pItems[nIndex].nRow) <= nEnd ) in GetOptimalHeight()
871 sal_uInt8 nScript = pDocument->GetScriptType( nCol, nRow, nTab, pItems[nIndex].pCell ); in GetOptimalHeight()
907 while ( (nIndex < nCount) ? ((nRow=pItems[nIndex].nRow) <= nEnd) : sal_False ) in GetOptimalHeight()
996 if ( pItems[i].pCell->GetCellType() == CELLTYPE_EDIT ) in RemoveAutoSpellObj()
998 ScEditCell* pOldCell = (ScEditCell*) pItems[i].pCell; in RemoveAutoSpellObj()
1026 pItems[i].pCell = pNewCell; in RemoveAutoSpellObj()
1040 for (; i<nCount && pItems[i].nRow <= nEndRow; i++) in RemoveEditAttribs()
1041 if ( pItems[i].pCell->GetCellType() == CELLTYPE_EDIT ) in RemoveEditAttribs()
1043 ScEditCell* pOldCell = (ScEditCell*) pItems[i].pCell; in RemoveEditAttribs()
1096 pItems[i].pCell = pNewCell; in RemoveEditAttribs()
1109 if (pItems) in TestTabRefAbs()
1111 if ( pItems[i].pCell->GetCellType() == CELLTYPE_FORMULA ) in TestTabRefAbs()
1112 if (((ScFormulaCell*)pItems[i].pCell)->TestTabRefAbs(nTable)) in TestTabRefAbs()
1135 rRow = pColumn->pItems[nPos].nRow; in Next()
1138 rpCell = pColumn->pItems[nPos].pCell; in Next()
1197 if ( pColumn->pItems[nPos].nRow <= nBottom ) in Next()
1235 if (!pItems || nCount == 0) in IsEmptyVisData()
1243 ScBaseCell* pCell = pItems[i].pCell; in IsEmptyVisData()
1258 while ( nIndex < nCount && pItems[nIndex].nRow <= nEndRow ) in VisibleCount()
1260 if ( pItems[nIndex].nRow >= nStartRow && in VisibleCount()
1261 pItems[nIndex].pCell->GetCellType() != CELLTYPE_NOTE ) in VisibleCount()
1273 if (pItems) in GetLastVisDataPos()
1280 ScBaseCell* pCell = pItems[i].pCell; in GetLastVisDataPos()
1284 nRet = pItems[i].nRow; in GetLastVisDataPos()
1294 if (pItems) in GetFirstVisDataPos()
1300 ScBaseCell* pCell = pItems[i].pCell; in GetFirstVisDataPos()
1304 nRet = pItems[i].nRow; in GetFirstVisDataPos()
1315 if (!pItems[nIndex].pCell->IsBlank()) in HasVisibleDataAt()
1336 if ( nCount == 0 || !pItems ) in IsEmptyBlock()
1341 while ( nIndex < nCount && pItems[nIndex].nRow <= nEndRow ) in IsEmptyBlock()
1343 if ( !pItems[nIndex].pCell->IsBlank( bIgnoreNotes ) ) // found a cell in IsEmptyBlock()
1355 if (pItems && (nCount > 0)) in GetEmptyLinesInBlock()
1363 if ( pItems[i].nRow < nStartRow ) in GetEmptyLinesInBlock()
1365 bFound = pItems[i].nRow <= nEndRow && !pItems[i].pCell->IsBlank(); in GetEmptyLinesInBlock()
1368 nLines = static_cast<SCSIZE>(nEndRow - pItems[i].nRow); in GetEmptyLinesInBlock()
1377 if ( pItems[i].nRow > nEndRow ) in GetEmptyLinesInBlock()
1379 bFound = pItems[i].nRow >= nStartRow && !pItems[i].pCell->IsBlank(); in GetEmptyLinesInBlock()
1383 nLines = static_cast<SCSIZE>(pItems[i-1].nRow - nStartRow); in GetEmptyLinesInBlock()
1396 return pItems[0].nRow; in GetFirstDataPos()
1404 return pItems[nCount-1].nRow; in GetLastDataPos()
1416 bFound = (pItems[i].nRow < rRow); in GetPrevDataPos()
1418 rRow = pItems[i].nRow; in GetPrevDataPos()
1431 rRow = pItems[nIndex].nRow; in GetNextDataPos()
1442 if (bThere && pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1454 while (nIndex<nCount-1 && pItems[nIndex].nRow==nLast+1 in FindDataAreaPos()
1455 && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1461 if (pItems[nIndex].nRow==nLast+1 && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1470 while (nIndex>0 && pItems[nIndex].nRow+1==nLast in FindDataAreaPos()
1471 && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1477 if (pItems[nIndex].nRow+1==nLast && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1494 while (nIndex<nCount && pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1497 rRow = pItems[nIndex].nRow; in FindDataAreaPos()
1503 while (nIndex>0 && pItems[nIndex-1].pCell->IsBlank()) in FindDataAreaPos()
1506 rRow = pItems[nIndex-1].nRow; in FindDataAreaPos()
1523 if (!pItems[nIndex].pCell->IsBlank()) in HasDataAt()
1593 while ( (nIndex < nCount) ? ((nRow=pItems[nIndex].nRow) <= nEndRow) : sal_False ) in FindUsed()
1608 pCell = pItems[nIndex].pCell; in StartListening()
1633 pCell = pItems[nIndex].pCell; in MoveListeners()
1664 ScBaseCell* pCell = pItems[nIndex].pCell; in EndListening()
1687 if (pItems) in CompileDBFormula()
1690 ScBaseCell* pCell = pItems[i].pCell; in CompileDBFormula()
1698 if (pItems) in CompileDBFormula()
1701 ScBaseCell* pCell = pItems[i].pCell; in CompileDBFormula()
1709 if (pItems) in CompileNameFormula()
1712 ScBaseCell* pCell = pItems[i].pCell; in CompileNameFormula()
1720 if (pItems) in CompileColRowNameFormula()
1723 ScBaseCell* pCell = pItems[i].pCell; in CompileColRowNameFormula()
1818 SCROW nRow = pItems[nIndex].nRow; in UpdateSelectionFunction()
1822 lcl_UpdateSubTotal( rData, pItems[nIndex].pCell ); in UpdateSelectionFunction()
1833 while ( nIndex<nCount && pItems[nIndex].nRow<=nEndRow ) in UpdateAreaFunction()
1835 SCROW nRow = pItems[nIndex].nRow; in UpdateAreaFunction()
1838 lcl_UpdateSubTotal( rData, pItems[nIndex].pCell ); in UpdateAreaFunction()
1851 ScBaseCell* pCell = pItems[i].pCell; in GetWeightedCount()
1880 ScBaseCell* pCell = pItems[i].pCell; in GetCodeCount()