Searched refs:nLineDiff (Results 1 – 4 of 4) sorted by relevance
507 nLineDiff = GetRoot().Width(); in CalcBlanks()511 nLineDiff -= GetRoot().GetNext()->Width(); in CalcBlanks()691 SwTwips nLineDiff = GetRoot().Width() - GetRoot().GetNext()->Width(); in _Adjust() local693 if( !nLineDiff ) in _Adjust()696 if( nLineDiff < 0 ) in _Adjust()701 nLineDiff = -nLineDiff; in _Adjust()730 SwTwips nCalc = nLineDiff / ( nCharCnt - nSub ); in _Adjust()738 nLineDiff -= nCalc * ( nCharCnt - 1 ); in _Adjust()740 if( nLineDiff > 1 ) in _Adjust()742 nRight = static_cast<sal_uInt16>(nLineDiff / 2); in _Adjust()[all …]
158 SwTwips nLineDiff; // Difference of the width of the both lines member in SwDoubleLinePortion178 inline SwTwips GetLineDiff() const { return nLineDiff; } in GetLineDiff()180 { return ( nLineDiff < 0 ) ? nBlank2 : nBlank1; } in GetSpaceCnt()182 { return ( nLineDiff < 0 ) ? nBlank1 : nBlank2; } in GetSmallerSpaceCnt()
61 long nLineDiff = ( nHeight / 2 ); in DrawTri() local62 long nLineDiffHalf = nLineDiff / 2; in DrawTri()68 Point aPt2( aPt1.X(), aPt1.Y() + nHeight - nLineDiff - 1 ); in DrawTri()
1702 sal_uInt16 nLineDiff = lcl_FindParentLines(rTbl,*pBox).C40_GETPOS(SwTableLine,pBoxLine); in SaveNewBoxes() local1712 if( ( !pSourceBox || nCheckLine > nLineNo ) && nCheckLine < nLineDiff ) in SaveNewBoxes()1722 nLineDiff = nLineDiff - nLineNo; in SaveNewBoxes()1746 && ( nNodes - 1 > nLineDiff ); in SaveNewBoxes()
Completed in 43 milliseconds