| .. |
|
fpolebasic.pas
|
|
|
|
fpolestorage.pas
|
|
|
|
fpsallformats.pas
|
fpspreadsheet: Use pasdoc for api chm file generation rather than Doc-O-Matic. Adapt source file comments to pasdoc requirements.
|
2021-03-27 23:16:48 +00:00 |
|
fpscell.pas
|
|
|
|
fpsclasses.pas
|
fpspreadsheet: Less hints and warnings
|
2021-10-27 16:14:40 +00:00 |
|
fpsconditionalformat.pas
|
fpspreadsheet: Add, with r/w support, conditional date formats cfcLastYear, cfcThisYear, cfcNextYear.
|
2020-07-29 17:41:00 +00:00 |
|
fpscrypto.pas
|
|
|
|
fpscsv.pas
|
fpspreadsheet: Avoid having unit fpCSV in the uses list of fpspreadsheetctrls because this would register the CSV reader.
|
2021-04-16 11:20:05 +00:00 |
|
fpscsvdocument.pas
|
|
|
|
fpscurrency.pas
|
|
|
|
fpsexprparser.pas
|
fpspreadsheet: Add underscore character ('_') to the list of allowed identifier characters to get a decent error message when a worksheet contains one of the (unsupported) new Excel formulas beginning with this character. Issue #38762.
|
2021-04-16 15:26:35 +00:00 |
|
fpsfunc.pas
|
fpspreadsheet: Fix test suite failures with compiler checks ON.
|
2021-04-14 22:17:15 +00:00 |
|
fpsheaderfooterparser.pas
|
|
|
|
fpshtml.pas
|
|
|
|
fpshtmlutils.pas
|
FPSpreadsheet: Fix detection issues with incorrect html tags
|
2020-12-30 22:19:47 +00:00 |
|
fpsimages.pas
|
fpspreadsheet: Use pasdoc for api chm file generation rather than Doc-O-Matic. Adapt source file comments to pasdoc requirements.
|
2021-03-27 23:16:48 +00:00 |
|
fpsnumformat.pas
|
fpspreadsheet: Less hints and warnings
|
2021-10-27 16:14:40 +00:00 |
|
fpsopendocument.pas
|
fpspreadsheet: Less hints and warnings
|
2021-10-27 16:14:40 +00:00 |
|
fpspagelayout.pas
|
fpspreadsheet: Fix test suite failures with compiler checks ON.
|
2021-04-14 22:17:15 +00:00 |
|
fpspalette.pas
|
|
|
|
fpspatches.pas
|
|
|
|
fpspreadsheet_cf.inc
|
|
|
|
fpspreadsheet_clipbrd.inc
|
|
|
|
fpspreadsheet_comments.inc
|
fpspreadsheet: Use pasdoc for api chm file generation rather than Doc-O-Matic. Adapt source file comments to pasdoc requirements.
|
2021-03-27 23:16:48 +00:00 |
|
fpspreadsheet_embobj.inc
|
fpspreadsheet: Use pasdoc for api chm file generation rather than Doc-O-Matic. Adapt source file comments to pasdoc requirements.
|
2021-03-27 23:16:48 +00:00 |
|
fpspreadsheet_fmt.inc
|
fpspreadsheet: Use pasdoc for api chm file generation rather than Doc-O-Matic. Adapt source file comments to pasdoc requirements.
|
2021-03-27 23:16:48 +00:00 |
|
fpspreadsheet_fonts.inc
|
fpspreadsheet: Use pasdoc for api chm file generation rather than Doc-O-Matic. Adapt source file comments to pasdoc requirements.
|
2021-03-27 23:16:48 +00:00 |
|
fpspreadsheet_hyperlinks.inc
|
fpspreadsheet: Use pasdoc for api chm file generation rather than Doc-O-Matic. Adapt source file comments to pasdoc requirements.
|
2021-03-27 23:16:48 +00:00 |
|
fpspreadsheet_numfmt.inc
|
fpspreadsheet: Use pasdoc for api chm file generation rather than Doc-O-Matic. Adapt source file comments to pasdoc requirements.
|
2021-03-27 23:16:48 +00:00 |
|
fpspreadsheet.pas
|
fpspreadsheet: Clean up searching routines.
|
2021-08-26 13:19:10 +00:00 |
|
fpsreaderwriter.pas
|
|
|
|
fpsrpn.pas
|
Update chm help (add help for fpspreadsheetctrls and fpspreadsheetgrid).
|
2021-04-16 23:02:30 +00:00 |
|
fpssearch.pas
|
fpspreadsheet: Fix search engine crashing when search string is empty. Patch by forum user russeld (https://forum.lazarus.freepascal.org/index.php/topic,54026.0.html).
|
2021-04-09 20:14:29 +00:00 |
|
fpsstreams.pas
|
|
|
|
fpsstringhashlist.pas
|
|
|
|
fpsstrings.pas
|
|
|
|
fpstypes.pas
|
fpspreadsheet: Fix typo.
|
2021-09-13 07:21:00 +00:00 |
|
fpsutils.pas
|
fpspreadsheet: Use pasdoc for api chm file generation rather than Doc-O-Matic. Adapt source file comments to pasdoc requirements.
|
2021-03-27 23:16:48 +00:00 |
|
fpsxmlcommon.pas
|
fpspreadsheet: Less hints and warnings
|
2021-10-27 16:14:40 +00:00 |
|
fpszipper.pp
|
|
|
|
uvirtuallayer_ole_helpers.pas
|
|
|
|
uvirtuallayer_ole_types.pas
|
|
|
|
uvirtuallayer_ole.pas
|
|
|
|
uvirtuallayer_stream.pas
|
|
|
|
uvirtuallayer_types.pas
|
|
|
|
uvirtuallayer.pas
|
|
|
|
wikitable.pas
|
|
|
|
xlsbiff2.pas
|
|
|
|
xlsbiff5.pas
|
fpspreadsheet: Fix test suite failures with compiler checks ON.
|
2021-04-14 22:17:15 +00:00 |
|
xlsbiff8.pas
|
fpspreadsheet: Less hints and warnings
|
2021-10-27 16:14:40 +00:00 |
|
xlscommon.pas
|
fpspreadsheet: Remove fix for Excel's Year-1900 problem because it creates new issues... (issue #38742).
|
2021-05-15 21:38:39 +00:00 |
|
xlsconst.pas
|
fpspreadsheet: Add built-in formula INDIRECT() (https://forum.lazarus.freepascal.org/index.php/topic,52081.0.html).
|
2020-11-10 22:00:09 +00:00 |
|
xlsescher.pas
|
|
|
|
xlsxml.pas
|
fpspreadsheet: Less hints and warnings
|
2021-10-27 16:14:40 +00:00 |
|
xlsxooxml.pas
|
fpspreadsheet: Less hints and warnings
|
2021-10-27 16:14:40 +00:00 |