diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-22 16:10:19 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-22 16:10:19 +0200 |
commit | 156f3622e4197dddeba990637dcbe1100c5d51ac (patch) | |
tree | 515d895e93c85959df85cde0b1feb9b986a5a855 /dw/textblock.hh | |
parent | 473610dbc053c39ff9d94476b23ea6a51ff07e1f (diff) |
Implemented OOFPositionedMgr::tellPosition (and what is needed else).
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 870a7c87..499992c1 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -710,6 +710,7 @@ protected: void processWord (int wordIndex); virtual int wordWrap (int wordIndex, bool wrapAll); int wrapWordInFlow (int wordIndex, bool wrapAll); + int wrapWordOofRef (int wordIndex, bool wrapAll); void balanceBreakPosAndHeight (int wordIndex, int firstIndex, int *searchUntil, bool tempNewLine, int penaltyIndex, bool borderIsCalculated, |