Difference between revisions of "Documentation/DevGuide/Charts/Prerequisites"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Charts)
m
 
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:
 
|NextPage=Documentation/DevGuide/Charts/How Add-Ins Work
 
|NextPage=Documentation/DevGuide/Charts/How Add-Ins Work
 
}}
 
}}
{{DISPLAYTITLE:Prerequisites}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Charts/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Prerequisites}}
 
The following interfaces must be supported for a component to serve as a chart add-in:
 
The following interfaces must be supported for a component to serve as a chart add-in:
  
Line 12: Line 13:
 
* <idl>com.sun.star.lang.XServiceName</idl>
 
* <idl>com.sun.star.lang.XServiceName</idl>
 
* <idl>com.sun.star.lang.XServiceInfo</idl>
 
* <idl>com.sun.star.lang.XServiceInfo</idl>
* <idl>com.sun.star.lang.XTypeProvider</idl> to access the add-in interfaces from {{PRODUCTNAME}} Basic and other interpreted programming languages (optional).
+
* <idl>com.sun.star.lang.XTypeProvider</idl> to access the add-in interfaces from {{AOo}} Basic and other interpreted programming languages (optional).
  
 
In addition to these interfaces, the following services must be supported and returned in the <code>getSupportedServiceNames()</code> method of <idl>com.sun.star.lang.XServiceInfo</idl>):
 
In addition to these interfaces, the following services must be supported and returned in the <code>getSupportedServiceNames()</code> method of <idl>com.sun.star.lang.XServiceInfo</idl>):
Line 21: Line 22:
 
{{PDL1}}
 
{{PDL1}}
  
[[Category:Documentation/Developers Guide/Charts]]
+
[[Category:Documentation/Developer's Guide/Charts]]

Latest revision as of 19:37, 20 December 2020



The following interfaces must be supported for a component to serve as a chart add-in:

In addition to these interfaces, the following services must be supported and returned in the getSupportedServiceNames() method of com.sun.star.lang.XServiceInfo):

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