/aoo4110/main/desktop/win32/source/ |
H A D | unoinfo.cxx | 41 #define MY_STRING(s) (s), MY_LENGTH(s) macro 89 writePath(path, pathEnd, MY_STRING(L"")); 100 writePath(path, pathEnd, MY_STRING(L"")); 105 writePath(path, pathEnd, MY_STRING(L"classes\\unoil.jar")); 107 writePath(path, pathEnd, MY_STRING(L"classes\\ridl.jar")); 109 writePath(path, pathEnd, MY_STRING(L"classes\\jurt.jar")); 111 writePath(path, pathEnd, MY_STRING(L"classes\\juh.jar"));
|
H A D | extendloaderenvironment.cxx | 111 path, iniDirectory, iniDirEnd, MY_STRING(L"..\\basis-link")); in extendLoaderEnvironment() 134 path, iniDirectory, iniDirEnd, MY_STRING(L"..")); in extendLoaderEnvironment() 139 pad, path, pathEnd, MY_STRING(L"\\..\\program")); in extendLoaderEnvironment() 149 pathEnd = tools::buildPath(path, path, pathEnd, MY_STRING(L"")); in extendLoaderEnvironment()
|
H A D | extendloaderenvironment.hxx | 34 #define MY_STRING(s) (s), MY_LENGTH(s) macro 56 buffer = commandLineAppend(buffer, MY_STRING(L"\\$")); in commandLineAppendEncoded() 59 buffer = commandLineAppend(buffer, MY_STRING(L"\\\\")); in commandLineAppendEncoded()
|
/aoo4110/main/pyuno/zipcore/ |
H A D | python.cxx | 42 #define MY_STRING(s) (s), MY_LENGTH(s) macro 101 MY_STRING(L"fundamental.ini")); 110 MY_STRING(L"python-core-" MY_PYVERSION L"\\lib")); 118 MY_STRING( 128 MY_STRING(L"python-core-" MY_PYVERSION L"\\lib\\lib-dynload")); 135 MY_STRING(L"python-core-" MY_PYVERSION L"\\lib\\lib-dynload")); 143 MY_STRING(L"python-core-" MY_PYVERSION)); 151 MY_STRING( 154 MY_STRING(
|
/aoo4110/main/desktop/win32/source/guiloader/ |
H A D | genericloader.cxx | 79 MY_STRING(L"redirect.ini")) != NULL && in GenericMain() 95 p, MY_STRING(L" \"-env:INIFILENAME=vnd.sun.star.pathname:")); in GenericMain() 97 p = desktop_win32::commandLineAppend(p, MY_STRING(L"redirect.ini\"")); in GenericMain() 99 p = desktop_win32::commandLineAppend(p, MY_STRING(L" \"-env:OOO_CWD=")); in GenericMain() 101 p = desktop_win32::commandLineAppend(p, MY_STRING(L"0")); in GenericMain() 103 p = desktop_win32::commandLineAppend(p, MY_STRING(L"2")); in GenericMain() 106 desktop_win32::commandLineAppend(p, MY_STRING(L"\"")); in GenericMain()
|
/aoo4110/main/desktop/win32/source/rebase/ |
H A D | rebase.cxx | 45 #define MY_STRING(s) (s), MY_LENGTH(s) macro 156 if (tools::buildPath(path, path, pathEnd, MY_STRING(L"")) == NULL) in WinMain() 160 if (tools::buildPath(path, path, pathEnd, MY_STRING(L"..\\basis-link")) == NULL) in WinMain() 167 if (tools::buildPath(path, path, pathEnd, MY_STRING(L"\\program\\")) == NULL) in WinMain() 171 if (tools::buildPath(path, path, pathEnd, MY_STRING(L"\\ure-link")) == NULL) in WinMain() 178 if (tools::buildPath(path, path, pathEnd, MY_STRING(L"\\bin\\")) == NULL) in WinMain()
|
H A D | rebasegui.cxx | 50 #define MY_STRING(s) (s), MY_LENGTH(s) macro 160 if (tools::buildPath(path, path, pathEnd, MY_STRING(L"libxml2.dll")) == NULL) in WinMain() 164 if (tools::buildPath(path, path, pathEnd, MY_STRING(L"..\\basis-link")) == NULL) in WinMain() 171 if (tools::buildPath(path, path, pathEnd, MY_STRING(L"\\program\\vclmi.dll")) == NULL) in WinMain() 175 if (tools::buildPath(path, path, pathEnd, MY_STRING(L"\\ure-link")) == NULL) in WinMain() 182 if (tools::buildPath(path, path, pathEnd, MY_STRING(L"\\bin\\sal3.dll")) == NULL) in WinMain()
|
/aoo4110/main/desktop/win32/source/officeloader/ |
H A D | officeloader.cxx | 330 lpCommandLine, MY_STRING(L"\"")); in WinMain() 333 …desktop::ExitHelper::E_NORMAL_RESTART == dwExitCode || wcsncmp(argv[i], MY_STRING(L"-env:")) == 0)… in WinMain() 334 p = desktop_win32::commandLineAppend(p, MY_STRING(L"\" \"")); in WinMain() 340 p, MY_STRING(L"\" \"-env:OOO_CWD=")); in WinMain() 342 p = desktop_win32::commandLineAppend(p, MY_STRING(L"0")); in WinMain() 344 p = desktop_win32::commandLineAppend(p, MY_STRING(L"2")); in WinMain() 347 desktop_win32::commandLineAppend(p, MY_STRING(L"\"")); in WinMain()
|
/aoo4110/main/sal/rtl/source/ |
H A D | bootstrap.cxx | 51 #define MY_STRING(x) MY_STRING_(x) macro 492 (rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(MY_STRING(CPPU_ENV))). in getValue()
|