Re: [dev] About OOo Math / looking for developers

2006-09-21 Thread Mathias Bauer
Marco Pratesi wrote:

 On Monday 18 September 2006 18:47, Edvaldo Jr. wrote:
 
 [ MEGA SNIP TOP QUOTING ]
 
 Congratulations for your quoting...

While I agree that his quoting style needs some adjustments I would opt
for a more polite treatment of new list members. Your answer is not the
smartest way of inviting new community members.

Best regards,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] controlling a running presentation slideshow

2006-09-21 Thread Alan Bell
Hi, I want to be able to keep synchronised many computers running the 
same presentation. Each computer will have a copy of the presentation 
and it's own full OpenOffice.org running it, but I want events from the 
master computer (such as moving to the next slide) to be sent to all the 
slave computers. I have been looking through the API documentation, but 
I can't quite seem to see a dispatch method to move a presentation on to 
the next slide. Can anyone point me in the right direction here?


I have seen some discussion in this list from 2003 where the conclusion 
seemed to be that there was no API interfaces suitable in version 1.9x 
but it was expected to be possible in 2.x.
It isn't essential to get a callback from the master computer when it 
changes slides, I could have a separate program that just has a next and 
previous button and controls all the presenting computers.


Alan.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] configmgr patch more data ...

2006-09-21 Thread Joerg Barfurth

Hi Michael,

Michael Meeks schrieb:

On Wed, 2006-09-13 at 12:22 +0200, Joerg Barfurth wrote:

Looks good.


I fixed your issues; thanks for the feedback, I attach the improved
patch. I also expanded the cache to some more fields that are broadly
constant, and split it into 1 cache per re-usable field. It saves some
more memory.



Yes, there are some patterns at the various levels which you can exploit 
that way.


Looks fine at a cursory glance.


I'm also looking at the Subtree set usage:

http://go-oo.org/~michael/sortedsizes.ods

My concern here is the 16bytes per RBTree node (used in the set), at
least allocation here shows up on the profile.



Does that matter so much? I think SubTree instances should be shortlived 
(they are built while loading the data, but discarded when the data is 
flattened into the cache).


But cutting down on the allocations used (and maybe improving data 
locality) would be nice.



It seems that 90% of these sorted sets are 8 items or less, and thus (I
suspect) rather fast to search, well, at least indistinguishable from
the order of the Set. The RBTree overhead for these = 8 sets is ~250k
(malloc), overall 500k. I'm sure we can do better.




It might be worth checking what ends up cheaper: building a sorted array 
and using binary search for lookups or going unsorted and using linear 
search.  The former might be worthwhile, because we would get the lists 
out of the binary cache presorted.


- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] How to add a submenu to an OfficeMenuBar ?

2006-09-21 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

some month ago i asked how to add a submenu to an OfficeMenuBar ...

 This is currently not possible with the Addons.xcu file.
 We are working on an enhancement to support this for OOo 2.0.4.

Seems not to be possible with oo 2.0.4 rc 2 or did i miss something ?


Oliver
- --

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFErdqTiyrQM/QSkURAv6KAJ4o7bSEe8iWC4IaHvcZCB9iDMC5vgCgmO1h
RxJKWyFgxjvDnRToYCGM6xc=
=mhaY
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Getting into contact with Online Help authoring community

2006-09-21 Thread Pavel Janík
   From: Uwe Fischer [EMAIL PROTECTED]
   Date: Wed, 20 Sep 2006 16:10:10 +0200

Hi Uwe,

- Blog http://blogs.sun.com/oootnt for browsing tips and tricks, just in 
case you have some spare time

what about adding this blog to OOoPlanet? :-)
-- 
Pavel Janík

printk(Cool stuff's happening!\n)
  -- 2.4.3 /jffs/intrep.c

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] How to add a submenu to an OfficeMenuBar ?

2006-09-21 Thread Mathias Bauer
Oliver Brinzing wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi,
 
 some month ago i asked how to add a submenu to an OfficeMenuBar ...
 
 This is currently not possible with the Addons.xcu file.
 We are working on an enhancement to support this for OOo 2.0.4.
 
 Seems not to be possible with oo 2.0.4 rc 2 or did i miss something ?

This development was dropped for 2.0.4 for more urgent tasks we had to
work on. It's again on the list for the next version. You can use the
OOo API to place arbitrary commands to arbitrary places but it's some
more lines to write (IIRC Carsten Driesner has posted some code here or
in [EMAIL PROTECTED] some weeks ago). That's the reason why we wanted to add
configuration support for this.

Best regards,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Getting into contact with Online Help authoring community

2006-09-21 Thread Charles Schulz
Sorry to jump in: I really like this blog. Mine did not get included in
OOo planet because I've been told it was for developers only :-( ...
Did the rules change? :-)

Thanks,
Charles. (http://charles-blog.libervis.com)

Pavel Janík a écrit :
From: Uwe Fischer [EMAIL PROTECTED]
Date: Wed, 20 Sep 2006 16:10:10 +0200

 Hi Uwe,

 - Blog http://blogs.sun.com/oootnt for browsing tips and tricks, just in 
 case you have some spare time

 what about adding this blog to OOoPlanet? :-)
   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]