diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-03-09 01:47:50 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-03-11 16:01:34 -0500 |
commit | 04c9caaf37b7d5a7f2fdc7c3d040c018c69bedaf (patch) | |
tree | 6d607d2bf1a420d810af63bf16cc10329edf82fb /sc/inc/tokenarray.hxx | |
parent | 9008aac0ad1aa868d3e23168ffb5daddbbff15bb (diff) |
Store whether or not a range name is global during XLS import.
Diffstat (limited to 'sc/inc/tokenarray.hxx')
-rw-r--r-- | sc/inc/tokenarray.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx index a48694a455f5..015ff94aa5be 100644 --- a/sc/inc/tokenarray.hxx +++ b/sc/inc/tokenarray.hxx @@ -72,6 +72,7 @@ public: /** ScSingleRefOpToken with ocMatRef. */ formula::FormulaToken* AddMatrixSingleReference( const ScSingleRefData& rRef ); formula::FormulaToken* AddDoubleReference( const ScComplexRefData& rRef ); + formula::FormulaToken* AddRangeName( sal_uInt16 n, bool bGlobal ); formula::FormulaToken* AddExternalName( sal_uInt16 nFileId, const String& rName ); formula::FormulaToken* AddExternalSingleReference( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef ); formula::FormulaToken* AddExternalDoubleReference( sal_uInt16 nFileId, const String& rTabName, const ScComplexRefData& rRef ); |