summaryrefslogtreecommitdiffstats
path: root/sc/inc/attarray.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-10-04 14:12:42 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-10-04 14:19:05 -0400
commitebc9c4ca0f6fc7073071d153aabfa7a39a401f05 (patch)
treeab0072f5d67d93e629af5e11ac70ede0bb483bc1 /sc/inc/attarray.hxx
parentPorted calc-perf-ods-import-cellstyles.diff from ooo-build. (diff)
downloadcore-ebc9c4ca0f6fc7073071d153aabfa7a39a401f05.tar.gz
core-ebc9c4ca0f6fc7073071d153aabfa7a39a401f05.zip
Ported calc-perf-xls-import-cellstyles.diff from ooo-build.
Like the previous commit, this one improves performance of large xls files.
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index 3d52a50dceb9..ea578627fe25 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -133,6 +133,7 @@ public:
void ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, ScStyleSheet* pStyle );
void ApplyCacheArea( SCROW nStartRow, SCROW nEndRow, SfxItemPoolCache* pCache,
ScEditDataArray* pDataArray = NULL );
+ bool SetAttrEntries(ScAttrEntry* pNewData, SCSIZE nSize);
void ApplyLineStyleArea( SCROW nStartRow, SCROW nEndRow,
const SvxBorderLine* pLine, BOOL bColorOnly );