Home
last modified time | relevance | path

Searched refs:GF_SAVEAS (Results 1 – 5 of 5) sorted by relevance

/dports/editors/fte/fte/src/
H A Dg_qt_dlg.cpp35 if (Flags & GF_SAVEAS) { in DLGGetFile()
H A Dgui.h169 #define GF_SAVEAS 0x0002 macro
H A Do_buffer.cpp969 if (View->MView->Win->GetFile("Save As", sizeof(FName), FName, HIST_PATH, GF_SAVEAS) == 0) in FileSaveAs()
1009 …if (View->MView->Win->GetFile("Write To", sizeof(FName), FName, HIST_PATH, GF_SAVEAS) == 0) return… in FileWriteTo()
1053 … if (View->MView->Win->GetFile("Write block", sizeof(FName), FName, HIST_PATH, GF_SAVEAS) == 0) in BlockWrite()
1334 … if (V->GetFile("Save As", sizeof(FName), FName, HIST_PATH, GF_SAVEAS) == 0) return 0; in ConfQuit()
1364 … if (V->GetFile("Save As", sizeof(FName), FName, HIST_PATH, GF_SAVEAS) == 0) return 0; in ConfQuit()
H A Degui.cpp626 DesktopFileName, HIST_PATH, GF_SAVEAS)) in DesktopSaveAs()
H A Dg_pm.cpp505 ((Flags & GF_SAVEAS) ? FDS_SAVEAS_DIALOG : FDS_OPEN_DIALOG); in DLGGetFile()