diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-14 17:56:51 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-15 11:37:06 -0400 |
commit | 7ac77e31a54d0b0545ed039426405f2b0c96a6e3 (patch) | |
tree | 9e00dcbc1255fd8df22e4520a962bf0e311d7a13 /sc/inc/table.hxx | |
parent | 188042ad5230e912f3149cc7ea1bb836e084069a (diff) |
Create skeleton accessors for cell text script types.
Change-Id: I5408cdd87f06423a6bb287c855237878859da880
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 3e4d1eb9fbc4..25f4f7a782d0 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -793,6 +793,9 @@ public: sal_uLong AddCondFormat( ScConditionalFormat* pNew ); + sal_uInt8 GetScriptType( SCCOL nCol, SCROW nRow ) const; + void SetScriptType( SCCOL nCol, SCROW nRow, sal_uInt8 nType ); + private: void FillSeries( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, sal_uLong nFillCount, FillDir eFillDir, FillCmd eFillCmd, |