Home
last modified time | relevance | path

Searched refs:xDriver (Results 1 – 25 of 31) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/qa/connectivity/mork/
H A DDriverTest.cxx72 Reference< XDriver> xDriver(m_xMorkComponent, UNO_QUERY); in setUp() local
73 if (!xDriver.is()) in setUp()
79 checkAcceptsURL(xDriver, "sdbc:address:macab", false); in setUp()
80 checkAcceptsURL(xDriver, "sdbc:mozab:ldap:", false); in setUp()
81 checkAcceptsURL(xDriver, "sdbc:mozab:outlook:", false); in setUp()
82 checkAcceptsURL(xDriver, "sdbc:mozab:outlookexp:", false); in setUp()
85 checkAcceptsURL(xDriver, "sdbc:mozab:mozilla:", true); in setUp()
86 checkAcceptsURL(xDriver, "sdbc:mozab:thunderbird:", true); in setUp()
87 checkAcceptsURL(xDriver, "sdbc:address:mozilla:", true); in setUp()
88 checkAcceptsURL(xDriver, "sdbc:address:thunderbird:", true); in setUp()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/manager/
H A Dmdrivermanager.cxx115 if (!_rDescriptor.xDriver.is()) in operator ()()
124 rDesc.xDriver.set( in operator ()()
146 return _rAccess.xDriver; in operator ()()
301 if ( xDriver.is() ) in bootstrapDrivers()
303 aDriverDescriptor.xDriver = xDriver; in bootstrapDrivers()
412 if (xDriver.is()) in getConnection()
438 if (xDriver.is()) in getConnectionWithInfo()
593 if ( xDriver.is() ) in getDriverByURL()
599 return xDriver; in getDriverByURL()
632 … if ( m_aDriversBS.end() != aFind && aFind->xDriver.is() && aFind->xDriver->acceptsURL(_rURL) ) in implGetDriverForURL()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/manager/
H A Dmdrivermanager.cxx115 if (!_rDescriptor.xDriver.is()) in operator ()()
124 rDesc.xDriver.set( in operator ()()
146 return _rAccess.xDriver; in operator ()()
294 if ( xDriver.is() ) in bootstrapDrivers()
296 aDriverDescriptor.xDriver = xDriver; in bootstrapDrivers()
406 if (xDriver.is()) in getConnection()
432 if (xDriver.is()) in getConnectionWithInfo()
612 if ( xDriver.is() ) in getDriverByURL()
618 return xDriver; in getDriverByURL()
651 … if ( m_aDriversBS.end() != aFind && aFind->xDriver.is() && aFind->xDriver->acceptsURL(_rURL) ) in implGetDriverForURL()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/cpool/
H A DZPoolCollection.cxx108 Reference< XDriver > xDriver; in getConnectionWithInfo() local
111 if(isPoolingEnabledByUrl(_rURL,xDriver,sImplName,xDriverNode) && xDriver.is()) in getConnectionWithInfo()
113 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getConnectionWithInfo()
118 else if(xDriver.is()) in getConnectionWithInfo()
119 xConnection = xDriver->connect(_rURL,_rInfo); in getConnectionWithInfo()
157 Reference< XDriver > xDriver; in getDriverByURL() local
160 if(isPoolingEnabledByUrl(_rURL,xDriver,sImplName,xDriverNode)) in getDriverByURL()
169 if (xExistentProxy.is() && (rxDriver.get() == xDriver.get())) in getDriverByURL()
175 xDriver = xExistentProxy; in getDriverByURL()
184 xDriver = new ODriverWrapper(xDriverProxy, pConnectionPool); in getDriverByURL()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/cpool/
H A DZPoolCollection.cxx109 Reference< XDriver > xDriver; in getConnectionWithInfo() local
112 if(isPoolingEnabledByUrl(_rURL,xDriver,sImplName,xDriverNode) && xDriver.is()) in getConnectionWithInfo()
114 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getConnectionWithInfo()
119 else if(xDriver.is()) in getConnectionWithInfo()
120 xConnection = xDriver->connect(_rURL,_rInfo); in getConnectionWithInfo()
177 Reference< XDriver > xDriver; in getDriverByURL() local
180 if(isPoolingEnabledByUrl(_rURL,xDriver,sImplName,xDriverNode)) in getDriverByURL()
189 if (xExistentProxy.is() && (rxDriver.get() == xDriver.get())) in getDriverByURL()
195 xDriver = xExistentProxy; in getDriverByURL()
204 xDriver = new ODriverWrapper(xDriverProxy, pConnectionPool); in getDriverByURL()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/abpilot/
H A Dtypeselectionpage.cxx74 … Reference< XDriver > xDriver( xManager->getDriverByURL("sdbc:address:evolution:local") ); in TypeSelectionPage() local
75 if ( xDriver.is() ) in TypeSelectionPage()
85 Reference< XDriver > xDriver( xManager->getDriverByURL("sdbc:address:kab") ); in TypeSelectionPage() local
86 if ( xDriver.is() ) in TypeSelectionPage()
96 Reference< XDriver > xDriver( xManager->getDriverByURL("sdbc:address:macab") ); in TypeSelectionPage() local
97 if ( xDriver.is() ) in TypeSelectionPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/abpilot/
H A Dtypeselectionpage.cxx77 … Reference< XDriver > xDriver( xManager->getDriverByURL("sdbc:address:evolution:local") ); in TypeSelectionPage() local
78 if ( xDriver.is() ) in TypeSelectionPage()
88 Reference< XDriver > xDriver( xManager->getDriverByURL("sdbc:address:kab") ); in TypeSelectionPage() local
89 if ( xDriver.is() ) in TypeSelectionPage()
99 Reference< XDriver > xDriver( xManager->getDriverByURL("sdbc:address:macab") ); in TypeSelectionPage() local
100 if ( xDriver.is() ) in TypeSelectionPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/mysql_jdbc/
H A DYDriver.cxx128 Reference<XDriver> xDriver = xDriverAccess->getDriverByURL(_sUrl); in lcl_loadDriver() local
129 return xDriver; in lcl_loadDriver()
185 Reference<XDriver> xDriver; in loadDriver() local
192 xDriver = m_xODBCDriver; in loadDriver()
198 xDriver = m_xNativeDriver; in loadDriver()
207 xDriver = aFind->second; in loadDriver()
210 return xDriver; in loadDriver()
219 Reference<XDriver> xDriver = loadDriver(url, info); in connect() local
220 if (xDriver.is()) in connect()
254 xConnection = xDriver->connect(sCuttedUrl, aConvertedProperties); in connect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/mysql_jdbc/
H A DYDriver.cxx138 Reference<XDriver> xDriver = xDriverAccess->getDriverByURL(_sUrl); in lcl_loadDriver() local
139 return xDriver; in lcl_loadDriver()
195 Reference<XDriver> xDriver; in loadDriver() local
202 xDriver = m_xODBCDriver; in loadDriver()
208 xDriver = m_xNativeDriver; in loadDriver()
217 xDriver = aFind->second; in loadDriver()
220 return xDriver; in loadDriver()
229 Reference<XDriver> xDriver = loadDriver(url, info); in connect() local
230 if (xDriver.is()) in connect()
264 xConnection = xDriver->connect(sCuttedUrl, aConvertedProperties); in connect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/qa/connectivity/ado/
H A DDriverTest.cxx68 Reference< XDriver> xDriver(m_xAdoComponent, UNO_QUERY); in setUp() local
69 if (!xDriver.is()) in setUp()
71 CPPUNIT_ASSERT_MESSAGE("cannot connect to ado driver!", xDriver.is()); in setUp()
74 m_xConnection = xDriver->connect(url, info); in setUp()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/qa/connectivity/ado/
H A DDriverTest.cxx68 Reference< XDriver> xDriver(m_xAdoComponent, UNO_QUERY); in setUp() local
69 if (!xDriver.is()) in setUp()
71 CPPUNIT_ASSERT_MESSAGE("cannot connect to ado driver!", xDriver.is()); in setUp()
74 m_xConnection = xDriver->connect(url, info); in setUp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/sdbcx/
H A D_XDataDefinitionSupplier.java92 XDriver xDriver = UnoRuntime.queryInterface(XDriver.class, oObj); in _getDataDefinitionByConnection() local
93 if (xDriver == null) { in _getDataDefinitionByConnection()
100 connection = xDriver.connect(url, info); in _getDataDefinitionByConnection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/sdbcx/
H A D_XDataDefinitionSupplier.java92 XDriver xDriver = UnoRuntime.queryInterface(XDriver.class, oObj); in _getDataDefinitionByConnection() local
93 if (xDriver == null) { in _getDataDefinitionByConnection()
100 connection = xDriver.connect(url, info); in _getDataDefinitionByConnection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java171 com.sun.star.sdbc.XDriver xDriver; in openConnectionWithDriver() local
172 xDriver = UnoRuntime.queryInterface(XDriver.class,aDriver); in openConnectionWithDriver()
173 if(xDriver != null) in openConnectionWithDriver()
185 con = xDriver.connect(url,props); in openConnectionWithDriver()
H A Dsdbcx.java116 com.sun.star.sdbc.XDriver xDriver; in createConnection() local
117 xDriver = UnoRuntime.queryInterface(XDriver.class,aDriver); in createConnection()
118 if(xDriver != null) in createConnection()
130 con = xDriver.connect(URL, Props); in createConnection()
136 XDataDefinitionSupplier.class,xDriver); in createConnection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java171 com.sun.star.sdbc.XDriver xDriver; in openConnectionWithDriver() local
172 xDriver = UnoRuntime.queryInterface(XDriver.class,aDriver); in openConnectionWithDriver()
173 if(xDriver != null) in openConnectionWithDriver()
185 con = xDriver.connect(url,props); in openConnectionWithDriver()
H A Dsdbcx.java116 com.sun.star.sdbc.XDriver xDriver; in createConnection() local
117 xDriver = UnoRuntime.queryInterface(XDriver.class,aDriver); in createConnection()
118 if(xDriver != null) in createConnection()
130 con = xDriver.connect(URL, Props); in createConnection()
136 XDataDefinitionSupplier.class,xDriver); in createConnection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java73 com.sun.star.sdbc.XDriver xDriver = xDriverAccess.getDriverByURL(url); in testLongVarChar() local
74 com.sun.star.sdbc.XConnection xConnection = xDriver.connect(url, prop); in testLongVarChar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java73 com.sun.star.sdbc.XDriver xDriver = xDriverAccess.getDriverByURL(url); in testLongVarChar() local
74 com.sun.star.sdbc.XConnection xConnection = xDriver.connect(url, prop); in testLongVarChar()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A Ddbmetadata.cxx390 …Reference< XDataDefinitionSupplier > xDriver( xDriverManager->getDriverByURL( m_pImpl->xConnection… in supportsUserAdministration() local
391 if ( xDriver.is() ) in supportsUserAdministration()
392 … xUsersSupp.set( xDriver->getDataDefinitionByConnection( m_pImpl->xConnection ), UNO_QUERY ); in supportsUserAdministration()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A DUserAdmin.cxx293 Reference< XDataDefinitionSupplier > xDriver(m_pAdminDialog->getDriver(),UNO_QUERY); in implInitControls() local
294 if ( xDriver.is() ) in implInitControls()
296 xUsersSup.set(xDriver->getDataDefinitionByConnection(m_xConnection),UNO_QUERY); in implInitControls()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A DUserAdmin.cxx292 Reference< XDataDefinitionSupplier > xDriver(m_pAdminDialog->getDriver(),UNO_QUERY); in implInitControls() local
293 if ( xDriver.is() ) in implInitControls()
295 xUsersSup.set(xDriver->getDataDefinitionByConnection(m_xConnection),UNO_QUERY); in implInitControls()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A Ddbmetadata.cxx391 …Reference< XDataDefinitionSupplier > xDriver( xDriverManager->getDriverByURL( m_pImpl->xConnection… in supportsUserAdministration() local
392 if ( xDriver.is() ) in supportsUserAdministration()
393 … xUsersSupp.set( xDriver->getDataDefinitionByConnection( m_pImpl->xConnection ), UNO_QUERY ); in supportsUserAdministration()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx164 Reference< XDriver > xDriver = loadDriver(); in connect() local
165 if ( xDriver.is() ) in connect()
320 xOrig = xDriver->connect( sConnectURL, aConnectionArgs ); in connect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx174 Reference< XDriver > xDriver = loadDriver(); in connect() local
175 if ( xDriver.is() ) in connect()
330 xOrig = xDriver->connect( sConnectURL, aConnectionArgs ); in connect()

12