From 68ba14727cd10c28e398f081587d14bbb2356669 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 12 Mar 2013 16:39:03 -0400 Subject: Accessor in ScTable. Change-Id: Id29e746c799365c679e60f22f88bfbcb3dbdf693 --- sc/inc/table.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sc/inc') 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(); -- cgit