Develop an extension for OpenOffice in Mac

Discussions about using 3rd party extension with OpenOffice.org
Post Reply
ravoorivaran
Posts: 2
Joined: Fri Jul 20, 2012 7:45 am

Develop an extension for OpenOffice in Mac

Post by ravoorivaran »

hi.
i am a noob a open office dev and want to develop extension in open officefor Mac Lion . i need some tutorials in order to develop a extension.kindly let me know what and all is required inorder to begin the process(Can objective c be used for the dev????) please message me..
Openoffice3.0 and Mac Lion os(10.7.4)
lgusaas
Volunteer
Posts: 1580
Joined: Sun Mar 30, 2008 8:32 pm
Location: Moose Jaw, SK Canada

Re: Develop a extension for openoffice in mac

Post by lgusaas »

Check the Extensions section of the OpenOffice.org Developer's Guide.
http://wiki.services.openoffice.org/wik ... Extensions
Larry I. Gusaas
Moose Jaw, SK Canada
Website: http://larry-gusaas.com
"An artist is never ahead of his time but most people are far behind theirs." Edgard Varese
Apache OpenOffice 4.1.14 — MacBook Air (M1)—macOS Ver.13.5 Ventura
User avatar
RoryOF
Moderator
Posts: 34618
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: Develop an extension for OpenOffice in Mac

Post by RoryOF »

Apache OpenOffice 4.1.15 on Xubuntu 22.04.4 LTS
hanya
Volunteer
Posts: 885
Joined: Fri Nov 23, 2007 9:27 am
Location: Japan

Re: Develop an extension for OpenOffice in Mac

Post by hanya »

ravoorivaran wrote:(Can objective c be used for the dev????)
When you register your component for shared library loader, I mean your component is implemented in dynamic link library having specific symbols as externed function which described in the following document, you have to implement them. I do not know that your compiler tool chain for Objective-C can do that or not.
http://wiki.services.openoffice.org/wik ... ary_Loader
Please, edit this thread's initial post and add "[Solved]" to the subject line if your problem has been solved.
Apache OpenOffice 4-dev on Xubuntu 14.04
Post Reply