summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration
AgeCommit message (Expand)Author
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-02loplugin:casttovoid: sdStephan Bergmann
2017-06-24std::unordered_map can erase an element by given key, if anyTakeshi Abe
2017-06-19add more debug names for scheduled eventsLászló Németh
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin
2017-03-09valgrind: fix leakCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor scaddins..sdextNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sdStephan Bergmann
2016-12-21ODR violation (base class must be the same across compilation units)Stephan Bergmann
2016-12-12OSL_TRACE->SAL in sd..sdextNoel Grandin
2016-10-28loplugin:expandablemethods in sdNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-16Fix 'AddressSanitizer: container-overflow' problem detected on OS XNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-04-19introduce DEBUG_SD_CONFIGURATION_TRACE instead of OSL_DEBUG_LEVEL>=2Eike Rathke
2016-04-14loplugin:passstuffbyref in sdNoel Grandin
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke
2016-03-02sd: replace boost::bind with C++11 lambdasMichael Stahl
2016-02-09Remove excess newlinesChris Sherlock
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-12-22loplugin:unusedfields in sdNoel Grandin
2015-11-23loplugin:unusedfields in sd/Noel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in sdNoel Grandin
2015-10-26cppcheck:noExplicitConstructorNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-24sd/source/ui/framework boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-20loplugin:defaultparamsNoel Grandin
2015-07-21loplugin:unusedmethods sdNoel Grandin
2015-06-13TyposJulien Nabet
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann