Lines Matching refs:second

545                         aTmp.second = -nDiff;  in CollectBoxSelection()
548 aTmp.second = nDiff; in CollectBoxSelection()
573 long nNewWidth = pFmt->GetFrmSize().GetWidth() + pCurr->second; in CollectBoxSelection()
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()
1246 aLnOfs.second = pCurr->second; // row span 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()
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()
1280 if( pCurr->second >= nCnt ) in lcl_SophisticatedFillLineIndices()
1320 if( aLnOfs.first != nStart || aLnOfs.second != nEnd ) in lcl_CalculateSplitLineHeights()
1323 aLnOfs.second = nEnd; in lcl_CalculateSplitLineHeights()
1348 SwTwips nDiff = pLines[ pSplit->second - nFirst ] - nBase; in lcl_CalculateSplitLineHeights()
1460 InsertSpannedRow( pDoc, pCurr->first, pCurr->second ); in NewSplitRow()