Home
last modified time | relevance | path

Searched refs:OKey (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/connectivity/source/sdbcx/
H A DVKey.cxx46 ::rtl::OUString SAL_CALL OKey::getImplementationName( ) throw (::com::sun::star::uno::RuntimeExcep… in getImplementationName()
53 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL OKey::getSupportedServiceNames( ) thro… in getSupportedServiceNames()
64 sal_Bool SAL_CALL OKey::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::sun::s… in supportsService()
75 OKey::OKey(sal_Bool _bCase) : ODescriptor_BASE(m_aMutex) in OKey() function in OKey
82 OKey::OKey(const ::rtl::OUString& _Name,const TKeyProperties& _rProps,sal_Bool _bCase) in OKey() function in OKey
106 OKey::~OKey( ) in ~OKey()
111 Any SAL_CALL OKey::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
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()
[all …]
/AOO41X/main/connectivity/inc/connectivity/sdbcx/
H A DVKey.hxx67 class OOO_DLLPUBLIC_DBTOOLS OKey : class
71 public ::comphelper::OIdPropertyArrayUsageHelper<OKey>,
85 OKey(sal_Bool _bCase);
86 OKey(const ::rtl::OUString& _Name,const TKeyProperties& _rProps,sal_Bool _bCase);
94 virtual ~OKey( );
/AOO41X/main/connectivity/source/commontools/
H A DTKey.cxx43 OTableKeyHelper::OTableKeyHelper(OTableHelper* _pTable) : connectivity::sdbcx::OKey(sal_True) in OTableKeyHelper()
52 ) : connectivity::sdbcx::OKey(_Name,_rProps,sal_True) in OTableKeyHelper()
/AOO41X/main/connectivity/source/inc/ado/
H A DACollection.hxx207 class OKey;
215 typedef OCollection< ADOKeys,ADOKey,OKey> OKeys;
H A DAKey.hxx35 typedef sdbcx::OKey OKey_ADO;
/AOO41X/main/connectivity/inc/connectivity/
H A DTKey.hxx34 class OOO_DLLPUBLIC_DBTOOLS OTableKeyHelper : public connectivity::sdbcx::OKey