Re: [dev] TreeListBox access via UNO

2005-11-01 Thread Florian Reuter

Hi Ian,


On Mon, 2005-10-24 at 10:15 +0200, Laurent Godard wrote:


On Mon, 2005-10-24 at 09:57 +0200, Florian Reuter wrote:

I found that there is a UnoControlListBoxModel service available. I 
wonder whether a service for TreeListBoxModel is available via the SDK?




what do you mean with tree list box ?
a Tree view displaying nodes and childs ?

if yes, no that i'm aware of
But it would be really great

it is imho the only one that is missing



Hi Florian,
Great to met you at Koper!

Nice to hear from you. Hope you had a good flight back.


Like Laurent I haven't been able to find one, and a tree control would
be great to have.


+1; I'll see what I can do ;-)

I have crudely implemented one in Basic, see OutlineCrossRef.sxw
available from http://homepages.paradise.net.nz/hillview/OOo/

Thanks a lot.


Thanks, Ian



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



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



[dev] TreeListBox access via UNO

2005-10-24 Thread Florian Reuter

Hi,

I found that there is a UnoControlListBoxModel service available. I 
wonder whether a service for TreeListBoxModel is available via the SDK?


Thanks,

Florian

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



Re: [dev] style:rel-column-width

2005-09-22 Thread Florian Reuter

Hi,

the spec says:
A relative width is specified by the style:rel-column-width property 
that takes a number value, followed by a '*' character. If rc is the 
relative with of the column, rs the sum of all relative columns widths, 
and ws the absolute width that is available for these columns, then the 
absolute with wc of the column is wc=rc*ws/rs.


E.g. when you have 3 columns with style:rel-column-width given as
| 1* | 1* | 2* |
then the width is calculated as follows:
| 1*ws/4  | 1*ws/4  | 2*ws/4  |
| =1/4*ws | =1/4*ws | =1/2*ws |

Does this help?

Best regards,

Florian




Additionally, not as important but, is there any way to not have them in 
a document at all?  They really through me for a loop...

thanks again.

Greetz,
  How is the value of table-column-properties attribute
style:rel-column-width derived/calculated?  There is typically a four or
five digit number followed by *, e.g. 9430*.   It seems like a very odd
little property and causes the column widths to not have the values
you'd expect them to have.
Matthew L. Avizinis
Gleim Publications, Inc.



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



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