Hi *,

Some months ago, I reworked some functions in Lotus Script to connect with
OpenOffice.org

Part of the functions take care to insert and resize a picture.
With some experience and info found on the web, all worked OK.
But later, the same code produced an error..

The line:
   lPictureSoureceRatio = oGraph.GraphicObjectFillBitmap.Size.Height
              / oGraph.GraphicObjectFillBitmap.Size.Width
produces error "Instance member GraphicObjectFillBitmap does not exist"

OTOH, the line:
   lPictureSoureceRatio = oGraph.Graphic.Size.Height
              / oGraph.Graphic.Size.Width
works fine, but does not necessarily have to give the correct result.

Does anyone have experience with "varying" (not to say unreliable) results
with working via COM ??

Thanks a lot for any pointers,

Cor
-- 
http://extensions.services.openoffice.org/project/fastNAW




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org

Reply via email to