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:
André Pönitz 2004-08-15 21:59:29 +00:00
parent adec8fe46d
commit c7c1ec103f

View File

@ -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);