Searched refs:demanded (Results 1 – 9 of 9) sorted by relevance
215 SocketPermission const & demanded = static_cast< SocketPermission const & >( perm ); in implies() local218 if ((m_actions & demanded.m_actions) != demanded.m_actions) in implies()222 if (demanded.m_lowerPort < m_lowerPort) in implies()224 if (demanded.m_upperPort > m_upperPort) in implies()228 if (m_host.equalsIgnoreAsciiCase( demanded.m_host )) in implies()233 OUString const & demanded_host = demanded.m_host; in implies()241 if (demanded.m_wildCardHost) in implies()247 if (! demanded.resolveHost()) in implies()249 return (sal_False != m_ip.equals( demanded.m_ip )); in implies()375 FilePermission const & demanded = static_cast< FilePermission const & >( perm ); in implies() local[all …]
127 the demanded name exists and if it accords to one of the128 demanded <type>PropertyConcept</type>s. The information133 information about the demanded property,145 when a property with the demanded name doesn't exist154 /** allows to ask if a property with the demanded name exists155 and if it accords to one of the demanded <type>160 the demanded <type>PropertyConcept</type>s, otherwise179 to the demanded <type>PropertyConcept</type>s.191 the demanded name exists and if it accords to one of192 the demanded MethodConcepts. The information is[all …]
127 get a <type>XIdlField</type> interface reflecting the demanded132 with the demanded name, then a null-reference is returned.135 name of the demanded field reflection137 demanded field (/interface attribute) reflection (or null-reference)156 a <type>XIdlMethod</type> interface reflecting the demanded method by name.159 a method with the demanded name (including inherited methods),163 name of demanded method reflection165 demanded method reflection (or null-reference)
56 reflection interface for the demanded type (or null)67 reflection interface of the type of the demanded object (or null)
53 to every type description. It delegates calls for demanded types to
47 count of demanded rows, but the maximum possible count must be58 of demanded rows. But all properly readed rows so far must be contained.
40 /** contains the demanded data.
190 demanded during the creation of the <type>XDynamicResultSet</type>.
47 passing a sequence< any >, i.e. a sequence of permissions are demanded,