Home
last modified time | relevance | path

Searched refs:xConn (Results 1 – 25 of 50) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java398 XStatement xStatement = xConn.createStatement(); in existsInvisibleTable()
449 XStatement xStatement = xConn.createStatement( ); in implExecuteStatement()
466 if ( !implExecuteStatement( xConn, sCreateStatement ) ) in implCreateTable()
494 if ( implCreateTable( xConn, sCreateStatement, s_tableNameSalesmen) ) in createTableSalesman()
524 if ( implCreateTable( xConn, sCreateStatement, s_tableNameCustomers ) ) in createTableCustomer()
554 if ( implCreateTable( xConn, sCreateStatement, s_tableNameSales ) ) in createTableSales()
579 XConnection xConn = xDS.getConnection( "", "" ); in ensureTables() local
580 XComponent xConnComp = UNO.queryComponent( xConn ); in ensureTables()
582 createTableSalesman( xConn ); in ensureTables()
583 createTableCustomer( xConn ); in ensureTables()
[all …]
H A DKeyGenerator.java130 XConnection xConn = UnoRuntime.queryInterface( in generatePrimaryKey() local
133 XStatement xStatement = xConn.createStatement(); in generatePrimaryKey()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java398 XStatement xStatement = xConn.createStatement(); in existsInvisibleTable()
449 XStatement xStatement = xConn.createStatement( ); in implExecuteStatement()
466 if ( !implExecuteStatement( xConn, sCreateStatement ) ) in implCreateTable()
494 if ( implCreateTable( xConn, sCreateStatement, s_tableNameSalesmen) ) in createTableSalesman()
524 if ( implCreateTable( xConn, sCreateStatement, s_tableNameCustomers ) ) in createTableCustomer()
554 if ( implCreateTable( xConn, sCreateStatement, s_tableNameSales ) ) in createTableSales()
579 XConnection xConn = xDS.getConnection( "", "" ); in ensureTables() local
580 XComponent xConnComp = UNO.queryComponent( xConn ); in ensureTables()
582 createTableSalesman( xConn ); in ensureTables()
583 createTableCustomer( xConn ); in ensureTables()
[all …]
H A DKeyGenerator.java130 XConnection xConn = UnoRuntime.queryInterface( in generatePrimaryKey() local
133 XStatement xStatement = xConn.createStatement(); in generatePrimaryKey()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/dbpilots/
H A Dlistcombowizard.cxx152 Reference< XConnection > xConn = getFormConnection(); in implApplySettings() local
153 … DBG_ASSERT(xConn.is(), "OListComboWizard::implApplySettings: no connection, unable to quote!"); in implApplySettings()
155 if (xConn.is()) in implApplySettings()
156 xMetaData = xConn->getMetaData(); in implApplySettings()
167 …getSettings().sListContentTable = ::dbtools::composeTableNameForSelect( xConn, sCatalog, sSchema, … in implApplySettings()
217 Reference< XConnection > xConn = getFormConnection(); in getTables() local
218 …DBG_ASSERT(xConn.is(), "OLCPage::getTables: should have an active connection when reaching this pa… in getTables()
220 Reference< XTablesSupplier > xSuppTables(xConn, UNO_QUERY); in getTables()
225 … DBG_ASSERT(xTables.is() || !xConn.is(), "OLCPage::getTables: got no tables from the connection!"); in getTables()
H A Dcommonpagesdbp.cxx252 Reference< XConnection > xConn = _rxConn; in implFillTables() local
253 if ( !xConn.is() ) in implFillTables()
278 xConn = xDatasource->connectWithCompletion(xHandler); in implFillTables()
279 setFormConnection( xConn ); in implFillTables()
297 if ( xConn.is() ) in implFillTables()
302 Reference< XTablesSupplier > xSupplTables(xConn, UNO_QUERY); in implFillTables()
311 Reference< XQueriesSupplier > xSuppQueries( xConn, UNO_QUERY ); in implFillTables()
H A Dcontrolwizard.cxx381 Reference< XConnection > xConn; in getFormConnection() local
384 if ( !::dbtools::isEmbeddedInDatabase(m_aContext.xForm,xConn) ) in getFormConnection()
385 m_aContext.xForm->getPropertyValue("ActiveConnection") >>= xConn; in getFormConnection()
391 return xConn; in getFormConnection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/dbpilots/
H A Dlistcombowizard.cxx153 Reference< XConnection > xConn = getFormConnection(); in implApplySettings() local
154 … DBG_ASSERT(xConn.is(), "OListComboWizard::implApplySettings: no connection, unable to quote!"); in implApplySettings()
156 if (xConn.is()) in implApplySettings()
157 xMetaData = xConn->getMetaData(); in implApplySettings()
168 …getSettings().sListContentTable = ::dbtools::composeTableNameForSelect( xConn, sCatalog, sSchema, … in implApplySettings()
218 Reference< XConnection > xConn = getFormConnection(); in getTables() local
219 …DBG_ASSERT(xConn.is(), "OLCPage::getTables: should have an active connection when reaching this pa… in getTables()
221 Reference< XTablesSupplier > xSuppTables(xConn, UNO_QUERY); in getTables()
226 … DBG_ASSERT(xTables.is() || !xConn.is(), "OLCPage::getTables: got no tables from the connection!"); in getTables()
H A Dcommonpagesdbp.cxx252 Reference< XConnection > xConn = _rxConn; in implFillTables() local
253 if ( !xConn.is() ) in implFillTables()
278 xConn = xDatasource->connectWithCompletion(xHandler); in implFillTables()
279 setFormConnection( xConn ); in implFillTables()
297 if ( xConn.is() ) in implFillTables()
302 Reference< XTablesSupplier > xSupplTables(xConn, UNO_QUERY); in implFillTables()
311 Reference< XQueriesSupplier > xSuppQueries( xConn, UNO_QUERY ); in implFillTables()
H A Dcontrolwizard.cxx381 Reference< XConnection > xConn; in getFormConnection() local
384 if ( !::dbtools::isEmbeddedInDatabase(m_aContext.xForm,xConn) ) in getFormConnection()
385 m_aContext.xForm->getPropertyValue("ActiveConnection") >>= xConn; in getFormConnection()
391 return xConn; in getFormConnection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/mysqlc/
H A Dmysqlc_driver.cxx89 Reference<XConnection> xConn; in connect() local
92 xConn = pCon; in connect()
96 return xConn; in connect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_dbaccess/
H A DOSingleSelectQueryComposer.java173 XMultiServiceFactory xConn = UnoRuntime.queryInterface( in createTestEnvironment() local
177 String[] sServiceNames = xConn.getAvailableServiceNames(); in createTestEnvironment()
183 oInterface = xConn.createInstance(sServiceNames[0]); in createTestEnvironment()
H A DOQueryDesign.java54 private static XConnection xConn; field in OQueryDesign
83 xConn = xDS.getConnection("", ""); in createTestEnvironment()
99 param1.Value = xConn; in createTestEnvironment()
211 xConn.close() ; in cleanup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/dtrans/
H A DX11_droptarget.cxx54 Reference< XDisplayConnection > xConn; in initialize() local
55 arguments.getConstArray()[0] >>= xConn; in initialize()
56 if( xConn.is() ) in initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_dbaccess/
H A DOSingleSelectQueryComposer.java173 XMultiServiceFactory xConn = UnoRuntime.queryInterface( in createTestEnvironment() local
177 String[] sServiceNames = xConn.getAvailableServiceNames(); in createTestEnvironment()
183 oInterface = xConn.createInstance(sServiceNames[0]); in createTestEnvironment()
H A DOQueryDesign.java54 private static XConnection xConn; field in OQueryDesign
83 xConn = xDS.getConnection("", ""); in createTestEnvironment()
99 param1.Value = xConn; in createTestEnvironment()
211 xConn.close() ; in cleanup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/dtrans/
H A DX11_droptarget.cxx53 Reference< XDisplayConnection > xConn; in initialize() local
54 arguments.getConstArray()[0] >>= xConn; in initialize()
55 if( xConn.is() ) in initialize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/com/sun/star/lib/connections/pipe/
H A DpipeConnector.java109 XConnection xConn = new PipeConnection( connectionDescription ); in connect() local
111 return xConn; in connect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jurt/com/sun/star/lib/connections/pipe/
H A DpipeConnector.java109 XConnection xConn = new PipeConnection( connectionDescription ); in connect() local
111 return xConn; in connect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx1203 Reference< XConnection > xConn; in buildIsolatedConnection() local
1210 xConn = new OConnection(*this, xSdbcConn, m_pImpl->m_aContext); in buildIsolatedConnection()
1212 return xConn; in buildIsolatedConnection()
1219 Reference< XConnection > xConn; in getConnection() local
1222 xConn = buildIsolatedConnection(user,password); in getConnection()
1235 xConn = m_pImpl->m_pSharedConnectionManager->getConnection( in getConnection()
1239 if ( xConn.is() ) in getConnection()
1241 Reference< XComponent> xComp(xConn,UNO_QUERY); in getConnection()
1244 m_pImpl->m_aConnections.emplace_back(xConn); in getConnection()
1247 return xConn; in getConnection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx1207 Reference< XConnection > xConn; in buildIsolatedConnection() local
1214 xConn = new OConnection(*this, xSdbcConn, m_pImpl->m_aContext); in buildIsolatedConnection()
1216 return xConn; in buildIsolatedConnection()
1223 Reference< XConnection > xConn; in getConnection() local
1226 xConn = buildIsolatedConnection(user,password); in getConnection()
1235 xConn = m_pImpl->m_pSharedConnectionManager->getConnection( in getConnection()
1239 if ( xConn.is() ) in getConnection()
1241 Reference< XComponent> xComp(xConn,UNO_QUERY); in getConnection()
1244 m_pImpl->m_aConnections.emplace_back(xConn); in getConnection()
1247 return xConn; in getConnection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/bibliography/
H A Ddatman.cxx99 Reference< XConnection > xConn; in getConnection() local
107 xConn = xComplConn->connectWithCompletion(xIHdl); in getConnection()
117 return xConn; in getConnection()
122 Reference< XConnection > xConn; in getConnection() local
127 return xConn; in getConnection()
129 xConn.set(xFormProps->getPropertyValue("ActiveConnection"), UNO_QUERY); in getConnection()
130 if (!xConn.is()) in getConnection()
140 return xConn; in getConnection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/bibliography/
H A Ddatman.cxx100 Reference< XConnection > xConn; in getConnection() local
108 xConn = xComplConn->connectWithCompletion(xIHdl); in getConnection()
118 return xConn; in getConnection()
123 Reference< XConnection > xConn; in getConnection() local
128 return xConn; in getConnection()
130 xConn.set(xFormProps->getPropertyValue("ActiveConnection"), UNO_QUERY); in getConnection()
131 if (!xConn.is()) in getConnection()
141 return xConn; in getConnection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx246 VclPtr<OTableConnection> xConn(rConn); in RemoveConnection() local
248 DeselectConn(xConn); in RemoveConnection()
251 xConn->InvalidateConnection(); in RemoveConnection()
253 m_pView->getController().removeConnectionData(xConn->GetData()); in RemoveConnection()
255 … m_vTableConnection.erase(std::find(m_vTableConnection.begin(), m_vTableConnection.end(), xConn)); in RemoveConnection()
260 makeAny(xConn->GetAccessible()), in RemoveConnection()
263 xConn->disposeOnce(); in RemoveConnection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx246 VclPtr<OTableConnection> xConn(rConn); in RemoveConnection() local
248 DeselectConn(xConn); in RemoveConnection()
251 xConn->InvalidateConnection(); in RemoveConnection()
253 m_pView->getController().removeConnectionData(xConn->GetData()); in RemoveConnection()
255 … m_vTableConnection.erase(std::find(m_vTableConnection.begin(), m_vTableConnection.end(), xConn)); in RemoveConnection()
260 makeAny(xConn->GetAccessible()), in RemoveConnection()
263 xConn->disposeOnce(); in RemoveConnection()

12