Home
last modified time | relevance | path

Searched refs:xKeySup (Results 1 – 8 of 8) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowData.cxx148 Reference<XKeysSupplier> xKeySup(m_xTable,UNO_QUERY); in listen() local
149 if ( xKeySup.is() ) in listen()
150 m_xKeys = xKeySup->getKeys(); in listen()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx400 Reference<XKeysSupplier> xKeySup(xTable,UNO_QUERY); in doSaveDoc() local
401 appendPrimaryKey(xKeySup,bNew); in doSaveDoc()
1362 Reference< XKeysSupplier > xKeySup( m_xTable, UNO_QUERY ); in alterColumns() local
1363 appendPrimaryKey( xKeySup ,sal_False); in alterColumns()
1377 Reference<XKeysSupplier> xKeySup(m_xTable,UNO_QUERY); in dropPrimaryKey() local
1379 if(xKeySup.is()) in dropPrimaryKey()
1380 xKeys = xKeySup->getKeys(); in dropPrimaryKey()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx374 const Reference<XKeysSupplier> xKeySup(xTableProp,UNO_QUERY); in loadTableData() local
376 if ( !xKeys.is() && xKeySup.is() ) in loadTableData()
378 xKeys = xKeySup->getKeys(); in loadTableData()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A Dsdbcx.java368 XKeysSupplier xKeySup = (XKeysSupplier)UnoRuntime.queryInterface(XKeysSupplier.class,xTable); in createTableSalesMen() local
369 … (XDataDescriptorFactory)UnoRuntime.queryInterface(XDataDescriptorFactory.class,xKeySup.getKeys()); in createTableSalesMen()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx242 Reference<XKeysSupplier> xKeySup(descriptor,UNO_QUERY); in createTable() local
244 Reference<XIndexAccess> xKeys = xKeySup->getKeys(); in createTable()
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx262 Reference<XKeysSupplier> xKeySup(descriptor,UNO_QUERY); in createStandardKeyStatement() local
263 Reference<XIndexAccess> xKeys = xKeySup->getKeys(); in createStandardKeyStatement()
H A Ddbtools.cxx540 const Reference<XKeysSupplier> xKeySup(i_xTable,UNO_QUERY); in getPrimaryKeyColumns_throw() local
541 if ( xKeySup.is() ) in getPrimaryKeyColumns_throw()
543 const Reference<XIndexAccess> xKeys = xKeySup->getKeys(); in getPrimaryKeyColumns_throw()
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx1322 Reference<XKeysSupplier> xKeySup(xTable,UNO_QUERY); in createTable() local
1323 appendKey(xKeySup,pVec); in createTable()

Completed in 56 milliseconds