[api-dev] Translating Examples to Python

2005-09-11 Thread Kim Kulak
. ### * ### */ ### # # Translated to python from FirstUnoContact.java by Kim Kulak # import sys import traceback import uno from com.sun.star.uno import Exception as UnoException ###public class FirstUnoContact { class FirstUnoContact: ### ### public static

[api-dev] Python equivalent to com.sun.star.comp.helper.Bootstrap.bootstrap()?

2005-09-11 Thread Kim Kulak
I've translated the one call to com.sun.star.comp.helper.Bootstrap.bootstrap() in FirstUnoContact.java to three calls in Python: ### com.sun.star.uno.XComponentContext xContext = ### com.sun.star.comp.helper.Bootstrap.bootstrap(); localContext =

Re: [api-dev] Problem translating java method, getTypeName(), to python

2005-09-12 Thread Kim Kulak
Joerg Budischewski wrote: Hi, Kim Kulak wrote While translating FirstLoadComponent.java to Python I've encountered problems with this one line of code: System.out.println(elemType.getTypeName()); 1. The method getTypeName() is not listed in the index of the IDL Reference

[api-dev] [code snippet] Python Bootstrap module

2005-09-14 Thread Kim Kulak
(s) are listed with the author-tags below without the marker for being an initial author. All Rights Reserved. -- snippet language=Python application=Office keywords keywordBootstrap/keyword /keywords authors author id=kulak initial=false email=[EMAIL PROTECTED]Kim Kulak/author /authors