summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/tblrwcl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-04-19 17:56:35 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-25 12:35:31 +0200
commit0c48023feadf8cbfd110e5959a8aca23cf0fd501 (patch)
tree4253958928b1b4a6b631281470c998d176cecb37 /sw/source/core/inc/tblrwcl.hxx
parentbe5e4247e2a164bd1f2eacf9a33d6d73df16d0e3 (diff)
Convert SV_DECL_PTRARR_DEL(_FndLines) to boost::ptr_vector
Diffstat (limited to 'sw/source/core/inc/tblrwcl.hxx')
-rw-r--r--sw/source/core/inc/tblrwcl.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/core/inc/tblrwcl.hxx b/sw/source/core/inc/tblrwcl.hxx
index 746fd49467b5..93b0d143fb76 100644
--- a/sw/source/core/inc/tblrwcl.hxx
+++ b/sw/source/core/inc/tblrwcl.hxx
@@ -47,19 +47,21 @@ class SwCntntNode;
class SfxPoolItem;
class SwShareBoxFmts;
class SwFmtFrmSize;
+class _CpyPara;
+class _InsULPara;
// Funktions Deklarationen:
-sal_Bool lcl_CopyRow( const _FndLine*& rpFndLine, void* pPara );
+sal_Bool lcl_CopyRow( const _FndLine& rFndLine, _CpyPara* pCpyPara );
sal_Bool lcl_CopyCol( const _FndBox*& rpFndBox, void* pPara );
sal_Bool lcl_MergeGCBox( const SwTableBox*& rpBox, void* pPara );
sal_Bool lcl_MergeGCLine( const SwTableLine*& rpLine, void* pPara );
sal_Bool lcl_Merge_MoveBox( const _FndBox*& rpFndBox, void* pPara );
-sal_Bool lcl_Merge_MoveLine( const _FndLine*& rpFndLine, void* pPara );
+sal_Bool lcl_Merge_MoveLine( const _FndLine& rFndLine, _InsULPara* pULPara );
sal_Bool lcl_CopyBoxToDoc( const _FndBox*& rpFndBox, void* pPara );
-sal_Bool lcl_CopyLineToDoc( const _FndLine*& rpFndLn, void* pPara );
+sal_Bool lcl_CopyLineToDoc( const _FndLine& rpFndLn, _CpyPara* pPara );
sal_Bool lcl_BoxSetHeadCondColl( const SwTableBox*& rpBox, void* pPara );
sal_Bool lcl_LineSetHeadCondColl( const SwTableLine*& rpLine, void* pPara );