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 explan

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 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 ... O

Re: [dev] Filter development query.

2006-02-08 Thread Andreas Schlüns
Hello Gautham, Hey Andreas, On the other side ... a dispatch interceptor must not deal with a types/filter configuration at all ... " - So do I need a TypeDetection.xml for a dispatch interceptor or nor? You dont need such TypeDetection.xml. The idea behind addons is the following one:

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"? U

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 treme

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 exec

Re: [dev] OpenOffice help

2006-02-08 Thread Sophie Gautier
Hi Marc, Marc Ozonne wrote: Hi all ! I wonder which tool has been used to generate OpenOffice help. I'm looking for an open source tool to make chm-like documentations on linux. You may find all relevant informations here : http://documentation.openoffice.org/online_help/index_new.html But if

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! http://messenger.msn.com/?mkt=tr&DI=3490&XAPID=2

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

[dev] info needed thanks

2006-02-08 Thread Hans Krueger
is it possible to use openoffice to build a database like SQL-Ledger so it is a stand alone app so to speak so you could use it with out all the other programs no server and the like just open office any info would be most helpful thanks -- Hans [EMAIL PROTECTED]

[dev] Bug: EPS import only works 1/3 of the time

2006-02-08 Thread Frederick (Rick) A Niles
OK first off, it has became really difficult to report a bug to issuezilla (is that more politically correct then bugzilla? So lame.) It took me about 20 minutes of surfing to find it anymore and I couldn't login in. I tried having them send me my password...no reply. I tried applying for a ne

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] 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

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 late

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

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] Filter development query.

2006-02-08 Thread Andreas Schlüns
Gautham Kasinath wrote: Hey Andreas, Thanks a million for the detailed explanation. I have now jumped from an addon component to a filter and now to a dispatch interceptor. :) Only for clarification: an addon sint so different from a filter, a dispatch interceptor or any other uno componen

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