Home
last modified time | relevance | path

Searched refs:nLeftStart (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Drubydialog.cxx758 long nLeftStart = nCenter - nHalfWidth; in Paint() local
781 nLeftStart = nCenter - nHalfWidth; in Paint()
796 rRenderContext.DrawText(Point(nLeftStart , nYBase), sBaseText); in Paint()
805 rRenderContext.DrawText(Point(nLeftStart , nYRuby), sRubyText); in Paint()
815 rRenderContext.DrawText(Point(nLeftStart , nYOutput), sOutputText); in Paint()
823 if (nOutTextWidth < (nRightEnd - nLeftStart - nCharWidth)) in Paint()
826 nLeftStart += nCharWidth; in Paint()
836 …long nSpace = ((nRightEnd - nLeftStart) - rRenderContext.GetTextWidth(sOutputText)) / (nCount - 1); in Paint()
840 rRenderContext.DrawText(Point(nLeftStart , nYOutput), sChar); in Paint()
842 nLeftStart += nCharWidth + nSpace; in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Drubydialog.cxx739 tools::Long nLeftStart = nCenter - nHalfWidth; in Paint() local
762 nLeftStart = nCenter - nHalfWidth; in Paint()
777 rRenderContext.DrawText(Point(nLeftStart, nYBase), sBaseText); in Paint()
786 rRenderContext.DrawText(Point(nLeftStart, nYRuby), sRubyText); in Paint()
796 rRenderContext.DrawText(Point(nLeftStart, nYOutput), sOutputText); in Paint()
804 if (nOutTextWidth < (nRightEnd - nLeftStart - nCharWidth)) in Paint()
807 nLeftStart += nCharWidth; in Paint()
818 = ((nRightEnd - nLeftStart) - rRenderContext.GetTextWidth(sOutputText)) in Paint()
823 rRenderContext.DrawText(Point(nLeftStart, nYOutput), sChar); in Paint()
825 nLeftStart += nCharWidth + nSpace; in Paint()