summaryrefslogtreecommitdiff
path: root/unoxml/source/rdf/librdf_repository.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-06Add missing #includesStephan Bergmann1-0/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-134/+37
2017-01-10New loplugin:conststringvar: unoxmlStephan Bergmann1-1/+1
2016-11-24loplugin:unnecessaryoverride (dtors) in unoxmlStephan Bergmann1-2/+0
2016-10-31loplugin:oncevar in unoxml..toolkitNoel Grandin1-11/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-4/+4
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 Stahl1-5/+13
2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin1-5/+3
2016-02-09Remove excess newlinesChris Sherlock1-16/+0
2016-01-29unoxml: replace boost::bind with lambdaMichael Stahl1-4/+4
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-43/+43
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-32/+32
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 Abe1-6/+5
2015-09-03unoxml: Add missing includeDavid Ostrovsky1-0/+1
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-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
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-12/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-5/+5
2014-10-13coverity#707458 Uncaught exception (better fix)Michael Stahl1-12/+19
2014-10-10coverity#707458 Uncaught exceptionCaolán McNamara1-0/+2
2014-07-25coverity#1158284 Uncaught exceptionCaolán McNamara1-8/+17
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+1
2014-06-05various: remove SAL_THROW macroNoel Grandin1-1/+0
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold1-23/+23
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-8/+8
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-32/+32
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-64/+64
2014-02-26Remove visual noise from unoxmlAlexander Wilms1-19/+19
2014-01-09librdf_Repository: make older compilers happyMichael Stahl1-3/+9
2014-01-09librdf_Repository: fix missing mutex lock in various destructorsMichael Stahl1-3/+16
2014-01-09fdo#72928: fix deadlocks in librdf_RepositoryMichael Stahl1-149/+324
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-3/+1
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza1-7/+2