# Office Development Kit (odk) Office development kit (`odk`) - 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: * Go to `instdir/sdk` (Don't try directly in `odk/`) * See 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.) tropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppuhelper/qa
AgeCommit message (Expand)Author
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-08-04fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara
2018-01-12More loplugin:cstylecast: cppuhelperStephan Bergmann
2017-11-25add cppu::throwException test caseCaolán McNamara
2017-07-31loplugin:oncevarNoel Grandin
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-09cppuhelper: fix loplugin:cppunitassertequals warningsMiklos Vajna
2015-11-20loplugin:overrideStephan Bergmann
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann
2014-10-31Removed duplicated includesAndrea Gelmini
2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin
2014-06-04cppuhelper: fix includesThomas Arnhold
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-05-10Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-06re-base on ALv2 code. Includes:Michael Meeks
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens