summaryrefslogtreecommitdiffstats
path: root/sc/inc/datauno.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-31 15:17:28 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-04-01 00:11:03 -0400
commit3ecb992f1be8877fbdc2188c6dd6848de1073b4c (patch)
tree1382030f20925acd032c21edeb92fc3d1ae20526 /sc/inc/datauno.hxx
parentField index must be relative to the first field. (diff)
downloadcore-3ecb992f1be8877fbdc2188c6dd6848de1073b4c.tar.gz
core-3ecb992f1be8877fbdc2188c6dd6848de1073b4c.zip
Initial cut on trying to import the filtering properties of anonymous db.
Still not quite working right. Something must be broken.
Diffstat (limited to 'sc/inc/datauno.hxx')
-rw-r--r--sc/inc/datauno.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx
index 53df7124a861..cf47b7b3bc62 100644
--- a/sc/inc/datauno.hxx
+++ b/sc/inc/datauno.hxx
@@ -353,6 +353,10 @@ private:
ScDocShell* pDocSh;
public:
+ static void fillQueryParam(
+ ScQueryParam& rParam, ScDocument* pDoc,
+ const ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::TableFilterField2>& aFilterFields);
+
ScFilterDescriptorBase(ScDocShell* pDocShell);
virtual ~ScFilterDescriptorBase();