• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/H03-May-2022-1,259952

docs/H03-May-2022-6,9525,945

examples/H03-May-2022-88,40252,882

qa/checkapi/H07-Oct-2020-3813

settings/H07-Oct-2020-807563

source/H07-Oct-2020-2,0741,358

util/H07-Oct-2020-374319

CppunitTest_odk_checkapi.mkH A D07-Oct-20201,005 4021

CustomTarget_allheaders.mkH A D07-Oct-20201.7 KiB5431

CustomTarget_build-examples.mkH A D07-Oct-20201.1 KiB3518

CustomTarget_build-examples_java.mkH A D07-Oct-20202.2 KiB6344

CustomTarget_check.mkH A D07-Oct-20202.1 KiB5540

CustomTarget_classes.mkH A D07-Oct-20201 KiB3115

CustomTarget_config_win.mkH A D07-Oct-2020677 206

CustomTarget_doxygen.mkH A D07-Oct-20204.2 KiB9770

CustomTarget_html.mkH A D07-Oct-20201.2 KiB3117

CustomTarget_javadoc.mkH A D07-Oct-20201.9 KiB4932

CustomTarget_settings.mkH A D07-Oct-20201 KiB2410

CustomTarget_unowinreg.mkH A D07-Oct-20201,006 2713

Executable_unoapploader.mkH A D07-Oct-2020988 3720

GeneratedPackage_odk_doxygen.mkH A D07-Oct-2020738 184

GeneratedPackage_odk_javadoc.mkH A D07-Oct-2020649 173

GeneratedPackage_uno_loader_classes.mkH A D07-Oct-2020710 173

Library_unowinreg.mkH A D07-Oct-2020802 3722

MakefileH A D07-Oct-2020225 82

Module_odk.mkH A D07-Oct-20201.7 KiB7052

Package_cli.mkH A D07-Oct-2020737 239

Package_config.mkH A D07-Oct-2020798 3016

Package_config_win.mkH A D07-Oct-2020620 173

Package_docs.mkH A D07-Oct-20201.1 KiB3824

Package_examples.mkH A D07-Oct-202028.4 KiB534520

Package_html.mkH A D07-Oct-2020691 239

Package_odk_headers.mkH A D07-Oct-20204.4 KiB191176

Package_odk_headers_generated.mkH A D07-Oct-2020624 183

Package_settings.mkH A D07-Oct-2020662 239

Package_settings_generated.mkH A D07-Oct-2020624 195

Package_share_readme.mkH A D07-Oct-2020921 2610

Package_share_readme_generated.mkH A D07-Oct-2020704 206

Package_unowinreg.mkH A D07-Oct-2020921 2914

READMEH A D07-Oct-2020990 2817

build-examples_common.mkH A D07-Oct-20203.8 KiB8249

README

1Office development kit - implements the first step on the way to the LibreOffice SDK tarball.
2
3Part of the SDK; to build you need to add --enable-odk.
4
5
6Testing the examples:
7=====================
8
9* Go to instdir/sdk (Don't try directly in odk/)
10
11* See <https://api.libreoffice.org/docs/install.html> how to set up the SDK.
12
13** When asked about it during configuration, tell the SDK to do automatic
14   deployment of the example extensions that get built.
15
16* In a shell set up for SDK development, build (calling "make") and test
17  (following the instructions given at the end of each "make" invocation) each
18  of the SDK's examples/ sub-directories.
19
20** An example script to build (though not test) the various examples in batch
21   mode is
22
23     find examples \( -type d -name nativelib -prune \) -o \
24      \( -name Makefile -a -print -a \( -execdir make \; -o -quit \) \)
25
26   (Note that one of the example extensions asks you to accept an example
27   license on stdin during deployment.)
28