summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/linkuno.cxx
AgeCommit message (Expand)Author
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-04-17loplugin:sequentialassign in scNoel Grandin
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-26loplugin:flatten in scNoel Grandin
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-05-10Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)Eike Rathke
2017-04-02Translate some German comments in scKatarina Behrens
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin
2015-10-21boost::ptr_vector -> std::vectorNoel Grandin
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-21convert SC_LINKREFTYPE to scoped enumNoel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-09Resolves: fdo#85617 always store fully encoded external document nameEike Rathke
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-28loplugin: cstylecastNoel Grandin
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-17Fix previous commitJulien Nabet
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25fdo#72041: Intern strings as we populate the external cache.Kohei Yoshida
2014-02-25coverity#737628 Uncaught exceptionCaolán McNamara