Home
last modified time | relevance | path

Searched refs:nLineDiff (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dpormulti.cxx507 nLineDiff = GetRoot().Width(); in CalcBlanks()
511 nLineDiff -= GetRoot().GetNext()->Width(); in CalcBlanks()
691 SwTwips nLineDiff = GetRoot().Width() - GetRoot().GetNext()->Width(); in _Adjust() local
693 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 …]
H A Dpormulti.hxx158 SwTwips nLineDiff; // Difference of the width of the both lines member in SwDoubleLinePortion
178 inline SwTwips GetLineDiff() const { return nLineDiff; } in GetLineDiff()
180 { return ( nLineDiff < 0 ) ? nBlank2 : nBlank1; } in GetSpaceCnt()
182 { return ( nLineDiff < 0 ) ? nBlank1 : nBlank2; } in GetSmallerSpaceCnt()
/trunk/main/sw/source/ui/utlui/
H A Dshdwcrsr.cxx61 long nLineDiff = ( nHeight / 2 ); in DrawTri() local
62 long nLineDiffHalf = nLineDiff / 2; in DrawTri()
68 Point aPt2( aPt1.X(), aPt1.Y() + nHeight - nLineDiff - 1 ); in DrawTri()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx1702 sal_uInt16 nLineDiff = lcl_FindParentLines(rTbl,*pBox).C40_GETPOS(SwTableLine,pBoxLine); in SaveNewBoxes() local
1712 if( ( !pSourceBox || nCheckLine > nLineNo ) && nCheckLine < nLineDiff ) in SaveNewBoxes()
1722 nLineDiff = nLineDiff - nLineNo; in SaveNewBoxes()
1746 && ( nNodes - 1 > nLineDiff ); in SaveNewBoxes()

Completed in 35 milliseconds