diff options
author | Kohei Yoshida <kohei@libreoffice.org> | 2019-08-20 22:11:03 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei@libreoffice.org> | 2019-08-22 01:55:00 +0200 |
commit | 52cff86bc74cec1a6755809c6b5434afa32a274c (patch) | |
tree | da8faf59a50da500a25e82deff3928510129a482 /sc/inc | |
parent | 86d55aaad49a3f83b61894afd81f195b37a142af (diff) |
Fully support importing of XML with nested repeat elements.
With this change, Calc's XML Source will allow importing XML that
contains nested repeat elements. It is something the old implementation
did not support.
Change-Id: I73fa1087ccd727390a47007bcfabd411cf007621
Reviewed-on: https://gerrit.libreoffice.org/77941
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/documentimport.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/documentimport.hxx b/sc/inc/documentimport.hxx index 7680f7880dae..758469f258a6 100644 --- a/sc/inc/documentimport.hxx +++ b/sc/inc/documentimport.hxx @@ -112,6 +112,8 @@ public: void setTableOpCells(const ScRange& rRange, const ScTabOpParam& rParam); + void fillDownCells(const ScAddress& rPos, SCROW nFillSize); + /** * Set an array of cell attributes to specified column. This call * transfers the ownership of the ScAttrEntry array from the caller to the |