summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortdynres.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-03-08tdf#75280 Convert some sal_uIntPtr in ucb to more appropriate typesAditya Pratap Singh1-2/+2
2021-02-15loplugin:referencecasting in ucbNoel1-2/+2
2021-02-09loplugin:referencecasting check for Reference::queryNoel1-1/+1
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-02Use the new single-instance="true" attribute in ucbStephan Bergmann1-3/+2
2020-08-16loplugin:unusedmethodsNoel Grandin1-1/+0
2020-07-22ucb/sorter: create instances with uno constructorsNoel Grandin1-30/+8
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen1-1/+0
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen1-0/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann1-2/+2
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
2018-04-23loplugin:useuiqueptr in SortedEntryList and EventListNoel Grandin1-9/+4
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-3/+2
2018-01-26loplugin:useuniqueptr in SortedDynamicResultSetNoel Grandin1-3/+3
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: ucbStephan Bergmann1-1/+1
2017-06-17replace misc double checked locking patternsJochen Nitschke1-11/+2
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin1-3/+3
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-22/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann1-0/+1
2017-01-17use rtl::Reference in SortedDynamicResultSetNoel Grandin1-29/+16
2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin1-12/+1
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin1-3/+2
2016-04-05loplugin:constantparam in ucbNoel Grandin1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-3/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-04-30ucb: sal_Bool->boolNoel Grandin1-14/+14
2014-03-13No need for SortedDynamicResultSet::impl_* to be virtualStephan Bergmann1-2/+2
2014-03-07de-macroize ucb sortresultNorbert Thiebaud1-0/+2
2014-03-06de-macroize ucb sortdynresNorbert Thiebaud1-118/+62
2014-03-05kill XINTERFACE_IMPL_3Norbert Thiebaud1-5/+20
2014-03-05kill XINTERFACE_IMPL_4Norbert Thiebaud1-6/+21
2014-03-05kill XINTERFACE_IMPL_2Norbert Thiebaud1-3/+19
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-10/+10
2014-02-26Remove visual noise from ucbAlexander Wilms1-17/+17
2014-02-23Remove unneccessary commentsAlexander Wilms1-44/+44