Difference between revisions of "Documentation/DevGuide/ProUNO/Sequences"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Professional UNO)
Line 13: Line 13:
 
   </source>
 
   </source>
 
{{PDL1}}
 
{{PDL1}}
[[Category: Professional UNO]]
+
 
 +
[[Category:Documentation/Developers Guide/Professional UNO]]

Revision as of 15:16, 8 May 2008



A sequence type is a set of elements of the same type, that has a variable number of elements. In UNO IDL, the used element always references an existing and known type or another sequence type. A sequence can occur as a normal type in all other type definitions.

  sequence< com::sun::star::uno::XInterface >
  sequence< string > getNamesOfIndex( sequence< long > indexes );
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools