summaryrefslogtreecommitdiff
path: root/ucb/source/sorter
AgeCommit message (Expand)Author
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov
2019-04-15loplugin:sequentialassign in ucb..vbahelperNoel Grandin
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin
2018-09-26loplugin:constfields in ucbNoel Grandin
2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke
2018-07-23Fix typosAndrea Gelmini
2018-04-23loplugin:useuiqueptr in SortedEntryList and EventListNoel Grandin
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-01-26loplugin:useuniqueptr in SortedResultSetNoel Grandin
2018-01-26loplugin:useuniqueptr in SortedDynamicResultSetNoel Grandin
2018-01-12More loplugin:cstylecast: ucbStephan Bergmann
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-02improve constparam lopluginNoel Grandin
2017-10-23loplugin:includeform: ucbStephan Bergmann
2017-06-17replace misc double checked locking patternsJochen Nitschke
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann
2017-01-17use rtl::Reference in SortedDynamicResultSetNoel Grandin
2016-12-11fix out of bounds accessJochen Nitschke
2016-12-09ucb: replace "SimpleList" trashMichael Stahl
2016-11-23loplugin:unnecessaryoverride (dtors) in ucbStephan Bergmann
2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin
2016-10-19loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-14loplugin:passstuffbyref in ucbNoel Grandin
2016-04-11cppcheck: noExplicitConstructorCaolán McNamara
2016-04-05loplugin:constantparam in ucbNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-09ucb: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-21remove last WeakImplHelper8 usesCaolán McNamara