summaryrefslogtreecommitdiffstats
path: root/sc/inc/rangenam.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-08-10 22:30:59 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-08-10 22:35:49 +0200
commitbc126204338b0a64062ad3466234b8082684168d (patch)
tree7c2adfcf5c92a3589df2481ff4c05d06af6b55ef /sc/inc/rangenam.hxx
parentfix for fdo#39915: defining named ranges should be case insensitive (diff)
downloadcore-bc126204338b0a64062ad3466234b8082684168d.tar.gz
core-bc126204338b0a64062ad3466234b8082684168d.zip
remove uno from range name export and some clean up
Diffstat (limited to 'sc/inc/rangenam.hxx')
-rw-r--r--sc/inc/rangenam.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx
index a3b3bc7f44ba..4411b4895297 100644
--- a/sc/inc/rangenam.hxx
+++ b/sc/inc/rangenam.hxx
@@ -127,6 +127,7 @@ public:
void AddType( RangeType nType ) { eType = eType|nType; }
RangeType GetType() const { return eType; }
bool HasType( RangeType nType ) const;
+ sal_uInt32 GetUnoType() const;
SC_DLLPUBLIC void GetSymbol( String& rSymbol, const formula::FormulaGrammar::Grammar eGrammar = formula::FormulaGrammar::GRAM_DEFAULT ) const;
SC_DLLPUBLIC void GetSymbol( rtl::OUString& rSymbol, const formula::FormulaGrammar::Grammar eGrammar = formula::FormulaGrammar::GRAM_DEFAULT ) const;
void UpdateSymbol( rtl::OUStringBuffer& rBuffer, const ScAddress&,