Home
last modified time | relevance | path

Searched refs:OIndex (Results 1 – 13 of 13) sorted by relevance

/aoo41x/main/connectivity/source/sdbcx/
H A DVIndex.cxx76 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()
111 ::cppu::IPropertyArrayHelper& SAL_CALL OIndex::getInfoHelper() in getInfoHelper()
129 Sequence< Type > SAL_CALL OIndex::getTypes( ) throw(RuntimeException) in getTypes()
136 void OIndex::construct() in construct()
148 void OIndex::disposing(void) in disposing()
178 return const_cast<OIndex*>(this)->m_pColumns; in getColumns()
205 void SAL_CALL OIndex::acquire() throw() in acquire()
210 void SAL_CALL OIndex::release() throw() in release()
[all …]
/aoo41x/main/connectivity/inc/connectivity/sdbcx/
H A DVIndex.hxx50 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( );
/aoo41x/main/dbaccess/source/ui/inc/
H A Dindexes.hxx62 struct OIndex struct
76 OIndex(const ::rtl::OUString& _rOriginalName) in OIndex() function
93 OIndex(); // not implemented
96 DECLARE_STL_VECTOR( OIndex, Indexes );
H A Dindexcollection.hxx66 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));
/aoo41x/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx288 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()
/aoo41x/main/connectivity/source/drivers/adabas/
H A DBIndex.cxx49 ) : connectivity::sdbcx::OIndex(_Name, in OAdabasIndex()
61 : connectivity::sdbcx::OIndex(sal_True) in OAdabasIndex()
/aoo41x/main/connectivity/source/commontools/
H A DTIndex.cxx42 OIndexHelper::OIndexHelper( OTableHelper* _pTable) : connectivity::sdbcx::OIndex(sal_True) in OIndexHelper()
56 ) : connectivity::sdbcx::OIndex(_Name, in OIndexHelper()
/aoo41x/main/connectivity/source/inc/ado/
H A DACollection.hxx206 class OIndex;
214 typedef OCollection< ADOIndexes,ADOIndex,OIndex> OIndexes;
H A DAIndex.hxx35 typedef sdbcx::OIndex OIndex_ADO;
/aoo41x/main/connectivity/source/inc/adabas/
H A DBIndex.hxx35 class OAdabasIndex : public sdbcx::OIndex
/aoo41x/main/connectivity/inc/connectivity/
H A DTIndex.hxx34 class OOO_DLLPUBLIC_DBTOOLS OIndexHelper : public connectivity::sdbcx::OIndex
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx66 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()
/aoo41x/main/connectivity/source/inc/dbase/
H A DDIndex.hxx41 typedef sdbcx::OIndex ODbaseIndex_BASE;

Completed in 47 milliseconds