.. |
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: Add unit tests for some of the recently fixed formulas.
|
2018-06-26 23:08:01 +00:00 |
fpsfunc.pas
|
fpspreadsheet: Set version to 1.11. Make default parameter of TsWorkbook.CopyWorksheetFrom non-default.
|
2018-07-09 17:27:22 +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: Add BIFF5 writer for 3d references. Add corresponding unit test. Some related bug fixes. Less hints.
|
2018-05-10 14:31:37 +00:00 |
fpsopendocument.pas
|
fpspreadsheet: Less hints and warnings.
|
2018-06-04 11:03:03 +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: Add worksheet methods to hide and show worksheet. Performs notification of visual controls.
|
2018-07-11 22:11:04 +00:00 |
fpsreaderwriter.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 |
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: Introduce fpspreadsheet exceptions.
|
2017-10-26 08:11:58 +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: Fix sudden fails of test suite (Why did these test cases work earlier?)
|
2018-06-05 09:33:29 +00:00 |
fpsutils.pas
|
fpspreadsheet: Less hints and warnings.
|
2018-06-04 11:03:03 +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: 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 |
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: Prepare for release 1.10
|
2018-07-06 16:15:51 +00:00 |
xlscommon.pas
|
fpspreadsheet: Fix entering new data in existing formula not erasing formula. Add corresponding unit test cases.
|
2018-07-05 12:51:54 +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: Prepare for release 1.10
|
2018-07-06 16:15:51 +00:00 |