Home
last modified time | relevance | path

Searched refs:enumerator (Results 1 – 12 of 12) sorted by relevance

/trunk/main/udkapi/com/sun/star/container/
H A DXEnumerableMap.idl46 <p>In all cases, you can create an <em>isolated</em> enumerator, which works on a copy of the
48 the enumerator.</p>
63 /** creates a enumerator for the keys of the map
66 controls whether the newly create enumerator should be isolated from the map.
69 if the specified enumerator method is not supported by the implementation.
74 /** creates a enumerator for the values of the map
77 controls whether the newly create enumerator should be isolated from the map.
80 if the specified enumerator method is not supported by the implementation.
85 /** creates a enumerator for the key-value pairs of the map
91 controls whether the newly create enumerator should be isolated from the map.
[all …]
H A DEnumerableMap.idl76 after enumerator creation, so every attempt to use them will result in a
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx2200 ::System::Collections::IDictionaryEnumerator * enumerator = in Dispose()
2202 if (! enumerator->MoveNext()) in Dispose()
2205 __try_cast< iface_entry * >( enumerator->get_Value() ) ); in Dispose()
2210 ::System::Collections::IDictionaryEnumerator * enumerator = in Dispose()
2212 if (! enumerator->MoveNext()) in Dispose()
2215 __try_cast< struct_entry * >( enumerator->get_Value() ) ); in Dispose()
2221 ::System::Collections::IDictionaryEnumerator * enumerator = in Dispose()
2223 if (! enumerator->MoveNext()) in Dispose()
2226 __try_cast< service_entry * >( enumerator->get_Value() ) ); in Dispose()
2231 ::System::Collections::IDictionaryEnumerator * enumerator = in Dispose()
[all …]
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapperscrollarea.mm42 NSEnumerator * enumerator = [ elementChildren objectEnumerator ];
44 while ( ( child = [ enumerator nextObject ] ) ) {
H A Daqua11ywrapper.mm353 NSEnumerator * enumerator = [ children objectEnumerator ];
355 while ( ( element = ( (AquaA11yWrapper *) [ enumerator nextObject ] ) ) ) {
421 NSEnumerator * enumerator = [ children objectEnumerator ];
423 while ( ( child = [ enumerator nextObject ] ) ) {
1022 NSEnumerator * enumerator = [ childWindows objectEnumerator ];
1023 while ( ( element = [ enumerator nextObject ] ) && hitChild == nil ) {
H A Daqua11ywrappercombobox.mm62 NSEnumerator * enumerator = [ elementChildren objectEnumerator ];
64 while ( ( child = [ enumerator nextObject ] ) ) {
/trunk/main/apple_remote/source/
H A DHIDRemoteControlDevice.m84 NSEnumerator* enumerator = [cookieToButtonMapping objectEnumerator];
87 while( (identifier = [enumerator nextObject]) ) {
/trunk/main/udkapi/com/sun/star/lang/
H A DMultiServiceFactory.idl54 The enumerator returns interfaces. The type of the interface is not specified.
H A DServiceManager.idl115 The enumerator commonly returns <type>XSingleComponentFactory</type>
/trunk/main/idlc/source/
H A Dparser.y2898 at_least_one_enumerator : enumerator enumerators ;
2906 enumerator
2915 enumerator : label
/trunk/main/udkapi/com/sun/star/reflection/
H A DXTypeDescriptionEnumerationAccess.idl106 <type>XTypeDescription</type> can be returned by the enumerator:
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl751 This enumerator defines an extended set of accessible roles of objects implementing

Completed in 74 milliseconds