Lines Matching refs:rBoxes
258 void TableStructure::addLine( sal_uInt16 &rLine, const SwTableBoxes& rBoxes, in addLine() argument
263 for( sal_uInt16 nBox = 0; !bComplex && nBox < rBoxes.Count(); ++nBox ) in addLine()
264 bComplex = rBoxes[nBox]->GetTabLines().Count() > 0; in addLine()
272 for( sal_uInt16 nBox = 0; nBox < rBoxes.Count(); ++nBox ) in addLine()
273 insertSubBox( aSubTable, *rBoxes[nBox], pStartLn, pEndLn ); in addLine()
304 maLines[rLine].reserve( rBoxes.Count() ); in addLine()
307 for( sal_uInt16 nBox = 0; nBox < rBoxes.Count(); ++nBox ) in addLine()
308 addBox( rLine, pSelBoxes, rBoxes[nBox], nBorder, nCol, in addLine()
1084 SwSelBoxes& rBoxes, sal_Bool bToTop ) const in SelLineFromBox() argument
1092 rBoxes.Remove( sal_uInt16(0), rBoxes.Count() ); in SelLineFromBox()
1093 pLine->GetTabBoxes().ForEach( &_FndCntntBox, &rBoxes ); in SelLineFromBox()
1094 return rBoxes; in SelLineFromBox()