# 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.) stro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvascustomsprite.hxx
AgeCommit message (Expand)Author
2023-08-13Revert "clang-tidy bugprone-parent-virtual-call in canvas"Noel Grandin
2023-08-11clang-tidy bugprone-parent-virtual-call in canvasNoel Grandin
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-14loplugin:unocast (vclcanvas::RepaintTarget)Stephan Bergmann
2020-09-04tdf#124176 Use #pragma once in canvasGeorge Bateman
2020-02-12move some canvas/ headers inside the moduleNoel Grandin
2019-10-30tdf#42949 Fix IWYU warnings in canvas/source/*/*hxxGabor Kelemen
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-22com::sun::star->css in canvasNoel Grandin
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-12Mark overriding DisambiguationHelper class template mem funs as SAL_OVERRIDEStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-05fixincludeguards.sh: canvasThomas Arnhold