Home
last modified time | relevance | path

Searched refs:PasteClipEntry (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DPasteTargetComboBox.cpp53 PasteClipEntry(clip); in PasteClipNumber()
62 applied = applied || PasteClipEntry(clip); in PasteClipEntries()
67 bool PasteTargetComboBox::PasteClipEntry(ClipEditorModel::clipEntry *clip) in PasteClipEntry() function in PasteTargetComboBox
H A DPasteTargetComboBox.h65 bool PasteClipEntry(ClipEditorModel::clipEntry *clip);
/dports/textproc/sigil/Sigil-1.8.0/src/ViewEditors/
H A DCodeViewEditor.h590 bool PasteClipEntry(ClipEditorModel::clipEntry *clip);
H A DCodeViewEditor.cpp2278 PasteClipEntry(clip); in PasteClipNumber()
2287 bool res = PasteClipEntry(clip); in PasteClipEntries()
2296 PasteClipEntry(clip); in PasteClipEntryFromName()
2299 bool CodeViewEditor::PasteClipEntry(ClipEditorModel::clipEntry *clip) in PasteClipEntry() function in CodeViewEditor