Difference between revisions of "Add-on"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Introduction)
m (Introduction)
Line 1: Line 1:
 
{{Documentation/Caution|This Chapter is under construction. Please be patient...}}
 
{{Documentation/Caution|This Chapter is under construction. Please be patient...}}
 
=Introduction=
 
=Introduction=
 +
The addon are like [[Constructing_Components|components]] but they doesn't add a particular interface (no IDL file). Then, if you want to call an addon only menus are available.
 +
 +
=Architecture of an Addon=
 
Because we have already encountered [[Constructing_Components|components]] and [[CompleteAddIn|addin]] in a next chapter we give directly the schematic representation of the addon example in the SDK.
 
Because we have already encountered [[Constructing_Components|components]] and [[CompleteAddIn|addin]] in a next chapter we give directly the schematic representation of the addon example in the SDK.
  

Revision as of 17:31, 17 June 2009

Documentation caution.png This Chapter is under construction. Please be patient...

Introduction

The addon are like components but they doesn't add a particular interface (no IDL file). Then, if you want to call an addon only menus are available.

Architecture of an Addon

Because we have already encountered components and addin in a next chapter we give directly the schematic representation of the addon example in the SDK.

My first Addon (with Helper)

This figure shows us what are the interfaces we have to implement.

Home Page

See also

Personal tools