Home
last modified time | relevance | path

Searched refs:rpFndBox (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx339 SwTableBox* pBox = (SwTableBox*)rpFndBox->GetBox(); in lcl_CopyCol()
358 pCmpLine = rpFndBox->GetLines()[ 0 ]; in lcl_CopyCol()
408 if( rpFndBox->GetLines().Count() ) in lcl_CopyCol()
411 rpFndBox->GetLines().Count(), pCpyPara->pInsLine ); in lcl_CopyCol()
426 : rpFndBox == rFndBxs[ rFndBxs.Count() - 1 ] ) in lcl_CopyCol()
1515 sal_uInt16 nStt = 0, nEnd = rpFndBox->GetLines().Count(); in lcl_Merge_MoveBox()
1520 SwTableBox* pFndBox = (SwTableBox*)rpFndBox->GetBox(); in lcl_Merge_MoveBox()
1538 else if( rpFndBox->GetLines().Count() ) in lcl_Merge_MoveBox()
1548 if( rpFndBox->GetBox()->GetTabLines().Count() ) in lcl_Merge_MoveBox()
1554 ((_FndBox*)rpFndBox)->GetLines().ForEach( nStt, nEnd, in lcl_Merge_MoveBox()
[all …]
/trunk/main/sw/source/core/inc/
H A Dtblrwcl.hxx50 sal_Bool lcl_CopyCol( const _FndBox*& rpFndBox, void* pPara );
55 sal_Bool lcl_Merge_MoveBox( const _FndBox*& rpFndBox, void* pPara );
58 sal_Bool lcl_CopyBoxToDoc( const _FndBox*& rpFndBox, void* pPara );
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1502 static sal_Bool lcl_CheckCol( const _FndBox*& rpFndBox, void* pPara );
1510 static sal_Bool lcl_CheckCol( const _FndBox*& rpFndBox, void* pPara ) in lcl_CheckCol() argument
1512 if( !rpFndBox->GetBox()->GetSttNd() ) in lcl_CheckCol()
1514 if( rpFndBox->GetLines().Count() != in lcl_CheckCol()
1515 rpFndBox->GetBox()->GetTabLines().Count() ) in lcl_CheckCol()
1518 ((_FndBox*)rpFndBox)->GetLines().ForEach( &lcl_CheckRow, pPara ); in lcl_CheckCol()
1521 else if( rpFndBox->GetBox()->GetFrmFmt()->GetProtect().IsCntntProtected() ) in lcl_CheckCol()

Completed in 60 milliseconds