summaryrefslogtreecommitdiff
path: root/ucb/source/sorter
AgeCommit message (Expand)Author
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
2015-07-08Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-07loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-05try to avoid overflows in some compare functionsMichael Stahl
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12ucb: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-29loplugin: cstylecastNoel Grandin
2014-07-25Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-04-30ucb: sal_Bool->boolNoel Grandin
2014-04-19fixincludeguards.sh: ucbThomas Arnhold
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann