Home
last modified time | relevance | path

Searched refs:_sUrl (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1461 sal_Bool ODbaseTable::Drop_Static(const ::rtl::OUString& _sUrl,sal_Bool _bHasMemoFields,OCollection… in Drop_Static() argument
1465 aURL.SetURL(_sUrl); in Drop_Static()
/trunk/main/odk/examples/java/Inspector/
H A DTDocSupplier.java142 public XComponent openEmptyDocument(String _sUrl){ in openEmptyDocument() argument
150 return xCL.loadComponentFromURL(_sUrl, "_default", 0, aPropertyValues); in openEmptyDocument()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DDialogDocument.java84 …id showDocumentinDialogWindow(XWindowPeer _xParentWindowPeer, Rectangle _aRectangle, String _sUrl){ in showDocumentinDialogWindow() argument
124 xComponentLoader.loadComponentFromURL(_sUrl, "_self", 0, aPropertyValues); in showDocumentinDialogWindow()
/trunk/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx51 void lcl_extractHostAndPort(const String& _sUrl,String& _sHostname,sal_Int32& _nPortNumber) in lcl_extractHostAndPort() argument
53 if ( _sUrl.GetTokenCount(':') >= 2 ) in lcl_extractHostAndPort()
55 _sHostname = _sUrl.GetToken(0,':'); in lcl_extractHostAndPort()
56 _nPortNumber = _sUrl.GetToken(1,':').ToInt32(); in lcl_extractHostAndPort()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx442 …e > lcl_filterDriverProperties( const Reference< XDriver >& _xDriver, const ::rtl::OUString& _sUrl, in lcl_filterDriverProperties() argument
447 … Sequence< DriverPropertyInfo > aDriverInfo(_xDriver->getPropertyInfo(_sUrl,_rDataSourceSettings)); in lcl_filterDriverProperties()
/trunk/main/connectivity/source/inc/dbase/
H A DDTable.hxx172 …static sal_Bool Drop_Static(const ::rtl::OUString& _sUrl,sal_Bool _bHasMemoFields,sdbcx::OCollect…
/trunk/main/connectivity/source/inc/ado/
H A DADriver.hxx66 void impl_checkURL_throw(const ::rtl::OUString& _sUrl);
/trunk/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx104 sal_Bool isOdbcUrl(const ::rtl::OUString& _sUrl) in isOdbcUrl() argument
106 return _sUrl.copy(0,16).equalsAscii("sdbc:mysql:odbc:"); in isOdbcUrl()
109 sal_Bool isNativeUrl(const ::rtl::OUString& _sUrl) in isNativeUrl() argument
117 if ( isOdbcUrl(_sUrl ) ) in lcl_getDriverType()
119 else if ( isNativeUrl(_sUrl ) ) in lcl_getDriverType()
124 ::rtl::OUString transformUrl(const ::rtl::OUString& _sUrl) in transformUrl() argument
126 ::rtl::OUString sNewUrl = _sUrl.copy(11); in transformUrl()
127 if ( isOdbcUrl( _sUrl ) ) in transformUrl()
129 else if ( isNativeUrl( _sUrl ) ) in transformUrl()
149 xDriver = xDriverAccess->getDriverByURL(_sUrl); in lcl_loadDriver()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx149 void ODriver::impl_checkURL_throw(const ::rtl::OUString& _sUrl) in impl_checkURL_throw() argument
151 if ( !acceptsURL(_sUrl) ) in impl_checkURL_throw()
/trunk/main/connectivity/source/cpool/
H A DZPoolCollection.cxx285 sal_Bool OPoolCollection::isPoolingEnabledByUrl(const ::rtl::OUString& _sUrl, in isPoolingEnabledByUrl() argument
293 _rxDriver = m_xDriverAccess->getDriverByURL(_sUrl); in isPoolingEnabledByUrl()
H A DZPoolCollection.hxx98 sal_Bool isPoolingEnabledByUrl( const ::rtl::OUString& _sUrl,
/trunk/main/connectivity/inc/connectivity/
H A DDriversConfig.hxx72 ::rtl::OUString getDriverFactoryName(const ::rtl::OUString& _sUrl) const;
73 ::rtl::OUString getDriverTypeDisplayName(const ::rtl::OUString& _sUrl) const;

Completed in 43 milliseconds