Lines Matching refs:ScBaseCell
60 class ScBaseCell;
305 void PutCell( const ScAddress&, ScBaseCell* pCell );
307 void PutCell( SCCOL nCol, SCROW nRow, ScBaseCell* pCell );
308 void PutCell(SCCOL nCol, SCROW nRow, sal_uLong nFormatIndex, ScBaseCell* pCell);
338 ScBaseCell* GetCell( const ScAddress& rPos ) const in GetCell()
344 ScBaseCell* GetCell( SCCOL nCol, SCROW nRow ) const;
772 sal_Bool* pSpecial = NULL, ScBaseCell* pCell = NULL,
848 ScBaseCell* pCell1, SCCOL nCell1Col, SCROW nCell1Row,
849 ScBaseCell* pCell2, SCCOL nCell2Col, SCROW nCell2Row );
919 ScBaseCell* reset(SCROW nRow);
926 ScBaseCell* next();
939 ScBaseCell* mpCell;