summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Revert "Simplify vector initialization in dbaccess"Julien Nabet1-2/+4
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann1-2/+4
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-65/+65
2021-10-15Simplify vector initialization in dbaccessJulien Nabet1-4/+2
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski11-12/+12
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-5/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski8-18/+24
2021-10-12loplugin:unusedmethodsNoel Grandin2-21/+0
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-5/+2
2021-10-11loplugin:moveparam in dbaccessNoel Grandin31-59/+58
2021-10-10loplugin:moveparam in xmloffNoel Grandin1-4/+3
2021-10-09Typo *ropertie -> *ropertyJulien Nabet2-11/+11
2021-10-04tdf#144674 no context menu in SQL QueryCaolán McNamara2-0/+76
2021-10-04Add extended tips to generalpagewizard.uiOlivier Hallot1-0/+35
2021-10-03Bump Glade release for generalpagewizard.uiOlivier Hallot1-63/+63
2021-10-03add missing use-underline to menu entriesCaolán McNamara1-0/+4
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann2-7/+7
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-4/+4
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin4-12/+12
2021-09-28gives names to all the Idles and TasksNoel Grandin8-3/+11
2021-09-28vcl: rename OutDevState to StackChris Sherlock3-7/+8
2021-09-27tdf#144712 Add extended tips to special database settings dialogOlivier Hallot1-0/+90
2021-09-27Bump Glade version to 3.38 of specialsettingsdialog.uiOlivier Hallot1-147/+147
2021-09-26tdf#144694: improve Direct SQL dialog command type heuristicsJulien Nabet1-1/+22
2021-09-24we just want to append to the caught exception and rethrow itCaolán McNamara2-10/+9
2021-09-23leaks of OCollection in dbase importCaolán McNamara1-0/+1
2021-09-23memory leak on loading dbase filesCaolán McNamara2-3/+3
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: dbaccessStephan Bergmann2-3/+4
2021-09-22don't link to vbahelper for --disable-scripting caseCaolán McNamara9-9/+18
2021-09-21Resolves: tdf#136442 don't query siblings and parent to determine typeCaolán McNamara1-53/+3
2021-09-21Related: tdf#136442 implAppendEntry is always passed a DBTreeListUserData*Caolán McNamara2-8/+9
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák3-6/+6
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-3/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski7-38/+9
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski7-22/+16
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski16-21/+21
2021-09-06tdf#140951: fix crash on Base when accessibility usedJulien Nabet1-1/+3
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis2-2/+2
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin23-69/+13
2021-08-31tdf#126624: do at least the generic solutionJulien Nabet1-1/+1
2021-08-24cid#1490801 Uninitialized pointer fieldCaolán McNamara1-0/+1
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin2-5/+5
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann2-3/+3
2021-08-19Fix typosAndrea Gelmini1-1/+1
2021-08-16tdf#126879 - Drop obsolete DOCTYPE HTML 4.0Andreas Heinisch1-1/+1
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-1/+1
2021-08-16tdf#143656: Tools > SQL : add a checkbox to enable Direct SQLJulien Nabet3-2/+34
2021-08-15rtl::Static -> thread-safe static localNoel Grandin1-7/+0
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin2-0/+2
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin6-21/+22