Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit3.cxx1837 bool bAltFullRight = false; in ImpBreakLine() local
1958 bAltFullRight = aWord.endsWith(aAltRight); in ImpBreakLine()
1959 …etLength() - aAlt.getLength() + static_cast<int>(!bAltFullLeft) + static_cast<int>(!bAltFullRight); in ImpBreakLine()
2007 …if ( cAlternateReplChar || aAlt.getLength() < aWord.getLength() || !bAltFullRight) // also for "om… in ImpBreakLine()
2057 …if ( (cAlternateReplChar || cAlternateExtraChar) && bAltFullRight ) // alternation after the break… in ImpBreakLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit3.cxx1837 bool bAltFullRight = false; in ImpBreakLine() local
1959 bAltFullRight = aWord.endsWith(aAltRight); in ImpBreakLine()
1960 …etLength() - aAlt.getLength() + static_cast<int>(!bAltFullLeft) + static_cast<int>(!bAltFullRight); in ImpBreakLine()
2008 …if ( cAlternateReplChar || aAlt.getLength() < aWord.getLength() || !bAltFullRight) // also for "om… in ImpBreakLine()
2056 …if ( (cAlternateReplChar || cAlternateExtraChar) && bAltFullRight ) // alternation after the break… in ImpBreakLine()