Home
last modified time | relevance | path

Searched refs:xQuerySup (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java272 … XQueryDefinitionsSupplier xQuerySup = UnoRuntime.queryInterface(XQueryDefinitionsSupplier.class, in createQuerydefinition() local
274 XNameAccess xQDefs = xQuerySup.getQueryDefinitions(); in createQuerydefinition()
292 XDocumentDataSource xDs = UnoRuntime.queryInterface(XDocumentDataSource.class, xQuerySup); in createQuerydefinition()
309 XQueriesSupplier xQuerySup = UnoRuntime.queryInterface(XQueriesSupplier.class, con); in printQueryColumnNames() local
311 XNameAccess xQDefs = xQuerySup.getQueries(); in printQueryColumnNames()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java272 … XQueryDefinitionsSupplier xQuerySup = UnoRuntime.queryInterface(XQueryDefinitionsSupplier.class, in createQuerydefinition() local
274 XNameAccess xQDefs = xQuerySup.getQueryDefinitions(); in createQuerydefinition()
292 XDocumentDataSource xDs = UnoRuntime.queryInterface(XDocumentDataSource.class, xQuerySup); in createQuerydefinition()
309 XQueriesSupplier xQuerySup = UnoRuntime.queryInterface(XQueriesSupplier.class, con); in printQueryColumnNames() local
311 XNameAccess xQDefs = xQuerySup.getQueries(); in printQueryColumnNames()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2274 Reference< XQueryDefinitionsSupplier > xQuerySup; in ensureEntryObject() local
2275 … m_xDatabaseContext->getByName( getDataSourceAccessor( pDataSourceEntry ) ) >>= xQuerySup; in ensureEntryObject()
2276 if (xQuerySup.is()) in ensureEntryObject()
2278 Reference< XNameAccess > xQueryDefs = xQuerySup->getQueryDefinitions(); in ensureEntryObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2295 Reference< XQueryDefinitionsSupplier > xQuerySup; in ensureEntryObject() local
2296 … m_xDatabaseContext->getByName(getDataSourceAccessor(*xDataSourceEntry)) >>= xQuerySup; in ensureEntryObject()
2297 if (xQuerySup.is()) in ensureEntryObject()
2299 Reference< XNameAccess > xQueryDefs = xQuerySup->getQueryDefinitions(); in ensureEntryObject()