Lines Matching refs:aBoxes
98 SwSelBoxes aBoxes; in GoNextCell() local
104 SelLineFromBox( pTableBox, aBoxes, sal_False )); in GoNextCell()
159 SwSelBoxes aBoxes; in _SelTblRowOrCol() local
168 GetTblSel( *this, aBoxes, eType ); in _SelTblRowOrCol()
170 if( !aBoxes.Count() ) in _SelTblRowOrCol()
173 pStt = aBoxes[0]; in _SelTblRowOrCol()
174 pEnd = aBoxes[aBoxes.Count() - 1]; in _SelTblRowOrCol()
181 pTable->CreateSelection( *pCrsr, aBoxes, eSearchType, bCheckProtected ); in _SelTblRowOrCol()
182 if( !aBoxes.Count() ) in _SelTblRowOrCol()
185 pStt = aBoxes[0]; in _SelTblRowOrCol()
186 pEnd = aBoxes[aBoxes.Count() - 1]; in _SelTblRowOrCol()
216 aBoxes, bSelectUp ? 0 : &aCells, eType ); in _SelTblRowOrCol()
218 if( !aBoxes.Count() || ( !bSelectUp && 4 != aCells.Count() ) ) in _SelTblRowOrCol()
223 pStt = aBoxes[0]; in _SelTblRowOrCol()
224 pEnd = aBoxes[aBoxes.Count() - 1]; in _SelTblRowOrCol()