summaryrefslogtreecommitdiff
path: root/include/toolkit/controls
AgeCommit message (Expand)Author
2017-12-16clang-tidy modernize-use-equals-default in toolkitJochen Nitschke
2017-12-13DELETEZ->std::unique_ptr in toolkit,unotoolsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-20loplugin:finalclasses in toolkit,toolsNoel Grandin
2017-10-09Replace lists by vectors in controlmodelcontainerbase (toolkit)Julien Nabet
2017-08-18Fix typosAndrea Gelmini
2017-07-20remove some "optimisation" insanity in ScriptEventContainerNoel Grandin
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini
2017-06-05Remove all allocation of VCLExternalSolarLock.Arnaud Versini
2017-05-20cleanup unused css/resource/ includesJochen Nitschke
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin
2017-03-31tdf#39468 Translate German commentsJens Carl
2017-03-12fix typo: ambigous --> ambiguousdennisroczek
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-26loplugin: unnecessary destructor test..unotoolsNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, toolkitStephan Bergmann
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in toolkitJochen Nitschke
2016-11-13drop useless semicolonsDavid Tardon
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin
2016-09-01std::list<sal_uInt16> -> vectorNoel Grandin
2016-07-04merge toolkit::NameContainer_Impl with toolkit::ScriptEventContainerNoel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in toolkitNoel Grandin
2016-04-04sequence->vector in toolkitNoel Grandin
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-10loplugin:constantparam in toolkitNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-12-23loplugin:unusedfields in /includeNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06coverity#1338239 Uncaught exceptionCaolán McNamara
2015-10-26remove extra spaces around ::Noel Grandin
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-14loplugin:unusedmethods toolkit,packageNoel Grandin
2015-06-28coverity#1308539 Uncaught exceptionCaolán McNamara
2015-06-18Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10toolkit: more VclPtr pieces.Michael Meeks
2015-04-07loplugin:staticmethodsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara