summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)Author
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
in the absence of any other constructors, the compiler will automatically generate a public no-arg constructor Change-Id: I70eca507cd8e16e33580b3398d41d70690bc2909
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
found by PMD Change-Id: I5955cfc9c4d777496a2e8e4b2c422a51764a8bc1
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
2014-08-18ErrorBox->MessageDialogCaolán McNamara
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
2014-08-18remove dead ToolBox RID_HELPBARThomas Arnhold
Change-Id: Ide31f67c346f9a82bf6aa8282caa7cfcee65d9fd
2014-08-18various unused QueryBoxesThomas Arnhold
Change-Id: I6ce6aa7cc4420bf8f82a578b7985e795c99e0898
2014-08-17coverity#983635 Uncaught exceptionCaolán McNamara
Change-Id: I4be3600af6ee97ba9f962edf9723c04d89b161e4
2014-08-17coverity#983636 Uncaught exceptionCaolán McNamara
Change-Id: I5c35d3085ec0dfa0e1d27caa9cdac5792d98812b
2014-08-17coverity#983637 Uncaught exceptionCaolán McNamara
Change-Id: Ib405aabc4b9da1e06a009159a0ec3a15af1c7570
2014-08-17coverity#983649 Uncaught exceptionCaolán McNamara
Change-Id: I928e8dbeeac168a02c82f2fafe881dae38ae4e3c
2014-08-17coverity#1231674 Uncaught exceptionCaolán McNamara
and coverity#1231675 Uncaught exception Change-Id: If0907f2048fc5e492d5b8b49388c3bfad542e5f7
2014-08-17remove executable bitsThomas Arnhold
Change-Id: Iec785ae538de81325812b1e6fe33115789b39770
2014-08-16CID 1231678: Uninitialized pointer fieldMatteo Casalin
Change-Id: I1c691b2c9c66b99957b07df4197c0a67c2598273
2014-08-16cppcheck: Throwing the original exceptionJulien Nabet
Change-Id: I0d2678dd86e42f882e8ed9926917f1e82746997e
2014-08-16callcatcher: update unused codeCaolán McNamara
res ctor fallout continues at pace Change-Id: Ic431c678919a6521ce94719cbf06b87ebf922a0c
2014-08-16fix build againMarkus Mohrhard
Change-Id: If3cfc7d1974036fe6110726da574b07975ab9aef
2014-08-15fix res id errorsThomas Arnhold
Change-Id: I61095ee034e85150624ac300be539e7f898641be
2014-08-15Final ErrorBox ERR_NEED_INDEX_FIELDS to StringThomas Arnhold
Change-Id: I75e509b89c0cb1d8b4727d55d4ae01048fa7bf8e
2014-08-15ErrorBoxes from querydesign to StringThomas Arnhold
Change-Id: I2aa9aa5b0d730c0546e8565d03b9b7d3d051235a
2014-08-15ErrorBox ERR_INVALID_BACKUP_LOCATION to StringThomas Arnhold
Change-Id: Ied9fcfacc6d2751883d7c4d21582427690ba0f20
2014-08-15dbaccess: fix build after AutoControls_tmpl.hrc removalMichael Stahl
Change-Id: I8e7e926aae646225234cf9e41fdf048735f40eb0
2014-08-15res ctor OCommonBehaviourTabPage::OCommonBehaviourTabPage can go nowCaolán McNamara
Change-Id: I0697faa1e66b912e3090c149efdf409c33b31b9c
2014-08-15convert user details page to .uiCaolán McNamara
Change-Id: Id8ad4a013fb5049452bbad502da828db94ce7d47
2014-08-15use 12 spacingCaolán McNamara
Change-Id: I61ac1b5bd262ecd10ed0f405adcc5e2fb4fa949c
2014-08-15drop thousand seperator in port number spinbuttonsCaolán McNamara
Change-Id: I89c56f52ab8134bdb4376d30f2c85af0f946bd88
2014-08-15don't stretch listbox verticallyCaolán McNamara
Change-Id: Id50412ae0f29a340839b68faa53e223f7ac03fd2
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara
and two virtual methods don't need to exist after that Change-Id: I50ea8eaa99fddfed7e0c61e99e76631aa595f2dc
2014-08-14java: remove commented out codeNoel Grandin
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
2014-08-13update_pchThomas Arnhold
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
2014-08-13java: reduce scope, make some methods privateNoel Grandin
found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
2014-08-13java: reduce scope, make member classes privateNoel Grandin
found by UCDetector Change-Id: Ief32d078090102b14b60b35fc36542f8d4fb252b
2014-08-13java: reduce scope, make fields privateNoel Grandin
found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
2014-08-13java: reduce scope, make constructors privateNoel Grandin
found by UCDetector Change-Id: If05277fd2fe77ceabb4c7c87aeb8569e3406102d
2014-08-12Resolves: fdo#82413 crash in format->columnCaolán McNamara
Change-Id: I3af776c14ec0f224884488fdc99ee26ebbba7cb8
2014-08-12callcatcher: another round of ResId removalsCaolán McNamara
Change-Id: Ia3acdb3501b7735820258cb090e731f5814bc07f
2014-08-12java: remove useless javadoc tagsNoel Grandin
that are not conveying any useful information Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-11fdo#82151 finish fixupLionel Elie Mamane
Fix the UnoApi test, and give ORowSetDataColumn::getFastPropertyValue the reasonable behaviour. Change-Id: I68cc1221b6772e3036c78b8234b1d8b248d4d673
2014-08-11m_pFT_HeaderText now unusedCaolán McNamara
Change-Id: Ibfce3f5ffcdaa60e7b243ed43631ca133c3917ed
2014-08-11don't need to reference these widgets anymoreCaolán McNamara
Change-Id: I19ce9b2c002f8f5102a2d0bd06d08a1abfa63bda
2014-08-11callcatcher: update unused codeCaolán McNamara
lots of ResID stuff going away now Change-Id: Iad8524e201cd3072db71da9e5ee1c244ed337967
2014-08-10make string a global resourceThomas Arnhold
Change-Id: I65eee002d2f04b09a73c597ece4b29d1f1593414
2014-08-09remove unused resourcesThomas Arnhold
Change-Id: Ifdb5ab9f2a0a59d3ca31ca1fa5112449e1a6aa11
2014-08-09dbadmin: clean up after ui conversionThomas Arnhold
Change-Id: I40b4f1c1474c12e54f57fb466610f35e5b4d527e
2014-08-09remove unused dlg resources from dbu_resource.hrcThomas Arnhold
Change-Id: I70c5f673413bb6ac2d37a5c15b52fcd26da6683a
2014-08-09remove DLG_PARAMETERS resource stuffThomas Arnhold
clean up after b15c01e43071099c6cb631953e56e88e9961e29e Change-Id: Id50032647d74892f33e1f5214226e9fd0b7d7b62
2014-08-08warning C4101: 'e': unreferenced local variableMichael Stahl
Change-Id: Ieaea27df421c939da895723485770830ac15c873
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
.. actually thrown Change-Id: Ia326ac7f82e11b948ed0f34e20908a96e7adcd10
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4