summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-14 17:56:51 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-15 11:37:06 -0400
commit7ac77e31a54d0b0545ed039426405f2b0c96a6e3 (patch)
tree9e00dcbc1255fd8df22e4520a962bf0e311d7a13 /sc/inc/column.hxx
parentrestore enough of XOBitmap to do fore/back color setting on escher patterns (diff)
downloadcore-7ac77e31a54d0b0545ed039426405f2b0c96a6e3.tar.gz
core-7ac77e31a54d0b0545ed039426405f2b0c96a6e3.zip
Create skeleton accessors for cell text script types.
Change-Id: I5408cdd87f06423a6bb287c855237878859da880
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 114a39b271fc..ca68e7fd55c0 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -387,6 +387,9 @@ public:
sal_uInt16 GetTextWidth(SCROW nRow) const;
void SetTextWidth(SCROW nRow, sal_uInt16 nWidth);
+ sal_uInt8 GetScriptType( SCROW nRow ) const;
+ void SetScriptType( SCROW nRow, sal_uInt8 nType );
+
private:
ScBaseCell* CloneCell(SCSIZE nIndex, sal_uInt16 nFlags, ScDocument& rDestDoc, const ScAddress& rDestPos) const;