Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dpormulti.cxx423 const sal_uInt16 nTmpAsc = rInf.GetAscent(); in FormatBrackets() local
424 if( nTmpAsc > m_pBracket->nAscent ) in FormatBrackets()
426 m_pBracket->nHeight += nTmpAsc - m_pBracket->nAscent; in FormatBrackets()
427 m_pBracket->nAscent = nTmpAsc; in FormatBrackets()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dpormulti.cxx427 const sal_uInt16 nTmpAsc = rInf.GetAscent(); in FormatBrackets() local
428 if( nTmpAsc > pBracket->nAscent ) in FormatBrackets()
430 pBracket->nHeight += nTmpAsc - pBracket->nAscent; in FormatBrackets()
431 pBracket->nAscent = nTmpAsc; in FormatBrackets()