summaryrefslogtreecommitdiffstats
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-09-30 14:52:52 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-10-22 18:07:26 -0400
commite0d62d8ef7ec781ded59c2453d817eb9022b4bf3 (patch)
tree290d4f3d468ea00e5ff848c084f17d33719e5edf /sc/inc/table.hxx
parentUpdate all script types in the marked ranges up-front. (diff)
downloadcore-e0d62d8ef7ec781ded59c2453d817eb9022b4bf3.tar.gz
core-e0d62d8ef7ec781ded59c2453d817eb9022b4bf3.zip
Move SetAttrEntries from ScDocument to ScDocumentImport.
Since that method was really an optimization for xls(x) import code. Change-Id: Ie2530f5dc27411bd45d72440681689c6c7a8b10a
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 3b33c65007e7..bec3bec3f679 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -610,7 +610,6 @@ public:
void ApplyPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr );
void ApplyPatternArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
const ScPatternAttr& rAttr, ScEditDataArray* pDataArray = NULL );
- bool SetAttrEntries(SCCOL nCol, ScAttrEntry* pData, SCSIZE nSize);
void SetPattern( const ScAddress& rPos, const ScPatternAttr& rAttr, bool bPutToPool = false )
{
@@ -1098,6 +1097,9 @@ private:
// Clipboard transpose for notes
void TransposeColNotes(ScTable* pTransClip, SCCOL nCol1, SCCOL nCol, SCROW nRow1, SCROW nRow2);
+ ScColumn* FetchColumn( SCCOL nCol );
+ const ScColumn* FetchColumn( SCCOL nCol ) const;
+
/**
* Use this to iterate through non-empty visible cells in a single column.
*/