summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-27 05:14:06 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-27 05:18:10 +0200
commit5d123a0b0e827aba59ddb50ef1b961a529a34a15 (patch)
tree7534f3275d5de37ba5b51d321a81394d87f59b85 /sc/inc/column.hxx
parentFix vcl alpha blending n#714787 (diff)
downloadcore-5d123a0b0e827aba59ddb50ef1b961a529a34a15.tar.gz
core-5d123a0b0e827aba59ddb50ef1b961a529a34a15.zip
export all style information to xls/xlsx, fdo#46738
Fixes that if more than 84 empty but formatted rows at the end of a file have been found the export skipped those rows.
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index e5030052bce2..4988ffcf6616 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -182,7 +182,7 @@ public:
bool HasSelectionMatrixFragment(const ScMarkData& rMark) const;
bool GetFirstVisibleAttr( SCROW& rFirstRow ) const;
- bool GetLastVisibleAttr( SCROW& rLastRow ) const;
+ bool GetLastVisibleAttr( SCROW& rLastRow, bool bFullFormattedArea = false ) const;
bool HasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const;
bool IsVisibleAttrEqual( const ScColumn& rCol, SCROW nStartRow = 0,
SCROW nEndRow = MAXROW ) const;