Home
last modified time | relevance | path

Searched refs:connection (Results 151 – 175 of 487) sorted by relevance

12345678910>>...20

/trunk/main/offapi/com/sun/star/sdbc/
H A DJDBCConnectionProperties.idl35 /** represents the properties for a JDBC connection (session) with a specific
41 …The properties for a connection contain additional information about how to connect to a database …
42 how to control the behavior of the resulting connection should be.
53 /** which jdbc driver class should be loaded to create the connection.
H A DConnectionPool.idl37 the ConnectionPool will attempt to locate a suitable pooled connection
38 or create a new connection from the DriverManager. When the connection
H A DDBASEConnectionProperties.idl32 /** represents the properties for a dBase connection (session) with a specific
38 …The properties for a connection contain additional information about how to connect to a database …
39 how to control the behavior of the resulting connection should be.
H A DConnectionProperties.idl30 /** represents the properties for a connection (session) with a specific
36 …The properties for a connection contain additional information about how to connect to a database …
37 how to control the behavior of the resulting connection should be.
H A DFILEConnectionProperties.idl32 /** represents the properties for a FILE connection (session) with a specific
38 …The properties for a connection contain additional information about how to connect to a database …
39 how to control the behavior of the resulting connection should be.
/trunk/main/framework/qa/complex/desktop/
H A DDesktopTerminate.java171 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
178 connection.setUp(); in setUpConnection()
189 private static final OfficeConnection connection = new OfficeConnection(); field in DesktopTerminate
/trunk/main/oox/source/xls/
H A Dconnectionsfragment.cxx51 case XLS_TOKEN( connection ): in onCreateContext()
76 if( getCurrentElement() == XLS_TOKEN( connection ) ) in onStartElement()
130 if( nElement == XLS_TOKEN( connection ) ) in onCreateContext()
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java336 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
346 connection.setUp(); in setUpConnection()
355 connection.tearDown(); in tearDownConnection()
357 private static final OfficeConnection connection = new OfficeConnection(); field in DocumentInfo
/trunk/main/ucb/qa/complex/tdoc/
H A DCheckContentProvider.java392 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
399 connection.setUp(); in setUpConnection()
406 connection.tearDown(); in tearDownConnection()
409 private static final OfficeConnection connection = new OfficeConnection(); field in CheckContentProvider
/trunk/main/toolkit/qa/complex/toolkit/
H A DAccessibleStatusBar.java65 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
321 connection.setUp(); in setUpConnection()
329 connection.tearDown(); in tearDownConnection()
332 private static final OfficeConnection connection = new OfficeConnection(); field in AccessibleStatusBar
/trunk/main/framework/qa/complex/XUserInputInterception/
H A DEventTest.java604 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
611 connection.setUp(); in setUpConnection()
618 connection.tearDown(); in tearDownConnection()
621 private static final OfficeConnection connection = new OfficeConnection(); field in EventTest
/trunk/main/linguistic/qa/complex/linguistic/
H A DHangulHanjaConversion.java340 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
347 connection.setUp(); in setUpConnection()
354 connection.tearDown(); in tearDownConnection()
357 private static final OfficeConnection connection = new OfficeConnection(); field in HangulHanjaConversion
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java237 catch( com.sun.star.connection.NoConnectException e ) in connect()
253 catch( com.sun.star.connection.NoConnectException aEx ) in connect()
277 catch( com.sun.star.connection.NoConnectException e ) in connect()
282 catch( com.sun.star.connection.ConnectionSetupException e ) in connect()
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java353 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
362 connection.setUp(); in setUpConnection()
370 connection.tearDown(); in tearDownConnection()
372 private static final OfficeConnection connection = new OfficeConnection(); field in CheckContextMenuInterceptor
/trunk/main/sw/qa/complex/writer/
H A DCheckBookmarks.java120 connection.getComponentContext().getServiceManager()); in setUpDocuments()
143 connection.setUp(); in setUpConnection()
149 connection.tearDown(); in tearDownConnection()
152 private static final OfficeConnection connection = new OfficeConnection(); field in CheckBookmarks
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DTypeDetection.java191 private static final OfficeConnection connection = new OfficeConnection(); field in TypeDetection
204 connection.setUp(); in before()
207 …ceFactory xMSF = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in before()
230 connection.tearDown(); in tearDownConnection()
/trunk/main/dbaccess/source/core/resource/
H A Dstrings.src33 Text [ en-US ] = "No connection could be established.";
49 …Text [ en-US ] = "The connection to the external data source could not be established. An unknown …
54 …Text [ en-US ] = "The connection to the external data source could not be established. No SDBC dri…
59 …Text [ en-US ] = "The connection to the external data source could not be established. The SDBC dr…
317 Text [ en-US ] = "A connection for the following URL was requested \"$name$\".";
/trunk/main/framework/qa/complex/framework/autosave/
H A DAutoSave.java465 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
474 connection.setUp(); in setUpConnection()
482 connection.tearDown(); in tearDownConnection()
484 private static final OfficeConnection connection = new OfficeConnection(); field in AutoSave
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java43 public JavaSQLCallableStatement(JavaSQLConnection connection, String sql) { in JavaSQLCallableStatement() argument
44 super(connection, sql); in JavaSQLCallableStatement()
53 jdbcStatement = connection.getJDBCConnection().prepareCall( in createStatement()
56 jdbcStatement = connection.getJDBCConnection().prepareCall(sqlStatement); in createStatement()
/trunk/main/udkapi/com/sun/star/connection/
H A DXConnection2.idl30 #include <com/sun/star/connection/XConnection.idl>
33 module com { module sun { module star { module connection {
42 published interface XConnection2: com::sun::star::connection::XConnection
/trunk/main/offapi/com/sun/star/mail/
H A DXConnectionListener.idl38 The listener interface for connection events.
47 Invoked when the connection to the mail server is established.
57 Invoked when the connection to the mail server is closed.
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java39 private XConnection connection; field in PostgresqlDatabaseMetadata
42 public PostgresqlDatabaseMetadata(XDatabaseMetaData impl, XConnection connection, String url) { in PostgresqlDatabaseMetadata() argument
44 this.connection = connection; in PostgresqlDatabaseMetadata()
147 return connection; in getConnection()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponentMain.java37 import com.sun.star.connection.Acceptor;
38 import com.sun.star.connection.XAcceptor;
39 import com.sun.star.connection.XConnection;
/trunk/main/io/source/connector/
H A Dconnector.hxx64 public ::cppu::WeakImplHelper1< ::com::sun::star::connection::XConnection >
93 …public ::cppu::WeakImplHelper2< ::com::sun::star::connection::XConnection, ::com::sun::star::conne…
/trunk/main/offapi/com/sun/star/sdb/
H A DConnection.idl66 /** access to the database definition information of the connection.
78 /** allows the creation of different services which can only exists with a connection.
82 /** allows the connection to overrule the database application's default

Completed in 402 milliseconds

12345678910>>...20