Difference between revisions of "Documentation/DevGuide/ProUNO/The Any Type"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (1 revision(s))
m (FINAL VERSION FOR L10N)
 
(4 intermediate revisions by 3 users not shown)
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/ProUNO/Interfaces
 
|NextPage=Documentation/DevGuide/ProUNO/Interfaces
 
}}
 
}}
 +
{{Documentation/DevGuideLanguages|Documentation/DevGuide/ProUNO/{{SUBPAGENAME}}}}
 
{{DISPLAYTITLE:The Any Type}}
 
{{DISPLAYTITLE:The Any Type}}
The special type <code>any</code> can represent values of all other UNO types. In the target languages, the <code>any</code> type requires special treatment. There is an <code>AnyConverter</code> in Java and special operators in C++. For details, see [[Documentation/DevGuide/ProUNO/UNO Language Bindings|UNO Language Bindings]].
+
The special type <code>any</code> can represent values of all other UNO types. In the target languages, the <code>any</code> type requires special treatment. There is an <tt>AnyConverter</tt> in Java and special operators in C++. For details, see [[Documentation/DevGuide/ProUNO/UNO Language Bindings|UNO Language Bindings]].
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Professional UNO]]
+
 
 +
[[Category:Documentation/Developer's Guide/Professional UNO]]

Latest revision as of 07:54, 13 May 2009



The special type any can represent values of all other UNO types. In the target languages, the any type requires special treatment. There is an AnyConverter in Java and special operators in C++. For details, see UNO Language Bindings.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages