Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit3.cxx3188 const long nAdvanceX = ( nTmpIdx == nTmpEnd ? in Paint() local
3196 aTopLeftRectPos.AdjustX(nAdvanceX ); in Paint()
3203 aTopLeftRectPos.AdjustY( -nAdvanceX ); in Paint()
3208 aTopLeftRectPos.AdjustY(nAdvanceX ); in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit3.cxx3301 const tools::Long nAdvanceX = ( nTmpIdx == nTmpEnd ? in Paint() local
3307 adjustXDirectionAware(aTopLeftRectPos, nAdvanceX); in Paint()