summaryrefslogtreecommitdiff
path: root/sc/inc/documentimport.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-22 23:08:43 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-30 19:37:53 -0400
commit460b52838fdad0352188bdd877b69cbb5f17ca63 (patch)
treeaa23e2e802540a60f49fce77da15a62c3d9e6273 /sc/inc/documentimport.hxx
parent82b6427174692248f73f1b99f19faf46a13d3e4f (diff)
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
Diffstat (limited to 'sc/inc/documentimport.hxx')
-rw-r--r--sc/inc/documentimport.hxx3
1 files changed, 3 insertions, 0 deletions
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: