summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/linkuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-6/+6
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-6/+6
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin1-54/+54
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-1/+1
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-2/+1
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-04-17loplugin:sequentialassign in scNoel Grandin1-2/+1
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov1-7/+4
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-8/+8
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-3/+3
2017-09-26loplugin:flatten in scNoel Grandin1-16/+16
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-1/+1
2017-05-10Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)Eike Rathke1-13/+12
2017-04-02Translate some German comments in scKatarina Behrens1-36/+36
2017-02-06Add missing #includesStephan Bergmann1-0/+3
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-7/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-87/+22
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-6/+6
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-28/+22
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann1-1/+1
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-6/+6
2016-05-04use Any constructor instead of temporariesNoel Grandin1-15/+5
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-43/+29
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-23/+23
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin1-3/+3
2015-10-21boost::ptr_vector -> std::vectorNoel Grandin1-9/+3
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-3/+3
2015-09-21convert SC_LINKREFTYPE to scoped enumNoel Grandin1-3/+3
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-1/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-8/+8
2015-01-09Resolves: fdo#85617 always store fully encoded external document nameEike Rathke1-3/+5
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+3
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-20/+20
2014-10-28loplugin: cstylecastNoel Grandin1-4/+4
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl1-0/+12
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-15/+18
2014-06-24new compilerplugin returnbyrefNoel Grandin1-111/+102
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-9/+6
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-2/+2
2014-05-17Fix previous commitJulien Nabet1-2/+2
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-3/+3
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet1-5/+5
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-22/+0