[dev] New OOo extension : ImpressRunner

2007-03-04 Thread Laurent Godard
Hi all OOo does not have an Impress autostart feature for its documents nor does it support pps files (the --show switch is not known by end-users and not user-friendly) Therefore, i wrote an ImpressRunner extension simulating this http://oooconv.free.fr/impressRunner/ImpressRunner-1.0.oxt

Re: [dev] How to check whether nas is working?

2007-03-04 Thread Christian Lohmaier
Hi Bernd, *, On Tue, Feb 27, 2007 at 06:39:37PM +0100, Bernd Eilers wrote: I would try the following to check nas support: $ nasd -aa # -aa allows any host access $ export AUDIOSERVER=`hostname`:0 $ soffice Open the gallery, than go to the theme sounds than click on any

Re: [dev] Finding automatic page breaks

2007-03-04 Thread Malte Timmermann
The soft page break thing is also needed for DAISY export. Therefor, after investigating into Accessibility related things in ODF, optionally exporting soft page breaks is now defined in ODF 1.1. See my OOo conference presentation

[dev] Re: [native-lang] New OOo extension : ImpressRunner

2007-03-04 Thread Charles-H.Schulz
Dear Laurent, congratulations to you! My only wish (and I'm not a developer) is to have that Impress separate engine that could install anywhere and would run presentations just like in the old Staroffice 5.x Thank you, Charles. Laurent Godard a écrit : Hi all OOo does not have an

Re: [dev] compile error on SwBoxSelection

2007-03-04 Thread Jim Watson
On 04/03/2007, at 11:36 PM, Johannes Walther wrote: Hi, I'm about to compile yesterdays CVS checkout. dmake failed with /home/jrg/coding/OOo/sw/source/core/table/swnewtable.cxx:84: error: extra qualification 'SwBoxSelection::' on member 'SwBoxSelection' I wonder why nobody else ran into

[dev] Error while integrating extension

2007-03-04 Thread Rhawi Dantas
I'm using Java 1.6 and Netbeans 5.5 with the extension to help building Add-Ins to OpenOffice. The problem is that when I try to deploy the extension in openoffice 2.1this message appears: ERROR: (com.sun.star.uno.RuntimeException) { { Message = [jni_uno bridge error] UNO calling Java method

[dev] to make a change on margins

2007-03-04 Thread shen zhao
hello guys: As you know, the classes that control the margin of the text area are in SVX module, now, if I want to add new features to writer, and for some reason, the margin has to be changed under some circumstances, I found if I change them in view classes like SWView, the change of margin

[dev] error compiling ooo.org on FreeBSD/amd64

2007-03-04 Thread Oliver Lehmann
Hi, I'm trying to compile ooo.org 2 (ms204) but it fails on compiling icu/source/io. Any ideas how to solve this=? g++41 -O -shared -Wl,-soname -Wl,libicuio.so.36 -o ../lib/libicuio.so.36.0 locbund.o ufile.o ufmt_cmn.o uprintf.o uprntf_p.o uscanf.o uscanf_p.o ustdio.o sprintf.o sscanf.o

Re: [dev] Finding automatic page breaks

2007-03-04 Thread Frank Meies - Sun Germany - Development - Software Engineer
Hi, On 03/02/07 13:45, ianmcr wrote: I'm fairly new to OOo. I'm working on an export filter to produce accessible html. I'm iterating over the text and identifying paragraphs, tables etc. However, I need a reliable method of identifing soft page breaks. (At the minute I use the page cursor