diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-10-04 14:12:42 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-04 14:19:05 -0400 |
commit | ebc9c4ca0f6fc7073071d153aabfa7a39a401f05 (patch) | |
tree | ab0072f5d67d93e629af5e11ac70ede0bb483bc1 /sc/inc/attarray.hxx | |
parent | 31cffd850ad2d8ff6cc6200d180337426162bf1e (diff) |
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.hxx | 1 |
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 ); |