Searched refs:frontEnd (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/cli_ure/source/native/ |
H A D | path.cxx | 52 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, in buildPath() argument 62 if (frontEnd - frontBegin < 2 || frontEnd[-1] != L'\\' || in buildPath() 63 frontEnd[-2] == L'\\' || frontEnd[-2] == L':' || in buildPath() 64 (frontEnd[-2] == L'.' && in buildPath() 65 (frontEnd - frontBegin < 3 || frontEnd[-3] == L'\\' || in buildPath() 66 (frontEnd[-3] == L'.' && in buildPath() 67 (frontEnd - frontBegin < 4 || frontEnd[-4] == L'\\'))))) in buildPath() 71 WCHAR const * p = frontEnd - 1; in buildPath() 78 frontEnd = p; in buildPath() 93 p = const_cast< WCHAR * >(frontEnd); in buildPath() [all …]
|
/aoo42x/main/tools/source/misc/ |
H A D | pathutils.cxx | 52 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, in buildPath() argument 62 if (frontEnd - frontBegin < 2 || frontEnd[-1] != L'\\' || in buildPath() 63 frontEnd[-2] == L'\\' || frontEnd[-2] == L':' || in buildPath() 64 (frontEnd[-2] == L'.' && in buildPath() 65 (frontEnd - frontBegin < 3 || frontEnd[-3] == L'\\' || in buildPath() 66 (frontEnd[-3] == L'.' && in buildPath() 67 (frontEnd - frontBegin < 4 || frontEnd[-4] == L'\\'))))) in buildPath() 71 WCHAR const * p = frontEnd - 1; in buildPath() 78 frontEnd = p; in buildPath() 93 p = const_cast< WCHAR * >(frontEnd); in buildPath() [all …]
|
/aoo42x/main/desktop/win32/source/ |
H A D | unoinfo.cxx | 60 wchar_t const * frontBegin, wchar_t const * frontEnd, in writePath() argument 65 path, frontBegin, frontEnd, backBegin, backLength); in writePath()
|
/aoo42x/main/tools/inc/tools/ |
H A D | pathutils.hxx | 77 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd,
|
Completed in 16 milliseconds