summaryrefslogtreecommitdiff
path: root/odk/README
blob: dad77b28f637783a8977c3196a09af809f9cc772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Office development kit - implements the first step on the way to the LibreOffice SDK tarball.

Part of the SDK; to build you need to add --enable-odk.


Testing the examples:
=====================

* See <http://api.libreoffice.org/docs/install.html> how to set up the SDK.

** When asked about it during configuration, tell the SDK to do automatic
   deployment of the example extensions that get built.

* In a shell set up for SDK development, build (calling "make") and test
  (following the instructions given at the end of each "make" invocation) each
  of the SDK's examples/ sub-directories.

** An example script to build (though not test) the various examples in batch
   mode is

     find examples \( -type d -name nativelib -prune \) -o \
      \( -name Makefile -a -print -a \( -execdir make \; -o -quit \) \)

   (Note that one of the example extensions asks you to accept an example
   license on stdin during deployment.)
/package?h=feature/lok-clipboard&id=f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d'>Related to fdo#60724: correct spellingThomas Arnhold 2013-02-28remove all d.lstMichael Stahl 2013-02-20typo: allways -> alwaysAndras Timar 2013-02-11fdo#46808, Convert package module to XComponentContextNoel Grandin 2013-02-11fdo#46808, use service constructor for document::DocumentIOLogRingNoel Grandin 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2012-12-03WaE: BaseReference::_pInterface may be used uninitialized in this functionTor Lillqvist 2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl 2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin 2012-11-05fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin 2012-10-26uncommpressed stream size is now 64bit, fdo#56291Markus Mohrhard 2012-10-24package: kill remaining RTL_CONSTASCII.*PARAMMiklos Vajna 2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin 2012-10-23fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new styleNoel Grandin 2012-10-23fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new styleNoel Grandin 2012-10-23package: kill RTL_CONSTASCII_USTRINGPARAM in owriteablestreamMiklos Vajna 2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin 2012-10-22package: kill RTL_CONSTASCII_USTRINGPARAM in xstorageMiklos Vajna 2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin 2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-09-24fdo#49819, fdo#54609: Do not consider timestamp differences as corruptionFridrich Štrba 2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks 2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann 2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann 2012-08-31package: kill RTL_CONSTASCII_USTRINGPARAM in zipapiMiklos Vajna 2012-08-28throw earlier on broken zip streamsCaolán McNamara 2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin 2012-08-23Some clean up after previous commitStephan Bergmann 2012-08-23fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instancesNoel Grandin 2012-08-17package: no more RTL_CONSTASCII_USTRINGPARAM in zippackageMiklos Vajna 2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET