Re: [dev] How to include inter-module headers

2007-04-20 Thread Armin Le Grand

Hi Stephan,

Stephan Bergmann schrieb:

Hi all,

A  Should inter-module includes generally be module/header instead of 
just header?  Then the current hedaburemove01 changes would be a 
pragmatic hack---instead of changing tons of include lines in tons of 
source files, change a single line that magically extends the search 
path wherever necessary (and also where not necessary).  If this is the 
ideal state, the drawback of the hedaburemove01 changes is that they 
potentially move us further away from that state---new code can 
introduce sloppy includes of just header that should be 
module/header, even in modules where this would have been caught before.


Others?



Definitely A. I alraedy did that with new code for a while (using 
module/header) and it make life much easier. It's not only clearer, 
but also allows migration of module parts to other or new modules much 
simpler.
Actually, i am surprised that the header - module/header transition 
was not part of the change already. I see that a script doing this is 
not trivial, but still non-ambigous with the knowledge about the current 
include structure...


--
--
Regards, Armin Le Grand (AW)
Armin.Le.Grand(at)sun.com

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



[dev] secondary Y

2007-04-20 Thread DeeVee


Description
There is no way to name the secondary Y axes. (Calc / Graphs}


Hello

 I've been cycling the issuzilla for the subjet of naming the secondary 
Y axis, and it seem to me, that they are all marked as secondary to  
and therefore closed. But I haven't seen any plan to fix this bug /feature.


does somebody know something about it ?

Dusan V.

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



Re: [dev] Rudimentary understanding issue

2007-04-20 Thread Bill Gradwohl
On Thu, 2007-04-19 at 14:49 +0200, Jan Navratil wrote:

 IIRC this return a currently active document. So, it is supposed Calc to 
 be open.
 
I'm experimenting with the API via Basic using a calc sheets macro
ability to call the routines.

  When doc is initialized, what object exactly is it associated with? 
  Is it a com.sun.star. (document or container or sheet or ...) what?

 document

If I initialize an object to StarDesktop and then use DBG_Methods on it,
it shows that I have a StarDesktop object as expected. If I then
initialize another object with StarDesktop.currentComponent within a
spreadsheet document and use DBG_Methods on it, it shows I have
something called ScModelObj. Very confusing since a search of the API
can't find any reference to that thing.

What I'm trying to do is get a map of the API set that shows ALL the
methods, properties, etc and how they interconnect. This started when I
went looking for the object called Sheets as in document.Sheets, and
DBG_Methods does indeed reveal that Sheets is a part of document, but
the API docs never show it. How is one supposed to use the docs to know
that a thing called Sheets exists?

I'm getting in a few books from Amazon to try to answer these questions,
but I was hoping the doc at openoffice.org would at least have a
complete set of specs for the API, and that doesn't appear to be the
case or I'm too ignorant to figure it out.

-- 
Bill Gradwohl


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



[dev] Spørsmål vedr. Open Office

2007-04-20 Thread Jens Hunnestad
Hei!
Oppdal kommune har i forbindelse med et investeringsprosjekt i grunnskolen i 
Oppdal, gått over til å bruke OpenOffice. Undertegnede har vært leder for 
gruppa som har stått for innføringen. Alle bærbare PC'er serves fra en server 
sentralt i kommunen. Fra denne rulles program og oppdatteringer ut.
Elever og lærer logger seg opp mot server når de starter maskinen. Hver gang de 
logger seg på, kommer skjermbildet med OpenOffice opp. Registrering av bruker 
osv. Kan dette utelates eller gjøres slik at en slipper dette hver gang.
Det neste problemet vi har er å få programmet til å lagre i word-format. Dette 
på grunn av at mange har word på maskinene heime. Har dere en god løsning for 
oss her?
 
Hilsen
 
Jens Kr. Hunnestad
Leder IKT-gruppa


Re: [dev] Rudimentary understanding issue

2007-04-20 Thread Cor Nouws

Hi Bill,

Bill Gradwohl wrote:


[...]
What I'm trying to do is get a map of the API set that shows ALL the
methods, properties, etc and how they interconnect. This started when I
[...]


I think it is good to have a look at
http://wiki.services.openoffice.org/wiki/Extensions_development
and links there. Very useful. Pls note the link to the api-project, with 
on that place the full SDK you are looking for.


For further questions, it is best to use the oooforum.org or the list 
[EMAIL PROTECTED]


Kindest regards,
Cor


--

Cor Nouws
Arnhem - Netherlands
nl.OpenOffice.org - marketing contact

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



Re: [dev] How to include inter-module headers

2007-04-20 Thread Mathias Bauer
Stephan Bergmann wrote:

 With C, the first part would change to Any given delivered header, in 
 the module from which it is delivered, can be inconsistently included as 
 either module/header or header in different places.  That's what I 
 meant with higgledy-piggledy.

Yes, seems that I misunderstood as you obviously only referred to
delivered headers.

So my only concern is the additional effort in implementing the script
and in causing more potential resync conflicts by solution A. I would
do this only if a real non-trivial benefit became visible. Until then I
think we could live with the status quo.

Ciao,
Mathias


-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to [EMAIL PROTECTED].
I use it for the OOo lists and only rarely read other mails sent to it.


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



[dev] Re: Rudimentary understanding issue

2007-04-20 Thread Andreas Saeger

You definitively want this:
http://www.ooomacros.org/dev.php#101416

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