Lines Matching refs:Any
109 Any const & perm )
142 Any const & perm ) in checkPermission()
172 Any const & perm )
205 Any const & perm ) in checkPermission()
234 Any const & perm )
253 Any const & perm ) in checkPermission()
267 Any m_restriction;
283 virtual Any SAL_CALL getValueByName( OUString const & name )
324 Any acc_CurrentContext::getValueByName( OUString const & name ) in getValueByName()
337 return Any(); in getValueByName()
360 Any acc( xContext->getValueByName( s_acRestriction ) ); in getDynamicRestriction()
426 typedef vector< pair< OUString, Any > > t_rec_vec;
432 Any const & demanded_perm )
446 Sequence< Any > const & arguments )
451 Any const & perm )
453 virtual Any SAL_CALL doRestricted(
457 virtual Any SAL_CALL doPrivileged(
550 Sequence< Any > const & arguments ) in initialize()
652 pair< OUString, Any > const & p = vec[ nPos ]; in checkAndClearPostPoned()
663 pair< OUString, Any > const & p = vec[ nPos ]; in checkAndClearPostPoned()
673 pair< OUString, Any > const & p = vec[ nPos ]; in checkAndClearPostPoned()
703 Any const & demanded_perm ) in getEffectivePermissions()
755 rec->push_back( pair< OUString, Any >( userId, demanded_perm ) ); in getEffectivePermissions()
882 Any const & perm ) in checkPermission()
910 Any AccessController::doRestricted( in doRestricted()
943 Any AccessController::doPrivileged( in doPrivileged()
999 new acc_Policy( getEffectivePermissions( xContext, Any() ) ) ); in getContext()