Lines Matching refs:rBoxes
179 void GetTblSelCrs( const SwCrsrShell &rShell, SwSelBoxes& rBoxes ) in GetTblSelCrs() argument
181 if( rBoxes.Count() ) in GetTblSelCrs()
182 rBoxes.Remove( sal_uInt16(0), rBoxes.Count() ); in GetTblSelCrs()
184 rBoxes.Insert( &rShell.GetTableCrsr()->GetBoxes() ); in GetTblSelCrs()
187 void GetTblSelCrs( const SwTableCursor& rTblCrsr, SwSelBoxes& rBoxes ) in GetTblSelCrs() argument
189 if( rBoxes.Count() ) in GetTblSelCrs()
190 rBoxes.Remove( sal_uInt16(0), rBoxes.Count() ); in GetTblSelCrs()
199 rBoxes.Insert( &rTblCrsr.GetBoxes() ); in GetTblSelCrs()
202 void GetTblSel( const SwCrsrShell& rShell, SwSelBoxes& rBoxes, in GetTblSel() argument
209 GetTblSel( *rShell.getShellCrsr(false), rBoxes, eSearchType ); in GetTblSel()
212 void GetTblSel( const SwCursor& rCrsr, SwSelBoxes& rBoxes, in GetTblSel() argument
235 pTblNd->GetTable().CreateSelection( rCrsr, rBoxes, eSearch, bChkP ); in GetTblSel()
274 rBoxes.Insert( pBox ); in GetTblSel()
295 GetTblSel( pStart, pEnd, rBoxes, 0, eSearchType ); in GetTblSel()
300 SwSelBoxes& rBoxes, SwCellFrms* pCells, in GetTblSel() argument
379 rBoxes.Insert( pBox ); in GetTblSel()
474 rBoxes.Remove( i, rBoxes.Count() ); in GetTblSel()
769 sal_Bool GetAutoSumSel( const SwCrsrShell& rShell, SwCellFrms& rBoxes ) in GetAutoSumSel() argument
816 for( sal_uInt16 n = rBoxes.Count(); n; ) in GetAutoSumSel()
817 if( USHRT_MAX != ( nWhichId = rBoxes[ --n ] in GetAutoSumSel()
843 rBoxes.Insert( pUpperCell, rBoxes.Count() ); in GetAutoSumSel()
860 rBoxes.Remove( 0, rBoxes.Count() ); in GetAutoSumSel()
885 for( sal_uInt16 n = rBoxes.Count(); n; ) in GetAutoSumSel()
886 if( USHRT_MAX != ( nWhichId = rBoxes[ --n ] in GetAutoSumSel()
901 rBoxes.Insert( pC, rBoxes.Count() ); in GetAutoSumSel()
927 sal_Bool HasProtectedCells( const SwSelBoxes& rBoxes ) in HasProtectedCells() argument
930 for( sal_uInt16 n = 0, nCnt = rBoxes.Count(); n < nCnt; ++n ) in HasProtectedCells()
931 if( rBoxes[ n ]->GetFrmFmt()->GetProtect().IsCntntProtected() ) in HasProtectedCells()
1000 void GetMergeSel( const SwPaM& rPam, SwSelBoxes& rBoxes, in GetMergeSel() argument
1003 if( rBoxes.Count() ) in GetMergeSel()
1004 rBoxes.Remove( sal_uInt16(0), rBoxes.Count() ); in GetMergeSel()
1085 rBoxes.Insert( pBox ); in GetMergeSel()
1102 rBoxes.Insert( pBox ); in GetMergeSel()
1153 rBoxes.Insert( pBox ); in GetMergeSel()
1197 rBoxes.Insert( pBox ); in GetMergeSel()
1221 if( 1 >= rBoxes.Count() ) in GetMergeSel()
1409 SwTableBox* pTmpBox = rBoxes[0]; in GetMergeSel()
1544 sal_uInt16 CheckMergeSel( const SwSelBoxes& rBoxes ) in CheckMergeSel() argument
1547 if( rBoxes.Count() ) in CheckMergeSel()
1552 _FndPara aPara( rBoxes, &aFndBox ); in CheckMergeSel()
1553 const SwTableNode* pTblNd = aPara.rBoxes[0]->GetSttNd()->FindTableNode(); in CheckMergeSel()
2167 if( !pFndPara->rBoxes.Seek_Entry( pSrch, &nFndPos )) in _FndBoxCopyCol()
2194 void _FndBox::SetTableLines( const SwSelBoxes &rBoxes, const SwTable &rTable ) in SetTableLines() argument
2206 for ( sal_uInt16 i = 0; i < rBoxes.Count(); ++i ) in SetTableLines()
2208 SwTableLine *pLine = rBoxes[i]->GetUpper(); in SetTableLines()