/comphelper/qa/unit/

name='id' value='5f0e276336bc130b15480a04ec1cc6a9a1c9e93b'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)Author
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
2022-05-03add o3tl::equalsAsciiNoel Grandin