summaryrefslogtreecommitdiff
path: root/unoxml/source/rdf/librdf_repository.cxx
AgeCommit message (Expand)Author
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-09-27loplugin:flatten in toolkit..vbahelperNoel 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-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-02-06Add missing #includesStephan Bergmann
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-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
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson
2015-09-17boost->stdCaolán McNamara
2015-09-10unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-03unoxml: Add missing includeDavid Ostrovsky
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-10do not include boost/utility.hppMichael Stahl
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara