summaryrefslogtreecommitdiff
path: root/ucb/source/sorter
AgeCommit message (Expand)AuthorFilesLines
2020-10-29SortedResultSet uses sal_IntPtr instead of longStephan Bergmann1-2/+1
2020-10-29Fix some confusion between UNOIDL long (i.e., sal_Int32) and C++ longStephan Bergmann1-1/+1
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-2/+3
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski1-4/+4
2020-10-02Use the new single-instance="true" attribute in ucbStephan Bergmann2-4/+3
2020-08-16loplugin:unusedmethodsNoel Grandin1-1/+0
2020-07-22ucb/sorter: create instances with uno constructorsNoel Grandin4-99/+12
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-23sal_Char->char in ucbNoel Grandin1-1/+1
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen2-3/+0
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen3-3/+1
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 Bergmann2-3/+3
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov1-2/+1
2019-04-15loplugin:sequentialassign in ucb..vbahelperNoel Grandin1-2/+1
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski1-3/+2
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 Grandin3-54/+49
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-3/+2
2018-01-26loplugin:useuniqueptr in SortedResultSetNoel Grandin2-9/+7
2018-01-26loplugin:useuniqueptr in SortedDynamicResultSetNoel Grandin2-4/+5
2018-01-12More loplugin:cstylecast: ucbStephan Bergmann2-26/+26
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin2-4/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin2-2/+2
2017-11-02improve constparam lopluginNoel Grandin2-8/+8
2017-10-23loplugin:includeform: ucbStephan Bergmann3-3/+3
2017-06-17replace misc double checked locking patternsJochen Nitschke2-22/+4
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin2-4/+4
2017-02-06Add missing #includesStephan Bergmann2-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-279/+83
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann3-1/+11
2017-01-17use rtl::Reference in SortedDynamicResultSetNoel Grandin2-38/+22
2016-12-11fix out of bounds accessJochen Nitschke1-1/+1
2016-12-09ucb: replace "SimpleList" trashMichael Stahl2-123/+43
2016-11-23loplugin:unnecessaryoverride (dtors) in ucbStephan Bergmann1-5/+0
2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin4-29/+2
2016-10-19loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2-9/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-5/+5
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-2/+2
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin2-7/+5
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin2-6/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-22/+22
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-10/+10