Lines Matching refs:li

42     <ul><li>A <VOID/> key is not allowed.</li>
43 …<li>If the key type is <code>BOOLEAN</code>, <code>CHAR</code>, <code>FLOAT</code>, <code>DOUBLE</…
45 type are accepted.</li>
46 …<li>If the key type is <code>DOUBLE</code> or <code>FLOAT</code>, then <code>Double.NaN</code> res…
47 <code>Float.NaN</code> is not accepted as key.</li>
48 …<li>If the key type's class is <member scope="com::sun::star::uno">TypeClass::ENUM</member>, then …
49 of exactly this type are accepted.</li>
50 … <li>If the key type is any of <code>BYTE</code>, <code>SHORT</code>, <code>UNSIGNED SHORT</code>,
52 be converted to this type (possibly using widening conversions) are accepted.</li>
53 …<li>If the key type is an interface type, then all key values denoting objects which can be querie…
54 the given interface are accepted.</li>
55 <li>All other key types are rejected.</li>
61 <ul><li>The <VOID/> value will be accepted to be put into the map.</p>
62 …<li>If the value type's class is <member scope="com::sun::star::uno">TypeClass::ANY</member>, any …
63 will be accepted.</li>
64 …<li>If the value type is an interface type, then all values denoting objects which can be queried …
65 the given interface are accepted.</li>
66 … <li>If the value type's class is <member scope="com::sun::star::uno">TypeClass::EXCEPTION</member>
68 value type, or is a sub class of the value type, are accepted.</li>
69 <li>For all other value types, only values whose type matches exactly are accepted.</li>
70 …<li>If the value type is <code>DOUBLE</code> or <code>FLOAT</code>, then <code>Double.NaN</code> r…
71 <code>Float.NaN</code> is not accepted.</li>