diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-05-05 18:17:52 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-05-08 22:47:18 +0200 |
commit | b386d3b6895b4c9110b42077b41e6f5cb1992638 (patch) | |
tree | 26ed780290c791ac5df6322052cb757081f49e4c /oox/inc | |
parent | 3a7668b2a7ffda1877b92e9a988486bd920ee425 (diff) |
make OOXML import use sheet local db data
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/xls/workbookhelper.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/oox/inc/oox/xls/workbookhelper.hxx b/oox/inc/oox/xls/workbookhelper.hxx index fa32ea026fca..4c0670534dab 100644 --- a/oox/inc/oox/xls/workbookhelper.hxx +++ b/oox/inc/oox/xls/workbookhelper.hxx @@ -201,6 +201,12 @@ public: ::rtl::OUString& orName, const ::com::sun::star::table::CellRangeAddress& rRangeAddr ) const; + /** Creates and returns an unnamed database range on-the-fly in the Calc document. + The range will not be buffered in the global table buffer. */ + ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XDatabaseRange > + createUnnamedDatabaseRangeObject( + const ::com::sun::star::table::CellRangeAddress& rRangeAddr ) const; + /** Creates and returns a com.sun.star.style.Style object for cells or pages. */ ::com::sun::star::uno::Reference< ::com::sun::star::style::XStyle > createStyleObject( |