diff options
author | Niklas Nebel <nn@openoffice.org> | 2010-09-17 19:32:15 +0200 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2010-09-17 19:32:15 +0200 |
commit | 3024512c90d8660d35d4824471c436d68aa62241 (patch) | |
tree | 42747d7c3256b4370380e51bbbbf6a222d583a36 /sc/inc/cellsuno.hxx | |
parent | 446e15e12e10de5511435969d08b46c9b5203e22 (diff) |
mib19: #163664# text values for VBA range Value property must be parsed (always English)
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r-- | sc/inc/cellsuno.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index a53f167b164a..33113f18859e 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -205,7 +205,6 @@ private: const ScPatternAttr* GetCurrentAttrsFlat(); const ScPatternAttr* GetCurrentAttrsDeep(); SfxItemSet* GetCurrentDataSet(bool bNoDflt = false); - const ScMarkData* GetMarkData(); void ForgetMarkData(); void ForgetCurrentAttrs(); @@ -218,6 +217,8 @@ private: const ScAddress* pLastPos); protected: + const ScMarkData* GetMarkData(); + // GetItemPropertyMap for derived classes must contain all entries, including base class virtual const SfxItemPropertyMap* GetItemPropertyMap(); virtual ::com::sun::star::beans::PropertyState GetOnePropertyState( @@ -874,6 +875,8 @@ public: const ::rtl::OUString& rFormulaNmsp, const formula::FormulaGrammar::Grammar ); const ScAddress& GetPosition() const { return aCellPos; } + SC_DLLPUBLIC void InputEnglishString( const ::rtl::OUString& rText ); + // XText virtual void SAL_CALL insertTextContent( const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xRange, |