Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dtxtdrop.cxx309 const SwTwips nBasePosY = rInf.Y(); in PaintText() local
310 const_cast<SwTextPaintInfo&>(rInf).Y( nBasePosY + m_nY ); in PaintText()
340 const_cast<SwTextPaintInfo&>(rInf).Y( nBasePosY ); in PaintText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dtxtdrop.cxx309 const SwTwips nBasePosY = rInf.Y(); in PaintText() local
310 const_cast<SwTextPaintInfo&>(rInf).Y( nBasePosY + nY ); in PaintText()
340 const_cast<SwTextPaintInfo&>(rInf).Y( nBasePosY ); in PaintText()