]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow_funcs.h
Make enter button work in GTK text dialog
[lyx.git] / src / lyxrow_funcs.h
index 236584de7e9b660b2bf4de91be81a51a242df31a..2eee7cf2821be054b002d203c91ef592bbf5c8b3 100644 (file)
 class Paragraph;
 class Row;
 
-bool isParEnd(Paragraph const & par, Row const & row);
-
-lyx::pos_type lastPos(Paragraph const & par, Row const & row);
-
-int numberOfSeparators(Paragraph const & par, Row const & row);
-
-int numberOfHfills(Paragraph const & par, Row const & row);
-
-int numberOfLabelHfills(Paragraph const & par, Row const & row);
-
 bool hfillExpansion(Paragraph const & par, Row const & row,
        lyx::pos_type pos);