]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / paragraph_funcs.h
index 8f4fcfad529a2461bfa233fecaec942175e88aee..7bf37146d913007c9fc760ab40998ed44b573d50 100644 (file)
@@ -56,19 +56,9 @@ bool isFirstInSequence(lyx::pit_type par, ParagraphList const & plist);
     proof environment */
 int getEndLabel(lyx::pit_type par, ParagraphList const & plist);
 
-LyXFont const outerFont(lyx::pit_type par, ParagraphList const & plist);
-
-/// find outermost paragraph containing an inset
-lyx::pit_type outerPar(Buffer const & buf, InsetBase const * inset);
-
-/// return the range of pars [beg, end[ owning the range of y [ystart, yend]
-void getParsInRange(ParagraphList & plist,
-                               int ystart, int yend,
-                               lyx::pit_type & beg,
-                               lyx::pit_type & end);
+LyXFont const outerFont(lyx::pit_type par_offset, ParagraphList const & pars);
 
 /// return the number of InsetOptArg in a paragraph
 int numberOfOptArgs(Paragraph const & par);
 
-
 #endif // PARAGRAPH_FUNCS_H