summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmldrani.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-18 00:11:34 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-18 14:13:23 -0500
commite7e2f7c22a7e87b03e671c4a86aa3f9e31e2c460 (patch)
tree6a8be261c89fc19628dc0d46f59166493c1e5f7c /sc/source/filter/xml/xmldrani.hxx
parentdff8c99b01f2c87e3d56663d12a1a671835002cf (diff)
I need to parse the range up-front.
Diffstat (limited to 'sc/source/filter/xml/xmldrani.hxx')
-rw-r--r--sc/source/filter/xml/xmldrani.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmldrani.hxx b/sc/source/filter/xml/xmldrani.hxx
index 06c659aaa540..9fe1408041e3 100644
--- a/sc/source/filter/xml/xmldrani.hxx
+++ b/sc/source/filter/xml/xmldrani.hxx
@@ -78,9 +78,9 @@ struct ScSubTotalRule
class ScXMLDatabaseRangeContext : public SvXMLImportContext
{
boost::scoped_ptr<ScQueryParam> mpQueryParam;
+ ScRange maRange;
rtl::OUString sDatabaseRangeName;
rtl::OUString sConnectionRessource;
- rtl::OUString sRangeAddress;
rtl::OUString sDatabaseName;
rtl::OUString sSourceObject;
com::sun::star::uno::Sequence <com::sun::star::beans::PropertyValue> aSortSequence;
@@ -90,6 +90,7 @@ class ScXMLDatabaseRangeContext : public SvXMLImportContext
sal_Int32 nRefresh;
sal_Int16 nSubTotalsUserListIndex;
sal_Int16 nSubTotalRuleGroupFieldNumber;
+ bool mbValidRange;
bool bContainsSort;
bool bContainsSubTotal;
bool bNative;