mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
prepare for fat changes...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8949 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
adec8fe46d
commit
c7c1ec103f
@ -100,6 +100,10 @@ public:
|
|||||||
/// rebreaks the cursor par
|
/// rebreaks the cursor par
|
||||||
void redoParagraph(LCursor & cur);
|
void redoParagraph(LCursor & cur);
|
||||||
|
|
||||||
|
/// returns pos in given par at given x coord
|
||||||
|
pos_type x2pos(par_type pit, int row, int x) const;
|
||||||
|
int pos2x(par_type pit, pos_type pos) const;
|
||||||
|
|
||||||
///
|
///
|
||||||
void toggleFree(LCursor & cur, LyXFont const &, bool toggleall = false);
|
void toggleFree(LCursor & cur, LyXFont const &, bool toggleall = false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user