Home
last modified time | relevance | path

Searched refs:MY_STRING (Results 1 – 9 of 9) sorted by relevance

/trunk/main/pyuno/zipcore/
H A Dpython.cxx42 #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(
/trunk/main/desktop/win32/source/
H A Dunoinfo.cxx41 #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 Dextendloaderenvironment.cxx111 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 Dextendloaderenvironment.hxx34 #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()
/trunk/main/desktop/win32/source/guiloader/
H A Dgenericloader.cxx79 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()
/trunk/main/desktop/win32/source/rebase/
H A Drebase.cxx45 #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 Drebasegui.cxx50 #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()
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx330 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()
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx51 #define MY_STRING(x) MY_STRING_(x) macro
492 (rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(MY_STRING(CPPU_ENV))). in getValue()

Completed in 40 milliseconds