summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Collapse)Author
2013-06-04notsupported.html appears unusedStephan Bergmann
Change-Id: I4d49158c373b24add3b42043201695e2071f4c15
2013-06-04No idl check for --without-doxygenStephan Bergmann
Change-Id: Id1a8629aac38ef3214d0f891ecc9f36d666552c3
2013-06-04odk: doxygen 1.8.4 does not have PREDICTABLE_URLSMichael Stahl
... so adjust the links to the less predictable defaults for now. Change-Id: Ia39823fe048ceb878465ce4bfdb60a3276864ba3
2013-06-04odk: fix odd Java example that creates URLs to IDL documentationMichael Stahl
... and even does it wrongly by appending the fragment part too early. Change-Id: I05c790113cb219f422a9650db85c04943cde28a3
2013-06-04odk: adapt hyperlinks to IDL docsMichael Stahl
Change-Id: I2b1874ff926c7510016919b9f11674a4746fa82c
2013-06-04API CHANGE: odk: stop packaging autodoc toolMichael Stahl
There is no need to package doxygen, users can just download that from upstream. Change-Id: I166b2f5b692d2335246e3484089ebe5d8edcae4a
2013-06-04odk: stop packaging autodoc generated documentationMichael Stahl
Change-Id: I9d1e232f2fea779f111067b588bbb36411039de2
2013-06-04odk: use SHORT_NAMES on WindowsMichael Stahl
Unfortnately the MSI stuff complains that lines in ddf files are too long, so we need to use SHORT_NAMES. But use it only on Windows because the file names are mostly just numbers then and totally unpredictable; the documentation for the website must not be built on Windows. Change-Id: I5d7d917bf34c55424259cf04bb13cb8c26fe409b
2013-06-04odk: package doxygen IDL docsMichael Stahl
Change-Id: I1613ce8cf9b8248bb5d5e546df7310154e11b830
2013-06-04odk: add DevGuide wiki links to doxygen documentationMichael Stahl
Unsurprisingly doxygen does not support reading a idl_chapter_refs.txt file like autodoc does. And it looks like doxygen tag files can not be used to do this, as they link only in the "other" direction. But with a bit of hackery we can generate a "dummy" IDL input file, with emtpy definitions for those types that have DevGuide links. Doxygen will nicely combine documentation from multiple definitions of a type, and fortunately does only put in references to the first file that defines a type, so hopefully adding the generated file as the last input file is suffficient to make things work nicely. The generated file is committed to git because there is a bit of a problem with finding out what sort of entity a name like "com.sun.star.Foo" refers to, which needs to be in the doxygen input. Change-Id: I793bc59c8acfecf460e4addea7838c76a3ede77e
2013-06-04odk: remove output directory before invoking doxygenMichael Stahl
Change-Id: I04b8dbecbe62f8d72ca75f6508046294c3409a17
2013-06-04odk: generate IDL docs with doxygenMichael Stahl
Change-Id: Ibf7ab46bdd08a42ecf475500d35f92b67d4d8036
2013-06-04odk: generalize CustomTarget_doxygen a bitMichael Stahl
Change-Id: Ic3f2d42121b5423d67c4c79302b02ac495ac9640
2013-06-04odk: clean up CustomTarget_doxygen.mkMichael Stahl
- give right path to STRIP_FROM_PATH - prefix vars - depend on makefile - only call cygpath in rule Change-Id: Iceef191751b82a423be354db1f0a3ca4fc213e04
2013-06-03Revert "fdo#46808, Convert oox::PowerPointExport service to new style"Stephan Bergmann
This reverts commit 02021163dbbcc8904da0b2138c8b53684dcc8ab4. The filter appears to be split in two (com.sun.star.comp.oox.ppt.PowerPointImport implementation oox::ppt::PowerPointImport from include/oox/ppt/pptimport.hxx for im-/export, for export calling com.sun.star.comp.Impress.oox.PowerPointExport implementation PowerPointExport from sd/source/filter/eppt/epptooxml.hxx) for no good reason, so the com.sun.star.oox.PowerPointExport new-style service is supporting a hack that should rather be cleaned up. Conflicts: offapi/UnoApi_offapi.mk Change-Id: I875192a68a8e3458dbfd74b4981a6a2e86ce44d7
2013-05-29Tweak commentsStephan Bergmann
(Preventing documentation of macros via @cond ... @endcond is apparently at least broken in Doxygen 1.8.3 and working in Doxygen 1.8.4.) Change-Id: I2ee582119dba2c3d27db5298786d3076921af46d
2013-05-29Adapt Doxygen STRIP_FROM_PATH to moved headersStephan Bergmann
Change-Id: I949a5cf0cb2f4595db7d25103f7caf51b861e8ec
2013-05-27Typo (and don't shout at me)Stephan Bergmann
Change-Id: Id5ad3af1fd70de6b0e9d2640d12011362e7c34ef
2013-05-23Fix css.ucb.Content documentationAriel Constenla-Haile
Make it more readable by adding a table (cherry picked from commit e7b7b284aca5f3936ab1a5902652af41ea849093) Conflicts: offapi/com/sun/star/ucb/Content.idl Change-Id: I31d3fc46993cad81d57ba15f77b8fbc797e4c541
2013-05-21Adapt to new com/sun/star/oox/Stephan Bergmann
...introduced by a986eddb9b9d1de71ae1c6f73246e493cc449c21 "fdo#46808, Convert oox.ExcelFilterExport service to new style." Change-Id: Ie44688f02ffb73ff5967b66e649827058236614e
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-12Custom Panel SDK Example FixesAriel Constenla-Haile
- Remove unused boost header - OUT_DEPLOY_URL must be an URL Both break building the example on Windows (cherry picked from commit 8af699cb89d9477b13d8701266b7c1fdf9356cfa) Change-Id: Iedc1b1d6d9493390cdf8b9055afe7c712c6bfc31
2013-05-12Make Custom Panel example build and runAriel Constenla-Haile
(cherry picked from commit 5aff353f227ecfeb36ef6b8be787495916610490) Conflicts: odk/examples/cpp/custompanel/ctp_factory.cxx odk/examples/cpp/custompanel/ctp_services.cxx Change-Id: I5b561fec12415b2c05ff1369629a8f88b420510b
2013-05-12Move Custom Panel example to the SDKAriel Constenla-Haile
(cherry picked from commit d0b30a0f10f506187fcff9775934d3594c140ead) Change-Id: I898433cbdf9f779f425424d600ebb4f0946ccf20
2013-05-07Move the example code off the com.sun.star.comp.beans packageStephan Bergmann
Change-Id: I27ffb8f1bddc0a41d76a8b6d441e10e9a71ff10f
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06Java cleanup, delete some dead codeNoel Grandin
Change-Id: I4423cc7ec49769e256f73d9b7fba7b78f84f932f
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin
Change-Id: If8a9c0c3a4b357fb9c0ff096f44ed1b44ebbcef4
2013-05-06Java cleanup, convert more Vector to ArrayListNoel Grandin
Change-Id: Icb807382eaf50f515f2c9dfada0c061414baed33
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin
Change-Id: I323a6625f93347e69f3114fc10cb04dc759a539f
2013-05-06use generics and convert from Vector to ArrayListNoel Grandin
Change-Id: Idcc7d0c386ff59ddee95667939969259cdf11d02
2013-05-04$(WORKDIR)/CustomTarget/odk/odkcommon is no moreDavid Tardon
Change-Id: I49204b3518c47614e591de47a916901861331673 Reviewed-on: https://gerrit.libreoffice.org/3777 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-04drop unneeded odkcommon/David Tardon
Change-Id: Id88a58e43fd7a39fdbc7545a0618b05070b1270e Reviewed-on: https://gerrit.libreoffice.org/3776 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-04install cpp docs using filelistDavid Tardon
Change-Id: I93176653935b6ccfd4181e6086444fbe7475f2b0 Reviewed-on: https://gerrit.libreoffice.org/3775 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-30deliver uno loader classes using filelistDavid Tardon
Change-Id: I121a4ad5d7cff54b914796142fa7c50006856300
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-29Unused includeStephan Bergmann
Change-Id: If6caa7abed25ce95f1c62f9673619426eb49b5a8
2013-04-29Remove some obsolete makefile.mkStephan Bergmann
Change-Id: I47f1a72fac3e6678b5dfe880f2f189ffc436333b
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87
2013-04-26Java cleanup, remove unused importsNoel Grandin
Change-Id: I697017f196a7f7e5684011ae23941e54051c45dd
2013-04-26Java cleanup, call static methods staticallyNoel Grandin
Change-Id: Ibe0454d490153f723a58c3c619be7f8d443639c8
2013-04-25fix dep on doxygen CustomTargetDavid Tardon
Change-Id: Id53ab5de54ff8e86a39685b370b1114666755cfe
2013-04-24ritually kill odkcommon.zipDavid Tardon
Change-Id: I0a814e3f5605340f00d4b48e83ce26792abec067
2013-04-24only put uno loader classes into one zipDavid Tardon
These are put into uno_loader_classes.zip, which is then not used at all, and odkcommon.zip, which is used for creation of install sets. Seriously?! Change-Id: I28b5bc73857cf524fb12f7918acd2891ff12d166
2013-04-24add test for missing module-ix.htmlDavid Tardon
Change-Id: Ibdbe04028ad9648af011da51b562cc6aa5e4849b Reviewed-on: https://gerrit.libreoffice.org/3578 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24install gen. IDL docs using filelistDavid Tardon
Change-Id: I474f6e7a45d09683eb0dd7172114407c9dca84d7 Reviewed-on: https://gerrit.libreoffice.org/3571 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin
Change-Id: Icd830004de3e121f5b96393e7d7b447775833419 Reviewed-on: https://gerrit.libreoffice.org/3569 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-24install javadoc files using filelistDavid Tardon
Change-Id: I434508057dbfab9410d8f7fc3844c45cd4201b11 Reviewed-on: https://gerrit.libreoffice.org/3588 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24clean up install. of C++ docsDavid Tardon
Change-Id: I51841a8c92cb73912757fcc0766b11d8f9be4b77 Reviewed-on: https://gerrit.libreoffice.org/3587 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24fix indentationDavid Tardon
Change-Id: I59614470c0560187870b19e18903ed79b7b35d90 Reviewed-on: https://gerrit.libreoffice.org/3586 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>