Home
last modified time | relevance | path

Searched refs:xSupplyTables (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/extensions/source/bibliography/
H A Ddatman.cxx206 Reference< XTablesSupplier > xSupplyTables( getConnection( _rxForm ), UNO_QUERY ); in getColumns() local
208 if (xFormProps.is() && xSupplyTables.is()) in getColumns()
216 Reference< XNameAccess > xTables = xSupplyTables->getTables(); in getColumns()
993 Reference< XTablesSupplier > xSupplyTables(xConnection, UNO_QUERY); in createDatabaseForm() local
994 Reference< XNameAccess > xTables = xSupplyTables.is() ? in createDatabaseForm()
995 xSupplyTables->getTables() : Reference< XNameAccess > (); in createDatabaseForm()
1056 Reference< XTablesSupplier > xSupplyTables( getConnection( m_xForm ), UNO_QUERY ); in getDataSources() local
1058 if (xSupplyTables.is()) in getDataSources()
1059 xTables = xSupplyTables->getTables(); in getDataSources()
1196 Reference< XTablesSupplier > xSupplyTables(xConnection, UNO_QUERY); in setActiveDataSource() local
[all …]
/AOO41X/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx586 Reference< XTablesSupplier > xSupplyTables(xConnection, UNO_QUERY); in initContext() local
587 …if (xSupplyTables.is() && xSupplyTables->getTables().is() && xSupplyTables->getTables()->hasByName… in initContext()
590 m_aContext.xObjectContainer = xSupplyTables->getTables(); in initContext()
/AOO41X/main/connectivity/source/commontools/
H A Ddbtools.cxx630 Reference< XTablesSupplier > xSupplyTables( _rxConnection, UNO_QUERY ); in getFieldsByCommandDescriptor() local
631 if ( xSupplyTables.is() ) in getFieldsByCommandDescriptor()
632 xObjectCollection = xSupplyTables->getTables(); in getFieldsByCommandDescriptor()
/AOO41X/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2510 Reference< XTablesSupplier > xSupplyTables( m_xRowSetConnection, UNO_QUERY ); in impl_fillTableNames_throw() local
2512 if ( xSupplyTables.is() ) in impl_fillTableNames_throw()
2513 xTableNames = xSupplyTables->getTables(); in impl_fillTableNames_throw()
/AOO41X/main/svx/source/fmcomp/
H A Dfmgridcl.cxx332 Reference< XTablesSupplier > xSupplyTables(xConnection, UNO_QUERY); in ExecuteDrop() local
334 xSupplyTables->getTables()->getByName(sCommand) >>= xSupplyColumns; in ExecuteDrop()