diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-08-10 22:30:59 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-08-10 22:35:49 +0200 |
commit | bc126204338b0a64062ad3466234b8082684168d (patch) | |
tree | 7c2adfcf5c92a3589df2481ff4c05d06af6b55ef /sc/inc | |
parent | 644976fe93528f2c222f18f22861d6e90ba4f69e (diff) |
remove uno from range name export and some clean up
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/rangenam.hxx | 1 |
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&, |