lazarus-ccr/components/fpspreadsheet/source/common
2018-11-12 23:34:56 +00:00
..
fpolebasic.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpolestorage.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpsallformats.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpscell.pas fpspreadsheet: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
fpsclasses.pas fpspreadsheet: Fix memory leak occuring when the parser of a previously allocated formula record is changed. 2018-06-21 10:02:25 +00:00
fpscrypto.pas fpspreadsheet: Fix compilation with Laz 1.0/2.6.0 2018-02-07 00:01:31 +00:00
fpscsv.pas fpspreadsheet: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
fpscsvdocument.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpscurrency.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpsexprparser.pas fpspreadsheet: Fix boolean formula failures in unit tests (probably introduced by r6570). 2018-09-11 17:21:40 +00:00
fpsfunc.pas fpspreadsheet: Fix reading of ods files containing formulas with several arguments (separator semicolon). Update unit tests. (Still issues with files posted at https://forum.lazarus.freepascal.org/index.php/topic,42168.msg293792.html). 2018-08-09 14:28:17 +00:00
fpsheaderfooterparser.pas fpspreadsheet: Introduce fpspreadsheet exceptions. 2017-10-26 08:11:58 +00:00
fpshtml.pas fpspreadsheet: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
fpshtmlutils.pas fpspreadsheet: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
fpsimages.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpsnumformat.pas fpspreadsheet: Fix xlsx reader not detecting upper-case time format ('H:MM') written by LibreOffice Calc. 2018-08-10 15:37:28 +00:00
fpsopendocument.pas fpspreadsheet: ODS now can read images with hyperlinks. Fix image reading for new ODS format. 2018-10-06 11:23:12 +00:00
fpspagelayout.pas fpspreadsheet: Introduce fpspreadsheet exceptions. 2017-10-26 08:11:58 +00:00
fpspalette.pas fpspreadsheet: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
fpspatches.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpspreadsheet.pas fpspreadsheet: ODS now can read images with hyperlinks. Fix image reading for new ODS format. 2018-10-06 11:23:12 +00:00
fpsreaderwriter.pas fpspreadsheet: Fix the same issue for columns that was fixed in prev commit for rows 2018-09-10 15:22:41 +00:00
fpsrpn.pas fpspreadsheet: Write single-sheet 3d references (e.g., 'Sheet1!A1:B6') to BIFF8 (xls). Issues with reading. 2018-05-11 23:18:10 +00:00
fpssearch.pas fpspreadsheet: Add support for xlsx files written by OpenXML (using namespace x) - see forum https://forum.lazarus.freepascal.org/index.php?topic=43159.msg301884). 2018-11-12 23:34:56 +00:00
fpsstreams.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpsstringhashlist.pas fpspreadsheet: Install TFileName property editor for Laz < 1.9. Fix compilation of fps packages for Laz >= 1.0 (could not compile Laz 1.2, though). 2018-06-07 08:42:11 +00:00
fpsstrings.pas fpspreadsheet: Fix captions and hints of spreadsheet actions not being changeable. 2018-07-24 22:02:01 +00:00
fpstypes.pas fpspreadsheet: Add support for xlsx files written by OpenXML (using namespace x) - see forum https://forum.lazarus.freepascal.org/index.php?topic=43159.msg301884). 2018-11-12 23:34:56 +00:00
fpsutils.pas fpspreadsheet: Add hyperlink to image. Supported by ODS writer, so far. 2018-10-04 14:37:28 +00:00
fpsxmlcommon.pas fpspreadsheet: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
fpszipper.pp fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
uvirtuallayer_ole_helpers.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
uvirtuallayer_ole_types.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
uvirtuallayer_ole.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
uvirtuallayer_stream.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
uvirtuallayer_types.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
uvirtuallayer.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
wikitable.pas fpspreadsheet: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
xlsbiff2.pas fpspreadsheet: Fix reading of all BIFF formula attributes, also for BIFF2. 2018-08-10 09:41:18 +00:00
xlsbiff5.pas fpspreadsheet: Install TFileName property editor for Laz < 1.9. Fix compilation of fps packages for Laz >= 1.0 (could not compile Laz 1.2, though). 2018-06-07 08:42:11 +00:00
xlsbiff8.pas fpspreadsheet: Fix range-check-error when reading an xls file with header/footer (issue #34177, patch by Domenico Mammola) 2018-08-24 11:27:21 +00:00
xlscommon.pas fpspreadsheet: Fix uninitialized hidden row state when reading xls. 2018-09-09 16:46:39 +00:00
xlsconst.pas fpspreadsheet: Replace prev commit by better fix for formulas with return a blank cell being lost. 2017-02-18 16:54:50 +00:00
xlsescher.pas fpspreadsheet: Introduce fpspreadsheet exceptions. 2017-10-26 08:11:58 +00:00
xlsxml.pas fpspreadsheet: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
xlsxooxml.pas fpspreadsheet: Add support for xlsx files written by OpenXML (using namespace x) - see forum https://forum.lazarus.freepascal.org/index.php?topic=43159.msg301884). 2018-11-12 23:34:56 +00:00