X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxrow_funcs.h;h=2eee7cf2821be054b002d203c91ef592bbf5c8b3;hb=6a55be9506b112110826cf63bc21786044569f1d;hp=046e3c9d7de124cb562fe250eddd06767f24a9ae;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/lyxrow_funcs.h b/src/lyxrow_funcs.h index 046e3c9d7d..2eee7cf282 100644 --- a/src/lyxrow_funcs.h +++ b/src/lyxrow_funcs.h @@ -13,24 +13,12 @@ #ifndef LYXROW_FUNCS_H #define LYXROW_FUNCS_H -#include "RowList.h" #include "support/types.h" class Paragraph; +class Row; -bool isParEnd(Paragraph const & par, RowList::iterator rit); - -lyx::pos_type lastPos(Paragraph const & par, RowList::iterator rit); - -lyx::pos_type lastPrintablePos(Paragraph const & par, RowList::iterator rit); - -int numberOfSeparators(Paragraph const & par, RowList::iterator rit); - -int numberOfHfills(Paragraph const & par, RowList::iterator rit); - -int numberOfLabelHfills(Paragraph const & par, RowList::iterator rit); - -bool hfillExpansion(Paragraph const & par, RowList::iterator rit, +bool hfillExpansion(Paragraph const & par, Row const & row, lyx::pos_type pos); #endif