X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxrow_funcs.h;h=2eee7cf2821be054b002d203c91ef592bbf5c8b3;hb=9ee46b846e5e84ad40ceda4f4af94aeb86cd90a2;hp=57a774bcc3ef24e7507daeb9111db1080b3af947;hpb=b0a5773d95a73a57db7a2c9290616757715375c0;p=lyx.git diff --git a/src/lyxrow_funcs.h b/src/lyxrow_funcs.h index 57a774bcc3..2eee7cf282 100644 --- a/src/lyxrow_funcs.h +++ b/src/lyxrow_funcs.h @@ -13,22 +13,12 @@ #ifndef LYXROW_FUNCS_H #define LYXROW_FUNCS_H -#include "RowList_fwd.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); - -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