summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-15 15:11:13 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-15 15:11:13 +0200
commite1380111b4057192732ca70b81b4723f00d894b2 (patch)
treeafa75b17c71aebed9473d3c1080701fbd3f83536 /sc/inc/queryparam.hxx
parentenable-sheet-protection-options.diff: Enable sheet protection options (diff)
downloadcore-e1380111b4057192732ca70b81b4723f00d894b2.tar.gz
core-e1380111b4057192732ca70b81b4723f00d894b2.zip
sc-dbrange-dynamic-resize.diff: Dynamically resize filtered range.
n#352662, i#85305 Dynamically resize filtered range when new data rows are present.
Diffstat (limited to 'sc/inc/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index 8e84f1e53e36..12f3842bc26b 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -86,6 +86,8 @@ struct SC_DLLPUBLIC ScQueryParam : public ScQueryParamBase, public ScQueryParamT
SCTAB nDestTab;
SCCOL nDestCol;
SCROW nDestRow;
+ SCROW nDynamicEndRow;
+ bool bUseDynamicRange;
ScQueryParam();
ScQueryParam( const ScQueryParam& r );