summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/documentcontainer.cxx
AgeCommit message (Expand)AuthorFilesLines
20 hoursDrop uses of css::uno::Sequence::getConstArray in dbaccessMike Kaganski1-17/+9
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen1-1/+0
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-01-16XUnoTunnel->dynamic_cast in OContentHelperNoel Grandin1-1/+1
2022-09-07convert ObjectType to scoped enumNoel Grandin1-1/+1
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-6/+6
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-3/+3
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2022-01-14Recheck modules d* with IWYUGabor Kelemen1-0/+1
2021-11-11Replace some macros in dbaccess part 5Julien Nabet1-2/+13
2021-11-10Replace some macros in dbaccess part 3Julien Nabet1-1/+16
2021-11-10Replace some macros in dbaccess part 2Julien Nabet1-1/+8
2021-10-29Prepare for removal of non-const operator[] from Sequence in dbaccessMike Kaganski1-5/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-08Simplify Sequences initializations (dbaccess)Julien Nabet1-5/+6
2020-03-23tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen1-2/+1
2020-01-24loplugin:makeshared in cui..desktopNoel Grandin1-3/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-22loplugin:virtualdead unused param in IContainerApproveNoel Grandin1-2/+2
2019-08-17Use simplified syntax for SequenceJulien Nabet1-1/+1
2019-08-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-3/+1
2019-07-19loplugin:referencecasting in dbaccessNoel Grandin1-1/+1
2019-06-23tdf#39593 Remove dbaccess::OContentHelper::getImplementationArkadiy Illarionov1-3/+2
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-3/+3
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-3/+3
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin1-3/+3
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin1-1/+2
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-10Modernize a bit more dbaccessJulien Nabet1-8/+4
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-3/+3
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-14/+7
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin1-6/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-1/+1
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin1-6/+6
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin1-6/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-18/+17
2016-12-05loplugin:unnecessaryoverride (dtors) in dbaccessStephan Bergmann1-3/+0
2016-11-04loplugin:oncevar in dbaccessNoel Grandin1-3/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-2/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet1-4/+4
2016-02-18tdf#57950 Replace chained O(U)StringBuffer::append() with operator+melikeyurtoglu1-5/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1