Home
last modified time | relevance | path

Searched refs:fileSaveTemplate (Results 1 – 3 of 3) sorted by relevance

/dports/comms/qsstv/qsstv/editor/
H A Deditor.cpp112 fileSaveTemplate = new QAction(("Save as &Template"),this); in initActions()
113 fileSaveTemplate->setStatusTip(tr("Save template file ")); in initActions()
114 connect(fileSaveTemplate, SIGNAL(triggered()), this, SLOT(slotFileSaveTemplate())); in initActions()
149 fileMenu->addAction(fileSaveTemplate); in initMenubar()
H A Deditor.h72 QAction *fileSaveTemplate; variable
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_EditMethods.cpp449 static EV_EditMethod_Fn fileSaveTemplate; member in ap_EditMethods
984 EV_EditMethod(NF(fileSaveTemplate), 0, ""),
2853 Defun1(fileSaveTemplate) in Defun1() argument