summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/documentdefinition.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-3/+1
2023-08-28new loplugin:optionalboolNoel Grandin1-2/+2
2023-03-06BaseMutex->std::mutex in OEmbedObjectHolderNoel Grandin1-7/+6
2022-09-10convert EmbeddedMacros to scoped enumNoel Grandin1-2/+2
2022-09-07convert ObjectType to scoped enumNoel Grandin1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-23/+23
2022-01-14Recheck modules d* with IWYUGabor Kelemen1-0/+2
2021-11-10Replace some macros in dbaccess part 2Julien Nabet1-1/+8
2021-11-08Replace some macros in dbaccess part 1Julien Nabet1-8/+8
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski1-8/+6
2021-10-29Prepare for removal of non-const operator[] from Sequence in dbaccessMike Kaganski1-8/+8
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-5/+2
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-5/+1
2021-02-22loplugin:refcounting in dbaccessNoel1-13/+11
2021-02-15loplugin:referencecasting in dbaccessNoel1-7/+5
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+2
2020-09-01Fix typo in codeAndrea Gelmini1-2/+2
2020-05-20use for-range on Sequence in d*Noel Grandin1-4/+4
2020-04-15loplugin:flatten in dbaccessNoel Grandin1-26/+26
2020-03-23tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen1-12/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2020-01-26rename some local variablesNoel Grandin1-2/+2
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-4/+4
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+20
2019-07-19loplugin:referencecasting in dbaccessNoel Grandin1-9/+5
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-7/+7
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-2/+2
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-1/+1
2018-12-17Related: tdf#122153 set more correct dialog parentsCaolán McNamara1-6/+8
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-3/+4
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-5/+3
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-3/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-12/+12
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-4/+4
2017-10-03new loplugin:blockblockNoel Grandin1-61/+58
2017-07-31loplugin:constparams in dbaccessNoel Grandin1-2/+2
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-24/+12
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-2/+2
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann1-3/+1
2017-06-23loplugin:unusedfields in dbaccessNoel Grandin1-14/+4
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-3/+0
2017-05-18DBACORE_RESSTRING can go nowCaolán McNamara1-5/+5
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0