summaryrefslogtreecommitdiff
path: root/wizards/source
AgeCommit message (Collapse)Author
2016-10-13Access2Base - CopyObject applied on tables belonging to different databasesJean-Pierre Ledure
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
2016-10-03Fix typosAndrea Gelmini
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>
2016-05-22Access2Base - Long binary and char fields in database functionsJean-Pierre Ledure
Review of Utils._getResultSetColumnValue() to include LOGVARCHAR and LONGVARBINARY field types Change-Id: Id1bd073a8f7d910377d7e1ecca96d682cd856946
2016-05-16Access2Base - CopyObject method extended to MySql and SqliteJean-Pierre Ledure
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
2016-05-10Fix typosAndrea Gelmini
Change-Id: I1c1894fcf533291b34a662b6efb96dcfa75b92b3 Reviewed-on: https://gerrit.libreoffice.org/24760 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-05-05Access2Base - DLookup function works now correctly with MySql and SqliteJean-Pierre Ledure
Bug revealed on https://ask.libreoffice.org/en/question/68080/access2base-dfunctions-with-mysql/ Root cause: SELECT TOP 1 construction is invalid for MySql. Use LIMIT keyword instead. Change-Id: Idb0bebe1adb8ca1f88dbc8f8ba039f117456337c
2016-04-30Fix typosAndrea Gelmini
Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73 Reviewed-on: https://gerrit.libreoffice.org/24317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-28Access2Base - add Picture property to Control objectJean-Pierre Ledure
Change-Id: I68713ccc6d8920de6945206285e35320eef5b4ea
2016-03-27Access2Base - GetChunk - tests of BLOB field typeJean-Pierre Ledure
Change-Id: I02f51ff264c64458c99c47ea48d960a50c65cb75
2016-03-12Access2Base - Correct error message and other typo'sJean-Pierre Ledure
Change-Id: Ia046bcd8ca8e90566348b507f18d881030bd64c3
2016-03-12Typo: documet->documentJulien Nabet
Change-Id: I7ec134282af33386cab001ed076fb8fa90d33608
2016-02-03Access2Base - Wider database supportJean-Pierre Ledure
Support of HSQLDB 2.3 and MySql CLOB and BLOB as database field types Schema and catalog names in tables GetChunk and AppendChunk methods for binary fields The Value property returns the correct binary content of binary fields Change-Id: I0aba80134f9add90f438ac4b7951fce9c1d36239
2016-01-10Fix typosAndrea Gelmini
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2015-12-23Access2Base - Support of Hsqldb 2.3Jean-Pierre Ledure
Addition of CLOB and BLOB datatypes Change-Id: If42c0dbb1862f525d2a0a1abf98bd053543a3d3c
2015-12-13Access2Base - OutputTo action more conciseJean-Pierre Ledure
Simplified use of TableDefs and QueryDefs collections Change-Id: I87c5dcbbb1105c61324a0a89929f13ff86eab4a4
2015-12-13Access2Base - OutputTo action - support encoding in csv filesJean-Pierre Ledure
Change-Id: Icc4a631d67c3d4acf67de1cb38018c37602a16eb
2015-12-12Access2Base - More coherent use of the acUTF8Encoding constantJean-Pierre Ledure
Change-Id: Ibcffe9d8b85d552f53246a3ac751000673705ab3
2015-12-12Access2Base - Add default FilterOptions string in Calc export to csvJean-Pierre Ledure
Design choices: Sseparator = comma except if decimal point is comma in locale setting, then semi-colon Character set = Unicode (UFT-8) Change-Id: I11eb88bf44cedaddfb52d3570f427d9e0d26b4cc
2015-12-08Access2Base - DoCmd.OutputTo applicable to Calc, Excel and Text/csv formatsJean-Pierre Ledure
Database._OutputToCalc uses LO filters to export table and/or query data Change-Id: I69b15e76a490de32ec2cae73661f8ffd5f2b53b2
2015-12-08Access2Base - Dynamic combo list in PromptFormat()Jean-Pierre Ledure
to refelect various list of output formats in DoCmd.OutputTo() action Change-Id: Ibb95020efa2995cde168efbd516f9b1e49d832a3
2015-12-06Access2Base - First steps OutPutTo calc and csvJean-Pierre Ledure
+ bug correction on dlgFormat dialog - check user input Change-Id: I126f99dbc587342772a601df8b9dd03cfe4850ac
2015-12-06Access2Base - Option Explicit in UtilProperty moduleJean-Pierre Ledure
Change-Id: Iab982421be37e670201561b67cc66fb91d30de91
2015-12-05Access2Base - OutputTo binary fields as null fieldsJean-Pierre Ledure
Do not skip temanymore Change-Id: I6a1276959ab940eb44aedeab2f1c9cc7f71a0e1e
2015-12-05Access2Base - OutputTo HTMLJean-Pierre Ledure
Add <span> in the list of acceptable html tags Change-Id: I23c57ad1ef889fd511111f6d969feaafb9d0f5b8
2015-11-29Access2Base - OpenQuery for action queriesJean-Pierre Ledure
Change-Id: I6691c01e8a078b14ca753c916c950c958953671f
2015-11-28Access2Base - OutputTo / html Add suffix default value in file pickerJean-Pierre Ledure
Change-Id: I80d97058221106ce87d696d8142b1e87430513d9
2015-11-22Access2Base - OutputStringToHTML reviewJean-Pierre Ledure
Addition of "<a id= ...>" tag pattern Typos Change-Id: Id03e6224dc91249a9e6246ff94a80427ae76a86e
2015-11-15Access2Base - Return null values correctly in Recordset.GetRows methodJean-Pierre Ledure
Use .wasNull() rather than not trustable .IsNullable() in _getResultSetColumnValue routine Change-Id: I1d1783841414193347cca588209153b5aa9b56cd
2015-11-11Access2Base - Implements OutputTo table/query in HTML formatJean-Pierre Ledure
Functions to export database data contents into an HTML table with - template file - use of classes for CSS styling Change-Id: Ib62b103445ba47e2fe77c45109a62b2e49fcbbc5
2015-11-10Resolves: #i56289# no GROUP BY - COUNT from wizardDamjan Jovanovic
Implement the COUNT operator for GROUP BY in the Base Query Wizard, and delete some unused resource strings to make space for it. Found by: dtinazzi at easyasp dot it Patch by: me (cherry picked from commit 1f6546d6c0e6670d59e6beb05d15c80327634e6c) Change-Id: I6395566275cea6a33cdc64968b3b31aa17d61554
2015-10-03Access2Base - new HtmlEncode property of Application objectJean-Pierre Ledure
Change-Id: I6eb68f78d32b1d73969d37f6991ff0ef3e795606
2015-08-30Access2Base - UTF-8 encoding and %-encodingJean-Pierre Ledure
Application to SendMailWithoutAttachment => "mailto: ... " uri Change-Id: I53aa0325c048dca678ff134908d448afab08933d
2015-08-29Access2Base - NewLine distinction Windows - Linux+Jean-Pierre Ledure
Change-Id: I09be5a10ae301b42daf446852e6cf8ba3ed2e51e
2015-07-26Access2Base - Return value of Execute method in CommandBarControlJean-Pierre Ledure
Method always returned False. Should return True when successful. Change-Id: I82c8a6e425409032ccf5217b940ec81b277a6313
2015-07-25Access2Base - Correct CommandBarControls collectionJean-Pierre Ledure
Make the Item property of the CommandBarControls collection work correctly thanks to a complete initialization of the object. Change-Id: I714d1034d69be197f68702b0e2d7b21ff64ffff8
2015-07-08Fix typosAndrea Gelmini
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-07-03Fix typosAndrea Gelmini
Change-Id: I98b4dfb0f72f315065693335e2f882bb2eed3afe Reviewed-on: https://gerrit.libreoffice.org/16713 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2015-06-30Fix typosAndrea Gelmini
Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-06-06Access2Base - Correct behaviour of MoveNext, MovePreviousJean-Pierre Ledure
Bug in MoveNext and MovePrevious methods of Recordset class module Reported in https://forum.openoffice.org/en/forum/viewtopic.php?f=47&t=76640 Change-Id: Ib094eb61dbb3c6b8656a098c7de41da40cc20648
2015-03-25tdf#68547 Turkısh "ı" ıs specıalMatthew J. Francis
Capital "i" is "İ" Small "I" is "ı" Therefore, any BASIC we ship had better be clean of case-insensitive function name comparisons (or at least those involving "i"s), because they will not work when the system locale is Turkish. Change-Id: Ibf3a35a55b6b1ba384731dfa92caf24b51245530 Reviewed-on: https://gerrit.libreoffice.org/14995 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-03-14Access2Base - Better window type recognitionJean-Pierre Ledure
Add'l BuiltIn i.o. Builtin (cfr. MSAccess property) Change-Id: Idb539a8e259f76e96224526fd9e2b7a54effec1d
2015-02-21Access2Base - Sharper recognition of document type in _SelectWindow()Jean-Pierre Ledure
Recognizes new ("untitled ...") writer, calc, ... documents. Necessary for correct toolbars management Change-Id: Ic1db29b8aebe377e08e6a5101162ca107f2f7154
2015-01-31Access2Base - Bug in Control.RemoveItemJean-Pierre Ledure
Removing last item of a Listbox produces an "Index out of rande" run-time error Bug reported in user forum https://forum.openoffice.org/en/forum/viewtopic.php?f=47&t=75008 Change-Id: I4bf790f8fee1f88def580dee7bac708b5620fbed
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
2015-01-05fdo#88069 make the string 'Fax' localizable in Fax WizardAndras Timar
Change-Id: I5258b47cba25451b36645e9de3a6a43e3ea3af4c
2015-01-04Access2Base - Extend CommandBars scope to most modulesJean-Pierre Ledure
Refine list of supported modules beyond database forms only Change-Id: I6f43234d653a564fa740724b01b7f2bde58d371d
2015-01-04Access2Base - New CommandBarControl classJean-Pierre Ledure
Main functionalities: - show/hide toolbar elements - modify tooltip - get/set internal command - execute internal command Change-Id: Ice830009f9eabc199727c7d4b54ebf524b026d40
2015-01-02Access2Base - handle ".uno:" prefixJean-Pierre Ledure
Isolate _DispatchCommand sub
2014-12-31Access2Base - solve incompatibility with AOOJean-Pierre Ledure
Controller.FormOperations always returns <Null> in AOO. LibreOffice OK.
2014-12-30Access2Base - CommandBars collection - show/hide toolbarsJean-Pierre Ledure
Addition of CommandBars collection Addition of CommandBar class