summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-12 16:39:03 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-14 15:35:48 -0400
commit68ba14727cd10c28e398f081587d14bbb2356669 (patch)
tree5ad69798319bea233ef43e1e1321775d77e8a458 /sc/inc/table.hxx
parent08c7d4163ba1d9d9538b5082598a7d6267705812 (diff)
Accessor in ScTable.
Change-Id: Id29e746c799365c679e60f22f88bfbcb3dbdf693
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index a43c04d3cedf..8786ccf118e9 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -201,6 +201,9 @@ public:
sal_uLong GetWeightedCount() const;
sal_uLong GetCodeCount() const; // RPN code in formula
+ sal_uInt16 GetTextWidth(SCCOL nCol, SCROW nRow) const;
+ void SetTextWidth(SCCOL nCol, SCROW nRow, sal_uInt16 nWidth);
+
bool SetOutlineTable( const ScOutlineTable* pNewOutline );
void StartOutlineTable();