fpspreadsheet: Fix xlsx reader truncating strings after 255 characters due to missing $H+ directive. Check that all units use the $H+.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3637 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2014-10-07 22:53:52 +00:00
parent c3f65eac18
commit 46a94e0abf
15 changed files with 21 additions and 12 deletions

View File

@ -30,7 +30,7 @@ but should work for most documents. Some limitations are:
unit fpolestorage;
{$ifdef fpc}
{$mode delphi}
{$mode delphi}{$H+}
{$endif}
interface

View File

@ -4,7 +4,7 @@
unit fpsfunc;
{$mode objfpc}
{$mode objfpc}{$H+}
interface

View File

@ -1,7 +1,7 @@
unit fpsNumFormatParser;
{$ifdef fpc}
{$mode delphi}
{$mode delphi}{$H+}
{$endif}
interface

View File

@ -23,7 +23,7 @@ AUTHORS: Felipe Monteiro de Carvalho / Jose Luis Jurado Rincon
unit fpsopendocument;
{$ifdef fpc}
{$mode delphi}
{$mode delphi}{$H+}
{$endif}
{.$define FPSPREADDEBUG} //used to be XLSDEBUG

View File

@ -8,7 +8,7 @@ AUTHORS: Felipe Monteiro de Carvalho
unit fpspreadsheet;
{$ifdef fpc}
{$mode delphi}
{$mode delphi}{$H+}
{$endif}
interface

View File

@ -3,7 +3,7 @@
unit fpsRPN;
{$ifdef fpc}
{$mode delphi}
{$mode delphi}{$H+}
{$endif}
interface

View File

@ -1,5 +1,9 @@
unit fpsStreams;
{$ifdef fpc}
{$mode delphi}{$H+}
{$endif}
interface
uses

View File

@ -3,7 +3,7 @@
unit fpsStrings;
{$ifdef fpc}
{$mode delphi}
{$mode delphi}{$H+}
{$endif}

View File

@ -3,7 +3,7 @@
unit fpsxmlcommon;
{$mode objfpc}
{$mode objfpc}{$H+}
interface

View File

@ -21,6 +21,7 @@ Format mediawiki:
AUTHORS: Felipe Monteiro de Carvalho
*)
unit wikitable;
{$mode objfpc}{$H+}

View File

@ -27,7 +27,7 @@ AUTHORS: Felipe Monteiro de Carvalho
unit xlsbiff2;
{$ifdef fpc}
{$mode delphi}
{$mode delphi}{$H+}
{$endif}
interface

View File

@ -53,7 +53,7 @@ AUTHORS: Felipe Monteiro de Carvalho
unit xlsbiff5;
{$ifdef fpc}
{$mode delphi}
{$mode delphi}{$H+}
{$endif}
{$define USE_NEW_OLE}

View File

@ -45,7 +45,7 @@ AUTHORS: Felipe Monteiro de Carvalho
unit xlsbiff8;
{$ifdef fpc}
{$mode delphi}
{$mode delphi}{$H+}
{$endif}
// The new OLE code is much better, so always use it

View File

@ -4,7 +4,7 @@ unit xlscommon;
OpenOffice Microsoft Excel File Format document }
{$ifdef fpc}
{$mode delphi}
{$mode delphi}{$H+}
{$endif}
interface

View File

@ -3,6 +3,10 @@
unit xlsconst;
{$ifdef fpc}
{$mode delphi}{$H+}
{$endif}
interface
const