mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
fcl-pdf: less hints
This commit is contained in:
parent
51fa67c234
commit
3ef91538f9
@ -36,10 +36,10 @@ type
|
|||||||
FVerbose : Boolean;
|
FVerbose : Boolean;
|
||||||
Public
|
Public
|
||||||
constructor Create(aOwner: TComponent); override;
|
constructor Create(aOwner: TComponent); override;
|
||||||
destructor destroy; override;
|
destructor Destroy; override;
|
||||||
Protected
|
Protected
|
||||||
procedure DisplayPageText(Doc: TPDFDocument; aIndex: Integer; aPage: TPDFPageObject);
|
procedure DisplayPageText(Doc: TPDFDocument; aIndex: Integer; aPage: TPDFPageObject);
|
||||||
procedure DoLog(sender: TObject; aKind: TPDFLogkind; const aMessage: string);
|
procedure DoLog(sender: TObject; aKind: TPDFLogkind; const aMessage: string); reintroduce;
|
||||||
Procedure DoProgress(Sender : TObject;aKind : TPDFProgressKind; aCurrent,aCount : Integer);
|
Procedure DoProgress(Sender : TObject;aKind : TPDFProgressKind; aCurrent,aCount : Integer);
|
||||||
procedure DisplayCatalog(Doc: TPDFDocument);
|
procedure DisplayCatalog(Doc: TPDFDocument);
|
||||||
procedure DisplayInfo(Doc: TPDFDocument);
|
procedure DisplayInfo(Doc: TPDFDocument);
|
||||||
@ -149,6 +149,7 @@ begin
|
|||||||
if (FSections=[]) then
|
if (FSections=[]) then
|
||||||
for S in TInfoSection do
|
for S in TInfoSection do
|
||||||
Include(FSections,S);
|
Include(FSections,S);
|
||||||
|
Result:=true;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TPDFDumpApplication.Usage(Msg: String);
|
procedure TPDFDumpApplication.Usage(Msg: String);
|
||||||
|
Loading…
Reference in New Issue
Block a user