summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/linkuno.cxx
AgeCommit message (Expand)Author
2024-08-16cid#1557618 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-20cid#1554791 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-05-28loplugin:ostr in sc/../unoobjNoel Grandin
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-08-19loplugin: new global analysis locking2Noel Grandin
2023-06-18Use getXWeak in scMike Kaganski
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-07-25use more o3tl::spanNoel Grandin
2022-07-14loplugin:moveitNoel Grandin
2022-05-18no need to take a lock when returning static dataNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-02-03sal_uLong->sal_Int32 for refresh delayNoel Grandin
2021-12-04loplugin:stringliteraldefine in scNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-03-03loplugin:refcounting in scNoel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-13static_cast after dynamic_castNoel
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-06-03loplugin:simplifypointertobool improveNoel Grandin
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