Home
last modified time | relevance | path

Searched refs:xKeys (Results 1 – 10 of 10) sorted by relevance

/trunk/main/dbaccess/source/ui/relationdesign/
H A DRTableConnectionData.cxx101 Reference< XIndexAccess> xKeys = getReferencingTable()->getKeys(); in DropRelation() local
102 if( m_aConnName.Len() && xKeys.is() ) in DropRelation()
104 const sal_Int32 nCount = xKeys->getCount(); in DropRelation()
107 Reference< XPropertySet> xKey(xKeys->getByIndex(i),UNO_QUERY); in DropRelation()
115 Reference< XDrop> xDrop(xKeys,UNO_QUERY); in DropRelation()
294 Reference< XIndexAccess> xKeys ( getReferencingTable()->getKeys()); in Update() local
296 if ( !xKeys.is() ) in Update()
300 Reference<XDataDescriptorFactory> xKeyFactory(xKeys,UNO_QUERY); in Update()
357 for(sal_Int32 i=0;i<xKeys->getCount();++i) in Update()
359 xKeys->getByIndex(i) >>= xKey; in Update()
H A DRelationController.cxx373 Reference<XIndexAccess> xKeys = pReferencingTable->getKeys(); in loadTableData() local
376 if ( !xKeys.is() && xKeySup.is() ) in loadTableData()
378 xKeys = xKeySup->getKeys(); in loadTableData()
381 if ( xKeys.is() ) in loadTableData()
384 const sal_Int32 nCount = xKeys->getCount(); in loadTableData()
387 xKeys->getByIndex(i) >>= xKey; in loadTableData()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx791 Reference<XIndexAccess> xKeys(_rxSup->getKeys(),UNO_QUERY); in appendPrimaryKey() local
793 const sal_Int32 nCount = xKeys->getCount(); in appendPrimaryKey()
796 xKeys->getByIndex(i) >>= xProp; in appendPrimaryKey()
804 Reference<XDataDescriptorFactory> xKeyFactory(xKeys,UNO_QUERY); in appendPrimaryKey()
1378 Reference<XIndexAccess> xKeys; in dropPrimaryKey() local
1380 xKeys = xKeySup->getKeys(); in dropPrimaryKey()
1382 if(xKeys.is()) in dropPrimaryKey()
1385 for(sal_Int32 i=0;i< xKeys->getCount();++i) in dropPrimaryKey()
1387 xProp.set(xKeys->getByIndex(i),UNO_QUERY); in dropPrimaryKey()
1392 Reference<XDrop> xDrop(xKeys,UNO_QUERY); in dropPrimaryKey()
/trunk/main/extensions/source/propctrlr/
H A Dformlinkdialog.cxx515 Reference< XIndexAccess > xKeys; in getExistingRelation() local
517 xKeys = xSuppKeys->getKeys(); in getExistingRelation()
519 if ( xKeys.is() ) in getExistingRelation()
527 const sal_Int32 keyCount = xKeys->getCount(); in getExistingRelation()
530 xKeys->getByIndex( key ) >>= xKey; in getExistingRelation()
/trunk/main/connectivity/source/sdbcx/
H A DVTable.cxx207 Reference< XIndexAccess > xKeys; in getKeys() local
213 xKeys = m_pKeys; in getKeys()
225 return xKeys; in getKeys()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx244 Reference<XIndexAccess> xKeys = xKeySup->getKeys(); in createTable() local
245 if(xKeys.is()) in createTable()
248 for( sal_Int32 key=0; key<xKeys->getCount(); ++key ) in createTable()
250 if(::cppu::extractInterface(xColProp,xKeys->getByIndex(key)) && xColProp.is()) in createTable()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A Dsdbcx.java192 XIndexAccess xKeys = xKeysSup.getKeys(); in printKeys() local
193 for ( int i =0; i < xKeys.getCount(); i++) in printKeys()
195 Object key = xKeys.getByIndex(i); in printKeys()
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx263 Reference<XIndexAccess> xKeys = xKeySup->getKeys(); in createStandardKeyStatement() local
264 if ( xKeys.is() ) in createStandardKeyStatement()
271 for(sal_Int32 i=0;i<xKeys->getCount();++i) in createStandardKeyStatement()
273 if ( (xKeys->getByIndex(i) >>= xColProp) && xColProp.is() ) in createStandardKeyStatement()
H A Ddbtools.cxx543 const Reference<XIndexAccess> xKeys = xKeySup->getKeys(); in getPrimaryKeyColumns_throw() local
544 if ( xKeys.is() ) in getPrimaryKeyColumns_throw()
549 const sal_Int32 nCount = xKeys->getCount(); in getPrimaryKeyColumns_throw()
552 xProp.set(xKeys->getByIndex(i),UNO_QUERY_THROW); in getPrimaryKeyColumns_throw()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx1121 Reference<XIndexAccess> xKeys = m_xTableKeys; in getKeyColumns() local
1122 if ( !xKeys.is() ) in getKeyColumns()
1131 if(xKeys.is()) in getKeyColumns()
1134 sal_Int32 nCount = xKeys->getCount(); in getKeyColumns()
1137 xProp.set(xKeys->getByIndex(i),UNO_QUERY); in getKeyColumns()

Completed in 82 milliseconds