summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2018-03-07use more Color in cppcanvas..drawinglayerNoel Grandin5-7/+7
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara63-63/+63
2018-03-05Rename OCharsetMap::find overload to findIanaNameStephan Bergmann1-1/+1
2018-03-05Removed duplicated includeAndrea Gelmini1-1/+0
2018-03-05Fix typosAndrea Gelmini1-1/+1
2018-03-05HSQLDB Binary importTamas Bunth12-61/+670
2018-03-05tdf#115998 base: crash on delete relationshipNoel Grandin1-0/+1
2018-03-05loplugin:useuniqueptr in dbaccess(2)Noel Grandin4-21/+18
2018-03-05loplugin:useuniqueptr in dbaccessNoel Grandin9-32/+22
2018-03-05loplugin:useuniqueptr in OQueryDescriptor_BaseNoel Grandin3-7/+5
2018-03-05weld SfxPasswordDialog DialogCaolán McNamara1-5/+5
2018-03-02delete colordata.hxxNoel Grandin3-3/+0
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin2-2/+2
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke8-8/+0
2018-02-26split out GetStandardWarningBoxImageCaolán McNamara1-1/+1
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara4-11/+31
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara3-6/+11
2018-02-25convert all help responses to gtk's -11Caolán McNamara23-60/+60
2018-02-22weld native message dialogsCaolán McNamara22-101/+140
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin3-4/+4
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-9/+6
2018-02-16Revert "loplugin:changetoolsgen in dbaccess..desktop" and reapply pluginNoel Grandin14-48/+48
2018-02-14loplugin:changetoolsgen in dbaccess..desktopNoel Grandin21-125/+125
2018-02-05loplugin:useuniqueptr in OTableNoel Grandin1-3/+3
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen18-18/+0
2018-02-01dbaccess: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski3-45/+0
2018-01-31Fix typoAndrea Gelmini1-1/+1
2018-01-31tdf#114596 dbaccess: fix mysterious dataloss bugMichael Stahl2-3/+5
2018-01-29Fix typosAndrea Gelmini1-1/+1
2018-01-29Related tdf#115273: Set NULLJulien Nabet1-2/+2
2018-01-27Add HSQLDB schema importTamas Bunth17-0/+924
2018-01-26Fix typosAndrea Gelmini1-1/+1
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-24tdf#115080 menu id collisionCaolán McNamara1-5/+5
2018-01-22remove some sal_Bool remnantsNoel Grandin3-3/+3
2018-01-19inline some definesNoel Grandin5-11/+9
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin6-16/+9
2018-01-18Fix reg from 4cb3e1c05a16af3dad03db9d789dc7ea061b33cfJulien Nabet1-1/+1
2018-01-17Use for-range loops in QueryDesignView (dbaccess)Julien Nabet1-172/+123
2018-01-17coverity#1427632 try silencing Using invalid iteratorCaolán McNamara1-3/+2
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-1/+1
2018-01-17Handle focus_on_click glade property for buttonsMaxim Monastirsky2-1/+1
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-16Fix typosAndrea Gelmini9-10/+10
2018-01-15More loplugin:cstylecast: dbaccessStephan Bergmann3-5/+5
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann52-158/+157
2018-01-11tdf#114955: Fix primary key management in copy tableJulien Nabet1-0/+4
2018-01-11Use for-range loops in dbaccess (part2)Julien Nabet7-100/+71
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-3/+3
2018-01-10tdf#113923: don't use twice a new column in table copyJulien Nabet1-3/+13