Searched refs:wBoundary (Results 1 – 1 of 1) sorted by relevance
376 Boundary wBoundary = getWordBoundary( Text, nStartPos, rLocale, in getLineBreak() local379 aHyphenatedWord = hOptions.rHyphenator->hyphenate(Text.copy(wBoundary.startPos, in getLineBreak()380 wBoundary.endPos - wBoundary.startPos), rLocale, in getLineBreak()381 … (sal_Int16) (hOptions.hyphenIndex - wBoundary.startPos), hOptions.aHyphenationOptions); in getLineBreak()384 … if(wBoundary.startPos + aHyphenatedWord->getHyphenationPos() + 1 < nMinBreakPos ) in getLineBreak()387 lbr.breakIndex = wBoundary.startPos; //aHyphenatedWord->getHyphenationPos(); in getLineBreak()
Completed in 16 milliseconds