summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortresult.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski1-4/+4
2020-03-15Revert "loplugin:constfields in ucb"Noel Grandin1-1/+1
2020-01-20Split independent loop vars, giving them appropriate typesStephan Bergmann1-3/+2
2020-01-18Fix typo in commentStephan Bergmann1-1/+1
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen1-2/+0
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann1-1/+1
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin1-11/+9
2018-09-26loplugin:constfields in ucbNoel Grandin1-1/+1
2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke1-3/+3
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-04-23loplugin:useuiqueptr in SortedEntryList and EventListNoel Grandin1-35/+35
2018-01-26loplugin:useuniqueptr in SortedResultSetNoel Grandin1-7/+4
2018-01-12More loplugin:cstylecast: ucbStephan Bergmann1-24/+24
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin1-2/+2
2017-11-02improve constparam lopluginNoel Grandin1-4/+4
2017-10-23loplugin:includeform: ucbStephan Bergmann1-1/+1
2017-06-17replace misc double checked locking patternsJochen Nitschke1-11/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-84/+5
2016-12-11fix out of bounds accessJochen Nitschke1-1/+1
2016-12-09ucb: replace "SimpleList" trashMichael Stahl1-99/+41
2016-11-23loplugin:unnecessaryoverride (dtors) in ucbStephan Bergmann1-5/+0
2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin1-12/+1
2016-10-19loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin1-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin1-6/+3
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin1-3/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-22/+22
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-5/+5
2016-04-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-05loplugin:constantparam in ucbNoel Grandin1-8/+7
2016-02-09Remove excess newlinesChris Sherlock1-17/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-1/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-16/+16
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-09-09ucb: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-02-05try to avoid overflows in some compare functionsMichael Stahl1-1/+1
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn1-4/+2
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-12ucb: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+7