LibreOffice Module sw (master) 1
Functions
txthyph.cxx File Reference
#include <breakit.hxx>
#include <editeng/unolingu.hxx>
#include <com/sun/star/i18n/WordType.hpp>
#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <viewopt.hxx>
#include <viewsh.hxx>
#include <SwPortionHandler.hxx>
#include "porhyph.hxx"
#include "inftxt.hxx"
#include "itrform2.hxx"
#include "guess.hxx"
#include <rootfrm.hxx>
Include dependency graph for txthyph.cxx:

Go to the source code of this file.

Functions

void SetParaPortion (SwTextInfo *pInf, SwParaPortion *pRoot)
 We format a row for interactive hyphenation We can assume that we've already formatted. More...
 

Function Documentation

◆ SetParaPortion()

void SetParaPortion ( SwTextInfo pInf,
SwParaPortion pRoot 
)

We format a row for interactive hyphenation We can assume that we've already formatted.

We just reformat the row, the hyphenator will be prepared like the UI expects it to be. TODO: We can of course optimize this a lot.

Definition at line 120 of file txthyph.cxx.

Referenced by SwTextFormatter::Hyphenate().