Re: [dev] Error: no office executable found!

2006-02-08 Thread Christian Junker
Hi Jürgen, 2006/2/7, Jürgen Schmidt [EMAIL PROTECTED]: The secure way is that you start your OOo server manually and connect to it via TCP/IP and the specified socket. It is recommended to use this way if you want to develop something serious. sorry but that is wrong, the simple bootstrap

Re: [dev] Error: no office executable found!

2006-02-08 Thread Jürgen Schmidt
Christian Junker wrote: Hi Jürgen, 2006/2/7, Jürgen Schmidt [EMAIL PROTECTED]: The secure way is that you start your OOo server manually and connect to it via TCP/IP and the specified socket. It is recommended to use this way if you want to develop something serious. sorry but that is wrong,

Re: [dev] why making compiling OO such a secret?

2006-02-08 Thread Jan Holesovsky
Hi Johannes, On Wednesday 08 February 2006 12:19, Johannes Walther wrote: Epm creates the rpm-archives, that's the regular way to obtain installation sets. Ok, but the point I don't get (and you seem to miss seeing) is *why* do I need an installation set. That's ok if I just want compile

Re: [dev] No TypeDetection.xml in Ooo 2.0?

2006-02-08 Thread Andreas Schlüns
Joerg Barfurth wrote: Hi, Andreas Schlüns wrote: Right The old path was: org\openoffice\Office\TypeDetection.xml Not entirely correct. The very old path (OOo 1.0.x) was: registry/instance/org/openoffice/Office/TypeDetection.xml This used a file format that isn't understood by later

Re: [dev] CHANGING ON calendar_hijri.cxx

2006-02-08 Thread Eike Rathke
Hi Emre, On Tue, Feb 07, 2006 at 23:28:51 -0800, Emre S�zduyar wrote: How can I use that links files ??? http://l10n.openoffice.org/source/browse/l10n/i18npool/source/calendar/calendar_hijri.cxx What do you mean with how you can use it? Use the calendar in number formats? Via API? In an own

Re: [dev] Programmatic XTextFrame Control with Java

2006-02-08 Thread Steffen Grund
Hi again, I took your code and just added some lines. Here you are: XInterface xTextFrameInterface = (XInterface) mxDocFactory.createInstance(com.sun.star.text.TextFrame); XTextContent xFrameContent = (XTextContent) UnoRuntime.queryInterface(XTextContent.class,

RE: [dev] Filter development query.

2006-02-08 Thread Gautham Kasinath
Hey Andreas, I am still quite confused about the TypeDetection.xcu (I use Ooo2.0 so is that SO7 or SO8??) I am also unsure about the significance/values of the entries in the TypeDetection.xcu. I also need a hand in converting the hex codes (esp. for import/export) to decimal, so that

Re: [dev] CHANGING ON calendar_hijri.cxx

2006-02-08 Thread Emre S�zduyar
I mean I want to use this links issued projects in Calc. But I don't know how I can recompile OOo. _ Sadece sohbet ile yetinmeyin - eglneceye de doymak için Messenger'i tercih edin!

Re: [dev] Catch Macro Event

2006-02-08 Thread Mathias Bauer
Vincenzo Giuliano wrote: Hi ALL, I have a question for YOU. Can I catch macro execution when user run it on an office document? I work in Java. How can I do it? I assume that you mean: how can I intercept the macro execution by being called immediately before the macro is going to be

Re: [dev] List/map of toobar icon files?

2006-02-08 Thread Mathias Bauer
Brett the James wrote: Hi, I was wondering if there was any sort of master list (or even several sublists) that would help me understand what each .png file in images.zip? I've been looking around, but I cannot find anything of the like. In fact, it seems as if there are a tremendous

Re: [dev] CHANGING ON calendar_hijri.cxx

2006-02-08 Thread Jim Watson
Quoting Eike Rathke [EMAIL PROTECTED]: Hi Emre, On Tue, Feb 07, 2006 at 23:28:51 -0800, Emre S�zduyar wrote: How can I use that links files ??? http://l10n.openoffice.org/source/browse/l10n/i18npool/source/calendar/calendar_hijri.cxx What do you mean with how you can use it? Use the

Re: [dev] why making compiling OO such a secret?

2006-02-08 Thread Jens-Heiner Rechtien
Johannes Walther wrote: --- Jens-Heiner Rechtien [EMAIL PROTECTED] schrieb: Well to me it looks like your checkout is broken because you definitely missing at least two required modules. You can check them out by name, for example cvs -d ... co epm. It's no wonder your build broke ... Ok,

Re: [dev] Programmatic XTextFrame Control with Java

2006-02-08 Thread Kent Gibson
Thanks for the help and comments. I seem to have got it working, it needs more testing. Surly there seems to be a bug here: xShapeProps.setPropertyValue( VertOrientPosition, new Integer( 2 ) ); xShapeProps.setPropertyValue( HoriOrientPosition, new Integer( 12000 ) ); These properties are

Re: [dev] why making compiling OO such a secret?

2006-02-08 Thread Johannes Walther
--- Jens-Heiner Rechtien [EMAIL PROTECTED] schrieb: Well to me it looks like your checkout is broken because you definitely missing at least two required modules. You can check them out by name, for example cvs -d ... co epm. It's no wonder your build broke ... Ok, that's the explanation.