diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-13 11:17:06 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-13 16:39:16 -0400 |
commit | c03d5def337a112939b9864391f7b246c4e13fb5 (patch) | |
tree | a494e9f0bbfe881e71e6df179e37bc7d9d206c15 /sc/inc/table.hxx | |
parent | 860d6a1995253c758bc9431049d26d9c80f8be37 (diff) |
ScDocumentImport accessor to provide efficient means to fill document.
Import filters should be using this class to populate ScDocument, instead
of filling it directly to ScDocument, and do all the broadcasting etc only
once at the end of each import session.
Change-Id: Ifc663e3dcf6b2ec96aaa185006af7ae9b9940af3
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index f238b432b777..d46a44755b29 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -80,6 +80,7 @@ struct ScColWidthParam; struct ScColWidthParam; class ScRangeName; class ScDBData; +class ScDocumentImport; class ScTable : boost::noncopyable { @@ -189,6 +190,7 @@ friend class ScHorizontalAttrIterator; friend class ScDocAttrIterator; friend class ScAttrRectIterator; friend class ScColumnTextWidthIterator; +friend class ScDocumentImport; public: ScTable( ScDocument* pDoc, SCTAB nNewTab, const OUString& rNewName, |