summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-06 17:14:54 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-14 15:35:47 -0400
commit7238505762a9198d92b108c794b43452191c5174 (patch)
tree1df94a0a1031542a35c82e8b9329bfda83bcf571 /sc/inc/column.hxx
parentIdentify all places that modify the cell array & call CellStorageModified(). (diff)
downloadcore-7238505762a9198d92b108c794b43452191c5174.tar.gz
core-7238505762a9198d92b108c794b43452191c5174.zip
Add empty GetTextWidth() to ScColumn. Will be implemented later.
Change-Id: I4df0719fee426ab5d54bfc2ac8fa4c37325906e2
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 257cb0e0a1f9..8653bfdbaa32 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -371,6 +371,7 @@ public:
xub_StrLen GetMaxNumberStringLen( sal_uInt16& nPrecision,
SCROW nRowStart, SCROW nRowEnd ) const;
+ sal_uInt16 GetTextWidth(SCROW nRow) const;
void SetTextWidth(SCROW nRow, sal_uInt16 nWidth);
private: