summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15dbaccess: fix ambiguityThomas Arnhold1-1/+1
Change-Id: Ib25a9eab4ff2b2ba078f18d21e5f697c4fd62460
2013-03-15fdo#38838, String to OUString in dbaccessGergő Mocsi11-77/+75
Replaced String with OUString in module dbaccess/ui/app , and also removed RTL_CONSTASCII_USTRINGPARAM deprecated macro. Conflicts: dbaccess/source/ui/app/AppControllerDnD.cxx dbaccess/source/ui/app/AppControllerGen.cxx dbaccess/source/ui/app/AppDetailPageHelper.cxx dbaccess/source/ui/browser/unodatbr.cxx Change-Id: Ie385d44c328fb3f919d53a604d51640a334a1013 Reviewed-on: https://gerrit.libreoffice.org/2386 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-15fdo#38838, String to OUString, in dbaccess/source/ui/browserGergő Mocsi14-426/+424
Applied fdo#38838 in dbaccess/source/ui/browser, + RTL_CONSTASCII_USTRINGPARAM removals Change-Id: I8a565cdae7fd9da1de05525c602ce011542ab4d5 Reviewed-on: https://gerrit.libreoffice.org/2538 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl5-5/+9
Change-Id: Id36d125b4940418833bec31a4710d6cd545629e0
2013-03-12Revert "There's no reason for these defaults in one constructor but not the ↵Michael Stahl1-0/+4
other" The reason is that dbaccess_unoapi dbaccess.ORowSet fails with: lib.StatusException: couldn't set up test environment at mod._dbaccess.ORowSet.createTestEnvironment(ORowSet.java:479) This reverts commit 36caac0e029a3caf50cb27af339efd69008d414e.
2013-03-12update pch headersLuboš Luňák1-0/+7
Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
2013-03-12There's no reason for these defaults in one constructor but not the otherLionel Elie Mamane1-4/+0
Change-Id: I62e9351a21b0519a3ef70c328f33e1b7f7427926
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-2/+2
Change-Id: If64db96005fcd8a42e4fa24041867b99183965f9 Reviewed-on: https://gerrit.libreoffice.org/2586 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
2013-03-11fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky2-2/+2
To prevent future clashes with uno name space rename the com.sun.star.report package to org.libreoffice.report. Bump the version to 1.2.4. Change-Id: Ia06cb7ad8c1528c1d5b5eeb70f1e4b2aa854b70f Reviewed-on: https://gerrit.libreoffice.org/2578 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-03-10update pch filesPeter Foley1-0/+1
Change-Id: I07c1acc9f9e788f1165b3e241008aa944485790d
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold9-29/+29
Change-Id: Ia768e684d3cf255239c04d024b35488830cc9fe6
2013-03-09Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxxStephan Bergmann4-11/+20
Change-Id: Id9f588e551b40a64bc86cae7c6d50f99659f94ab
2013-03-09Make allow to step on from LimitBox with tabZolnai Tamás1-0/+5
Change-Id: I5f2994459cbb7786e6c9d83b0894cb581f4560fd
2013-03-09LimitBox.cxx: Delete useless comment blockZolnai Tamás1-5/+0
Change-Id: I3a75c7de783913385188680119f2baf8a726676d
2013-03-09fdo#61794 Allow greater value in LimitBoxZolnai Tamás3-5/+6
Increase the width of LimitBox *on toolbar: 6 digits *in dialog: 10 digits Set maximum value of LimitBox to the max value of Int32 Change-Id: I6fcf0270b474eb46a29ff98ade9cd7ee8ba637f5
2013-03-09fdo#61797 ESCape abort changes and grab focusZolnai Tamás3-23/+20
Handling of hitting enter or escape are only usefull for toolbar element. In a dialog these keys have other meanings (close the dialog with/without saving) Change-Id: Ifbe5d36daab9c0702b888a58403dc170082fc32d
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim93-2/+254
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08make use of startsWith()Thomas Arnhold1-1/+1
Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679 Reviewed-on: https://gerrit.libreoffice.org/2599 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-08simplify compareTo (now correct)Thomas Arnhold1-1/+1
Change-Id: Ia4fd2f54d0bda71d472f46949500c0b23ff8e1b7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-08Revert "simplify some compareTo"Stephan Bergmann1-1/+1
This reverts commit 19020191cbf3e3c7a7bf98d0958d86d931ae687b, s1.compareTo(s2, length-of-s2) is *not* equivalent to s1 == s2
2013-03-08simplify some compareToThomas Arnhold1-1/+1
Change-Id: Ib63cfac8b5f129f31534020fd634750e846e3b98
2013-03-08some further OUString cleanupThomas Arnhold3-9/+5
Change-Id: I13eb94092e29ececc9fbf494074acde5f893b605
2013-03-07fdo#39468: Translate German comments in dbaccess/source/uiDavid Verrier2-102/+101
Change-Id: I9eb3c97ffe2dd122960bb4c5f5b0594767ea0fb9 Reviewed-on: https://gerrit.libreoffice.org/2556 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-07fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin1-3/+3
Change-Id: I647a02e552acdd354463fc46c13c5a73b1c90d09
2013-03-07fdo#46808, Convert ui::UIConfigurationManager to new-styleNoel Grandin2-30/+36
Change-Id: I62c37eb6d0e0b2a681a84e1fa0067d0a9f967cf2
2013-03-06various efforts to consistently apply HIG rulesCaolán McNamara1-14/+3
Change-Id: I1a3ef21959d2bf50c57ffeaf5be3e49f75cd8cca
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck3-8/+8
Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments. All other instances of the misspelling have remained the same. Example: AF_REMOVEABLE Change-Id: I391f4101bbc3e06689318235a37d616065bc1686 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-05doubled usingThomas Arnhold2-2/+0
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
2013-03-04make lto workPeter Foley1-0/+1
Change-Id: Iab6892368c6ba6bb5b83132cdcd6aa959c3b0e1f
2013-03-04Add new dialog to Query Design ViewZolnai Tamás14-134/+608
In Query Properties Dialog can be set properties like distinct values and limit. To open choose Edit\Query Properties. Steps of implementation: - Add new slot to Edit menu (menubar.xml): delete the slot of distinct values, because it can set in this dialog too - Separate LimitBox class from limitboxcontroller.cxx (LimitBox.hxx\cxx) With it only LimitBox header is included in the dialog source. - Extend LimitBox class to work with new layout widget (make... and GetOptimalSize()) and add it to the galde catalog - Make a class for the new dialog (QueryPropertiesDialog.hxx\cxx) and write the .ui file. (querypropertiesdialog.ui) - Syncronize the two LimitBox (querycontroller.cxx) Change-Id: Ib84bef5a2ed55030333d6151342b99ff27766538
2013-03-04audit GetParent harder wrt GetParentDialogCaolán McNamara1-2/+2
weed out assumption that widgets are direct children of Dialogs Change-Id: Ib2cf0c8862bd5e82b13380634ed82ca7fcc746b8
2013-03-04sal_Bool to boolTakeshi Abe1-2/+2
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
2013-03-04doubled namespacesThomas Arnhold1-1/+0
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
2013-03-04doubled namespaceThomas Arnhold8-8/+0
Change-Id: I756f4a98b1eedcbe7674e9afd9b06816141688b9
2013-03-04drop unneeded includeAndras Timar1-1/+0
Change-Id: I45c33f16a2b70a938a4f716a54c4a5c64460087e
2013-03-04translated German comments; all cleaned up.Luc Castermans16-99/+104
Conflicts: dbaccess/source/ui/querydesign/QueryTableView.cxx Change-Id: I761b190361bbcca2f9655a7a028799586c2d8656
2013-03-04ersetzen => replace in stead of translateLuc Castermans1-1/+1
Change-Id: I8d355d58c3720201554c68be0c82245383eec1ed
2013-03-04translated German commentsLuc Castermans1-19/+19
Change-Id: If89452824776c2bd653ca0728cc7e6adf4050e4b
2013-03-04translated German commentsLuc Castermans1-48/+47
Change-Id: I6d9b646d9d70dcbf97f7faacc8b15578a597b2a1
2013-03-04 fdo#39468: Translate German commentDavid Verrier1-1/+1
Change-Id: I9adf5348b7ab8fa9d14ffe8d0b4151b5ea2c6fbb Reviewed-on: https://gerrit.libreoffice.org/2536 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold15-16/+16
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-02fdo#39468 Translated German comments to EnglishGábor Nyers2-3/+3
Change-Id: If4f8e308cfae6a4ba64576c1b2844210e64085a0
2013-03-02translated German commentsLuc Castermans1-5/+6
Change-Id: I4a629124270eb39dc879f74f1814618fe660be5e Reviewed-on: https://gerrit.libreoffice.org/2516 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-03-02translated German comments (file is clean now)Luc Castermans1-15/+16
Change-Id: I1f833fe4a2332c1b2fa1e98fd320e55f7e19c649 Reviewed-on: https://gerrit.libreoffice.org/2517 Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-03-02translated last German comment in this fileLuc Castermans1-1/+1
Change-Id: I6e8e65156d23682a2045019c7703c57f2448d1dc Reviewed-on: https://gerrit.libreoffice.org/2513 Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-02fdo#39468: Translate German comments (and messages)David Verrier1-68/+69
Change-Id: I80444aac8fdf90ea0f595151788afb14d4415cd3 Reviewed-on: https://gerrit.libreoffice.org/2444 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-02translate german commentLuc Castermans1-1/+1
Change-Id: I043903ea5b80c6cde7d204fbb28daab167cf40b7 Reviewed-on: https://gerrit.libreoffice.org/2507 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-02fdo#61564 when WrappedTargetException not in specification, do not throw it!Lionel Elie Mamane1-2/+3
Change-Id: Id3c995557f320b1d0241f0ef5d94b1c9aeb66528