LibreOffice API Documentation

LibreOffice API Documentation

LibreOffice %PRODUCT_RELEASE% software is a complete, feature-rich office productivity suite that provides, in combination with this SDK, all the essential tools for building and deploying custom solutions that build on, or integrate with, the LibreOffice %PRODUCT_RELEASE% suite of products.

The SDK is a development kit for LibreOffice %PRODUCT_RELEASE%, which eases the development of office components. It provides a set of libraries, binaries, header, and IDL files which have final API's and can only be extended with new functionality. This set of libraries and binaries is the minimum set of functions needed to use system abstraction for base functionality and for using UNO (Universal Network Objects) component technology. The UNO component model is the base of the whole Office API. The SDK provides everything necessary to use the Office API from external programs (e.g. Java, C++) or to extend the Office functionality with new components (e.g. new filter components, CalcAddin functions). It is compatible over several versions because the API remains unaffected and will only be extended with new functions.

The SDK provides the basic building blocks for external developers to develop components in any language for which a binding exists. Currently, there are language bindings for LibreOffice %PRODUCT_RELEASE% Basic, Java, Python, and different C++ compilers on different platforms, for LibreOffice %PRODUCT_RELEASE%, thus covering the most commonly used programming languages. There will be no limit for office automation in heterogeneous environments. Currently supported platforms of the SDK are Linux, Solaris (sparc, x86), and Windows.

The SDK also contains reference documentation for the API and a complete Developer's Guide is available online in the Apache OpenOffice Wiki, with lots of examples, which introduce the API, explain the concepts behind it, and make it possible for all users to quickly get started with the Office API.

Content
Installation Guide An overview of all necessary installation steps (e.g. environment variables) to use this SDK.
Developer's Guide Detailed documentation, explaining the LibreOffice %PRODUCT_RELEASE% API and the concepts behind it, with a rich set of examples, implemented mainly in Java. This documentation is online in the Apache OpenOffice Wiki.
IDL Reference Complete LibreOffice %PRODUCT_RELEASE% API reference.
Java UNO Runtime Reference Reference documentation of the Java UNO runtime API.
C++ Reference Reference documentation of the C++ UNO runtime and a set of C/C++ base and helper functions and classes to abstract from the system layer.
Development Tools Overview and a short description of the UNO development tools.
Examples A collection of examples in different programming languages (Java, Python, C++, Basic, OLE, CLI).
Additional Examples A git repository with additional examples from various contributors: git clone https://gerrit.libreoffice.org/sdk-examples
OASIS Open Document Format for Office Applications (OpenDocument) TC Link to the OASIS Open Document Format for Office Applications (OpenDocument) Technical Committee where you can find the latest information about the OASIS Open Document XML file format which is the default document format for LibreOffice %PRODUCT_RELEASE%.
OpenOffice.org XML File Format Specification of the initial OpenOffice.org XML File Format.
License The license for the LibreOffice %PRODUCT_RELEASE% SDK.
ture/cib_contract138b LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/unochart.hxx
AgeCommit message (Expand)Author
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-11-12loplugin: cstylecastNoel Grandin
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25coverity#738125 Uncaught exceptionCaolán McNamara
2014-02-25coverity#738124 Uncaught exceptionCaolán McNamara
2014-02-25coverity#738123 Uncaught exceptionCaolán McNamara
2014-02-25coverity#738122 Uncaught exceptionCaolán McNamara
2014-02-25coverity#738121 Uncaught exceptionCaolán McNamara
2014-02-25coverity#738120 Uncaught exceptionCaolán McNamara
2014-02-25coverity#738118 Uncaught exceptionCaolán McNamara
2014-02-25coverity#738116 Uncaught exceptionCaolán McNamara
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-09-19convert sw/inc/unochart.hxx from String to OUStringNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-15fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new styleNoel Grandin
2012-12-13sal_Bool to boolTakeshi Abe
2012-06-21re-base on ALv2 code.Michael Meeks