You've already forked lazarus-ccr
fpspreadsheet: Add text format. Allow leading apostrophe to prevent conversion of a cell text to numbers.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4538 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -356,7 +356,7 @@ end;
|
||||
{ Draw lines in horizontal orienation }
|
||||
procedure TsTextPainter.DrawHor(AOverrideTextColor: TColor);
|
||||
var
|
||||
xpos, ypos, dx, j: Integer;
|
||||
xpos, ypos, j: Integer;
|
||||
lineinfo: TsLineInfo;
|
||||
pEnd: PChar;
|
||||
begin
|
||||
@@ -447,7 +447,7 @@ var
|
||||
xpos, ypos, dx: Integer;
|
||||
j: Integer;
|
||||
lineinfo: TsLineInfo;
|
||||
pEnd, p: PChar;
|
||||
pEnd: PChar;
|
||||
begin
|
||||
// (1) Get starting point of line
|
||||
lineinfo := TsLineInfo(FLines[0]);
|
||||
|
||||
Reference in New Issue
Block a user