[dev] Macro problem: Export all draw pages to SVG

2005-11-20 Thread Bernhard Haumacher
Hi, I'm trying to write a macro that exports all pages in draw to separate SVG files using the page name as file name. Everything works, except the export to SVG (export to PNG or JPEG works fine) :-) When replacing aArgs(0).Name = MediaType aArgs(0).Value = image/png with

Re: [dev] wiki(pedia) filter

2005-11-01 Thread Bernhard Haumacher
Claus Agerskov wrote: On Mon, 31 Oct 2005, Bernhard Haumacher wrote: Uwe Brauer wrote: Hello Are there any plans to include a wiki(pedia) input or output filter in OO? It's on my wishlist... :-) Why haven't you voted for it then? http://www.openoffice.org/issues/showvotes.cgi

Re: [dev] wiki(pedia) filter

2005-10-31 Thread Bernhard Haumacher
Uwe Brauer wrote: Hello Are there any plans to include a wiki(pedia) input or output filter in OO? It's on my wishlist... :-) Regards Bernhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [dev] Problem installing SVG import filter

2005-10-24 Thread Bernhard Haumacher
Hi, while this looks not like a direct problem of the filter, I've told Francesco to try to ask at dev... What could cause such connection break down? Best regards Bernhard Francesco Comi wrote: Hi there, I just downloaded and installed (i tryed) the UNO package of the SVG import filter

Re: [dev] table head in swriter

2005-10-11 Thread Bernhard Haumacher
[EMAIL PROTECTED] wrote: Hi, thanks for your answer, the hint with the page field is nearly the thing i was looking for. sorry if I am wrong here, the next thread I will start somewhere else... (: but the page number is not what i wanted. I have a large document, about 100

Re: [dev] drawing with Java2D inside Openoffice

2005-09-16 Thread Bernhard Haumacher
Hi Thorsten, Is it possible to write a Java component, that is responsible for painting (and getting events for) some area of a document. E.g. a (hypothetical) component that displays a geometric construction (almost like an image) but is able to respond to user input to make the construction

Re: [dev] drawing with Java2D inside Openoffice

2005-09-07 Thread Bernhard Haumacher
Hi, that's not an answer, but an additional question. * Is it possible to draw with java inside openoffice ? (If yes, can you give me an hint, how to do it? Where should I begin too look at ?) I'd like to concretize draw with java inside openoffice: Is it possible to write a Java component,

Re: [dev] OSL_VERIFY and other diagnostics

2005-08-31 Thread Bernhard Haumacher
Hi, sorry, could not resist... Sorry for the (may be stupid) question, but why not just change OSL_VERIFY to emit nothing, in case OSL_DEBUG_LEVEL == 0? I would expect that only weird code would relay on the evaluation in case of a zero debug level. Why weird? The alternative is something

Re: [dev] Import filter and media detect services

2005-08-16 Thread Bernhard Haumacher
Hi, I recently asked a question and got no answer. The following answer would have been useful: ... What does not work is the corresponding media detect service. After adding my package to the package manager, OO requests the factories for both services (filter and media detect): ...

Re: [dev] Import filter and media detect services

2005-08-16 Thread Bernhard Haumacher
Andreas Schlüns wrote: Bernhard Haumacher wrote: ... the SVG type descriptor ?xml version=1.0 encoding=UTF-8? oor:component-data xmlns:oor=http://openoffice.org/2001/registry; xmlns:xs=http://www.w3.org/2001/XMLSchema; oor:package=org.openoffice.TypeDetection