Lines Matching refs:OUser
46 IMPLEMENT_SERVICE_INFO(OUser,"com.sun.star.sdbcx.VUser","com.sun.star.sdbcx.User");
48 OUser::OUser(sal_Bool _bCase) : OUser_BASE(m_aMutex) in OUser() function in OUser
54 OUser::OUser(const ::rtl::OUString& _Name,sal_Bool _bCase) : OUser_BASE(m_aMutex) in OUser() function in OUser
61 OUser::~OUser( ) in ~OUser()
66 void OUser::disposing(void) in disposing()
74 Any SAL_CALL OUser::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
80 Sequence< Type > SAL_CALL OUser::getTypes( ) throw(RuntimeException) in getTypes()
85 ::cppu::IPropertyArrayHelper* OUser::createArrayHelper( ) const in createArrayHelper()
93 ::cppu::IPropertyArrayHelper & OUser::getInfoHelper() in getInfoHelper()
95 return *const_cast<OUser*>(this)->getArrayHelper(); in getInfoHelper()
99 void SAL_CALL OUser::changePassword( const ::rtl::OUString& /*objPassword*/, const ::rtl::OUString&… in changePassword()
107 Reference< XNameAccess > SAL_CALL OUser::getGroups( ) throw(RuntimeException) in getGroups()
127 return const_cast<OUser*>(this)->m_pGroups; in getGroups()
132 sal_Int32 SAL_CALL OUser::getPrivileges( const ::rtl::OUString& /*objName*/, sal_Int32 /*objType*/ … in getPrivileges()
140 sal_Int32 SAL_CALL OUser::getGrantablePrivileges( const ::rtl::OUString& /*objName*/, sal_Int32 /*o… in getGrantablePrivileges()
148 void SAL_CALL OUser::grantPrivileges( const ::rtl::OUString& /*objName*/, sal_Int32 /*objType*/, sa… in grantPrivileges()
155 void SAL_CALL OUser::revokePrivileges( const ::rtl::OUString& /*objName*/, sal_Int32 /*objType*/, s… in revokePrivileges()
162 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OUser::getPr… in getPropertySetInfo()
167 ::rtl::OUString SAL_CALL OUser::getName( ) throw(::com::sun::star::uno::RuntimeException) in getName()
172 void SAL_CALL OUser::setName( const ::rtl::OUString& /*aName*/ ) throw(::com::sun::star::uno::Runti… in setName()
179 void SAL_CALL OUser::acquire() throw() in acquire()
184 void SAL_CALL OUser::release() throw() in release()