diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-08 01:20:22 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-08 09:21:11 -0500 |
commit | 94874973769fee81f8ab35b2aeb0dc22812a2b48 (patch) | |
tree | fe49d0ed7b71b76fcef49bf6d1dffac920a4c3b9 /sc/inc/document.hxx | |
parent | d7853c1fab14c943b6b2535580f64810b22e225d (diff) |
Add new ods import test for rich-text cell contents.
Change-Id: I23eb8d53b8a2c48514900a5ab07ed7ec71d3ef99
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 5b5a472d95a7..a72f7596cd2d 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -144,6 +144,7 @@ class ScProgress; class SvtListener; class ScNotes; class ScEditDataArray; +class EditTextObject; namespace com { namespace sun { namespace star { namespace lang { @@ -772,6 +773,7 @@ public: SC_DLLPUBLIC double GetValue( const ScAddress& ); SC_DLLPUBLIC double GetValue( const SCCOL nCol, SCROW nRow, SCTAB nTab) { ScAddress aAdr(nCol, nRow, nTab); return GetValue(aAdr);} SC_DLLPUBLIC void GetValue( SCCOL nCol, SCROW nRow, SCTAB nTab, double& rValue ); + SC_DLLPUBLIC const EditTextObject* GetEditText( const ScAddress& rPos ) const; SC_DLLPUBLIC double RoundValueAsShown( double fVal, sal_uLong nFormat ); SC_DLLPUBLIC void GetNumberFormat( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_uInt32& rFormat ) const; |