summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/nameuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann1-1/+1
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-2/+2
2023-10-01tdf#154449 Add support for hidden named rangesRafael Lima1-1/+5
2023-09-10using decls should come after #includeNoel Grandin1-4/+4
2023-06-18Use getXWeak in scMike Kaganski1-2/+2
2023-01-17XUnoTunnel->dynamic_cast in ScNamedRangeObjNoel Grandin1-14/+0
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-5/+6
2022-07-25use more o3tl::spanNoel Grandin1-4/+2
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-05-20new loplugin:unnecessary lockingNoel Grandin1-2/+0
2022-05-18no need to take a lock when returning static dataNoel Grandin1-3/+0
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann1-3/+3
2021-12-04loplugin:stringliteraldefine in scNoel Grandin1-5/+5
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-3/+3
2021-09-17rather return ref from getCharClassPtrNoel Grandin1-5/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-5/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-2/+2
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-1/+1
2021-06-11Simplify Sequences initializations (sc)Julien Nabet1-1/+1
2021-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch1-15/+31
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-03loplugin:refcounting in scNoel1-5/+5
2020-10-20use tools::Long in scNoel1-2/+2
2020-09-14ScRangeData ctor variant never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-14both branches dereference ScDocument* argCaolán McNamara1-2/+2
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-7/+7
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-7/+7
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin1-62/+62
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-5/+5
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-1/+1
2019-10-23sc: rowcol: tdf#50916 convert unoobjNoel Grandin1-3/+3
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-3/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-1/+1
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-1/+0
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov1-15/+11
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-08-16loplugin:returnconstant in ScTokenConversionNoel Grandin1-1/+1
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin1-8/+6
2018-03-15don't use heap for elements in ScRangePairListNoel Grandin1-17/+12
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-6/+6
2017-10-23loplugin:includeform: scStephan Bergmann1-13/+13
2017-09-26loplugin:flatten in scNoel Grandin1-9/+9
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1
2017-03-23convert NAME constants to CreateNameFlags o3tl::typed_flags enumNoel Grandin1-6/+6
2017-02-06Add missing #includesStephan Bergmann1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-58/+17
2017-01-11don't emit objects on ScRange*List::RemoveJochen Nitschke1-5/+1