Open Life

Opendocuments, Web Office, Office suites

Subscribe to RSS feed

Posts tagged with "flisol"

Flisol 2007 in Guadalajara Part I

, , , ...

So I participated in the FLISOL 2007 event in LinuxCabal. My talk was about development of extensions in Linux. The talk was pretty good, but I guess the audience was too much of a newbie to connect with the talk.

My talk was pretty technical yet it was just a descriptive talk, i didnt got into specifics of the development of extensions in OpenOffice.org (spanish).

The talk guide the audience throught UI of OpenOffice.org to use the macros and the different bindings to languages that UNO support.

I showed the file structure of OpenOffice.org to let users know how to load the code either locally or remotely.

Here is an example in Python:
import uno

localContext = uno.getComponentContext()
resolver = localContext.ServiceManager.createInstanceWithContext(
                                          "com.sun.star.bridge.UnoUrlResolver", localContext )
ctx = resolver.resolve( "uno:socket, host=localhost,             
                                      port=2002;urp;StarOffice.ComponentContext" )


and how to add Python from the command line:
>
> /opt/openoffice.org2.2/program/unopkg add Wavelet.uno.zip
> 
> /opt/openoffice.org2.2/program/unopkg remove Wavelet.uno.zip
>


Finally I gave the description of the IDL reference in OpenOffice.org and how the interfaces interact with uno.

Unfortunately there were 2 things that went wrong, one is that OOo wouldnt show the IDE for Basic, and the samples I played around about the language which was ok in a sense since I wouldnt be able to finalize my presentation.

I put some code in basic, difference between a plain script in Basic and a more powerful script with connectivity to API.

Setting up an OpenOffice.org presentation for Developers

, , , ...

Lately I have been working on a presentation for FLISOL 2007. I will be giving a conference about development on OpenOffice.org. Now I dont know much about general programming, so this might be a great challenge. So far I have been reading the OpenOffice.org wiki, and the videos from OOoCon.

So far I've seen Laurent Godard site as well as presentations at OOOCon. The way the development in OOoCon breaks down divide themselves into three different areas.
  • OOo API development
  • OOo Macros development
  • OpenDocument (XML) development


I plan to focus on the Macro development and collect much of the tools that developers work at. I hope to attract more and more devleopers and plan to show some snippet of code, manage components, and do a tour through the OpenOffice.org IDE.

For the code snippets I plan to give examples from the different languages that the macros can work on specially Python and OOoBasic. I am not sure if this talk will be recorded but it will be nice to have it in a podcast form or even better on Video. But at least I will bring my camera so I can get pictures of my talk. I will also post the presentation somewhere on the net and report back.
May 2013
S M T W T F S
April 2013June 2013
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31