Home
last modified time | relevance | path

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

/dports/editors/tea/tea-qt-60.5.1/
H A Ddocument.h210 bool file_save_with_name (const QString &fileName, const QString &codec);
H A Ddocument.cpp872 file_save_with_name (file_name, charset); in ~CDocument()
888 file_save_with_name (file_name, charset); in ~CDocument()
969 bool CDocument::file_save_with_name (const QString &fileName, const QString &codec) in file_save_with_name() function in CDocument
2411 (*i)->file_save_with_name ((*i)->file_name, (*i)->charset); in autosave()
H A Dtea.cpp902 d->file_save_with_name (filename, cb_fman_codecs->currentText()); in cb_button_saves_as()
1339 d->file_save_with_name (d->file_name, d->charset); in file_save()
1450 d->file_save_with_name (fileName, cb_codecs->currentText()); in file_save_as()