Difference between revisions of "Documentation/OOoAuthors User Manual/Getting Started/Extensions"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Clean up TOC and category references)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{DISPLAYTITLE:Extensions}}
 
{{Documentation/GSMacroTOC
 
{{Documentation/GSMacroTOC
 
|ShowPrevNext=block
 
|ShowPrevNext=block
Line 4: Line 5:
 
|NextPage=Documentation/OOoAuthors User Manual/Getting Started/Writing macros without the recorder
 
|NextPage=Documentation/OOoAuthors User Manual/Getting Started/Writing macros without the recorder
 
}}
 
}}
=Extensions=
 
 
 
An extension is a package that can be installed into OpenOffice.org to add new functionality. Extensions can be written in almost any programming language and may be simple or sophisticated. Extensions can be grouped into types:
 
An extension is a package that can be installed into OpenOffice.org to add new functionality. Extensions can be written in almost any programming language and may be simple or sophisticated. Extensions can be grouped into types:
  
Line 15: Line 14:
 
* Document templates and images
 
* Document templates and images
  
Although individual extensions can be found in different places, there is an extension repository at: [http://wiki.services.openoffice.org/wiki/Extensions_repository http://wiki.services.openoffice.org/wiki/Extensions_repository].  
+
Although individual extensions can be found in different places, there is an extension repository at: [http://extensions.services.openoffice.org/ http://extensions.services.openoffice.org/].
 +
 
 +
To learn more about extensions, see [[Documentation/OOoAuthors User Manual/Getting Started/Working with Templates|Chapter 12]] (Working with Templates).
  
To learn more about extensions, see [[Getting Started/Working with Templates|Chapter 12]] (Working with Templates).
 
  
 
{{Manual}}
 
{{Manual}}
 
[[Category:Getting Started (Documentation)]]
 
[[Category:Getting Started (Documentation)]]

Latest revision as of 10:47, 18 September 2008

Chapter 17: Getting Started with Macros
< {{#switch:Previous Section Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} {{#switch:Next Section Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} >
< {{#switch:Previous Page Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} {{#switch:Next Page Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} >


An extension is a package that can be installed into OpenOffice.org to add new functionality. Extensions can be written in almost any programming language and may be simple or sophisticated. Extensions can be grouped into types:

  • Calc Add-Ins, which provide new functionality for Calc, including new functions that act like normal built-in functions
  • New components and functionality, which normally include some level of UI integration such as new menus or toolbars
  • Data pilots that are used directly in Calc
  • Chart Add-Ins with new chart types
  • Linguistic components such as spell checkers
  • Document templates and images

Although individual extensions can be found in different places, there is an extension repository at: http://extensions.services.openoffice.org/.

To learn more about extensions, see Chapter 12 (Working with Templates).


Content on this page is licensed under the Creative Common Attribution 3.0 license (CC-BY).
Personal tools