How to get instance of GraphicProvider using PHP PUNO?

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
asfdfdfd
Posts: 1
Joined: Wed Dec 08, 2010 8:46 am

How to get instance of GraphicProvider using PHP PUNO?

Post by asfdfdfd »

Hello.

I have read some samples that uses VB or Python but PUNO has little different API. There is no createInstance ot getGontext methods so i can't write something like this (BASIC sample):

Code: Select all

Set oGraphicProvider = oSM.createInstance("com.sun.star.graphic.GraphicProvider")
What should i do get an instance of GraphicProvider using PUNO?
OpenOffice.org Headless 3.1 on CentOS 5.1
muOOo
Posts: 3
Joined: Wed Mar 02, 2011 6:34 am

Re: How to get instance of GraphicProvider using PHP PUNO?

Post by muOOo »

Hello, asfdfdfd

I've been trying the same thing as you asked here.
Did you get any solutions?
If you don't mind, please share it for us here.

Thank you.
OOo3.3.0/WinXPonVirtualPC, OOo3.3.0/Linux(CentOS)
Post Reply