Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Doutput2.cxx1963 tools::Long nTestClipHeight = aVars.GetTextSize().Height(); in LayoutStrings() local
1971 nTestClipHeight += nTop; in LayoutStrings()
1978 nTestClipHeight += nBot; in LayoutStrings()
1987 nTestClipHeight += std::abs( nTop - nBot ); in LayoutStrings()
1996 if ( nTestClipHeight > nOutHeight ) in LayoutStrings()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Doutput2.cxx1887 long nTestClipHeight = aVars.GetTextSize().Height(); in LayoutStrings() local
1895 nTestClipHeight += nTop; in LayoutStrings()
1902 nTestClipHeight += nBot; in LayoutStrings()
1911 nTestClipHeight += std::abs( nTop - nBot ); in LayoutStrings()
1920 if ( nTestClipHeight > nOutHeight ) in LayoutStrings()