summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)Author
2023-09-13loplugin:unodispose in dbaccessNoel Grandin
2023-09-08no need to use XAggregation for DatabaseRegistrationsNoel Grandin
2023-09-01connectivity: add neutral context parserHenry Castro
2023-08-28new loplugin:optionalboolNoel Grandin
2023-08-08simplify ODatabaseDocument inheritanceNoel Grandin
2023-07-28tdf#156471: New database wizard - add generic support for embedded databases ...Pierre
2023-07-23No need to create an identical obj if we return the same property valuesJulien Nabet
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin
2023-05-28Typo: aCatlog->aCatalogJulien Nabet
2023-05-25Revert "BaseMutex->std::mutex in OPropertyForward"Julien Nabet
2023-04-28tdf#43369: Specific UI for collecting PostgreSQL connection settingsnirnay
2023-04-25Add script to find unused using declarationsGabor Kelemen
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen
2023-04-19loplugin::unusedmethodsNoel Grandin
2023-03-06BaseMutex->std::mutex in OEmbedObjectHolderNoel Grandin
2023-03-06BaseMutex->std::mutex in OPropertyForwardNoel Grandin
2023-02-28flatten some internal classes in dbaccessNoel Grandin
2023-01-17XUnoTunnel->dynamic_cast in ODatabaseContextNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in OContentHelperNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in ORowSetBaseNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in OQueryDescriptorNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2023-01-13Base OSubComponent on cppu::WeakComponentImplHelperStephan Bergmann
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin
2022-11-11Drop a counterproductive const&Stephan Bergmann
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin
2022-10-28Typo: SERVICE_SDB_PREPAREDSTATMENT->SERVICE_SDB_PREPAREDSTATEMENT (dbaccess)Julien Nabet
2022-10-23tdf#151073 - enable firebird for appstore build w/o experimental modeChristian Lohmaier
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-27use more string_view in dbaccessNoel Grandin
2022-09-10convert EmbeddedMacros to scoped enumNoel Grandin
2022-09-09convert CursorMoveDirection to scoped enumNoel Grandin
2022-09-07convert ObjectType to scoped enumNoel Grandin
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-09-05dbaccess::DataSupplier doesn't need a pimplNoel Grandin
2022-09-05ObjectNameApproval doesn't need a pimplNoel Grandin
2022-09-05RowSet doesn't need a pimplNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-01Fix typoAndrea Gelmini
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2022-05-18no need to take a lock when returning static dataNoel Grandin
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin
2022-05-09Fix typo in codeAndrea Gelmini
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann