Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dshdwcrsr.cxx51 long nLineDiff = nHeight / 2; in DrawTri() local
52 long nLineDiffHalf = nLineDiff / 2; in DrawTri()
58 Point aPt2( aPt1.X(), aPt1.Y() + nHeight - nLineDiff - 1 ); in DrawTri()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dpormulti.hxx158 SwTwips nLineDiff; // Difference of the width of the both lines member in SwDoubleLinePortion
178 SwTwips GetLineDiff() const { return nLineDiff; } in GetLineDiff()
180 { return ( nLineDiff < 0 ) ? nBlank2 : nBlank1; } in GetSpaceCnt()
182 { return ( nLineDiff < 0 ) ? nBlank1 : nBlank2; } in GetSmallerSpaceCnt()
H A Dpormulti.cxx245 , nLineDiff(0) in SwDoubleLinePortion()
272 , nLineDiff(0) in SwDoubleLinePortion()
469 nLineDiff = GetRoot().Width(); in CalcBlanks()
473 nLineDiff -= GetRoot().GetNext()->Width(); in CalcBlanks()
639 if( !nLineDiff ) in Adjust_()
642 if( nLineDiff < 0 ) in Adjust_()
647 nLineDiff = -nLineDiff; in Adjust_()
686 nLineDiff -= nCalc * (sal_Int32(nCharCnt) - 1); in Adjust_()
688 if( nLineDiff > 1 ) in Adjust_()
690 nRight = static_cast<sal_uInt16>(nLineDiff / 2); in Adjust_()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dshdwcrsr.cxx49 tools::Long nLineDiff = nHeight / 2; in DrawTri() local
50 tools::Long nLineDiffHalf = nLineDiff / 2; in DrawTri()
56 Point aPt2( aPt1.X(), aPt1.Y() + nHeight - nLineDiff - 1 ); in DrawTri()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dpormulti.cxx633 SwTwips nLineDiff = GetRoot().Width() - GetRoot().GetNext()->Width(); in Adjust_() local
635 if( !nLineDiff ) in Adjust_()
638 if( nLineDiff < 0 ) in Adjust_()
643 nLineDiff = -nLineDiff; in Adjust_()
657 case css::text::RubyAdjust_CENTER: nRight = static_cast<sal_uInt16>(nLineDiff / 2); in Adjust_()
674 SwTwips nCalc = nLineDiff / sal_Int32(nCharCnt - nSub); in Adjust_()
682 nLineDiff -= nCalc * (sal_Int32(nCharCnt) - 1); in Adjust_()
684 if( nLineDiff > 1 ) in Adjust_()
686 nRight = static_cast<sal_uInt16>(nLineDiff / 2); in Adjust_()
687 nLeft = static_cast<sal_uInt16>(nLineDiff - nRight); in Adjust_()
[all …]
/dports/japanese/skkinput3/skkinput-3.0.6/lib/win/
H A DTTerminal.c487 register int nLineDiff ; in TTerminal_Update() local
489 nLineDiff = nReqLine - TVarbuffer_GetUsage (&wgTerm->tterminal.m_vbCurLineInfo) ; in TTerminal_Update()
491 TFAILED (TVarbuffer_Require (&wgTerm->tterminal.m_vbCurLineInfo, nLineDiff))) in TTerminal_Update()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Duntbl.cxx1572 sal_uInt16 nLineDiff = lcl_FindParentLines(rTable,*pBox).GetPos(pBoxLine); in SaveNewBoxes() local
1582 if( ( !pSourceBox || nCheckLine > nLineNo ) && nCheckLine < nLineDiff ) in SaveNewBoxes()
1592 nLineDiff = nLineDiff - nLineNo; in SaveNewBoxes()
1613 && ( nNodes - 1 > nLineDiff ); in SaveNewBoxes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Duntbl.cxx1586 sal_uInt16 nLineDiff = lcl_FindParentLines(rTable,*pBox).GetPos(pBoxLine); in SaveNewBoxes() local
1596 if( ( !pSourceBox || nCheckLine > nLineNo ) && nCheckLine < nLineDiff ) in SaveNewBoxes()
1606 nLineDiff = nLineDiff - nLineNo; in SaveNewBoxes()
1627 && ( nNodes - 1 > nLineDiff ); in SaveNewBoxes()