diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-03 10:55:48 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-04 19:15:24 -0400 |
commit | dc1314d96257845139015ee13edc04af470c18f6 (patch) | |
tree | 2f7f3773b245b332e3b9e0350e99c7fcd47eeaf9 /sc/inc/document.hxx | |
parent | bc1c67dc8296cff59759ee4abd5ab0cf0632af85 (diff) |
Normalize all string objects that are cell contents before they get stored.
Hopefully I've covered all entry points. There may be more lurking in some
dark corneres...
Change-Id: I62e655cc579aad08fa64b5d58e739c55425cd216
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 73d7c1c21582..6828d4d2fa1f 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -234,6 +234,7 @@ friend class ScDocRowHeightUpdater; friend class ScColumnTextWidthIterator; friend class ScFormulaCell; friend class ScTable; +friend class ScColumn; friend struct ScRefCellValue; friend class ScDocumentImport; friend class sc::ColumnSpanSet; @@ -2065,6 +2066,8 @@ private: // CLOOK-Impl-methods ScRefCellValue GetRefCellValue( const ScAddress& rPos ); + svl::StringPool& GetCellStringPool(); + std::map< SCTAB, ScSortParam > mSheetSortParams; }; |