X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.h;h=332e414002b322570e2844bc3ad516229b7721da;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=a713bc30af918ef82e06088ad7fcc92327f6c152;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index a713bc30af..332e414002 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -56,7 +56,8 @@ void copySelection(LCursor & cur); /// void pasteSelection(LCursor & cur, ErrorList &, size_t sel_index = 0); -/// +/// Paste the paragraph list \p parlist at the position given by \p cur. +/// Does not handle undo. Does only work in text, not mathed. void pasteParagraphList(LCursor & cur, ParagraphList const & parlist, textclass_type textclass, ErrorList & errorList); @@ -69,11 +70,11 @@ void switchBetweenClasses(textclass_type c1, textclass_type c2, InsetText & in, ErrorList &); /// -std::string grabSelection(LCursor const & cur); +docstring grabSelection(LCursor const & cur); /// void eraseSelection(LCursor & cur); /// -std::string grabAndEraseSelection(LCursor & cur); +docstring grabAndEraseSelection(LCursor & cur); // other selection methods /// void selCut(LCursor & cur);