summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/nameuno.cxx
AgeCommit message (Expand)Author
2021-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-03loplugin:refcounting in scNoel
2020-10-20use tools::Long in scNoel
2020-09-14ScRangeData ctor variant never passed a null ScDocument*Caolán McNamara
2020-09-14both branches dereference ScDocument* argCaolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-10-23sc: rowcol: tdf#50916 convert unoobjNoel Grandin
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-08-16loplugin:returnconstant in ScTokenConversionNoel Grandin
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-03-15don't use heap for elements in ScRangePairListNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-26loplugin:flatten in scNoel Grandin
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-03-23convert NAME constants to CreateNameFlags o3tl::typed_flags enumNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-11don't emit objects on ScRange*List::RemoveJochen Nitschke
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke
2016-08-03use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-31coverity#735320 Unchecked return valueEike Rathke
2014-10-12coverity#735322 Unchecked return valueCaolán McNamara
2014-10-12coverity#735321 Unchecked return valueCaolán McNamara
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin