| /trunk/main/connectivity/source/sdbcx/ |
| H A D | VIndex.cxx | 47 ::rtl::OUString SAL_CALL OIndex::getImplementationName( ) throw (::com::sun::star::uno::RuntimeExc… in getImplementationName() 54 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL OIndex::getSupportedServiceNames( ) th… in getSupportedServiceNames() 65 sal_Bool SAL_CALL OIndex::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::sun:… in supportsService() 76 OIndex::OIndex(sal_Bool _bCase) : ODescriptor_BASE(m_aMutex) in OIndex() function in OIndex 85 OIndex::OIndex( const ::rtl::OUString& _Name, in OIndex() function in OIndex 101 OIndex::~OIndex( ) in ~OIndex() 106 ::cppu::IPropertyArrayHelper* OIndex::createArrayHelper( sal_Int32 /*_nId*/ ) const in createArrayHelper() 111 ::cppu::IPropertyArrayHelper& SAL_CALL OIndex::getInfoHelper() in getInfoHelper() 116 Any SAL_CALL OIndex::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() 129 Sequence< Type > SAL_CALL OIndex::getTypes( ) throw(RuntimeException) in getTypes() [all …]
|
| /trunk/main/connectivity/inc/connectivity/sdbcx/ |
| H A D | VIndex.hxx | 50 class OIndex; 52 typedef ::comphelper::OIdPropertyArrayUsageHelper<OIndex> OIndex_PROP; 54 class OOO_DLLPUBLIC_DBTOOLS OIndex : class 76 OIndex(sal_Bool _bCase); 77 OIndex( const ::rtl::OUString& _Name, 84 virtual ~OIndex( );
|
| /trunk/main/dbaccess/source/ui/inc/ |
| H A D | indexes.hxx | 62 struct OIndex struct 76 OIndex(const ::rtl::OUString& _rOriginalName) in OIndex() argument 93 OIndex(); // not implemented 96 DECLARE_STL_VECTOR( OIndex, Indexes );
|
| H A D | indexcollection.hxx | 66 typedef OIndex* iterator; 67 typedef OIndex const* const_iterator; 111 …void implFillIndexInfo(OIndex& _rIndex, ::com::sun::star::uno::Reference< ::com::sun::star::beans:… 112 void implFillIndexInfo(OIndex& _rIndex) SAL_THROW((::com::sun::star::uno::Exception));
|
| /trunk/main/dbaccess/source/ui/misc/ |
| H A D | indexcollection.cxx | 288 void OIndexCollection::implFillIndexInfo(OIndex& _rIndex) SAL_THROW((Exception)) in implFillIndexInfo() 302 …void OIndexCollection::implFillIndexInfo(OIndex& _rIndex, Reference< XPropertySet > _rxDescriptor)… in implFillIndexInfo() 380 OIndex aNewIndex(tmpName); // the empty string indicates the index is a new one in insert() 410 OIndex aCurrentIndex(*pNames); in implConstructFrom()
|
| /trunk/main/connectivity/source/drivers/adabas/ |
| H A D | BIndex.cxx | 49 ) : connectivity::sdbcx::OIndex(_Name, in OAdabasIndex() 61 : connectivity::sdbcx::OIndex(sal_True) in OAdabasIndex()
|
| /trunk/main/connectivity/source/commontools/ |
| H A D | TIndex.cxx | 42 OIndexHelper::OIndexHelper( OTableHelper* _pTable) : connectivity::sdbcx::OIndex(sal_True) in OIndexHelper() 56 ) : connectivity::sdbcx::OIndex(_Name, in OIndexHelper()
|
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
| H A D | OIndex.java | 42 public class OIndex extends ODescriptor implements XColumnsSupplier, XDataDescriptorFactory, XServi… class 55 public OIndex(String name, boolean isCaseSensitive, String catalogName, in OIndex() method in OIndex
|
| H A D | OIndexColumnContainer.java | 43 private OIndex index; 45 …public OIndexColumnContainer(Object lock, OIndex index, List<String> columnNames) throws ElementEx… in OIndexColumnContainer()
|
| H A D | OIndexContainer.java | 110 …ret = new OIndex(subname, isCaseSensitive(), qualifier, isUnique, isPrimaryKeyIndex, clustered == … in createObject()
|
| /trunk/main/connectivity/source/inc/ado/ |
| H A D | ACollection.hxx | 206 class OIndex; 214 typedef OCollection< ADOIndexes,ADOIndex,OIndex> OIndexes;
|
| H A D | AIndex.hxx | 35 typedef sdbcx::OIndex OIndex_ADO;
|
| /trunk/main/connectivity/source/drivers/dbase/ |
| H A D | DIndex.cxx | 66 ODbaseIndex::ODbaseIndex(ODbaseTable* _pTable) : OIndex(sal_True/*_pTable->getConnection()->getMeta… in ODbaseIndex() 79 …:OIndex(_rName,::rtl::OUString(),_rHeader.db_unique,sal_False,sal_False,sal_True) // _pTable->getC… in ODbaseIndex()
|
| /trunk/main/connectivity/source/inc/adabas/ |
| H A D | BIndex.hxx | 35 class OAdabasIndex : public sdbcx::OIndex
|
| /trunk/main/connectivity/inc/connectivity/ |
| H A D | TIndex.hxx | 34 class OOO_DLLPUBLIC_DBTOOLS OIndexHelper : public connectivity::sdbcx::OIndex
|
| /trunk/main/connectivity/source/inc/dbase/ |
| H A D | DIndex.hxx | 41 typedef sdbcx::OIndex ODbaseIndex_BASE;
|