Lines Matching refs:aLnOfs
1212 SwLineOffset aLnOfs( USHRT_MAX, USHRT_MAX ); in lcl_SophisticatedFillLineIndices() local
1223 if( aLnOfs.first != nEnd || aLnOfs.second != rBox.getRowSpan() ) in lcl_SophisticatedFillLineIndices()
1225 aLnOfs.first = nEnd; // ok, this is the line behind the box in lcl_SophisticatedFillLineIndices()
1226 aLnOfs.second = sal_uInt16( rBox.getRowSpan() ); // the row span in lcl_SophisticatedFillLineIndices()
1227 aBoxes.insert( aBoxes.end(), aLnOfs ); in lcl_SophisticatedFillLineIndices()
1240 aLnOfs = *pCurr; // the line end and row span of the first box in lcl_SophisticatedFillLineIndices()
1243 if( aLnOfs.first > pCurr->first ) in lcl_SophisticatedFillLineIndices()
1245 aLnOfs.first = pCurr->first; in lcl_SophisticatedFillLineIndices()
1246 aLnOfs.second = pCurr->second; // row span in lcl_SophisticatedFillLineIndices()
1248 else if( aLnOfs.first == pCurr->first && in lcl_SophisticatedFillLineIndices()
1249 aLnOfs.second < pCurr->second ) in lcl_SophisticatedFillLineIndices()
1250 aLnOfs.second = pCurr->second; // Found a smaller row span in lcl_SophisticatedFillLineIndices()
1252 ASSERT( aLnOfs.second < nCnt, "Clean-up failed" ) in lcl_SophisticatedFillLineIndices()
1253 aLnOfs.second = nCnt - aLnOfs.second; // the number of rows to insert in lcl_SophisticatedFillLineIndices()
1255 SwLineOffset( aLnOfs.first - nSum, aLnOfs.second ) ); in lcl_SophisticatedFillLineIndices()
1258 nSum = nSum + aLnOfs.second; in lcl_SophisticatedFillLineIndices()
1263 if( pCurr->first == aLnOfs.first ) in lcl_SophisticatedFillLineIndices()
1272 bool bBefore = ( pCurr->first - pCurr->second < aLnOfs.first ); in lcl_SophisticatedFillLineIndices()
1275 pCurr->first = pCurr->first + aLnOfs.second; in lcl_SophisticatedFillLineIndices()
1279 pCurr->second = pCurr->second + aLnOfs.second; in lcl_SophisticatedFillLineIndices()
1309 SwLineOffset aLnOfs( USHRT_MAX, USHRT_MAX ); in lcl_CalculateSplitLineHeights() local
1320 if( aLnOfs.first != nStart || aLnOfs.second != nEnd ) in lcl_CalculateSplitLineHeights()
1322 aLnOfs.first = nStart; in lcl_CalculateSplitLineHeights()
1323 aLnOfs.second = nEnd; in lcl_CalculateSplitLineHeights()
1324 aBoxes.insert( aBoxes.end(), aLnOfs ); in lcl_CalculateSplitLineHeights()