summaryrefslogtreecommitdiffstats
path: root/wizards
Commit message (Collapse)AuthorAgeFilesLines
* coverity#1326632 DE: Dropped or ignored exceptionCaolán McNamara2017-01-201-1/+4
| | | | Change-Id: I3f31e3742d30e27697ab7431925fa2f411a65ade
* document magic number and note it was already converted to a bitmapexCaolán McNamara2017-01-192-2/+10
| | | | Change-Id: I2d78463d52f5866418eac7293a63a42c6af8b990
* use the precanned constant for thisCaolán McNamara2017-01-191-1/+1
| | | | Change-Id: Iaa6283029f9de41e2506051c49dc18f876b28587
* convert wizards from Image resources to BitmapEx resourcesCaolán McNamara2017-01-193-50/+50
| | | | Change-Id: I19d509b2d54a87f8e00b50d0368ba02a9c40b4c5
* get rid of second hicontrast argumentCaolán McNamara2017-01-197-45/+23
| | | | Change-Id: If68b6c8dac5ea4ff50edf90f2b1b8dbc2e0383b4
* unbreak this wizard enough to run itCaolán McNamara2017-01-191-10/+10
| | | | Change-Id: Ia957080165a060164317a5f7c9a46d065169314a
* drop unused hicontrast arg to setImageUrlCaolán McNamara2017-01-197-17/+13
| | | | Change-Id: I6befc077a79a944275e436ffa601b6c14d59977a
* getImageUrl now returns its arg, so remove itCaolán McNamara2017-01-194-10/+2
| | | | Change-Id: Iee39f7462c2f4f23dfbdc11aa7542af996001042
* drop the long dead hicontrast res id uses from wizardsCaolán McNamara2017-01-195-34/+14
| | | | Change-Id: Ia2fca72a1681d398bb85474981e224ef92d31d8a
* Related: tdf#80731 bug in our own wizards revealed by new bracket testCaolán McNamara2017-01-193-3/+3
| | | | Change-Id: Iec49bf80794a4ba61a70b22d0fc1769349ca4508
* remove executable bit from .mk filesMichael Stahl2017-01-171-0/+0
| | | | Change-Id: I2ed12aae6596492e1059f8461efbafb711d16472
* remove some unused Java codeNoel Grandin2017-01-171-12/+0
| | | | | | | Change-Id: Ia1663256fc0b92c343ea4ba55a821c969077a0aa Reviewed-on: https://gerrit.libreoffice.org/33174 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Access2Base - Review size limits of VARCHAR fieldsJean-Pierre Ledure2017-01-134-4/+15
| | | | | | | | - Basic has no practical limit anymore for string variables - LONGVARCHAR fields can vary a lot in size across RDBMS's (f.i. Sqlite < 64K) This forces an overflow check when setting a field value and no check when getting it Change-Id: I4c9629f63164fbbdb84497e7002fa3186d7c63b7
* Access2Base - Improve precision of query typingJean-Pierre Ledure2017-01-121-2/+4
| | | | Change-Id: I6c5246809cb533a2c69978008ea996392e2fbe6a
* Access2Base - Use Empty() builtin functionJean-Pierre Ledure2017-01-1212-53/+51
| | | | | | ... i.o. uninitialized variable Change-Id: I732705df11ea25c2b106d542f9e97f3f32cc9867
* Access2Base - Recognize correctly formatted fieldsJean-Pierre Ledure2017-01-121-0/+1
| | | | | | New ImplementationName introduced in LO 5.1 Change-Id: Ifa181570575622aca27520397f2e88cbc9742d1e
* Access2Base - Addition of Module objectJean-Pierre Ledure2017-01-1211-24/+951
| | | | | | | | New Module Basic module New AllModules() collection in Application module Extension of regex to backward searches Change-Id: Id58f3b29d08e9f0b73e192cfc0c2a99988e73fcf
* Access2Base - Reorder functions in Database moduleJean-Pierre Ledure2017-01-121-8/+8
| | | | Change-Id: I62fb5d0722363fdcd7d464d0490b1f6e890221a4
* Access2Base - Review UtilProperty moduleJean-Pierre Ledure2017-01-124-36/+172
| | | | | | | | | Insert dates and 2-dim arrays in property values Export array or property values to string for file or database temporary storage Reimport from string into array or property values (for later use) Change-Id: I7f2dc2ad6adde6249e68a6cb51b52e2a4dad79b7
* Access2Base - Implement regex searchJean-Pierre Ledure2017-01-122-3/+103
| | | | | | | Based on XTextSearch UNO service _CStr also refined Change-Id: Ibeceeeb549511e575c6842e43e5a76c8308db1aa
* Access2Base - More accurate CStr functionJean-Pierre Ledure2017-01-122-12/+25
| | | | | | | Includes arrays, distinguishes integers and real numbers Side effects in DebugPrint solved Change-Id: Id84203cea1a93dcbc164f8661fcf2f57778b0df8
* Access2Base - Avoid use of outdated routinesJean-Pierre Ledure2017-01-122-6/+8
| | | | | | in getObject, getValue and setValue functions Change-Id: I98ff54bf62cfb34218d1fdb43fb37ba21846b068
* Access2Base - Implement On ... event propertiesJean-Pierre Ledure2017-01-128-77/+813
| | | | | | | Event properties applied to form, subform, control events Controls may belong to forms, subforms, dialogs, grid controls Change-Id: Iaf33adcd03527ac938913675cf0930e317a17f97
* Typo: Postion->PositionJulien Nabet2017-01-077-23/+23
| | | | | | | | | Found thanks to Buovjaga Change-Id: Iacf09325cdb58e0dbdcc9bf0570b2e02ed275132 Reviewed-on: https://gerrit.libreoffice.org/32808 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Typo: isColunnNameDuplicate->isColumnNameDuplicateJulien Nabet2017-01-071-3/+3
| | | | | | | | | Found thanks to Buovjaga Change-Id: I9c52c2c5fa7c92e2b9d99fbbb9d02439993397b0 Reviewed-on: https://gerrit.libreoffice.org/32807 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* StringList isn't required or used by wizardsCaolán McNamara2017-01-011-5/+0
| | | | | | | | | | | | | | as shown by commit a96c308e52983b7bc0275e31e50a9b04e5805852 Author: Noel Grandin <noel@peralex.com> Date: Wed Dec 17 10:33:26 2014 +0200 java: these fields can be converted to local variables Change-Id: Ifefb5de196a3e5cbaa8945759da42886c69daacf Change-Id: I4da6c42e0114a891a6b6af8889c94b4332b0b40b
* Fixes tdf#104412 - DirectoryNameoutofPath no longer worksAlex McMurchy19172016-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | In the macro tools library the subroutine GetFileNameWithoutExtension has a missing bracket in the last line. This confuses the following subroutine DirectoryNameoutofPath causing it to fail. This only came to light after the introduction of commit "tdf#80731 Closing parenthesis is now detected (Mid statement and functions)." which tightened up on syntax validation. This commit adds in the missing bracket to subroutine GetFileNameWithoutExtension in the macro tools library. Change-Id: I015c88a29a933cd42b7a7623a9ae70d090739c54 Reviewed-on: https://gerrit.libreoffice.org/31677 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
* Access2Base - 3 typosJean-Pierre Ledure2016-11-121-3/+3
| | | | Change-Id: Ie501bc7190a8eccc2810ccac2dddaec52813f1a2
* Access2Base - OutputTo method accepts input from arrayJean-Pierre Ledure2016-11-122-29/+80
| | | | | | | in addition to tables and queries. (only for internal use - arguments not published in documentation) Change-Id: I4c7aff878a4ff1a03dcc32baae740559d034d3ca
* Access2Base - New properties in Database classJean-Pierre Ledure2016-11-112-2/+24
| | | | | | Name, Connect and Version Change-Id: Ief0da378fd8927df7accdfc0157547670ca203de
* Access2Base - Code cleanupJean-Pierre Ledure2016-11-103-19/+25
| | | | | | Replace double code by function calls (dialog libraries handling) Change-Id: I17fc700e47a258b281214fe29e075bc782fb6acd
* Access2Base - Comments reviewJean-Pierre Ledure2016-11-101-4/+1
| | | | Change-Id: If7fb37a3656b55f7820698a59b8f1d8d8b14d594
* Access2Base - Call GetLocale() only onceJean-Pierre Ledure2016-11-102-1/+3
| | | | | | and not for each individual label Change-Id: I7014be30569a275fa20faaa2ba9255d3968b70dd
* Access2Base - Remove useless code in Root handlingJean-Pierre Ledure2016-11-052-31/+0
| | | | Change-Id: I6f3a6efd858ac4e52b694cc0046c8f56a558c229
* Access2Base - Spanish translationJean-Pierre Ledure2016-11-051-2/+116
| | | | | | Provided by Iñigo Zuluaga Change-Id: I6ba436e29f7aff35e30a8e614e0c3c3d2c3ac1b4
* Access2Base - Simplify CopyObjectJean-Pierre Ledure2016-11-021-12/+10
| | | | | | | Avoid Field object buffering in CopyObject as it is now done in the Recordset class Change-Id: I35ee9e953e27554cb361adbb22baa619e4b73aaf
* Access2Base - Buffer field objects in recordsetJean-Pierre Ledure2016-11-021-31/+60
| | | | | | | | Field objects are buffered in a _Fields() array, part of a Recordset instance, to improve speed and memory consumption Change-Id: Iac732ab5a1db24341aa30c3c934853a21c76e2e4
* Access2Base - CopyObject applied on tables belonging to different databasesJean-Pierre Ledure2016-10-139-105/+518
| | | | | | | | | | So far, only tables belonging to the SAME database could be copied. Copying tables between databases from different sources (HSQLDB 1.8/2.3, MySQL, PostGres, Sqlite) is admitted. Field type conversions are in this case based on empiric rules. A case study based on getMetadatInfo() is available on request. Change-Id: Iae4ea7c4df4799cde3c8f973746513bad56246d8
* Fix typosAndrea Gelmini2016-10-031-2/+2
| | | | | | | Change-Id: Iad27d1f87568890180c142774c238a14d022946d Reviewed-on: https://gerrit.libreoffice.org/29441 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Fix typosAndrea Gelmini2016-10-035-7/+7
| | | | | | | Change-Id: Ie75beb4e282a4d1b784a5847262e39cf9c851527 Reviewed-on: https://gerrit.libreoffice.org/29440 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Fix typosAndrea Gelmini2016-10-011-1/+1
| | | | | | | Change-Id: I6aeda978911b25caa45d4e459e581fc743e93d2c Reviewed-on: https://gerrit.libreoffice.org/29442 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Resolves: tdf#99626 only the first queryTermination call in wizards worksCaolán McNamara2016-09-234-5/+3
| | | | | | | | | | | cause the first call looks up the "queryTermination" method on the object and replaces the object with that function, then calls on. Subsequent calls then try to lookup "queryTermination" on "queryTermination". Just pass queryTermination directly in the ctor (like all the other wrappers do) Change-Id: Ie042081c3c34e33b2f040d1ab1a33eeac4df9c3b
* tdf#67647 getStructuredFilter returns operatorFabio Buso2016-08-102-57/+1
| | | | | | | Change-Id: I010ea3c24b4d5411711a93e35d4b173f5bde9e55 Reviewed-on: https://gerrit.libreoffice.org/28000 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
* Fix typosAndrea Gelmini2016-07-221-1/+1
| | | | | | | | | | Thanks to Carlo Bertoldi for the german translation. Change-Id: I76f554e757318aed4e28b5a05fae0ba15bd46afb Reviewed-on: https://gerrit.libreoffice.org/27355 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* remove unused imports in java codeNoel Grandin2016-06-061-1/+0
| | | | Change-Id: I95041f49dd22ba9a15da3598b04a010eecf761a8
* Fix typosAndrea Gelmini2016-05-252-2/+2
| | | | | | | Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266 Reviewed-on: https://gerrit.libreoffice.org/25420 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* Access2Base - Long binary and char fields in database functionsJean-Pierre Ledure2016-05-222-11/+48
| | | | | | | Review of Utils._getResultSetColumnValue() to include LOGVARCHAR and LONGVARBINARY field types Change-Id: Id1bd073a8f7d910377d7e1ecca96d682cd856946
* Access2Base - CopyObject method extended to MySql and SqliteJean-Pierre Ledure2016-05-163-34/+64
| | | | | | | | | | Tables must belong to the same database. INSERT SQL statement syntax extended Table- and fieldnames correct surrounding Correction of incident declared in https://ask.libreoffice.org/en/question/69795/access2base-findrecord-only-for-numbers/ Change-Id: Ice148d872cacfc80df421132020ab1717e7c908c
* Resolves: tdf#99272 new Short[] used instead of new short[]Caolán McNamara2016-05-131-7/+7
| | | | | | | | | | | | | | | | | bridge code expects to see short[] not Short[] so the mapping doesn't work and office blows up regression from... commit ecc90694175190cd6e2b9d1bed8f32850d41ce88 Date: Wed Oct 15 14:14:28 2014 +0200 java: use 'Short.valueOf' instead of 'new Short' git grep "new Short\[\]" shows two suspicious cases of this in odk, but they were always thus, so leaving them untouched. Change-Id: I3306659b5c3f4e0643c200373da777da248bbd42
* Fix typosAndrea Gelmini2016-05-101-2/+2
| | | | | | | Change-Id: I1c1894fcf533291b34a662b6efb96dcfa75b92b3 Reviewed-on: https://gerrit.libreoffice.org/24760 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>