summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-15 17:55:55 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-15 22:12:42 -0400
commit61dc77d7ecfdd72770d5b20db39e6c46cfdbd4a8 (patch)
tree172844ab5ae6ed705835dd8d2cabe035d3997d85 /sc/inc/column.hxx
parentStarted handling the cell text script types. Still work in progress. (diff)
downloadcore-61dc77d7ecfdd72770d5b20db39e6c46cfdbd4a8.tar.gz
core-61dc77d7ecfdd72770d5b20db39e6c46cfdbd4a8.zip
More script type handling.
Basically I'm just following maTextWidths' call sites. Some things are handled differently though for script types, since empty elements may correspond with either empty or non-empty cells (unlike the text width array). Change-Id: If98bcb81e9048b24d75b2bc9fc972a7d74cbbf89
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 1b017874738a..a4a2fc3bee7b 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -128,6 +128,8 @@ friend class ScColumnTextWidthIterator;
ScColumn(const ScColumn&); // disabled
ScColumn& operator= (const ScColumn&); // disabled
+ static void SwapScriptTypes( ScriptType& rSrc, SCROW nSrcRow, ScriptType& rDest, SCROW nDestRow );
+
public:
ScColumn();
~ScColumn();