Ariel Constenla-Haile wrote:
Hello Jan,
On Tuesday 17 March 2009, 20:17, Jan Holst Jensen wrote:
Is the .XCU example that I used as a template incomplete or outdated or
is it not possible to add a Basic function to the list in the function
wizard ?
AFAIK the later. The configration file (xcu) is for Add-in functions implemented
in UNO-components.
For example in
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="CalcAddIns"
oor:package="org.openoffice.Office">
<node oor:name="AddInInfo">
<node oor:name="org.openoffice.sdk.java.spreadsheet.CalcAddIns"
oor:op="replace">
...
</node>
</node>
</oor:component-data>
"org.openoffice.sdk.spreadsheet.CalcAddIns" is the service identifier of the UNO
component.
Hi Ariel.
Ah - makes sense. So supporting Basic extensions in the function wizard
sounds like even more work that needs to be done.
Well, I have compiled my first IDL now so I am more or less on my merry
way to implementing the extension functions in Python instead.
Cheers
-- Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]