Home
last modified time | relevance | path

Searched refs:sSystemPath (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dmultipat.cxx274 OUString sSystemPath; in SetPath() local
276 … osl::FileBase::getSystemPathFromFileURL(sPath, sSystemPath) == osl::FileBase::E_None; in SetPath()
278 const OUString sEntry((bIsSystemPath ? sSystemPath : sPath)); in SetPath()
302 OUString sSystemPath; in SetPath() local
304 … osl::FileBase::getSystemPathFromFileURL(sPath, sSystemPath) == osl::FileBase::E_None; in SetPath()
306 m_xPathLB->append(sPath, bIsSystemPath ? sSystemPath : sPath); in SetPath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dmultipat.cxx280 OUString sSystemPath; in SetPath() local
282 … osl::FileBase::getSystemPathFromFileURL(sPath, sSystemPath) == osl::FileBase::E_None; in SetPath()
284 const OUString sEntry((bIsSystemPath ? sSystemPath : sPath)); in SetPath()
308 OUString sSystemPath; in SetPath() local
310 … osl::FileBase::getSystemPathFromFileURL(sPath, sSystemPath) == osl::FileBase::E_None; in SetPath()
312 m_xPathLB->append(sPath, bIsSystemPath ? sSystemPath : sPath); in SetPath()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/helper/
H A DURLHelper.java93 public static String getFileURLFromSystemPath( String sSystemPath ) in getFileURLFromSystemPath() argument
95 return getFileURLFromSystemPath(new File(sSystemPath)); in getFileURLFromSystemPath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/helper/
H A DURLHelper.java93 public static String getFileURLFromSystemPath( String sSystemPath ) in getFileURLFromSystemPath() argument
95 return getFileURLFromSystemPath(new File(sSystemPath)); in getFileURLFromSystemPath()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx191 OUString sSystemPath; in connect() local
192 osl_getSystemPathFromFileURL( sURL.pData, &sSystemPath.pData ); in connect()
193 if ( sURL.isEmpty() || sSystemPath.isEmpty() ) in connect()
205 OUString sKey = StorageContainer::registerStorage( xStorage, sSystemPath ); in connect()
316 OUString sConnectURL = "jdbc:hsqldb:" + sSystemPath; in connect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx201 OUString sSystemPath; in connect() local
202 osl_getSystemPathFromFileURL( sURL.pData, &sSystemPath.pData ); in connect()
203 if ( sURL.isEmpty() || sSystemPath.isEmpty() ) in connect()
215 OUString sKey = StorageContainer::registerStorage( xStorage, sSystemPath ); in connect()
326 OUString sConnectURL = "jdbc:hsqldb:" + sSystemPath; in connect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Dprinthelper.cxx617 const OUString& sSystemPath(sTemp); in print() local
619 … if (::osl::FileBase::getFileURLFromSystemPath(sSystemPath,sFileURL)!=::osl::FileBase::E_None) in print()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dprinthelper.cxx635 const OUString& sSystemPath(sTemp); in print() local
637 … if (::osl::FileBase::getFileURLFromSystemPath(sSystemPath,sFileURL)!=::osl::FileBase::E_None) in print()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uno/
H A Dunotxdoc.cxx1141 OUString sSystemPath; in printPages() local
1142 FileBase::getSystemPathFromFileURL ( sFileURL, sSystemPath ); in printPages()
1143 aReq.AppendItem(SfxStringItem( SID_FILE_NAME, sSystemPath ) ); in printPages()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uno/
H A Dunotxdoc.cxx1162 OUString sSystemPath; in printPages() local
1163 FileBase::getSystemPathFromFileURL ( sFileURL, sSystemPath ); in printPages()
1164 aReq.AppendItem(SfxStringItem( SID_FILE_NAME, sSystemPath ) ); in printPages()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog985171 nIndex can only be -1 or < sSystemPath.getLength()
985175 sal_Int32 nIndex = sSystemPath.lastIndexOf('.');
985179 …OUString sConnPartURL = sSystemPath.copy( 0, ::std::max< sal_Int32 >( nIndex, sSystemPath.getLengt…
985183 OUString sConnPartURL = sSystemPath.copy( 0, sSystemPath.getLength() )
985187 OUString sConnPartURL = sSystemPath;
985189 so drop sConnPartURL and replace with sSystemPath
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1247220 nIndex can only be -1 or < sSystemPath.getLength()
1247224 sal_Int32 nIndex = sSystemPath.lastIndexOf('.');
1247228 …OUString sConnPartURL = sSystemPath.copy( 0, ::std::max< sal_Int32 >( nIndex, sSystemPath.getLengt…
1247232 OUString sConnPartURL = sSystemPath.copy( 0, sSystemPath.getLength() )
1247236 OUString sConnPartURL = sSystemPath;
1247238 so drop sConnPartURL and replace with sSystemPath