summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)AuthorFilesLines
2014-09-08Resolves: fdo#83501 STR_QUERY_* populate the join dialogCaolán McNamara2-30/+36
Change-Id: Id4cff969297009c9f9cd3323ac01c743b29ca6c4
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg4-89/+88
* Only unfixed header namespace alias in ConnectionLog.hxx: LogLevel = ::com::sun::star::logging::LogLevel Change-Id: I48c941a4762830f2265c8241f4c1695a43ec891a Reviewed-on: https://gerrit.libreoffice.org/11333 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-09-05document oddity by commentLionel Elie Mamane1-0/+8
Change-Id: I4c4637c9b1ae7329b9872da74dd8542b2fda5dd2
2014-09-05yet another overrun access of an empty OUStringNorbert Thiebaud1-1/+1
no impact in release build but triiger assert in debug Change-Id: I037cf127ff55c03dbc5e151d1373cfb4f6219848
2014-09-05resource files: remove unused definitionsThomas Arnhold1-11/+0
Change-Id: Ic782eab6943aa8e659acfceb9f20dac76224c258
2014-09-04fdo#52076 unittestLionel Elie Mamane5-0/+520
Change-Id: Iae10f9728db4c90c4a55ad692b32cddeb7adc48a
2014-09-04janitorial: add const, factorise constantLionel Elie Mamane1-5/+5
Change-Id: Ifdaff62611452ce1e39604bd751168fe3e68d865
2014-09-02coverity#706482 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I457e05ddbc13a9b3ff911da56a0a607de944f8f2
2014-09-02Related fdo#82088: removing and shortening aliasesStefan Weiberg8-14/+13
Change-Id: Iebd9124daffe98b1e38dfa71d8b11f2452e3ddaa Reviewed-on: https://gerrit.libreoffice.org/11226 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-31More mushrooms...Olivier Hallot4-4/+60
More help buttons missing in dialogs. Change-Id: I9274f3774955f5bb8a470e2e1ad25b3f5723d377 Reviewed-on: https://gerrit.libreoffice.org/11217 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-29Fix build with boost-1.56.0.Jörg Sonnenberger1-1/+2
Change-Id: I61686bf61ff1e0561c385492c563e4495456ca47 Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
2014-08-27documentation-by-constLionel Elie Mamane1-1/+1
Change-Id: I7d5f457106e4885ea8412a9eab6954534ee627cd
2014-08-26fix typo: Mesage -> MessageDouglas Mencken2-3/+3
Change-Id: Id101590f915699b6ddd9822cd249a9a46d6e144a Reviewed-on: https://gerrit.libreoffice.org/11107 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-25convert TABLE_DESIGN_ALL_ROWS_DELETED with custom buttons to .uiCaolán McNamara5-12/+85
Change-Id: Id4b5573cd7e20f841e25ba17f17e98b78fb759cc
2014-08-25convert TABLE_DESIGN_SAVEMODIFIED with custom buttons to .uiCaolán McNamara5-9/+86
Change-Id: Id0ea1a0a8de1cdd363ee462003406c5625b0e4af
2014-08-25convert RELATION_DESIGN_SAVEMODIFIED with custom buttons to .uiCaolán McNamara5-10/+87
Change-Id: Ifc0ccdf278e9f249845cf8bc12eece8f5a5f0d86
2014-08-25convert QUERY_BRW_SAVEMODIFIED with custom buttons to .uiCaolán McNamara5-13/+86
Change-Id: I248e7b14fdd89c3efca60dfce0b9b8dfd2693fa8
2014-08-25convert QUERY_BRW_SAVEMODIFIED with custom buttons to .uiCaolán McNamara5-10/+87
Change-Id: I184ffcda39b3e38ae4e4c4729f8dae62158afdae
2014-08-25set names on a bunch more threads...Michael Stahl3-0/+6
Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist6-11/+11
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-21QueryBox QUERY_SAVE_TABLE_EDIT_INDEXES -> MessageDialog + stringCaolán McNamara3-8/+6
Change-Id: I36e6d376936caa847e68a43f64c8fe892afba1ca
2014-08-21QueryBox QUERY_USERADMIN_DELETE_USER -> MessageDialog + stringCaolán McNamara3-7/+5
Change-Id: Iedccb1ace9f74d92f09cc6ca23f9aaf004fa05f2
2014-08-21QueryBox QUERY_CONNECTION_LOST -> MessageDialog + stringCaolán McNamara3-8/+7
Change-Id: Id2bd1b509236f40fcb658933cfe6edd687330ac5
2014-08-21QueryBox QUERY_BRW_DELETE_ROWS -> MessageDialog + stringCaolán McNamara3-7/+6
Change-Id: Ifb6fb8a09cda0c868a3b4f510f6b04665cfe7597
2014-08-21QueryBox APP_CLOSEDOCUMENTS -> MessageDialog + stringCaolán McNamara3-7/+6
Change-Id: Id87de082167ab775fa7072f0c96159261011e898
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin3-19/+0
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 Grandin1-3/+3
found by PMD Change-Id: I5955cfc9c4d777496a2e8e4b2c422a51764a8bc1
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
2014-08-18ErrorBox->MessageDialogCaolán McNamara7-15/+15
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
2014-08-18remove dead ToolBox RID_HELPBARThomas Arnhold1-5/+0
Change-Id: Ide31f67c346f9a82bf6aa8282caa7cfcee65d9fd
2014-08-18various unused QueryBoxesThomas Arnhold4-23/+0
Change-Id: I6ce6aa7cc4420bf8f82a578b7985e795c99e0898
2014-08-17coverity#983635 Uncaught exceptionCaolán McNamara2-2/+3
Change-Id: I4be3600af6ee97ba9f962edf9723c04d89b161e4
2014-08-17coverity#983636 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I5c35d3085ec0dfa0e1d27caa9cdac5792d98812b
2014-08-17coverity#983637 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: Ib405aabc4b9da1e06a009159a0ec3a15af1c7570
2014-08-17coverity#983649 Uncaught exceptionCaolán McNamara1-2/+2
Change-Id: I928e8dbeeac168a02c82f2fafe881dae38ae4e3c
2014-08-17coverity#1231674 Uncaught exceptionCaolán McNamara2-4/+4
and coverity#1231675 Uncaught exception Change-Id: If0907f2048fc5e492d5b8b49388c3bfad542e5f7
2014-08-17remove executable bitsThomas Arnhold1-0/+0
Change-Id: Iec785ae538de81325812b1e6fe33115789b39770
2014-08-16CID 1231678: Uninitialized pointer fieldMatteo Casalin1-0/+1
Change-Id: I1c691b2c9c66b99957b07df4197c0a67c2598273
2014-08-16cppcheck: Throwing the original exceptionJulien Nabet1-1/+1
Change-Id: I0d2678dd86e42f882e8ed9926917f1e82746997e
2014-08-16callcatcher: update unused codeCaolán McNamara4-28/+1
res ctor fallout continues at pace Change-Id: Ic431c678919a6521ce94719cbf06b87ebf922a0c
2014-08-16fix build againMarkus Mohrhard1-0/+1
Change-Id: If3cfc7d1974036fe6110726da574b07975ab9aef
2014-08-15fix res id errorsThomas Arnhold1-8/+6
Change-Id: I61095ee034e85150624ac300be539e7f898641be
2014-08-15Final ErrorBox ERR_NEED_INDEX_FIELDS to StringThomas Arnhold3-8/+5
Change-Id: I75e509b89c0cb1d8b4727d55d4ae01048fa7bf8e
2014-08-15ErrorBoxes from querydesign to StringThomas Arnhold3-8/+8
Change-Id: I2aa9aa5b0d730c0546e8565d03b9b7d3d051235a
2014-08-15ErrorBox ERR_INVALID_BACKUP_LOCATION to StringThomas Arnhold3-10/+5
Change-Id: Ied9fcfacc6d2751883d7c4d21582427690ba0f20
2014-08-15dbaccess: fix build after AutoControls_tmpl.hrc removalMichael Stahl13-14/+3
Change-Id: I8e7e926aae646225234cf9e41fdf048735f40eb0
2014-08-15res ctor OCommonBehaviourTabPage::OCommonBehaviourTabPage can go nowCaolán McNamara15-385/+2
Change-Id: I0697faa1e66b912e3090c149efdf409c33b31b9c
2014-08-15convert user details page to .uiCaolán McNamara6-84/+268
Change-Id: Id8ad4a013fb5049452bbad502da828db94ce7d47
2014-08-15use 12 spacingCaolán McNamara1-13/+14
Change-Id: I61ac1b5bd262ecd10ed0f405adcc5e2fb4fa949c