]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTabular.h
Implement proper pasting from multiple table cells to non-table (#4447)
[features.git] / src / insets / InsetTabular.h
index abb5e402f68dad7afe591a2206cebfa56d1bc3ec..0e76bdd9aeb0465128c851eb9ba67ff690a790b0 100644 (file)
@@ -1075,6 +1075,8 @@ public:
        /// writes the cells between stidx and enidx as a string, optionally
        /// descending into the insets
        docstring asString(idx_type stidx, idx_type enidx, bool intoInsets = true);
+       ///
+       ParagraphList asParList(idx_type stidx, idx_type enidx);
 
        /// Returns whether the cell in the specified row and column is selected.
        bool isCellSelected(Cursor & cur, row_type row, col_type col) const;