Home
last modified time | relevance | path

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

/AOO41X/main/pyuno/zipcore/
H A Dpython.cxx41 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) macro
42 #define MY_STRING(s) (s), MY_LENGTH(s)
97 wchar_t bootstrap[MY_LENGTH(L"vnd.sun.star.pathname:") + MAX_PATH] =
100 bootstrap + MY_LENGTH(L"vnd.sun.star.pathname:"), path, pathEnd,
161 std::size_t clSize = MY_LENGTH(L"\"") + 4 * (pythonexeEnd - pythonexe) +
162 MY_LENGTH(L"\"\0"); //TODO: overflow
167 clSize += MY_LENGTH(L" \"") + 4 * strlen(argv[i]) +
169 clSize += MY_LENGTH(L" \"") + 4 * wcslen(argv[i]) +
171 MY_LENGTH(L"\""); //TODO: overflow
208 (pathEnd - path) + MY_LENGTH(L";") +
[all …]
/AOO41X/main/desktop/win32/source/guiloader/
H A Dgenericloader.cxx86 ? (MY_LENGTH(L" \"-env:INIFILENAME=vnd.sun.star.pathname:") + in GenericMain()
87 iniDirLen + MY_LENGTH(L"redirect.ini\"")) in GenericMain()
89 MY_LENGTH(L" \"-env:OOO_CWD=2") + 4 * cwdLen + MY_LENGTH(L"\"") + 1]; in GenericMain()
/AOO41X/main/desktop/win32/source/
H A Dextendloaderenvironment.hxx33 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) macro
34 #define MY_STRING(s) (s), MY_LENGTH(s)
H A Dunoinfo.cxx40 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) macro
41 #define MY_STRING(s) (s), MY_LENGTH(s)
H A Dextendloaderenvironment.cxx90 WCHAR name[MAX_PATH + MY_LENGTH(L".bin")]; in extendLoaderEnvironment()
/AOO41X/main/desktop/win32/source/rebase/
H A Drebase.cxx44 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) macro
45 #define MY_STRING(s) (s), MY_LENGTH(s)
H A Drebasegui.cxx49 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) macro
50 #define MY_STRING(s) (s), MY_LENGTH(s)
/AOO41X/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx323 n += MY_LENGTH(L" \"-env:OOO_CWD=2") + 4 * cwdLen + in WinMain()
324 MY_LENGTH(L"\"") + 1; in WinMain()
/AOO41X/main/odk/source/unoapploader/win/
H A Dunoapploader.c40 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) macro