summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/SfxDocumentMetaData.cxx
AgeCommit message (Expand)Author
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2Stephan Bergmann
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov
2019-06-17loplugin:logexceptionnicely in sfx2Noel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-10an is used before a vowel soundCaolán McNamara
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-07loplugin:flatten in sfx2Noel Grandin
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem
2018-02-08Use for-range loops in sfx2 (part2)Julien Nabet
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-23loplugin:flatten in sdext..stocNoel Grandin
2017-09-13clang-tidy modernize-use-emplace in sfx2Noel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-18Remove parentheses around some comparisonsStephan Bergmann
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-04-28loplugin:salunicodeliteral: sfx2Stephan Bergmann
2017-04-25clang-tidy readability-simplify-boolean-expr in sfx2Noel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sfx2Stephan Bergmann
2017-01-10New loplugin:conststringvar: sfx2Stephan Bergmann
2016-12-01sfx2: convert legacy DBG_ASSERT in SfxDocumentMetaDataMichael Stahl
2016-10-17let LanguageTag::convertToLocale() decide when to create a temporaryEike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-02loplugin:countusersofdefaultparams in sfx2Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-10Fix typosAndrea Gelmini