diff options
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 0e7ed533dc1c..c71ffeaba354 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -41,6 +41,7 @@ namespace sc { class CopyFromClipContext; class CopyToClipContext; class CopyToDocContext; + class MixDocContext; struct ColumnBlockPosition; } @@ -231,10 +232,12 @@ public: void RemoveEditAttribs( SCROW nStartRow, SCROW nEndRow ); // Selection (?) of this document - void MixMarked( const ScMarkData& rMark, sal_uInt16 nFunction, - bool bSkipEmpty, ScColumn& rSrcCol ); - void MixData( SCROW nRow1, SCROW nRow2, sal_uInt16 nFunction, bool bSkipEmpty, - ScColumn& rSrcCol ); + void MixMarked( + sc::MixDocContext& rCxt, const ScMarkData& rMark, sal_uInt16 nFunction, + bool bSkipEmpty, const ScColumn& rSrcCol ); + void MixData( + sc::MixDocContext& rCxt, SCROW nRow1, SCROW nRow2, sal_uInt16 nFunction, bool bSkipEmpty, + const ScColumn& rSrcCol ); ScFormulaCell* CreateRefCell( ScDocument* pDestDoc, const ScAddress& rDestPos, SCSIZE nIndex, sal_uInt16 nFlags ) const; |