Lines Matching refs:aBoxes
239 SwSelBoxes aBoxes; in lcl_CollectLines() local
240 if( !::lcl_GetBoxSel( rCursor, aBoxes )) in lcl_CollectLines()
244 const SwTable &rTable = aBoxes[0]->GetSttNd()->FindTableNode()->GetTable(); in lcl_CollectLines()
248 _FndPara aTmpPara( aBoxes, &aFndBox ); in lcl_CollectLines()
1120 SwSelBoxes aBoxes; in SetBoxAttr() local
1121 if( pTblNd && ::lcl_GetBoxSel( rCursor, aBoxes, sal_True ) ) in SetBoxAttr()
1129 SvPtrarr aFmtCmp( Max( sal_uInt8(255), sal_uInt8(aBoxes.Count()) ), 255 ); in SetBoxAttr()
1130 for ( sal_uInt16 i = 0; i < aBoxes.Count(); ++i ) in SetBoxAttr()
1132 SwTableBox *pBox = aBoxes[i]; in SetBoxAttr()
1171 SwSelBoxes aBoxes; in GetBoxAttr() local
1172 if( pTblNd && lcl_GetBoxSel( rCursor, aBoxes )) in GetBoxAttr()
1177 for( sal_uInt16 i = 0; i < aBoxes.Count(); ++i ) in GetBoxAttr()
1184 aBoxes[i]->GetFrmFmt()->GetBackground(); in GetBoxAttr()
1198 aBoxes[i]->GetFrmFmt()->GetFrmDir(); in GetBoxAttr()
1235 SwSelBoxes aBoxes; in GetBoxAlign() local
1236 if( pTblNd && ::lcl_GetBoxSel( rCursor, aBoxes )) in GetBoxAlign()
1237 for( sal_uInt16 i = 0; i < aBoxes.Count(); ++i ) in GetBoxAlign()
1240 aBoxes[i]->GetFrmFmt()->GetVertOrient(); in GetBoxAlign()