summaryrefslogtreecommitdiff
path: root/unoxml/source/rdf
AgeCommit message (Expand)Author
2019-10-15new loplugin:bufferaddNoel Grandin
2019-09-28loplugin:constmethod in ucb..uuiNoel Grandin
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): unoxmlStephan Bergmann
2019-07-30unordf: oops, and we forgot to amend with <= instead of <Michael Stahl
2019-07-30unordf: restore thread safetyMichael Stahl
2019-07-21loplugin:referencecasting in unotools..uuiNoel Grandin
2019-07-03tdf#125706 and tdf#125665 writer, speed up RDF, take2Noel Grandin
2019-07-03Revert "tdf#125706 and tdf#125665 writer, speed up RDF"Noel Grandin
2019-06-28tdf#125706 and tdf#125665 writer, speed up RDFNoel Grandin
2019-06-25Simplify Sequence iterations in unoxmlArkadiy Illarionov
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov
2018-10-15Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov
2018-10-08Missing includeStephan Bergmann
2018-09-19loplugin:constfields in unotools..uuiNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2017-12-27Fix typosAndrea Gelmini
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin
2017-09-13Enable -Wunreachable-codeStephan Bergmann
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-02loplugin:casttovoid: unoxmlStephan Bergmann
2017-07-02formatNeedsBaseURI always returns trueStephan Bergmann
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorDilek Uzulmez
2017-02-06Add missing #includesStephan Bergmann
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-10New loplugin:conststringvar: unoxmlStephan Bergmann
2016-11-24loplugin:unnecessaryoverride (dtors) in unoxmlStephan Bergmann
2016-10-31loplugin:oncevar in unoxml..toolkitNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-08loplugin:redundantcast: redundant static_casts in unoxmlStephan Bergmann
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-24unordf: replace boost::shared_array with std::shared_ptrMichael Stahl
2016-03-24unordf: replace boost::noncopyable with C++11 deleteMichael Stahl
2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-29unoxml: replace boost::bind with lambdaMichael Stahl
2015-12-21loplugin:unusedfields unotools,unoxmlNoel Grandin
2015-11-15use initialiser syntax 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-09-30Fix typosAndrea Gelmini