diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-15 17:55:55 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-15 22:12:42 -0400 |
commit | 61dc77d7ecfdd72770d5b20db39e6c46cfdbd4a8 (patch) | |
tree | 172844ab5ae6ed705835dd8d2cabe035d3997d85 /sc/inc | |
parent | 86f704a2e984073c217dd549836bec9265afad58 (diff) |
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')
-rw-r--r-- | sc/inc/column.hxx | 2 |
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(); |