On 04/05/10 08:37, rashi dhing wrote:
Hi ! I wanted to name of the module in the sc project that handles reading and writing to cells and also formula calculations . Had a look at sc/source/core/data/cell.cxx but didn't find anything substantial.
cell.cxx and cell2.cxx has the implementation of the different types of cell content, ScBaseCell and its subclasses. Formulas are handled by ScFormulaCell.
ScDocument has methods like GetCell/PutCell to access cells in a document. ScDocFunc has methods that modify a document and handle things like repaint and undo.
Does that help? Niklas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
