Hi Andre,

Andre Heine escribió:
Hi Ariel...

strange... the example is a C++ (in C style ;-) ) version of the same
example in Java and OOo Basic (quite the same you were trying to
translate). And for me works in the 3 versions.

I tested your code on SuSE 10.1 and another 10.2 linux box. the code works...
On my machine works the demo only with sdk2.3 and OOo2.3.

So I decide to reinstall my linux machine the next days...

BTW, I had posted my problem to another Forum. As solution I insert a link
to your example.

I hope that was OK.

no problem

http://www.oooforum.org/forum/viewtopic.phtml?t=68580

Did you try with other embedded objects? For example, use
"078B7ABA-54FC-457F-8551-6147e776a997" for an OOo Math formula,
"12dcae26-281f-416f-a234-c3086127382e" for an OOo Chart.

Is there a list available with all CLSID's?

I do not know if this is documented somewhere, but you may find something in
[ooo-dev2.4]/share/registry/data/org/openoffice/Office/Embedding.xcu

* applet "970B1E81-CF2D-11CF-89CA-008029E4B0B1"
* plug-in "4CAA7761-6B8B-11CF-89CA-008029E4B0B1"
* frame "1A8A6701-DE58-11CF-89CA-008029E4B0B1"


And for OOo docs

* OOo Chart (service name com.sun.star.chart.ChartDocument) CLSID = "12DCAE26-281F-416F-a234-c3086127382e"

* OOo Draw (service name com.sun.star.drawing.DrawingDocument)
CLSID = "4BAB8970-8A3B-45B3-991c-cbeeac6bd5e3"

* OOo Math (service name com.sun.star.formula.FormulaProperties)
CLSID = "078B7ABA-54FC-457F-8551-6147e776a997"

* OOo Impress(service name com.sun.star.presentation.PresentationDocument)
CLSID = "9176E48A-637A-4D1F-803b-99d9bfac1047" [not mach sense to embed a presentation!]

* OOo Calc (service name com.sun.star.sheet.SpreadsheetDocument)
CLSID = "47BBB4CB-CE4C-4E80-a591-42d9ae74950f"

* OOo Writer (service name com.sun.star.text.TextDocument)
CLSID = "8BC6B165-B1B2-4EDD-aa47-dae2ee689dd6"


In Windows you can embedded almost anything, so try embedding and getting the CLSID (this primitive way was the one I used time ago to get these ids).

Regards
Ariel.

--
Ariel Constenla-Haile
La Plata, Argentina

[EMAIL PROTECTED]
[EMAIL PROTECTED]

http://www.ArielConstenlaHaile.com.ar/ooo/



"Aus der Kriegsschule des Lebens
                - Was mich nicht umbringt,
        macht mich härter."
                Nietzsche Götzendämmerung, Sprüche und Pfeile, 8.

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

Reply via email to