summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/Metadatable.cxx
AgeCommit message (Expand)Author
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-19Replace list by vector in Metadatable (sfx2)Julien Nabet
2017-09-23loplugin:flatten in sdext..stocNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-02loplugin:casttovoid: sfx2Stephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-02-06Add missing #includesStephan Bergmann
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in sfx2Stephan Bergmann
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin
2016-10-31sfx2: Metadata has no need for cryptographic randomnessMichael Stahl
2016-10-27loplugin:expandablemethods in sfx2Noel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-04-12loplugin:unreffunStephan Bergmann
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29Cleanup in sfx2 treeMario J. Rugiero
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-11tdf#93243 replace boost::bind with C++11 lambdas in Metadatable.cxxn.r.pearson
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl
2015-04-23loplugin:staticmethodsNoel Grandin
2015-03-03TyposJulien Nabet
2015-02-18boost->stdCaolán McNamara
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-06-26OSL_ENSURE->assertCaolán McNamara
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-11No need for GetElementByMetadataReference to be SAL_CALLStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-30Add hack to optionally get stable ODF output from the same inputTor Lillqvist
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-02-25fdo#38838,::rtl::OUString_to_OUStringelixir
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist
2012-07-06re-base on ALv2 code. Includes:Michael Meeks