Searched refs:OKey (Results 1 – 6 of 6) sorted by relevance
75 OKey::OKey(sal_Bool _bCase) : ODescriptor_BASE(m_aMutex) in OKey() function in OKey82 OKey::OKey(const ::rtl::OUString& _Name,const TKeyProperties& _rProps,sal_Bool _bCase) in OKey() function in OKey106 OKey::~OKey( ) in ~OKey()125 Sequence< Type > SAL_CALL OKey::getTypes( ) throw(RuntimeException) in getTypes()133 void OKey::construct() in construct()145 void SAL_CALL OKey::disposing() in disposing()162 ::cppu::IPropertyArrayHelper & OKey::getInfoHelper() in getInfoHelper()164 return *const_cast<OKey*>(this)->getArrayHelper(isNew() ? 1 : 0); in getInfoHelper()187 return const_cast<OKey*>(this)->m_pColumns; in getColumns()214 void SAL_CALL OKey::acquire() throw() in acquire()[all …]
67 class OOO_DLLPUBLIC_DBTOOLS OKey : class71 public ::comphelper::OIdPropertyArrayUsageHelper<OKey>,85 OKey(sal_Bool _bCase);86 OKey(const ::rtl::OUString& _Name,const TKeyProperties& _rProps,sal_Bool _bCase);94 virtual ~OKey( );
43 OTableKeyHelper::OTableKeyHelper(OTableHelper* _pTable) : connectivity::sdbcx::OKey(sal_True) in OTableKeyHelper()52 ) : connectivity::sdbcx::OKey(_Name,_rProps,sal_True) in OTableKeyHelper()
207 class OKey;215 typedef OCollection< ADOKeys,ADOKey,OKey> OKeys;
35 typedef sdbcx::OKey OKey_ADO;
34 class OOO_DLLPUBLIC_DBTOOLS OTableKeyHelper : public connectivity::sdbcx::OKey
Completed in 19 milliseconds