Lines Matching refs:OKey

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 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()
157 ::cppu::IPropertyArrayHelper* OKey::createArrayHelper( sal_Int32 /*_nId*/ ) const in createArrayHelper()
162 ::cppu::IPropertyArrayHelper & OKey::getInfoHelper() in getInfoHelper()
164 return *const_cast<OKey*>(this)->getArrayHelper(isNew() ? 1 : 0); in getInfoHelper()
167 Reference< ::com::sun::star::container::XNameAccess > SAL_CALL OKey::getColumns( ) throw(RuntimeEx… in getColumns()
187 return const_cast<OKey*>(this)->m_pColumns; in getColumns()
190 Reference< XPropertySet > SAL_CALL OKey::createDataDescriptor( ) throw(RuntimeException) in createDataDescriptor()
199 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OKey::getPro… in getPropertySetInfo()
204 ::rtl::OUString SAL_CALL OKey::getName( ) throw(::com::sun::star::uno::RuntimeException) in getName()
209 void SAL_CALL OKey::setName( const ::rtl::OUString& /*aName*/ ) throw(::com::sun::star::uno::Runtim… in setName()
214 void SAL_CALL OKey::acquire() throw() in acquire()
219 void SAL_CALL OKey::release() throw() in release()