summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)Author
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
2014-08-08java: use an empty block rather than an empty statementNoel Grandin
Change-Id: I05e60964521d6ec3694483816d91359fb12c8e4b
2014-08-07coverity#1229890 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ica36715d932157fdeedadced7c7fba71babb4e0a
2014-08-07coverity#1229892 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ida750e33efd8d18ee754d1bf8b123295581365c8
2014-08-07fdo#82151 fixupLionel Elie Mamane
The dbaccess unoapi test calls css::sdb::XSingleSelectQueryComposer::appendFilterByColumn in a state where there is no current row, and thus no column value. This does not make sense, but let's not break the build while I figure out how to fix the unoapi test. Change-Id: If813a1544ec9a5dac6f87197982d10576c91cd8c
2014-08-07Missing includeStephan Bergmann
Change-Id: I1dc2b46109e62b3df1e887472e0bd927cb4bedb7
2014-08-07Tunnel SQLException through getPropertyValueStephan Bergmann
Regression introduced with 03a2b4a80c5854bcb8520f2a43e485b98e3eba8f "fdo#82151 when constructing column object, replace m_aCurrentRow by a function," where the other call to m_pGetValue in ORowSetDataColumn::fireValueChange appears OK, as ORowSetBase::firePropertyChange already wraps the fireValueChange calls in a try--catch. Change-Id: I527cc35ae120cf083f7c69a9a23526839a2bbddb
2014-08-07Convert PAGE_ADO and PAGE_MYSQL_ODBC to .uiPalenik Mihály
Conflicts: dbaccess/source/ui/dlg/dbadmin.src Change-Id: Idaba7ea38b8ca6b7d0d9cc9599e9a76836573086
2014-08-07Convert PAGE_LDAP to .uiPalenik Mihály
Conflicts: dbaccess/source/ui/dlg/dbadmin.src Change-Id: I2655cc1d58c87a254c7074682fd7814e4d00fe73
2014-08-06fdo#82151 when constructing column object, replace m_aCurrentRow by a functionLionel Elie Mamane
The passed m_aCurrentRow becomes out-of-date as soon as the current row changes. This also hides an implementation detail of ORowSet to ORowSet(Data)Column. Change-Id: Ib9188743e5dd6dec240e9f5fd3fd9655c6761abc Reviewed-on: https://gerrit.libreoffice.org/10792 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-08-06Don't leak the previous cacheLionel Elie Mamane
Change-Id: I61cb1c608a7de8efc63533085e86c6c17c05f545 Reviewed-on: https://gerrit.libreoffice.org/10793 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-08-06TAB_WIZ_TYPE_SELECT and TAB_WIZ_NAME_MATCHING conversion to .uiSzymon Kłos
Conflicts: dbaccess/UIConfig_dbaccess.mk dbaccess/source/ui/misc/WizardPages.src Change-Id: I1a628dd6220f3f180cc01353380fe4aa7e166cf4 Reviewed-on: https://gerrit.libreoffice.org/10776 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-06Convert PAGE_ODBC to .uiPalenik Mihály
Change-Id: I23dfbeb7a1a5ed0c8c51d925a1c0d11daca75f3f Reviewed-on: https://gerrit.libreoffice.org/10787 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-06Convert PAGE_MYSQL_JDBC and PAGE_ORACLE_JDBC to .uiPalenik Mihály
Change-Id: I925dd0971aaf7f453c76ec37771ce001608dc57b Reviewed-on: https://gerrit.libreoffice.org/10785 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-06Convert PAGE_DBASE to .uiPalenik Mihály
Change-Id: Ie2f1592b030465a2ca5e2f25408ae38e9a833831 Reviewed-on: https://gerrit.libreoffice.org/10777 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-05Convert PAGE_CONNECTION to .uiPalenik Mihály
Change-Id: Id65d57b848280fee12384b4f470782a28233acd8 Reviewed-on: https://gerrit.libreoffice.org/10748 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-05java: remove commented out codeNoel Grandin
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
2014-08-04remove unused resource idsThomas Arnhold
ui conversion fallout Change-Id: I9c07728e6fccee46545171573fb95fbda8cf1fcb
2014-08-04Convert DLG_PARAMETERS to .uiPalenik Mihály
Conflicts: dbaccess/UIConfig_dbaccess.mk Change-Id: Ib9e1c986e2f58b0095e69890664764d1cf8badb0
2014-08-04PAGE_MYSQL_NATIVE and PAGE_DBWIZARD_MYSQL_NATIVE conversion to .uiSzymon Kłos
Change-Id: I5daec87637f1b3ad528c1f966a148adec7fae166 Reviewed-on: https://gerrit.libreoffice.org/10706 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-02gbuild: require java UNO runtime explicitlyDavid Tardon
Change-Id: I83e468a729ef72b74c2718fe98dd3998dac6c21e
2014-08-02init. pointer membersDavid Tardon
Change-Id: Iad5edda570466a35c138f7f7fe042b931c58ad75
2014-08-02TAB_PAGE_USERADMIN conversion to .uiSzymon Kłos
Change-Id: I65ae56bee3e66ec0b19e40fa23ac02a8ec1afbf8 Reviewed-on: https://gerrit.libreoffice.org/10681 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-02Convert DLG_DATABASE_TYPE_CHANGE to .uiPalenik Mihály
Conflicts: dbaccess/source/ui/inc/dbu_resource.hrc Change-Id: I854d1c37d5a8b4944b786b9a4cace8b3f8b5e093
2014-08-01Convert PAGE_DBWIZARD_AUTHENTIFICATION and PAGE_DBWIZARD_LDAP to .uiPalenik Mihály
Conflicts: dbaccess/source/ui/dlg/dbadminsetup.hrc dbaccess/source/ui/dlg/dbadminsetup.src dbaccess/source/ui/inc/dbu_resource.hrc Change-Id: I71558269dd2edcc828af9633992f2d143ffefd6d
2014-08-01Convert 3 tabpages to .uiPalenik Mihály
I converted PAGE_DBWIZARD_MYSQL_JDBC, PAGE_DBWIZARD_ORACLE and PAGE_DBWIZARD_JDBC to .ui. Conflicts: dbaccess/source/ui/dlg/dbadminsetup.hrc dbaccess/source/ui/inc/dbu_resource.hrc Change-Id: I920183c4abf303918ac0406b5810e1b8b377a04c Reviewed-on: https://gerrit.libreoffice.org/10608 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-01Convert 5 tabpages to .uiPalenik Mihály
I convert PAGE_DBWIZARD_ADO, PAGE_DBWIZARD_DBASE, PAGE_DBWIZARD_MSACCESS, PAGE_DBWIZARD_ODBC, PAGE_DBWIZARD_USERDEFINED Conflicts: dbaccess/source/ui/inc/dbu_resource.hrc Change-Id: Id5efedb2016011a25c037b7d2bc15b20ddd73800 Reviewed-on: https://gerrit.libreoffice.org/10607 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-01Convert DLG_DATABASE_WIZARD dialog to .uiPalenik Mihály
Change-Id: I18bc001be01b526d4005eacc324b7d2fb82830a0 Reviewed-on: https://gerrit.libreoffice.org/10602 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-29gbuild: allow a unit test to depend on a jar fileDavid Tardon
Change-Id: I68edf70e41023d3056859d49005c684b7c4e24d6