Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/win32/source/guiloader/
H A Dgenericloader.cxx26 WCHAR szIniDirectory[MAX_PATH]; in GenericMain() local
29 desktop_win32::extendLoaderEnvironment(szTargetFileName, szIniDirectory); in GenericMain()
40 size_t iniDirLen = wcslen(szIniDirectory); in GenericMain()
50 redirect, szIniDirectory, szIniDirectory + iniDirLen, in GenericMain()
68 p = desktop_win32::commandLineAppend(p, szIniDirectory); in GenericMain()
88 szIniDirectory, in GenericMain()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/win32/source/
H A Dloader.cxx161 WCHAR szIniDirectory[MAX_PATH]; in officeloader_impl() local
164 desktop_win32::extendLoaderEnvironment(szTargetFileName, szIniDirectory); in officeloader_impl()
191 const size_t nDirLen = wcslen(szIniDirectory); in officeloader_impl()
195 wcscpy(szBootstrapIni, szIniDirectory); in officeloader_impl()
336 bAllowConsole ? 0 : DETACHED_PROCESS, nullptr, szIniDirectory, in officeloader_impl()
383 WCHAR szIniDirectory[MAX_PATH]; in unopkgloader_impl() local
384 desktop_win32::extendLoaderEnvironment(szTargetFileName, szIniDirectory); in unopkgloader_impl()
392 size_t iniDirLen = wcslen(szIniDirectory); in unopkgloader_impl()
402 redirect, szIniDirectory, szIniDirectory + iniDirLen, in unopkgloader_impl()
420 p = desktop_win32::commandLineAppend(p, szIniDirectory); in unopkgloader_impl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/win32/source/
H A Dloader.cxx142 WCHAR szIniDirectory[MAX_PATH]; in officeloader_impl() local
145 desktop_win32::extendLoaderEnvironment(szTargetFileName, szIniDirectory); in officeloader_impl()
172 const size_t nDirLen = wcslen(szIniDirectory); in officeloader_impl()
176 wcscpy(szBootstrapIni, szIniDirectory); in officeloader_impl()
288 bAllowConsole ? 0 : DETACHED_PROCESS, nullptr, szIniDirectory, in officeloader_impl()