mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
whoops forgot this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6406 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
60bce4889f
commit
122955821d
@ -606,8 +606,9 @@ private:
|
||||
*/
|
||||
|
||||
|
||||
/// get the next breakpoint in a given paragraph
|
||||
lyx::pos_type nextBreakPoint(BufferView &, Row const & row) const;
|
||||
/// return the pos value *before* which a row should break.
|
||||
/// for example, the pos at which IsNewLine(pos) == true
|
||||
lyx::pos_type rowBreakPoint(BufferView &, Row const & row) const;
|
||||
|
||||
/// returns the minimum space a row needs on the screen in pixel
|
||||
int fill(BufferView &, Row & row, int workwidth) const;
|
||||
|
Loading…
Reference in New Issue
Block a user