[Solved] User defined data types?

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
ParContre
Posts: 7
Joined: Sun Dec 16, 2007 1:21 am

[Solved] User defined data types?

Post by ParContre »

Does OOo support user defined data types? I'm porting a VBA macro and couldn't find any docs on this subject.

By the way, when I first tried OOo 8-10 years ago, it was pretty clunky and writing macros was hopelessly complicated for a nerd like myself. I've been checking it out again recently, and the progress is absolutely incredible. I'm tempted to say that all you people contributing your time and efforts are truly great American heroes, but that would probably be insulting to foreigners (of which I'm sure there are many). So let me suggest that all you volunteers out there are Heroes Of Planet Earth.

Three cheers to the HOPE, from times gone by and yet to come!
Last edited by ParContre on Sat Dec 22, 2007 4:18 am, edited 2 times in total.
newuser
Posts: 39
Joined: Sun Dec 02, 2007 11:06 am

Re: user defined data types?

Post by newuser »

User defined data types are supported but undocumented.

Refer to this document:
http://www.pitonyak.org/oooconf/OOoConf ... tation.sxi
to check basic syntax.
ParContre
Posts: 7
Joined: Sun Dec 16, 2007 1:21 am

Re: user defined data types?

Post by ParContre »

Perfect, thanks so much.
Post Reply