Home
last modified time | relevance | path

Searched refs:PASTE_COMMENTS (Results 1 – 6 of 6) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dclipboard.h13 PASTE_COMMENTS = 1 << 3, enumerator
56 PASTE_ALL_CELL = (PASTE_CONTENTS | PASTE_FORMATS | PASTE_COMMENTS | PASTE_OBJECTS),
H A Dclipboard.c326 if ((pt->paste_flags & PASTE_COMMENTS) && in paste_object()
445 if (pt->paste_flags & (PASTE_COMMENTS | PASTE_OBJECTS)) in clipboard_paste_region()
533 if (pt->paste_flags & PASTE_COMMENTS) in clipboard_paste_region()
629 if (pt->paste_flags & (PASTE_COMMENTS | PASTE_OBJECTS)) in clipboard_paste_region()
773 PASTE_OBJECTS | PASTE_COMMENTS | in cb_clipboard_copy_range_undo()
H A Dsort.c190 pt.paste_flags = PASTE_CONTENTS | PASTE_COMMENTS | PASTE_NO_RECALC; in sort_permute()
H A Dgui-clipboard.c888 PASTE_COMMENTS | PASTE_OBJECTS); in table_cellregion_write()
H A Dcommands.c2138 PASTE_CONTENTS | PASTE_FORMATS | PASTE_COMMENTS | in cmd_sort_undo()
3927 flags = PASTE_CONTENTS | PASTE_FORMATS | PASTE_COMMENTS | in cmd_merge_cells_undo()
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-paste-special.c50 {FALSE, PASTE_COMMENTS},