Difference between revisions of "OpenOffice.org Overview"

From CDOT Wiki
Jump to: navigation, search
Line 34: Line 34:
  
 
Core components of OO.o are written in C++. Overall, it is safe to say that most of the OpenOffice.org is written in C++ but many new features are added using Java, Python, StarBasic (OpenOffice Basic) or JavaScript.
 
Core components of OO.o are written in C++. Overall, it is safe to say that most of the OpenOffice.org is written in C++ but many new features are added using Java, Python, StarBasic (OpenOffice Basic) or JavaScript.
This is made possible by a component technology called [http://http://wiki.services.openoffice.org/wiki/Uno/Article/Understanding_Uno Universal Network Objects] (UNO). It consists of a wide range of interfaces defined in a CORBA-like interface description language.
+
This is made possible by a component technology called [http://wiki.services.openoffice.org/wiki/Uno/Article/Understanding_Uno Universal Network Objects] (UNO). It consists of a wide range of interfaces defined in a CORBA-like interface description language.

Revision as of 08:09, 2 September 2008

OpenOffice.org (also referred as OO.o or OOo) is an office application suite available on several different operating systems.

OpenOffice.org was initially created by a company called StarDivision in Germany under the name “StarOffice”. The source code of this application was later acquired by Sun Microsystems in August of 1999. To reduce the overwhelming share of market for Microsoft Office, the code of StarOffice was released to public in July of 2000. By doing this Sun Microsystems offered a free and open alternative to Microsoft office.

Since the trade mark of OpanOffice was already taken, they chose the name OpenOffice.org and that is why the Open version of StarOffice is "unofficially" called OpenOffice.

Sun Microsystems partially funds the development of OpenOffice.org and uses it as a base for its commercial version of OpenOffice(i.e. StarOffice) and also includes few additional components to make the StarOffice worth buying.

Based on its mission statement, goal of OpenOffice.org is "To create, as a community, the leading international office suite that will run on all major platforms and provide access to all functionality and data through open-component based APIs and an XML-based file format."

OpenOffice.org is available on following platforms: Windows, Linux, Solaris, Mac, BSD, OpenVMS, OS/2 and IRIX.

OpenOffice.org has the following Components:

  • Writer

A word processor with the same look and feel of Microsoft word.

  • Calc

A spreadsheet similar to Excel.

  • Impress

A presentation program like Microsoft - Power point.

  • Base

A database management and manipulating tool. (like Access)

  • Draw

A graphics program that is a vector based drawing tool.

  • Math

A tool for creating and editing Mathematical formulae.


File Formats

OpenOffice.org pioneered the ISO/IEC standard OpenDocument file formats (ODF), which it uses natively, by default. It also supports reading (and in some cases writing) a large number of legacy proprietary file formats (e.g.: WordPerfect , StarOffice, Lotus software, MS Works, Rich Text Format), most notably including Microsoft Office formats.

Development

Core components of OO.o are written in C++. Overall, it is safe to say that most of the OpenOffice.org is written in C++ but many new features are added using Java, Python, StarBasic (OpenOffice Basic) or JavaScript. This is made possible by a component technology called Universal Network Objects (UNO). It consists of a wide range of interfaces defined in a CORBA-like interface description language.