home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / delphi / kolekce / d567 / FLEXCEL.ZIP / XLSAdapter / KFlexCelXLS.dpk < prev    next >
Encoding:
Delphi Package  |  2002-09-03  |  2.1 KB  |  75 lines

  1. package KFlexCelXLS;
  2.  
  3. {$R *.res}
  4. {$ALIGN 8}
  5. {$ASSERTIONS ON}
  6. {$BOOLEVAL OFF}
  7. {$DEBUGINFO ON}
  8. {$EXTENDEDSYNTAX ON}
  9. {$IMPORTEDDATA ON}
  10. {$IOCHECKS ON}
  11. {$LOCALSYMBOLS ON}
  12. {$LONGSTRINGS ON}
  13. {$OPENSTRINGS ON}
  14. {$OPTIMIZATION ON}
  15. {$OVERFLOWCHECKS OFF}
  16. {$RANGECHECKS OFF}
  17. {$REFERENCEINFO ON}
  18. {$SAFEDIVIDE OFF}
  19. {$STACKFRAMES OFF}
  20. {$TYPEDADDRESS OFF}
  21. {$VARSTRINGCHECKS ON}
  22. {$WRITEABLECONST ON}
  23. {$MINENUMSIZE 1}
  24. {$IMAGEBASE $400000}
  25. {$DESCRIPTION 'FlexCel Native Excel Adapters for Kylix'}
  26. {$IMPLICITBUILD OFF}
  27.  
  28. requires
  29.   KFlexCel,
  30.   rtl;
  31.  
  32. contains
  33.   TemplateStore in 'TemplateStore.pas',
  34.   XlsMessages in 'XlsMessages.pas',
  35.   XLSAdapter in 'XLSAdapter.pas',
  36.   UBreakList in 'UBreakList.pas',
  37.   UEscherGraphToBSE in 'UEscherGraphToBSE.pas',
  38.   UEscherOtherRecords in 'UEscherOtherRecords.pas',
  39.   UEscherRecords in 'UEscherRecords.pas',
  40.   UExcelRecords in 'UExcelRecords.pas',
  41.   UXlsMD5 in 'UXlsMD5.pas',
  42.   USheetNameList in 'USheetNameList.pas',
  43.   UXlsSST in 'UXlsSST.pas',
  44.   UXlsBaseClientData in 'UXlsBaseClientData.pas',
  45.   UXlsBaseList in 'UXlsBaseList.pas',
  46.   UXlsBaseRecordLists in 'UXlsBaseRecordLists.pas',
  47.   UXlsBaseRecords in 'UXlsBaseRecords.pas',
  48.   UXlsChart in 'UXlsChart.pas',
  49.   UXlsClientData in 'UXlsClientData.pas',
  50.   UXlsCondFmt in 'UXlsCondFmt.pas',
  51.   UXlsEscher in 'UXlsEscher.pas',
  52.   UXlsFormula in 'UXlsFormula.pas',
  53.   UXlsNotes in 'UXlsNotes.pas',
  54.   UXlsOtherRecords in 'UXlsOtherRecords.pas',
  55.   UXlsReferences in 'UXlsReferences.pas',
  56.   UXlsRowColEntries in 'UXlsRowColEntries.pas',
  57.   UXlsSections in 'UXlsSections.pas',
  58.   UXlsSheet in 'UXlsSheet.pas',
  59.   UXlsStrings in 'UXlsStrings.pas',
  60.   UXlsTokenArray in 'UXlsTokenArray.pas',
  61.   UXlsWorkbookGlobals in 'UXlsWorkbookGlobals.pas',
  62.   UXlsCellRecords in 'UXlsCellRecords.pas',
  63.   UXlsDBTemplateStore in 'UXlsDBTemplateStore.pas',
  64.   XlsBaseTemplateStore in 'XlsBaseTemplateStore.pas',
  65.   UXlsRangeRecords in 'UXlsRangeRecords.pas',
  66.   KGsfImport in 'KGsfImport.pas',
  67.   UXlsPageBreaks in 'UXlsPageBreaks.pas',
  68.   KGsfStream in 'KGsfStream.pas',
  69.   KGlibImport in 'KGlibImport.pas',
  70.   UXlsXF in 'UXlsXF.pas',
  71.   UXlsPalette in 'UXlsPalette.pas',
  72.   UXlsColInfo in 'UXlsColInfo.pas';
  73.  
  74. end.
  75.