summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/core/api/RowSet.cxx
Commit message (Expand)AuthorAgeFilesLines
* Drop uses of css::uno::Sequence::getConstArray in dbaccessMike Kaganski5 days1-15/+13
* tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen2024-04-031-1/+0
* Replace "size() == 0 with empty()" (dbaccess)Julien Nabet2023-12-311-1/+1
* cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara2023-12-191-2/+1
* Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann2023-10-231-2/+2
* do not throw DisposedException when inside a dispose() methodNoel Grandin2023-05-311-1/+1
* XUnoTunnel->dynamic_cast in ORowSetBaseNoel Grandin2023-01-161-26/+2
* Base OSubComponent on cppu::WeakComponentImplHelperStephan Bergmann2023-01-131-2/+2
* convert CursorMoveDirection to scoped enumNoel Grandin2022-09-091-5/+5
* Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2022-08-181-1/+1
* Fix typoAndrea Gelmini2022-08-011-1/+1
* Use o3tl::make_unsigned in some placesStephan Bergmann2022-05-241-1/+1
* Just use Any ctor instead of makeAny in dbaccessStephan Bergmann2022-05-041-14/+14
* loplugin:passstuffbyrefNoel Grandin2022-04-201-2/+2
* Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin2022-02-221-1/+1
* Recheck modules d* with IWYUGabor Kelemen2022-01-141-0/+2
* use more OInterfaceContainerHelper3 in dbaccessNoel Grandin2021-11-281-9/+9
* remove ORowSetValue implicit conversion methodsNoel Grandin2021-11-231-13/+12
* Replace some macros in dbaccess part 1Julien Nabet2021-11-081-20/+29
* loplugin:moveparam in dbaccessNoel Grandin2021-10-111-5/+5
* we just want to append to the caught exception and rethrow itCaolán McNamara2021-09-241-10/+8
* memory leak on loading dbase filesCaolán McNamara2021-09-231-2/+2
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2021-09-151-8/+2
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski2021-09-151-6/+4
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-151-4/+4
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-021-4/+4
* loplugin:refcounting in dbaccessNoel2021-02-221-10/+9
* loplugin:referencecasting in dbaccessNoel2021-02-151-2/+2
* new loplugin:simplifypointertoboolNoel Grandin2020-05-101-1/+1
* loplugin:buriedassign in dbaccessNoel Grandin2020-04-171-5/+10
* loplugin:flatten in dbaccessNoel Grandin2020-04-151-119/+119
* tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen2020-03-231-10/+1
* simplify ORefVector codeNoel Grandin2020-03-181-29/+29
* tdf#42949 Fix IWYU warnings in dbaccess/source/*/*hxxGabor Kelemen2020-02-271-0/+1
* New loplugin:unsignedcompareStephan Bergmann2020-01-281-4/+5
* loplugin:makeshared in cui..desktopNoel Grandin2020-01-241-3/+3
* Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann2020-01-091-1/+1
* Removed redundant semicolonsAndrea Gelmini2020-01-061-1/+1
* enable -Wrange-loop-analysis on clangNoel Grandin2019-10-071-2/+2
* tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov2019-09-231-14/+6
* TyposAndrea Gelmini2019-09-111-1/+1
* tdf#39593 use isUnoTunnelIdArkadiy Illarionov2019-09-061-6/+7
* tdf#125340 transport preferred dialog parent down the migration dialogCaolán McNamara2019-08-171-1/+1
* Use simplified syntax for SequenceJulien Nabet2019-08-171-3/+3
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-161-11/+3
* use more TOOLS_WARN_EXCEPTIONNoel Grandin2019-08-161-2/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann2019-07-311-2/+2
* tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen2019-05-221-0/+1
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-131-6/+6
* Fix typoAndrea Gelmini2019-03-091-1/+1