Home
last modified time | relevance | path

Searched refs:STARTUPINFO (Results 1 – 18 of 18) sorted by relevance

/AOO41X/main/odk/source/unoapploader/win/
H A Dunoapploader.c79 STARTUPINFO startup_info; in WinMain()
136 memset( &startup_info, 0, sizeof( STARTUPINFO ) ); in WinMain()
137 startup_info.cb = sizeof( STARTUPINFO ); in WinMain()
/AOO41X/main/migrationanalysis/src/wizard/
H A DAnalyse.bas57 Private Type STARTUPINFO type
93 lpStartupInfo As STARTUPINFO, lpProcessInformation As _
286 Dim start As STARTUPINFO
/AOO41X/main/desktop/win32/source/setup/
H A Dsetup.cpp777 STARTUPINFO aSUI; in LaunchInstaller()
787 ZeroMemory( (void*)&aSUI, sizeof( STARTUPINFO ) ); in LaunchInstaller()
789 aSUI.cb = sizeof(STARTUPINFO); in LaunchInstaller()
1841 STARTUPINFO aSUI; in InstallRuntimes()
1845 ZeroMemory( (void*)&aSUI, sizeof( STARTUPINFO ) ); in InstallRuntimes()
1847 aSUI.cb = sizeof(STARTUPINFO); in InstallRuntimes()
/AOO41X/main/sal/osl/w32/
H A Dprocimpl.cxx510 STARTUPINFO startup_info; in osl_executeProcess_WithRedirectedIO()
511 memset(&startup_info, 0, sizeof(STARTUPINFO)); in osl_executeProcess_WithRedirectedIO()
513 startup_info.cb = sizeof(STARTUPINFO); in osl_executeProcess_WithRedirectedIO()
H A Dsignal.cxx136 STARTUPINFO StartupInfo; in ReportCrash()
/AOO41X/main/soldep/bootstrp/
H A Dcommand.cxx609 STARTUPINFO aStartupInfo; in operator int()
611 aStartupInfo.cb = sizeof( STARTUPINFO ); in operator int()
/AOO41X/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx55 STARTUPINFO aStartupInfo; in WinMain()
/AOO41X/main/setup_native/source/win32/customactions/shellextensions/
H A Dpostuninstall.cxx70 STARTUPINFO si; in ExecuteCommand()
H A Dregisterextensions.cxx193 STARTUPINFO si; in ExecuteCommand()
/AOO41X/main/desktop/win32/source/guiloader/
H A Dgenericloader.cxx55 STARTUPINFO aStartupInfo; in GenericMain()
/AOO41X/main/desktop/win32/source/
H A Dwrapper.h72 STARTUPINFO aStartupInfo; in Main()
/AOO41X/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx179 STARTUPINFO si; in RegisterLanguagePack()
/AOO41X/main/svx/source/dialog/
H A Dsendreportw32.cxx217 STARTUPINFO StartupInfo; in SendReport()
/AOO41X/main/xmerge/source/activesync/
H A DXMergeFilter.cpp214 STARTUPINFO si; in NextConvertFile()
/AOO41X/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx181 STARTUPINFO aStartupInfo; in WinMain()
/AOO41X/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx358 STARTUPINFO aStartupInfo; in _tWinMain()
/AOO41X/main/vcl/win/source/app/
H A Dsalinst.cxx490 STARTUPINFO aSI; in InitSalMain()
/AOO41X/main/desktop/win32/source/guistdio/
H A Dguistdio.inc295 STARTUPINFO aStartupInfo;