Lines Matching refs:aBoxes
72 std::vector<const SwSelBoxes*> aBoxes; member in SwBoxSelection
75 bool isEmpty() const { return aBoxes.size() == 0; } in isEmpty()
76 void insertBoxes( const SwSelBoxes* pNew ){ aBoxes.insert( aBoxes.end(), pNew ); } in insertBoxes()
831 SwTableBox *pMergeBox = (*pSel->aBoxes[0])[0]; // the master cell box in PrepareMerge()
846 const sal_uInt16 nLineCount = sal_uInt16(pSel->aBoxes.size()); in PrepareMerge()
857 const SwSelBoxes* pBoxes = pSel->aBoxes[ nCurrLine ]; in PrepareMerge()
935 const SwSelBoxes* pBoxes = pSel->aBoxes[ nCurrLine ]; in PrepareMerge()
1096 SwSelBoxes aBoxes; in lcl_UnMerge() local
1097 lcl_getAllMergedBoxes( rTable, aBoxes, rBox ); in lcl_UnMerge()
1098 sal_uInt16 nCount = aBoxes.Count(); in lcl_UnMerge()
1110 SwTableLine* pLine = aBoxes[ i ]->GetUpper(); in lcl_UnMerge()
1135 aBoxes[ nIdx ]->setRowSpan( nNextIdx - nIdx ); in lcl_UnMerge()
1136 lcl_InvalidateCellFrm( *aBoxes[ nIdx ] ); in lcl_UnMerge()
1138 aBoxes[ nIdx ]->setRowSpan( nIdx - nNextIdx ); in lcl_UnMerge()
1162 SwSelBoxes aBoxes; in InsertSpannedRow() local
1164 lcl_FillSelBoxes( aBoxes, rLine ); in InsertSpannedRow()
1175 _InsertRow( pDoc, aBoxes, nCnt, sal_True ); in InsertSpannedRow()
1211 std::list< SwLineOffset > aBoxes; in lcl_SophisticatedFillLineIndices() local
1227 aBoxes.insert( aBoxes.end(), aLnOfs ); in lcl_SophisticatedFillLineIndices()
1235 while( aBoxes.size() ) in lcl_SophisticatedFillLineIndices()
1239 std::list< SwLineOffset >::iterator pCurr = aBoxes.begin(); in lcl_SophisticatedFillLineIndices()
1241 while( ++pCurr != aBoxes.end() ) in lcl_SophisticatedFillLineIndices()
1260 pCurr = aBoxes.begin(); in lcl_SophisticatedFillLineIndices()
1261 while( pCurr != aBoxes.end() ) in lcl_SophisticatedFillLineIndices()
1268 aBoxes.erase( pDel ); in lcl_SophisticatedFillLineIndices()
1285 aBoxes.erase( pDel ); in lcl_SophisticatedFillLineIndices()
1308 std::list< SwLineOffset > aBoxes; in lcl_CalculateSplitLineHeights() local
1324 aBoxes.insert( aBoxes.end(), aLnOfs ); in lcl_CalculateSplitLineHeights()
1332 if( aBoxes.empty() ) in lcl_CalculateSplitLineHeights()
1343 std::list< SwLineOffset >::iterator pSplit = aBoxes.begin(); in lcl_CalculateSplitLineHeights()
1344 while( pSplit != aBoxes.end() ) in lcl_CalculateSplitLineHeights()