Home
last modified time | relevance | path

Searched refs:OPENFILE (Results 1 – 22 of 22) sorted by relevance

/dports/games/dMagnetic/dMagnetic_0.32/src/loader/
H A Dloader_msdos.c146 #define OPENFILE(filename) \ in loader_msdos() macro
187 OPENFILE(filename); in loader_msdos()
220 OPENFILE(filename); in loader_msdos()
243 OPENFILE(filename); in loader_msdos()
254 OPENFILE(filename); in loader_msdos()
259 OPENFILE(filename); in loader_msdos()
271 OPENFILE(filename); in loader_msdos()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/desktop/
H A DDesktopWin32ApplicationLaunch.cpp45 const ULONG_PTR OPENFILE = 1; variable
164 copydata.dwData = OPENFILE; in sendMessage()
190 if (cds->dwData == OPENFILE) in nativeEvent()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/android/
H A Dsplashscreencontainerwidget.cpp206 …m_masterImage->setIcon(QIcon::fromTheme(QLatin1String("document-open"), Utils::Icons::OPENFILE.ico… in SplashScreenContainerWidget()
211 …terImage->setIcon(QIcon::fromTheme(QLatin1String("document-open"), Utils::Icons::OPENFILE.icon())); in SplashScreenContainerWidget()
216 …terImage->setIcon(QIcon::fromTheme(QLatin1String("document-open"), Utils::Icons::OPENFILE.icon())); in SplashScreenContainerWidget()
H A Dandroidmanifesteditoriconcontainerwidget.cpp63 …onButton->setIcon(QIcon::fromTheme(QLatin1String("document-open"), Utils::Icons::OPENFILE.icon())); in AndroidManifestEditorIconContainerWidget()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/io/
H A Dcompressed_io.c52 #define openfile_ OPENFILE
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/io/
H A Dcompressed_io.c52 #define openfile_ OPENFILE
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxcontrol.cpp39 #define OPENFILE(filepath) fopen(filepath.fn_str(),"r") macro
41 #define OPENFILE(filepath) fopen(filepath.mb_str(wxConvLocal),"r") macro
1637 FILE* f = OPENFILE(tablepath); in CreateTABLE()
1674 FILE* f = OPENFILE(filepath); in CreateEmptyTABLE()
1733 FILE* f = OPENFILE(treepath); in CreateTREE()
1757 FILE* f = OPENFILE(colorspath); in CreateCOLORS()
H A Dwxlayer.cpp48 #define OPENFILE(filepath) fopen(filepath.fn_str(),"r") macro
50 #define OPENFILE(filepath) fopen(filepath.mb_str(wxConvLocal),"r") macro
1825 FILE* f = OPENFILE(path); in FindRuleFile()
1831 return OPENFILE(path); in FindRuleFile()
2198 FILE* f = OPENFILE(path); in FindColorFile()
2207 f = OPENFILE(path); in FindColorFile()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dutilsicons.h64 QTCREATOR_UTILS_EXPORT extern const Icon OPENFILE;
H A Dutilsicons.cpp96 const Icon OPENFILE({ variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Dtesttreeitem.cpp44 Utils::Icons::OPENFILE.icon(), in testTreeIcon()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/
H A Declipse.c249 #define OPENFILE _T_ECLIPSE("--launcher.openFile") macro
342 { OPENFILE, &filePath, ADJUST_PATH | VALUE_IS_LIST, -1 },
862 newArgv[1] = OPENFILE; in processDefaultAction()
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32wsdialogs.pp702 OPENFILE: LPOPENFILENAME;
704 OPENFILE := LPOPENFILENAME(AHandle);
705 if OPENFILE^.lCustData <> 0 then
706 Dispose(POpenFileDialogRec(OPENFILE^.lCustData));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wsdialogs.pp715 OPENFILE: LPOPENFILENAME;
717 OPENFILE := LPOPENFILENAME(AHandle);
718 if OPENFILE^.lCustData <> 0 then
719 Dispose(POpenFileDialogRec(OPENFILE^.lCustData));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32wsdialogs.pp702 OPENFILE: LPOPENFILENAME;
704 OPENFILE := LPOPENFILENAME(AHandle);
705 if OPENFILE^.lCustData <> 0 then
706 Dispose(POpenFileDialogRec(OPENFILE^.lCustData));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wsdialogs.pp715 OPENFILE: LPOPENFILENAME;
717 OPENFILE := LPOPENFILENAME(AHandle);
718 if OPENFILE^.lCustData <> 0 then
719 Dispose(POpenFileDialogRec(OPENFILE^.lCustData));
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/iconlister/
H A Diconlister.cpp598 {OPENFILE.icon(), "OPENFILE", prefix, in addUtilsIcons()
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dscaffolding.c1056 ITEM_MB(OPENFILE, openfile, file); in nsgtk_menu_initialise()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dmainwindow.cpp535 icon = QIcon::fromTheme(QLatin1String("document-open"), Utils::Icons::OPENFILE.icon()); in registerDefaultActions()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dprojectexplorer.cpp234 const char OPENFILE[] = "ProjectExplorer.OpenFile"; variable
1016 cmd = ActionManager::registerAction(dd->m_openFileAction, Constants::OPENFILE, in initialize()
/dports/mail/cone/cone-1.1/cone/po/
H A Dcone.pot3128 msgid "OPENFILE:"
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node/bin/
H A Dcorepack12727 const OPENFILE = Symbol('openfile')
13006 [OPENFILE] () {