summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter
AgeCommit message (Expand)AuthorFilesLines
2018-03-26HSQLDB Binary importTamas Bunth11-61/+665
2018-03-25Add HSQLDB schema importTamas Bunth10-0/+804
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-10Properly construct vnd.sun.star.pkg URLStephan Bergmann1-4/+2
2017-11-09dbaccess: properly encode path to prevent stripping "fragment" from itMike Kaganski1-2/+4
2017-11-08ODBFilter::filter: Also leave window wait on exceptionMike Kaganski1-15/+23
2017-11-06loplugin:finalclasses in dbaccessNoel Grandin1-2/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann24-46/+46
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara22-32/+32
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-5/+5
2017-07-31loplugin:constparams in dbaccessNoel Grandin1-2/+2
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin4-54/+29
2017-07-21migrate to boost::gettextCaolán McNamara22-22/+38
2017-06-26s/catched/caughtNoel Grandin4-5/+5
2017-06-21convert ErrCode to strong typedefNoel Grandin1-19/+15
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-5/+5
2017-06-12cleanup unused css/frame/* includesJochen Nitschke2-3/+1
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-11/+6
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke15-15/+0
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin1-20/+4
2017-05-02loplugin:checkunusedparams in cppcanvas and dbaccessNoel Grandin3-10/+6
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-03-28Fix typosAndrea Gelmini1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin1-4/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann2-6/+6
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist8-39/+39
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann5-42/+34
2017-01-19New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann3-0/+9
2017-01-02micro optCaolán McNamara1-6/+2
2017-01-02Remove some OSL legacies in dbaccessJulien Nabet1-1/+0
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke2-4/+0
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2016-12-05loplugin:unnecessaryoverride (dtors) in dbaccessStephan Bergmann1-6/+0
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin2-8/+1
2016-10-05loplugin:unnecessaryoverride in dbaccessNoel Grandin2-6/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann25-26/+26
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin1-7/+0
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-2/+1