LibreOffice Module sw (master) 1
|
#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>
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... | |
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().