.. |
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
|
fpspreadsheet: Fix compilation issue due to stupid 64-bit fpc not being able to pick correct overload of MinValue. Less hints on 64 bit.
|
2020-07-22 17:55:17 +00:00 |
fpschart.pas
|
fpspreadsheet: Removing some inconsistencies in the fill pattern system
|
2025-05-09 09:28:53 +00:00 |
fpschartstyles.pas
|
fpspreadsheet: different interpolation types for line and scatter plots.
|
2023-10-27 22:28:13 +00:00 |
fpsclasses.pas
|
fpspreadsheet: Fix reading of defined names in ods (use correct xml attributes)
|
2024-08-01 11:08:30 +00:00 |
fpsconditionalformat.pas
|
fpspreadsheet: Update documentation.
|
2023-10-07 21:51:23 +00:00 |
fpscrypto.pas
|
fpspreadsheet: Add compiler mode directive to fpscrypto.
|
2023-02-25 17:23:25 +00:00 |
fpscsv.pas
|
fpspreadsheet: Fix typo in previous commit.
|
2023-02-07 19:03:25 +00:00 |
fpscsvdocument.pas
|
|
|
fpscurrency.pas
|
fpspreadsheet: Add chm help for unit fpsCurrency. Refine some help texts in fpsUtils.
|
2021-11-22 22:35:12 +00:00 |
fpsexprparser.pas
|
fpspreadsheet: Clip cell ranges at the sheet dimension limits. Add some test cases for it.
|
2025-02-26 23:27:47 +00:00 |
fpsfunc.pas
|
fpspreadsheet: Clip cell ranges at the sheet dimension limits. Add some test cases for it.
|
2025-02-26 23:27:47 +00:00 |
fpsheaderfooterparser.pas
|
fpspreadsheet: Introduce fpspreadsheet exceptions.
|
2017-10-26 08:11:58 +00:00 |
fpshtml.pas
|
fpspreadsheet: Support also haDistributed and haFilled horizontal alignments. haJustify renamed to haJustified.
|
2024-05-10 10:24:45 +00:00 |
fpshtmlutils.pas
|
fpspreadsheet: Fix incorrect handling of <br> tag in html cell text. Cells with line-breaks are now automatically word-wrapped.
|
2023-11-01 22:00:11 +00:00 |
fpsimages.pas
|
FPSpreadsheet: Fix detection of some malformed jpg images. Forum https://forum.lazarus.freepascal.org/index.php/topic,71072.msg554199.html.
|
2025-05-08 11:50:47 +00:00 |
fpsnumformat.pas
|
FPSpreadsheet: Fix formula MATCH support of wildcards in strings.
|
2025-02-19 18:47:36 +00:00 |
fpsopendocument.pas
|
fpspreadsheet: Support writing of image fills.
|
2025-05-07 17:16:43 +00:00 |
fpsopendocumentchart.pas
|
fpspreadsheet: Support writing of image fills.
|
2025-05-07 17:16:43 +00:00 |
fpspagelayout.pas
|
fpspreadsheet: Introduce image scaling factor for header/footer images. Supported by xlsx writer.
|
2022-07-04 17:48:22 +00:00 |
fpspalette.pas
|
fpspreadsheet: Add Worksheet.TabColor support. Update biff8/ooxml/ods readers/writers for it. Add test case for it.
|
2020-02-10 15:23:30 +00:00 |
fpspatches.pas
|
fpspreadsheet: Check compilation back to Laz 1.4.4/fpc 2.6.4. Update conditional defines in fps.inc.
|
2023-02-23 11:42:24 +00:00 |
fpspatterns_dotpatterns.inc
|
fpspreadsheet: FillPattern list is no longer global, but a member of the workbook. Class renamed to TsRawFillPatternList.
|
2025-05-05 17:23:46 +00:00 |
fpspatterns.pas
|
fpspreadsheet: FillPattern list is no longer global, but a member of the workbook. Class renamed to TsRawFillPatternList.
|
2025-05-05 17:23:46 +00:00 |
fpspreadsheet_cf.inc
|
fpspreadsheet: Update documentation.
|
2023-10-07 21:51:23 +00:00 |
fpspreadsheet_chart.inc
|
fpspreadsheet: Add WorkbookTabControl to chartlink demo to select the (first) chart of the current sheet.
|
2024-09-30 21:35:39 +00:00 |
fpspreadsheet_clipbrd.inc
|
fpspreadsheet: Some clean-up: Less hints and warnings.
|
2020-07-22 09:07:59 +00:00 |
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: Support writing of image fills.
|
2025-05-07 17:16:43 +00:00 |
fpspreadsheet_fmt.inc
|
FPSpreadsheet: Fix error propagation in ISERROR formula. Fix Excel pecularities in DATE and TIME formulas. Add formula calculation unit tests.
|
2025-01-23 00:04:07 +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: Fix handling of hyperlinks with spaces in the bookmark (sheet name).
|
2022-11-10 19:23:23 +00:00 |
fpspreadsheet_numfmt.inc
|
fpspreadsheet: FillPattern list is no longer global, but a member of the workbook. Class renamed to TsRawFillPatternList.
|
2025-05-05 17:23:46 +00:00 |
fpspreadsheet.pas
|
fpspreadsheet: FillPattern list is no longer global, but a member of the workbook. Class renamed to TsRawFillPatternList.
|
2025-05-05 17:23:46 +00:00 |
fpsreaderwriter.pas
|
fpspreadsheet: xlsx writer supports log axis and series titles.
|
2024-02-02 23:37:38 +00:00 |
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
|
gedit
|
2024-08-13 18:07:53 +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: Add format string to number format error messages.
|
2019-07-14 21:14:14 +00:00 |
fpstypes.pas
|
fpspreadsheet: Support writing of image fills.
|
2025-05-07 17:16:43 +00:00 |
fpsutils.pas
|
fpspreadsheet: Clip cell ranges at the sheet dimension limits. Add some test cases for it.
|
2025-02-26 23:27:47 +00:00 |
fpsxmlcommon.pas
|
fpspreadsheet: Add conditional define FPS_CHARTS (active by default) to compile the lib with and without chart support.
|
2023-12-28 22:41:39 +00:00 |
fpszipper.pp
|
FPSpreadsheet: Replace fpsZipper by the unit submitted to bug tracker.
|
2023-08-05 10:58:53 +00:00 |
uvirtuallayer_ole_helpers.pas
|
fpspreadsheet: Fix type conversion issues in FPC 3.3.1
|
2024-05-09 12:52:07 +00:00 |
uvirtuallayer_ole_types.pas
|
|
|
uvirtuallayer_ole.pas
|
fpspreadsheet: Fix type conversion issues in FPC 3.3.1
|
2024-05-09 12:52:07 +00:00 |
uvirtuallayer_stream.pas
|
|
|
uvirtuallayer_types.pas
|
|
|
uvirtuallayer.pas
|
fpspreadsheet: Some clean-up: Less hints and warnings.
|
2020-07-22 09:07:59 +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: Support also haDistributed and haFilled horizontal alignments. haJustify renamed to haJustified.
|
2024-05-10 10:24:45 +00:00 |
xlsbiff5.pas
|
fpspreadsheet: Support also haDistributed and haFilled horizontal alignments. haJustify renamed to haJustified.
|
2024-05-10 10:24:45 +00:00 |
xlsbiff8.pas
|
fpspreadsheet: Support also haDistributed and haFilled horizontal alignments. haJustify renamed to haJustified.
|
2024-05-10 10:24:45 +00:00 |
xlsbiff34.pas
|
fpspreadsheet: Support also haDistributed and haFilled horizontal alignments. haJustify renamed to haJustified.
|
2024-05-10 10:24:45 +00:00 |
xlscommon.pas
|
FPSpreadsheet: Handle missing argument in ROW and COLUMN formulas. Add unit tests for ROW, COLUMN, LOG, LOG10, and fix others regarding error cases.
|
2025-02-17 08:50:06 +00:00 |
xlsconst.pas
|
fpspreadsheet: Add formula ROUNDUP, fix ROUNDDOWN and ROUND. Patch by veb86 (https://forum.lazarus.freepascal.org/index.php/topic,67428.msg518782.html)
|
2024-05-28 15:12:51 +00:00 |
xlsescher.pas
|
fpspreadsheet: Introduce fpspreadsheet exceptions.
|
2017-10-26 08:11:58 +00:00 |
xlsxml.pas
|
FPSpreadsheet: Handle missing argument in ROW and COLUMN formulas. Add unit tests for ROW, COLUMN, LOG, LOG10, and fix others regarding error cases.
|
2025-02-17 08:50:06 +00:00 |
xlsxooxml.pas
|
fpsreadsheet: Fix range overflow related to embedded objects.
|
2025-05-05 20:05:04 +00:00 |
xlsxooxmlchart.pas
|
fpspreadsheet: Removing some inconsistencies in the fill pattern system
|
2025-05-09 09:28:53 +00:00 |