Searched refs:OKey (Results 1 – 6 of 6) sorted by relevance
46 ::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 OKey82 OKey::OKey(const ::rtl::OUString& _Name,const TKeyProperties& _rProps,sal_Bool _bCase) in OKey() function in OKey106 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 …]
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