Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/emfio/source/reader/
H A Dmtftools.cxx389 tools::Long nMeasuredTextLength(pTempVirtualDevice->GetTextWidth(rText)); in evaluateAlternativeFontScale() local
391 if (!nMeasuredTextLength) in evaluateAlternativeFontScale()
392 nMeasuredTextLength = nImportedTextLength; in evaluateAlternativeFontScale()
395 if (nImportedTextLength != nMeasuredTextLength) in evaluateAlternativeFontScale()
397 …e fFactorText(static_cast<double>(nImportedTextLength) / static_cast<double>(nMeasuredTextLength)); in evaluateAlternativeFontScale()