X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.h;h=c263a5c82a7126a103a536f9e67a8dfd786a0cb4;hb=e01e14872d60935908ad42bc164bff1342277b22;hp=39de6b903674c2c6b93d56d24986ebc73bfa1b60;hpb=40c4d50c82879cf85a27b7b38b0e7200efde6bad;p=lyx.git diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index 39de6b9036..c263a5c82a 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -121,6 +121,8 @@ void eraseSelection(Cursor & cur); /// start. If the selection is inside only one cell, nothing is done. Return /// true if the selection now does not span multiple cells anymore. bool reduceSelectionToOneCell(Cursor & cur); +/// Returns true if multiple cells are selected in mathed. +bool multipleCellsSelected(Cursor const & cur); /// Erase the selection and return it as a string. /// Does not handle undo. Does only work if the whole selection is in mathed. docstring grabAndEraseSelection(Cursor & cur);