Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dtexteng.cxx75 , mnCurTextHeight {0}
452 mnCurTextHeight = 0; in SetText()
1110 return mnCurTextHeight; in GetTextHeight()
1553 const tools::Long nDiff = nNewHeight - mnCurTextHeight; in FormatDoc()
1554 if ( nNewHeight < mnCurTextHeight ) in FormatDoc()
1556 maInvalidRect.SetBottom( std::max( nNewHeight, mnCurTextHeight ) ); in FormatDoc()
1566 mnCurTextHeight = nNewHeight; in FormatDoc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dtexteng.cxx75 , mnCurTextHeight {0}
452 mnCurTextHeight = 0; in SetText()
1110 return mnCurTextHeight; in GetTextHeight()
1553 const long nDiff = nNewHeight - mnCurTextHeight; in FormatDoc()
1554 if ( nNewHeight < mnCurTextHeight ) in FormatDoc()
1556 maInvalidRect.SetBottom( std::max( nNewHeight, mnCurTextHeight ) ); in FormatDoc()
1566 mnCurTextHeight = nNewHeight; in FormatDoc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dtexteng.hxx115 long mnCurTextHeight; member in TextEngine
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dtexteng.hxx111 tools::Long mnCurTextHeight; member in TextEngine