summaryrefslogtreecommitdiffstats
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2015-01-12 21:59:50 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2015-01-14 22:17:23 -0500
commit8a0a1fbfc3aacb7e71c79da75c56698c1ea2378d (patch)
treeb5d36a4bd7a6e06525ed2553658c297a993f057e /sc/inc/table.hxx
parentAnnotate this method. (diff)
downloadcore-8a0a1fbfc3aacb7e71c79da75c56698c1ea2378d.tar.gz
core-8a0a1fbfc3aacb7e71c79da75c56698c1ea2378d.zip
Implement getDocumentSize(). Cell data only for now.
Change-Id: I31e14f12aaee2d98103d1594ba5b511ebf91e333
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 89a9a495b2d2..88a046131475 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -721,6 +721,7 @@ public:
void SetManualHeight( SCROW nStartRow, SCROW nEndRow, bool bManual );
sal_uInt16 GetColWidth( SCCOL nCol, bool bHiddenAsZero = true ) const;
+ sal_uLong GetColWidth( SCCOL nStartCol, SCCOL nEndCol, bool bHiddenAsZero = true ) const;
SC_DLLPUBLIC sal_uInt16 GetRowHeight( SCROW nRow, SCROW* pStartRow = NULL, SCROW* pEndRow = NULL, bool bHiddenAsZero = true ) const;
sal_uLong GetRowHeight( SCROW nStartRow, SCROW nEndRow, bool bHiddenAsZero = true ) const;
sal_uLong GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, double fScale ) const;