X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTabular.h;h=79bc8cea23f7fc994408a2315a94f13580c88f00;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=c3a64cea937ed98d515b0ace9b1935789f57507d;hpb=36dbec45069bf3d9db923200835e44f44d904eb8;p=lyx.git diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index c3a64cea93..79bc8cea23 100644 --- a/src/insets/InsetTabular.h +++ b/src/insets/InsetTabular.h @@ -734,8 +734,9 @@ public: // this should return true if we have a "normal" cell, otherwise false. // "normal" means without width set! /// should all paragraphs be output with "Standard" layout? - bool forceDefaultParagraphs(idx_type cell = 0) const; - + virtual bool allowParagraphCustomization(idx_type cell = 0) const; + /// + virtual bool forceEmptyLayout() { return true; } /// void addPreview(graphics::PreviewLoader &) const; @@ -745,7 +746,7 @@ public: /// set the owning buffer void buffer(Buffer const * buf); /// lock cell with given index - void edit(Cursor & cur, bool left); + void edit(Cursor & cur, bool front, EntryDirection entry_from); /// Inset * editXY(Cursor & cur, int x, int y); /// can we go further down on mouse click?