summaryrefslogtreecommitdiffstats
path: root/unoxml
Commit message (Expand)AuthorAgeFilesLines
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-011-4/+4
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-222-0/+11
* add some __attribute__ ((formatNoel Grandin2019-10-281-0/+3
* make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2019-10-181-1/+2
* loplugin:stringadd look through a couple more known-good methodsNoel Grandin2019-10-161-8/+7
* new loplugin:bufferaddNoel Grandin2019-10-151-8/+2
* loplugin:constmethod in ucb..uuiNoel Grandin2019-09-282-2/+2
* do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2019-09-231-1/+1
* tdf#39593 use isUnoTunnelId in unoxmlArkadiy Illarionov2019-09-071-3/+1
* loplugin:returnconstval in test..writerfilterNoel Grandin2019-08-241-4/+4
* Simplify code in unoxml about initializationsJulien Nabet2019-08-183-39/+6
* loplugin:sequenceloop in unoxml..vclNoel Grandin2019-08-151-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): unoxmlStephan Bergmann2019-07-3112-13/+13
* unordf: oops, and we forgot to amend with <= instead of <Michael Stahl2019-07-301-1/+1
* unordf: restore thread safetyMichael Stahl2019-07-301-23/+42
* loplugin:referencecasting in unotools..uuiNoel Grandin2019-07-214-40/+21
* tdf#125706 and tdf#125665 writer, speed up RDF, take2Noel Grandin2019-07-031-21/+159
* Revert "tdf#125706 and tdf#125665 writer, speed up RDF"Noel Grandin2019-07-031-266/+7
* tdf#125706 and tdf#125665 writer, speed up RDFNoel Grandin2019-06-281-7/+266
* Simplify Sequence iterations in unoxmlArkadiy Illarionov2019-06-254-27/+18
* tdf#39593 Remove DOM::CNode::GetImplementationArkadiy Illarionov2019-06-184-22/+17
* loplugin:logexceptionnicely in toolkit..unoxmlNoel Grandin2019-06-183-10/+13
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-131-1/+1
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-091-1/+12
* Use returned iterator from eraseJulien Nabet2019-05-051-3/+1
* Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov2019-05-021-1/+1
* optimise find/insert patternNoel Grandin2019-04-191-4/+1
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-311-1/+1
* loplugin:unusedfields look for classes where we can make all the..Noel Grandin2019-02-271-1/+0
* loplugin:unusedfields in unoxmlNoel Grandin2019-02-224-8/+1
* use clear() instead of erase(begin, end)Noel Grandin2019-02-181-1/+1
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-02-121-24/+12
* loplugin:indentation in unotools..vbahelperNoel Grandin2019-02-116-8/+8
* loplugin:singlevalfields in unoxmlNoel Grandin2018-12-066-15/+9
* loplugin:staticmethods improvementNoel Grandin2018-11-161-1/+1
* Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski2018-11-092-14/+2
* tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen2018-10-301-0/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-5/+2
* clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin2018-10-241-4/+2
* use equal_range instead of lower_bound+upper_boundNoel Grandin2018-10-201-3/+2
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-7/+17
* Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov2018-10-153-27/+15
* Missing includeStephan Bergmann2018-10-081-0/+1
* loplugin:constfields in unotools..uuiNoel Grandin2018-09-192-2/+2
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-102-0/+2
* loplugin:returnconstant in unoxml,uuiNoel Grandin2018-08-132-7/+6
* Add missing sal/log.hxx headersGabor Kelemen2018-08-026-0/+6
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-251-16/+26