summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter
AgeCommit message (Expand)AuthorFilesLines
47 hoursloplugin:ostr in dbaccessNoel Grandin8-67/+67
10 daysDrop uses of css::uno::Sequence::getConstArray in dbaccessMike Kaganski2-64/+43
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen7-13/+0
2024-03-13reduce symbol visibility in --enable-mergelibs=more modeNoel Grandin1-1/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-12-22Use emplace_back instead of push_back (dbaccess)Julien Nabet1-13/+13
2023-11-10loplugin:fieldcast in OTableStyleContextNoel Grandin2-4/+5
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-11/+11
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccessStephan Bergmann3-5/+5
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-03-26Simplify FbCreateStmtParser::composeMike Kaganski1-21/+12
2023-03-25loplugin:stringadd in d*Noel Grandin3-14/+6
2023-03-08Fix no-PCH buildMike Kaganski1-0/+2
2023-03-07no need to allocate these separatelyNoel Grandin2-5/+5
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski4-9/+9
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin1-13/+13
2022-10-28It's Frame-Controller-Model, not Model-View-ControllerMike Kaganski1-2/+2
2022-10-28Introduce utl::ConnectModelViewControllerMike Kaganski1-5/+3
2022-09-27use more string_view in dbaccessNoel Grandin3-5/+5
2022-09-12cid#1509268 Out-of-bounds accessCaolán McNamara1-0/+6
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann12-12/+12
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin11-30/+37
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann14-40/+40
2022-05-01use more string_view in variousNoel Grandin2-6/+12
2022-04-17Removed duplicated includeAndrea Gelmini1-1/+0
2022-04-14use more string_view in dbaccessNoel Grandin4-38/+40
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-9/+14
2022-04-04use string_view in comphelper::string::splitNoel Grandin2-3/+3
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-4/+11
2022-02-07sal_uInt8 is typedefed as unsigned char so this casting isn't neededCaolán McNamara1-12/+7
2022-01-14Recheck modules d* with IWYUGabor Kelemen5-8/+0
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin1-29/+27
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin1-37/+35
2021-11-10Replace some macros in dbaccess part 2Julien Nabet1-31/+40
2021-11-08Replace some macros in dbaccess part 1Julien Nabet1-11/+10
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski1-3/+3
2021-10-29Prepare for removal of non-const operator[] from Sequence in dbaccessMike Kaganski3-10/+11
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-11loplugin:moveparam in dbaccessNoel Grandin4-7/+6
2021-10-10loplugin:moveparam in xmloffNoel Grandin1-4/+3
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-2/+2
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-4/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-11/+11
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-2/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-02-22loplugin:refcounting in dbaccessNoel1-6/+4
2021-02-15loplugin:referencecasting in dbaccessNoel1-3/+3