Lines Matching refs:rBox

167 long lcl_Box2LeftBorder( const SwTableBox& rBox )  in lcl_Box2LeftBorder()  argument
169 if( !rBox.GetUpper() ) in lcl_Box2LeftBorder()
172 const SwTableLine &rLine = *rBox.GetUpper(); in lcl_Box2LeftBorder()
178 if( pBox == &rBox ) in lcl_Box2LeftBorder()
501 const SwTableBox& rBox = in CollectBoxSelection() local
503 nOutSpan = rBox.getRowSpan(); in CollectBoxSelection()
504 const SwTableLine* pTmpL = rBox.GetUpper(); in CollectBoxSelection()
590 void lcl_InvalidateCellFrm( const SwTableBox& rBox ) in lcl_InvalidateCellFrm() argument
592 SwIterator<SwCellFrm,SwFmt> aIter( *rBox.GetFrmFmt() ); in lcl_InvalidateCellFrm()
595 if( pCell->GetTabBox() == &rBox ) in lcl_InvalidateCellFrm()
956 const SvxBoxItem& rBox = pLastBox->GetFrmFmt()->GetBox(); in PrepareMerge() local
957 aBox.SetLine( rBox.GetRight(), BOX_LINE_RIGHT ); in PrepareMerge()
958 aBox.SetLine( rBox.GetBottom(), BOX_LINE_BOTTOM ); in PrepareMerge()
1070 void lcl_getAllMergedBoxes( const SwTable& rTable, SwSelBoxes& rBoxes, SwTableBox& rBox ) in lcl_getAllMergedBoxes() argument
1072 SwTableBox* pBox = &rBox; in lcl_getAllMergedBoxes()
1073 ASSERT( pBox == &rBox.FindStartOfRowSpan( rTable, USHRT_MAX ), "Not a master box" ); in lcl_getAllMergedBoxes()
1093 void lcl_UnMerge( const SwTable& rTable, SwTableBox& rBox, sal_uInt16 nCnt, in lcl_UnMerge() argument
1097 lcl_getAllMergedBoxes( rTable, aBoxes, rBox ); in lcl_UnMerge()
1215 const SwTableBox &rBox = rBoxes[ i ]->FindStartOfRowSpan( rTable ); in lcl_SophisticatedFillLineIndices() local
1216 ASSERT( rBox.getRowSpan() > 0, "Didn't I say 'StartOfRowSpan' ??" ) in lcl_SophisticatedFillLineIndices()
1217 if( nCnt > rBox.getRowSpan() ) in lcl_SophisticatedFillLineIndices()
1219 const SwTableLine *pLine = rBox.GetUpper(); in lcl_SophisticatedFillLineIndices()
1220 const sal_uInt16 nEnd = sal_uInt16( rBox.getRowSpan() + in lcl_SophisticatedFillLineIndices()
1223 if( aLnOfs.first != nEnd || aLnOfs.second != rBox.getRowSpan() ) in lcl_SophisticatedFillLineIndices()
1226 aLnOfs.second = sal_uInt16( rBox.getRowSpan() ); // the row span in lcl_SophisticatedFillLineIndices()
1314 const SwTableBox &rBox = rBoxes[ i ]->FindStartOfRowSpan( rTable ); in lcl_CalculateSplitLineHeights() local
1315 ASSERT( rBox.getRowSpan() > 0, "Didn't I say 'StartOfRowSpan' ??" ) in lcl_CalculateSplitLineHeights()
1316 const SwTableLine *pLine = rBox.GetUpper(); in lcl_CalculateSplitLineHeights()
1318 const sal_uInt16 nEnd = sal_uInt16( rBox.getRowSpan() + nStart - 1 ); in lcl_CalculateSplitLineHeights()