summaryrefslogtreecommitdiff
path: root/unoxml/source/rdf
AgeCommit message (Expand)AuthorFilesLines
2017-12-27Fix typosAndrea Gelmini1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin7-25/+25
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-2/+2
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin4-95/+84
2017-09-13Enable -Wunreachable-codeStephan Bergmann2-2/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin2-3/+3
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+1
2017-07-02loplugin:casttovoid: unoxmlStephan Bergmann1-3/+1
2017-07-02formatNeedsBaseURI always returns trueStephan Bergmann1-8/+2
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+0
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorDilek Uzulmez1-2/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+5
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin3-34/+17
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-174/+77
2017-01-10New loplugin:conststringvar: unoxmlStephan Bergmann1-1/+1
2016-11-24loplugin:unnecessaryoverride (dtors) in unoxmlStephan Bergmann4-5/+0
2016-10-31loplugin:oncevar in unoxml..toolkitNoel Grandin1-11/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-7/+7
2016-07-08loplugin:redundantcast: redundant static_casts in unoxmlStephan Bergmann1-6/+6
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-12/+12
2016-03-24unordf: replace boost::shared_array with std::shared_ptrMichael Stahl1-4/+3
2016-03-24unordf: replace boost::noncopyable with C++11 deleteMichael Stahl4-14/+25
2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin1-5/+3
2016-02-09Remove excess newlinesChris Sherlock4-19/+0
2016-01-29unoxml: replace boost::bind with lambdaMichael Stahl1-4/+4
2015-12-21loplugin:unusedfields unotools,unoxmlNoel Grandin3-21/+15
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin4-8/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-50/+50
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-52/+52
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson1-1/+0
2015-09-17boost->stdCaolán McNamara1-93/+93
2015-09-10unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-12/+11
2015-09-03unoxml: Add missing includeDavid Ostrovsky1-0/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+1
2015-07-10do not include boost/utility.hppMichael Stahl1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl1-1/+0
2015-04-13loplugin:staticmethodsNoel Grandin1-35/+34
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-5/+5
2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann1-1/+1
2014-12-18unoxml: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-15unoxml: Use appropriate OUString functions on string constantsStephan Bergmann1-7/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-4/+12