To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67165





------- Additional comments from [EMAIL PROTECTED] Thu Aug 17 10:12:24 -0700 
2006 -------
All files were created with Borland's Delphi Professional v.7.01.
Code for the square and circle files:
  FMF := TMetafile.Create;
  FMFCanvas := TMetafileCanvas.Create(FMF,0);
  XExtent := 9586;
  YExtent := 9586;
  SetMapMode(FMFCanvas.Handle, MM_ISOTROPIC);
  SetWindowExtEx(FMFCanvas.Handle, XExtent, YExtent,nil);
  FMFCanvas.Rectangle(363,-363,9223,-9223);
  FMFCanvas.Ellipse(363,-363,9223,-9223);
  FMFCanvas.Free;
  FMF.SaveToFile('SquareAndCircle.wmf');
  FMF.Free;

  FEnhMF := TMetafile.Create;
  FEnhMFCanvas := TMetafileCanvas.Create(FEnhMF,0);
  XExtent := 9586;
  YExtent := 9586;
  SetMapMode(FMFCanvas.Handle, MM_ISOTROPIC);
  SetWindowExtEx(FMFCanvas.Handle, XExtent, YExtent,nil);
  FEnhMFCanvas.Rectangle(363,-363,9223,-9223);
  FEnhMFCanvas.Ellipse(363,-363,9223,-9223);
  FEnhMFCanvas.Free;
  FEnhMF.SaveToFile('SquareAndCircle.emf');
  FEnhMF.Free;

The graph plot type files called a more elaborate series of statements.
All of the resulting Windows API code (in the .emf files) can be viewed with
EMF.exe from www.fengyuan.com/download 

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to