Home
last modified time | relevance | path

Searched refs:userId (Results 1 – 4 of 4) sorted by relevance

/trunk/main/stoc/source/security/
H A Daccess_controller.cxx560 OUString userId; in initialize() local
561 arguments[ 0 ] >>= userId; in initialize()
562 if (! userId.getLength()) in initialize()
568 m_singleUserId = userId; in initialize()
604 if (userId.getLength()) in dumpPermissions()
607 buf.append( userId ); in dumpPermissions()
706 OUString userId; in getEffectivePermissions() local
714 userId = m_singleUserId; in getEffectivePermissions()
729 if (! userId.getLength()) in getEffectivePermissions()
760 buf.append( userId ); in getEffectivePermissions()
[all …]
H A Dfile_policy.cxx112 OUString const & userId )
153 OUString const & userId ) in getPermissions() argument
163 t_permissions::iterator iFind( m_userPermissions.find( userId ) ); in getPermissions()
475 OUString userId; in refresh() local
479 userId = reader.assureQuotedToken(); in refresh()
524 if (userId.getLength()) in refresh()
526 Sequence< Any > perms( userPermissions[ userId ] ); in refresh()
530 userPermissions[ userId ] = perms; in refresh()
/trunk/main/udkapi/com/sun/star/security/
H A DXPolicy.idl44 @param userId
50 [in] string userId );
/trunk/main/stoc/test/security/
H A Dtest_security.cxx96 OUString const & userId ) in user_CurrentContext() argument
100 , m_userId( makeAny( userId ) ) in user_CurrentContext()

Completed in 21 milliseconds