Lines Matching refs:aBoxes
1743 SwSelBoxes aBoxes; in InsertCol() local
1744 ::GetTblSel( rCursor, aBoxes, nsSwTblSearchType::TBLSEARCH_COL ); in InsertCol()
1747 if( aBoxes.Count() ) in InsertCol()
1748 bRet = InsertCol( aBoxes, nCnt, bBehind ); in InsertCol()
1810 SwSelBoxes aBoxes; in InsertRow() local
1811 GetTblSel( rCursor, aBoxes, nsSwTblSearchType::TBLSEARCH_ROW ); in InsertRow()
1814 if( aBoxes.Count() ) in InsertRow()
1815 bRet = InsertRow( aBoxes, nCnt, bBehind ); in InsertRow()
1880 SwSelBoxes aBoxes; in DeleteRow() local
1881 GetTblSel( rCursor, aBoxes, nsSwTblSearchType::TBLSEARCH_ROW ); in DeleteRow()
1882 if( ::HasProtectedCells( aBoxes )) in DeleteRow()
1899 _FndPara aPara( aBoxes, &aFndBox ); in DeleteRow()
1977 sal_Bool bResult = DeleteRowCol( aBoxes ); in DeleteRow()
1986 SwSelBoxes aBoxes; in DeleteCol() local
1987 GetTblSel( rCursor, aBoxes, nsSwTblSearchType::TBLSEARCH_COL ); in DeleteCol()
1988 if( ::HasProtectedCells( aBoxes )) in DeleteCol()
2003 sal_Bool bResult = DeleteRowCol( aBoxes, true ); in DeleteCol()
2339 SwSelBoxes aBoxes; in MergeTbl() local
2343 if( !rTable.PrepareMerge( rPam, aBoxes, aMerged, &pMergeBox, pUndo ) ) in MergeTbl()
2392 if( pTblNd->GetTable().Merge( this, aBoxes, aMerged, pMergeBox, pUndo )) in MergeTbl()
2669 SwSelBoxes aBoxes; in GetTabRows() local
2675 ::GetTblSel( aTmpCrsr, aBoxes, nsSwTblSearchType::TBLSEARCH_COL ); in GetTabRows()
2756 aHidden[ nTmpVal ] = !lcl_IsFrmInColumn( *((SwCellFrm*)pFrm), aBoxes ); in GetTabRows()
2760 lcl_IsFrmInColumn( *((SwCellFrm*)pFrm), aBoxes ) ) in GetTabRows()
3049 aBoxes.Insert( p, aBoxes.Count() ); in AddBox()
3074 pRet = aBoxes[ n ]; in GetBoxOfPos()
3096 aBoxes.Remove( 0, n ); in Resize()
4401 SwSelBoxes aBoxes; in InsCopyOfTbl() local
4408 aBoxes.Insert( pBox ); in InsCopyOfTbl()
4409 pBoxes = &aBoxes; in InsCopyOfTbl()