summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2018-11-17Adapt to C++2a char_tStephan Bergmann2-2/+2
2018-11-16Fix typosAndrea Gelmini1-1/+1
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin4-8/+14
2018-11-16loplugin:staticmethods improvementNoel Grandin1-1/+1
2018-11-12loplugin:singlevalfields in accessibility..extensionsNoel Grandin4-9/+5
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-11cppCheck redundantAssignment pParseNodeZdibák Zoltán1-2/+1
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-2/+2
2018-11-10Avoid getTokenCountMatteo Casalin1-5/+8
2018-11-10Use indexed getTokenMatteo Casalin1-4/+5
2018-11-10Avoid getToken to just get last tokenMatteo Casalin1-2/+2
2018-11-10Loop only if string length is the desired oneMatteo Casalin1-9/+11
2018-11-10Avoid getTokenCount()Matteo Casalin1-8/+4
2018-11-10Early bailoutMatteo Casalin1-8/+5
2018-11-10Avoid getTokenCount()Matteo Casalin1-8/+22
2018-11-10Use indexOf instead of getTokenCount for simple checkMatteo Casalin1-1/+1
2018-11-10Fix double ;Matteo Casalin1-1/+1
2018-11-10Avoid getTokenCount()Matteo Casalin1-1/+1
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski4-6/+7
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski1-6/+2
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski1-18/+1
2018-11-08Fix typosAndrea Gelmini1-1/+1
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-4/+4
2018-11-08loplugin:unusedfieldsNoel Grandin2-3/+0
2018-11-08loplugin:constantparamNoel Grandin1-3/+3
2018-11-07move SvTreeListBox to vclCaolán McNamara39-46/+46
2018-11-06replace Application::GetMainThreadIdentifier to Application::IsMainThreadAndras Timar1-2/+2
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin2-10/+4
2018-11-06convert some macros to local functionsNoel Grandin1-2/+2
2018-11-04Replace preprocessor macro with short function definitionsMike Kaganski3-13/+21
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-11/+2
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2-20/+14
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-14/+4
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-2/+2
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl1-1/+1
2018-10-30loplugin:returnconstantNoel Grandin2-4/+3
2018-10-30dbaccess: CppunitTest_tdf119625 requires firebirdMichael Stahl1-2/+2
2018-10-30Missing test dependencyStephan Bergmann1-0/+4
2018-10-29loplugin:oncevarNoel Grandin2-19/+31
2018-10-29tdf#120691 Migrate tables which contain spacesTamas Bunth1-0/+18
2018-10-28drop unnecessary requires lib="LibreOffice"Caolán McNamara1-1/+0
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara4-5/+5
2018-10-27loplugin:unusedmethodsNoel Grandin2-29/+0
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-1/+1
2018-10-26fix build --without-java - CppunitTest_dbaccess_tdf119625 uses hsqldbChristian Lohmaier1-2/+2
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2-0/+4
2018-10-26loplugin:unusedfieldsNoel Grandin2-5/+0
2018-10-26Fix typosAndrea Gelmini1-1/+1
2018-10-25weld OUserAdminDlgCaolán McNamara4-45/+62