Lines Matching refs:ScBaseCell
38 class ScBaseCell;
56 ScBaseCell* pCell;
73 ScBaseCell* GetCell();
145 …static ScBaseCell* GetCellByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRo…
147 …ueryValid(ScDocument& rDoc, const ScQueryParam& rParam, SCTAB nTab, SCROW nRow, ScBaseCell* pCell);
233 ScBaseCell* GetThis();
241 ScBaseCell* GetFirst();
242 ScBaseCell* GetNext();
282 ScBaseCell* GetThis();
293 ScBaseCell* BinarySearch();
300 ScBaseCell* GetFirst();
301 ScBaseCell* GetNext();
435 ScBaseCell* GetNext( SCCOL& rCol, SCROW& rRow );
522 const ScBaseCell* pCell;
532 const ScBaseCell* pFoundCell;
545 const ScBaseCell* GetCell() const { return pFoundCell; } in GetCell()