summaryrefslogtreecommitdiff
path: root/apache-commons
ModeNameSize
-rw-r--r--ExternalProject_apache_commons_codec.mk1163logplain
-rw-r--r--ExternalProject_apache_commons_httpclient.mk1605logplain
-rw-r--r--ExternalProject_apache_commons_lang.mk1157logplain
-rw-r--r--ExternalProject_apache_commons_logging.mk1513logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_apache-commons.mk1002logplain
-rw-r--r--Package_apache_commons_codec.mk674logplain
-rw-r--r--Package_apache_commons_httpclient.mk705logplain
-rw-r--r--Package_apache_commons_lang.mk667logplain
-rw-r--r--Package_apache_commons_logging.mk703logplain
-rw-r--r--README104logplain
-rw-r--r--UnpackedTarball_apache_commons_codec.mk801logplain
-rw-r--r--UnpackedTarball_apache_commons_httpclient.mk536logplain
-rw-r--r--UnpackedTarball_apache_commons_lang.mk518logplain
-rw-r--r--UnpackedTarball_apache_commons_logging.mk732logplain
d---------patches80logplain
d---------prj70logplain
33f49d6834eb74ae793b'>tdf#123909 fix event source that refers to a timenode.Mark Hung p:tn (see below) were treated as delay value instead of timenode id. <p:stCondLst> <p:cond evt="begin" delay="0"> <p:tn val="5"/> </p:cond> </p:stCondLst> Just convert the timenode id to XAnimationNode and set the event source properly. Change-Id: Ib408be6714c6ac70dad7018e544e560cf59a40c0 Reviewed-on: https://gerrit.libreoffice.org/69340 Tested-by: Jenkins Reviewed-by: Mark Hung <marklh9@gmail.com> 2019-03-05re-land "new loplugin typedefparam""Noel Grandin This reverts commit c9bb48386bad7d2a40e6958883328145ae439cad, and adds a bunch more fixes. Change-Id: Ib584d302a73125528eba85fa1e722cb6fc41538a Reviewed-on: https://gerrit.libreoffice.org/68680 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2019-03-04Revert "new loplugin typedefparam"Noel Grandin This reverts commit 9865440d217d975206a3f91612f0666312bc8fd8. This is not ready to land yet, seems like the latest update of the logic reveals a bunch more places I need to fix before it can land. 2019-03-04new loplugin typedefparamNoel Grandin verify that parameters use the exact same typedef-names (if any) in definition and declaration Change-Id: I55d2817f599b0253904dce2d35a1a93967e15a77 Reviewed-on: https://gerrit.libreoffice.org/68439 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-10-15loplugin:constfields in ooxNoel Grandin Change-Id: I1e110d193ebfa30ab1ab0d85bfb6dc409e341439 Reviewed-on: https://gerrit.libreoffice.org/61728 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-01-04loplugin:unusedfieldsNoel Grandin fix the ReturnStmt check Change-Id: I95076076bd1313d23798c4615ea12910c86ed9a8 Reviewed-on: https://gerrit.libreoffice.org/47309 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-10-18Replace lists by vectors in ooxJulien Nabet Change-Id: I951466552fd1cdb3b8f1cbfc07e64f5e0424552e Reviewed-on: https://gerrit.libreoffice.org/43469 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann ...by turning the relevant ctor parameters into "const &". Change-Id: Ia8d0aba5da10ad6b25f8689e2281e45b3d71c1fc 2016-05-26tdf#42949: clean up includes in include/oox/ppt with iwyuJorenz Paragas Change-Id: Ib2cf76418e8406b925113ae7a9e3c5b07ffd2de2 Reviewed-on: https://gerrit.libreoffice.org/25011 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> 2016-04-29tdf#99030: PPTX import: Fixed lost slide background colorMatus Uzak Regression from commit f3d1ac7 Change-Id: I5cb9fe1bb6c753c34b49e72194a9fbe4c10c1654 Reviewed-on: https://gerrit.libreoffice.org/23930 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> 2016-04-13loplugin:passstuffbyref in ooxNoel Grandin Change-Id: Iec989e9060c77dd5b010224b37633179cee4f7e9 2016-03-23tdf#93868: PPTX import: Incorrect inheritance of shape fill propertiesMatus Uzak DrawingML: The useBgFill attribute specifies that the shape fill should be set to that of the slide background. Change-Id: I8b568e730f00326d51e7b604579f4ff990b26f8a Reviewed-on: https://gerrit.libreoffice.org/23039 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> 2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin Change-Id: Id69e293fda98ee6cf2cc3d3296a0cd2e06bd847e Reviewed-on: https://gerrit.libreoffice.org/19527 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-07-21loplugin:unusedmethods ooxNoel Grandin Change-Id: I5381e0da0efc1f951e248cfcfb35fc680ace94e4 Reviewed-on: https://gerrit.libreoffice.org/17225 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-03-09V801: Decreased performanceCaolán McNamara Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a 2015-02-19boost->stdCaolán McNamara Change-Id: Icae6b6f07ad8dbd287fdfc689739187883a07775 2015-02-17oox: use std::enable_shared_from_thisMiklos Vajna Change-Id: I184a7a3579bebd81d5d81f64b4ace74bde8e87fb 2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan Do not export LinePropertiesContext class as visible. And move GraphicProperties to its own header. Change-Id: I047c181e9f2adc7e59885f59663ea56c7eb898ed