Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dtxtdrop.cxx717 const void* nFntCacheId = nullptr; in CalcFontSize() local
734 rFnt.GetFontCacheId( nFntCacheId, nTmpIdx, rFnt.GetActual() ); in CalcFontSize()
739 ( m_aText[ nTmpIdx ] != aStr || m_aFontCacheId[ nTmpIdx ] != nFntCacheId || in CalcFontSize()
774 m_aFontCacheId[ nTmpIdx ] = nFntCacheId; in CalcFontSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dtxtdrop.cxx717 const void* nFntCacheId = nullptr; in CalcFontSize() local
734 rFnt.GetFontCacheId( nFntCacheId, nTmpIdx, rFnt.GetActual() ); in CalcFontSize()
739 ( aText[ nTmpIdx ] != aStr || aFontCacheId[ nTmpIdx ] != nFntCacheId || in CalcFontSize()
774 aFontCacheId[ nTmpIdx ] = nFntCacheId; in CalcFontSize()