From 460b52838fdad0352188bdd877b69cbb5f17ca63 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 22 Oct 2013 23:08:43 -0400 Subject: Use ScDocumentImport to insert data table cells. This ensures that all cells get populated through ScDocumentImport, which keeps track of current cell positions in each column. Change-Id: I2ed10c91778e0b81959c8a436c4b2def5967e70f --- sc/inc/documentimport.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sc/inc/documentimport.hxx') diff --git a/sc/inc/documentimport.hxx b/sc/inc/documentimport.hxx index 25d4a03fdd1a..d034292558a8 100644 --- a/sc/inc/documentimport.hxx +++ b/sc/inc/documentimport.hxx @@ -24,6 +24,7 @@ class ScAddress; class ScTokenArray; class ScFormulaCell; struct ScSetStringParam; +struct ScTabOpParam; struct ScDocumentImportImpl; /** @@ -72,6 +73,8 @@ public: void setMatrixCells( const ScRange& rRange, const ScTokenArray& rArray, formula::FormulaGrammar::Grammar eGrammar); + void setTableOpCells(const ScRange& rRange, const ScTabOpParam& rParam); + void finalize(); private: -- cgit