Home
last modified time | relevance | path

Searched refs:ustrSystemPath (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/helpcompiler/inc/
H A DHelpCompiler.hxx62 OUString ustrSystemPath(OStringToOUString(in, FileNameEnc())); in path() local
63 osl::File::getFileURLFromSystemPath(ustrSystemPath, data); in path()
72 OUString ustrSystemPath; in native_file_string() local
73 osl::File::getSystemPathFromFileURL(data, ustrSystemPath); in native_file_string()
74 OString tmp(OUStringToOString(ustrSystemPath, FileNameEnc())); in native_file_string()
81 OUString ustrSystemPath; in native_file_string_w() local
82 osl::File::getSystemPathFromFileURL(data, ustrSystemPath); in native_file_string_w()
83 return std::wstring(o3tl::toW(ustrSystemPath.getStr())); in native_file_string_w()
97 OUString ustrSystemPath(OStringToOUString(in, FileNameEnc())); in operator /() local
98 ret.data += "/" + ustrSystemPath; in operator /()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/helpcompiler/inc/
H A DHelpCompiler.hxx64 OUString ustrSystemPath(OStringToOUString(tmp, getThreadTextEncoding())); in path() local
65 osl::File::getFileURLFromSystemPath(ustrSystemPath, data); in path()
75 OUString ustrSystemPath; in native_file_string() local
76 osl::File::getSystemPathFromFileURL(data, ustrSystemPath); in native_file_string()
77 OString tmp(OUStringToOString(ustrSystemPath, getThreadTextEncoding())); in native_file_string()
84 OUString ustrSystemPath; in native_file_string_w() local
85 osl::File::getSystemPathFromFileURL(data, ustrSystemPath); in native_file_string_w()
86 return std::wstring(o3tl::toW(ustrSystemPath.getStr())); in native_file_string_w()
101 OUString ustrSystemPath(OStringToOUString(tmp, getThreadTextEncoding())); in operator /() local
102 ret.data += "/" + ustrSystemPath; in operator /()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/all/
H A Dfilepath.cxx29 oslFileError SAL_CALL osl_abbreviateSystemPath( rtl_uString *ustrSystemPath, rtl_uString **pustrCom… in osl_abbreviateSystemPath() argument
39 …nt32 iLastSlash = rtl_ustr_lastIndexOfChar_WithLength( ustrSystemPath->buffer, ustrSystemPath->l… in osl_abbreviateSystemPath()
43 rtl_uString_newFromStr_WithLength( &ustrPath, ustrSystemPath->buffer, iLastSlash ); in osl_abbreviateSystemPath()
44 …rtl_uString_newFromStr_WithLength( &ustrFile, &ustrSystemPath->buffer[iLastSlash], ustrSystemPath-… in osl_abbreviateSystemPath()
49 rtl_uString_newFromString( &ustrFile, ustrSystemPath ); in osl_abbreviateSystemPath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/all/
H A Dfilepath.cxx29 oslFileError SAL_CALL osl_abbreviateSystemPath( rtl_uString *ustrSystemPath, rtl_uString **pustrCom… in osl_abbreviateSystemPath() argument
39 …nt32 iLastSlash = rtl_ustr_lastIndexOfChar_WithLength( ustrSystemPath->buffer, ustrSystemPath->l… in osl_abbreviateSystemPath()
43 rtl_uString_newFromStr_WithLength( &ustrPath, ustrSystemPath->buffer, iLastSlash ); in osl_abbreviateSystemPath()
44 …rtl_uString_newFromStr_WithLength( &ustrFile, &ustrSystemPath->buffer[iLastSlash], ustrSystemPath-… in osl_abbreviateSystemPath()
49 rtl_uString_newFromString( &ustrFile, ustrSystemPath ); in osl_abbreviateSystemPath()
/dports/editors/libreoffice/libreoffice-7.2.6.2/helpcompiler/source/
H A DHelpIndexer.cxx89 OUString ustrSystemPath; in indexDocuments() local
90 osl::File::getSystemPathFromFileURL(d_indexDir, ustrSystemPath); in indexDocuments()
95 auto writer = TryWithUnicodePathWorkaround(ustrSystemPath, [&analyzer](const OString& s) { in indexDocuments()
99 OString indexDirStr = OUStringToOString(ustrSystemPath, osl_getThreadTextEncoding()); in indexDocuments()
185 OUString ustrSystemPath; in helpFileReader() local
186 osl::File::getSystemPathFromFileURL(path, ustrSystemPath); in helpFileReader()
188 return TryWithUnicodePathWorkaround(ustrSystemPath, [](const OString& s) { in helpFileReader()
192 OString pathStr = OUStringToOString(ustrSystemPath, osl_getThreadTextEncoding()); in helpFileReader()
H A DHelpSearch.cxx19 OUString ustrSystemPath; in HelpSearch() local
20 osl::File::getSystemPathFromFileURL(indexDir, ustrSystemPath); in HelpSearch()
21 d_indexDir = OUStringToOString(ustrSystemPath, osl_getThreadTextEncoding()); in HelpSearch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/helpcompiler/source/
H A DHelpIndexer.cxx51 OUString ustrSystemPath; in indexDocuments() local
52 osl::File::getSystemPathFromFileURL(d_indexDir, ustrSystemPath); in indexDocuments()
54 OString indexDirStr = OUStringToOString(ustrSystemPath, osl_getThreadTextEncoding()); in indexDocuments()
138 OUString ustrSystemPath; in helpFileReader() local
139 osl::File::getSystemPathFromFileURL(path, ustrSystemPath); in helpFileReader()
140 OString pathStr = OUStringToOString(ustrSystemPath, osl_getThreadTextEncoding()); in helpFileReader()
H A DHelpSearch.cxx19 OUString ustrSystemPath; in HelpSearch() local
20 osl::File::getSystemPathFromFileURL(indexDir, ustrSystemPath); in HelpSearch()
21 d_indexDir = OUStringToOString(ustrSystemPath, osl_getThreadTextEncoding()); in HelpSearch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/unx/
H A Dfile_url.cxx366 oslFileError SAL_CALL osl_getFileURLFromSystemPath( rtl_uString *ustrSystemPath, rtl_uString **pust… in osl_getFileURLFromSystemPath() argument
373 if( ustrSystemPath->length == 0 ) in osl_getFileURLFromSystemPath()
378 …if( rtl_ustr_ascii_shortenedCompare_WithLength( ustrSystemPath->buffer, ustrSystemPath->length,"fi… in osl_getFileURLFromSystemPath()
382 if( ustrSystemPath->buffer[0] == '~' ) in osl_getFileURLFromSystemPath()
385 if( ( ustrSystemPath->length == 1 ) || in osl_getFileURLFromSystemPath()
386 ( ustrSystemPath->buffer[1] == '/' ) ) in osl_getFileURLFromSystemPath()
400 rtl_uString_newReplaceStrAt( &pTmp, ustrSystemPath, 0, 1, pTmp ); in osl_getFileURLFromSystemPath()
410 …nIndex = rtl_ustr_indexOfStr_WithLength( ustrSystemPath->buffer, ustrSystemPath->length, pDoubleSl… in osl_getFileURLFromSystemPath()
418 rtl_uString_newFromString( &pTmp, ustrSystemPath ); in osl_getFileURLFromSystemPath()
421 nIndex += pTmp->length - ustrSystemPath->length; in osl_getFileURLFromSystemPath()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/osl/
H A Dfile.hxx189 … RC getSystemPathFromFileURL( const ::rtl::OUString& ustrFileURL, ::rtl::OUString& ustrSystemPath ) in getSystemPathFromFileURL() argument
191 …return static_cast< RC >( osl_getSystemPathFromFileURL( ustrFileURL.pData, &ustrSystemPath.pData )… in getSystemPathFromFileURL()
208 …static RC getFileURLFromSystemPath( const ::rtl::OUString& ustrSystemPath, ::rtl::OUString& ustrFi… in getFileURLFromSystemPath() argument
210 …return static_cast< RC >( osl_getFileURLFromSystemPath( ustrSystemPath.pData, &ustrFileURL.pData )… in getFileURLFromSystemPath()
H A Dfile.h1528 rtl_uString *ustrSystemPath,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/osl/
H A Dfile.hxx185 … RC getSystemPathFromFileURL( const ::rtl::OUString& ustrFileURL, ::rtl::OUString& ustrSystemPath ) in getSystemPathFromFileURL() argument
187 …return static_cast< RC >( osl_getSystemPathFromFileURL( ustrFileURL.pData, &ustrSystemPath.pData )… in getSystemPathFromFileURL()
204 …static RC getFileURLFromSystemPath( const ::rtl::OUString& ustrSystemPath, ::rtl::OUString& ustrFi… in getFileURLFromSystemPath() argument
206 …return static_cast< RC >( osl_getFileURLFromSystemPath( ustrSystemPath.pData, &ustrFileURL.pData )… in getFileURLFromSystemPath()
H A Dfile.h1525 rtl_uString *ustrSystemPath,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/w32/
H A Dfile_dirvol.cxx1460 rtl_uString *ustrSystemPath = nullptr; in osl_getDriveInfo() local
1462 rtl_uString_newFromStr( &ustrSystemPath, o3tl::toU(pItemImpl->cDriveString) ); in osl_getDriveInfo()
1463 oslFileError error = osl_getFileURLFromSystemPath( ustrSystemPath, &pStatus->ustrFileURL ); in osl_getDriveInfo()
1464 rtl_uString_release( ustrSystemPath ); in osl_getDriveInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/w32/
H A Dfile_dirvol.cxx1533 rtl_uString *ustrSystemPath = nullptr; in osl_getDriveInfo() local
1535 rtl_uString_newFromStr( &ustrSystemPath, o3tl::toU(pItemImpl->cDriveString) ); in osl_getDriveInfo()
1536 oslFileError error = osl_getFileURLFromSystemPath( ustrSystemPath, &pStatus->ustrFileURL ); in osl_getDriveInfo()
1537 rtl_uString_release( ustrSystemPath ); in osl_getDriveInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/unx/
H A Dfile_url.cxx370 oslFileError SAL_CALL osl_getFileURLFromSystemPath( rtl_uString *ustrSystemPath, rtl_uString **pust… in osl_getFileURLFromSystemPath() argument
375 auto const & systemPath = OUString::unacquired(&ustrSystemPath); in osl_getFileURLFromSystemPath()