Home
last modified time | relevance | path

Searched refs:xAuth (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx237 xAuth->grantPrivileges(sTableName,PrivilegeObject::TABLE,what);\
239 xAuth->revokePrivileges(sTableName,PrivilegeObject::TABLE,what)
257 Reference<XAuthorizable> xAuth(m_xUsers->getByName(m_sUserName),UNO_QUERY); in SaveModified() local
258 if ( xAuth.is() ) in SaveModified()
339 Reference<XAuthorizable> xAuth(m_xUsers->getByName(m_sUserName),UNO_QUERY); in fillPrivilege() local
340 if ( xAuth.is() ) in fillPrivilege()
344 nRights.nRights = xAuth->getPrivileges(m_aTableNames[_nRow],PrivilegeObject::TABLE); in fillPrivilege()
/aoo41x/main/dbaccess/source/ui/dlg/
H A DUserAdmin.cxx234 Reference<XAuthorizable> xAuth; in FillUserNames() local
235 m_xUsers->getByName(m_UserName) >>= xAuth; in FillUserNames()
236 m_TableCtrl.setGrantUser(xAuth); in FillUserNames()
/aoo41x/main/odk/examples/DevelopersGuide/Database/
H A Dsdbcx.java301 XAuthorizable xAuth = (XAuthorizable)UnoRuntime.queryInterface(XAuthorizable.class,xUsersSup); in printGroups() local
308 …System.out.println("\t " + aUserNames[j] + " Privileges: " + xAuth.getPrivileges(aUserNames[j],… in printGroups()

Completed in 32 milliseconds