[dev] Issue 33851

2008-01-21 Thread Alex Masterov
Dear Developers!

Please take a look at issue #33851!
Can you help us to finish specification of behaviour Calc at
http://wiki.services.openoffice.org/wiki/Calc/Drafts/Issue_33851 ?
It seems we (users) cannot finish specification correctly. :-(
The autofilters is very important for our organization.

Thanks a lot!

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



Re: [dev] Re: AutoText via API always text only?

2008-01-21 Thread Matthias B.
On Jan 17, 2008 1:29 PM, Oliver Specht - Sun Germany - ham02 - Hamburg
[EMAIL PROTECTED] wrote:

 Hi,
 the implementation of SwXAutoTextGroup::insertNewByName() tries to find
 the implementation object of the supplied XTextRange. If it succeeds it
 inserts the text with formatting. Otherwise it only inserts the string
 provided by XTextRange::getString().

 How do you create you TextRange?

In my small test macro I used ThisComponent.getText().

Matthias

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



Re: [dev] AutoText via API not working

2008-01-21 Thread Matthias B.
On Jan 17, 2008 2:23 PM, Oliver Specht - Sun Germany - ham02 - Hamburg
[EMAIL PROTECTED] wrote:

 Please file an issue.

I've filed

http://qa.openoffice.org/issues/show_bug.cgi?id=85426

and

http://qa.openoffice.org/issues/show_bug.cgi?id=85427

Matthias

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



[dev] How do I use the API to insert fields and change font size in a spreadsheet footer

2008-01-21 Thread Dave Cawley
I want my program to control spreadsheet footer contents.
In particular I want to be able to set the font size and use PageNumber and 
PageCount fields.
If I use the scalc GUI to set the footer contents and then interrogate the 
contents programatically, I see text values such as

 8This text is set to fontsize 8
and
 Page P of N

Clearly the  character introduces a code that controls font size or is a 
placeholder for a field such as the page number.

However, if I set the content of footer text to strings with this format 
there is no interpretation of the  codes and I see the exact text that I 
set into the footer, e.g. the footer displays as 'Page P of N' instead of 
'Page 1 of 3'.

On studying the Developers Guide I wondered if I needed to create a 
'com.sun.star.text.textfield.PageNumber' object and insert it into the 
footer text.
However, I can find no way to create the pagenumber object.
Code such as
  Dim field As Object = 
doc.createInstance(com.sun.star.text.textfield.PageNumber)
results in a  'com.sun.star.lang.ServiceNotRegisteredException:'

Please can someone give me a clue how to proceed? 




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



[dev] We need your help

2008-01-21 Thread Tobias Mann
The entire Nokia N800 and N810 need a version of Open Office for The
Operating System Tablet OS 2007 and 2008. We have Been working hard to port
a version for it but because of the Nokia's In ability to run OOo. based
applications we haven't gotten any ware. The Nokia can Run applications
written in python up to version 2.5 . It is preferred that it be written in
a version of python lower than 2.5. The Nokia Has a 320 MHz CPU and 128 MB
of RAM. There is a total of 256 MB of on board memory. This means that The
version of OpenOffice has to be smaller than about 100 MB but preferably
30mb or smaller. We would really appreciate if you would help us with this
problem.


Re: [dev] Re: AutoText via API always text only?

2008-01-21 Thread Oliver Specht

Hi,
Matthias B. wrote:

On Jan 17, 2008 1:29 PM, Oliver Specht - Sun Germany - ham02 - Hamburg
[EMAIL PROTECTED] wrote:
  

Hi,
the implementation of SwXAutoTextGroup::insertNewByName() tries to find
the implementation object of the supplied XTextRange. If it succeeds it
inserts the text with formatting. Otherwise it only inserts the string
provided by XTextRange::getString().

How do you create you TextRange?



In my small test macro I used ThisComponent.getText().

  
Due to a bug it does not detect the implementation of the XText itself. 
It only accepts the SwXTextCursor and SwXTextRange implementation.


Regards,
Oliver

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



Re: [dev] Probable GPL violations - Butler Office Pro

2008-01-21 Thread weekendadventure

StarOffice uses OOo as a library and supposedly adds only coating  
to it. Hence it does not have to release its proprietary code.

What do you mean by coating?

-- 
View this message in context: 
http://www.nabble.com/Probable-GPL-violations---Butler-Office-Pro-tp14662459p14998758.html
Sent from the openoffice - dev mailing list archive at Nabble.com.


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



Re: [dev] Probable GPL violations - Butler Office Pro

2008-01-21 Thread Jean-Christophe Helary

On 21 janv. 08, at 23:51, weekendadventure wrote:

StarOffice uses OOo as a library and supposedly adds only coating
to it. Hence it does not have to release its proprietary code.

What do you mean by coating?


I mean that I think StarOffice adds things (like other librairies, or  
templates or dictionaries).


But now that I think about it, since SUN holds the copyright to the  
code it would be actually possible for SUN to make modifications to  
the code without releasing it and that may well happen in StarOffice.


So, anyway, StarOffice/OpenOffice are a specific pair because they are  
fully owned by SUN. While anything else is not.


Sorry for being unclear in the first reply.



Jean-Christophe Helary


http://mac4translators.blogspot.com/


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



Re: [dev] Probable GPL violations - Butler Office Pro

2008-01-21 Thread weekendadventure

I guess I would have to buy Staroffice to know for sure but I guess I just
don't see the difference.  Just because they might be associated directly
with Ooo doesn't mean they do not have to abide by the GNU.
I don't actually think any of the discussed companies are doing anything
wrong but if they were then so is Staroffice.  Coating by StarOffice is
still a violation if what Butler is doing is a violation.  Maybe I am wrong
here, but it seems to me the originator of the topic may have a personal
beef of something.  Maybe he bought it and is trying to get revenge or
something.
I did do a little research and found similar cases but found that the court
found that the violations were minor infringements.  In those cases the
companies did not display the GNU notice.  In this case Butler does display
the notice.  

-- 
View this message in context: 
http://www.nabble.com/Probable-GPL-violations---Butler-Office-Pro-tp14662459p14999444.html
Sent from the openoffice - dev mailing list archive at Nabble.com.


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



Re: [dev] Probable GPL violations - Butler Office Pro

2008-01-21 Thread Hubert Figuiere

On Mon, 2008-01-21 at 07:16 -0800, weekendadventure wrote:
 Coating by StarOffice is
 still a violation 

Sun own the copyright of OpenOffice.org. Therefore they are not required
to abide to the (L)GPL for code they own.
Similarly, they can relicense the code under a different license to
whoever they want.

Now maybe we could switch to some productive discussions?

Hub


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



Re: [dev] Probable GPL violations - Butler Office Pro

2008-01-21 Thread weekendadventure

  They don't mention OpenOffice 
They don't have to mention Ooo-- just provide the open source license
agreement.  Also, they may be using an older version of Ooo license that
allows for more loopholes.

  I have a feeling it's just a guy or 3 in a basement because the reply was
instantaneous and  
whoever it was didn't seem like a typical customer service rep.  He  
was a bit more knowledgeable than a typical customer service rep.

Your most likely correct about this one.  If they run ads on eBay they
probably don't do much business.  Not worth the legal hassle really.  I
viewed the ad on eBay and see where you get bashing from but from my
perspective they aren't bashing open source as much as pointing out the
dangers of buying from someone they do not know.  


-- 
View this message in context: 
http://www.nabble.com/Probable-GPL-violations---Butler-Office-Pro-tp14662459p14999836.html
Sent from the openoffice - dev mailing list archive at Nabble.com.


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



Re: [dev] Probable GPL violations - Butler Office Pro

2008-01-21 Thread weekendadventure


Sun own the copyright of OpenOffice.org. Therefore they are not required
to abide to the (L)GPL for code they own.
Similarly, they can relicense the code under a different license to
whoever they want.


They do (own the copyright)?  So they got people to do the programming for
them through open source and then copyright it and monopolize the ability to
use it commercially through StarOffice?  Hmmm-- and everyone is complaining
that a few high school kids are making a few bucks on eBay?
I think maybe we should ask Star to release their code...

-- 
View this message in context: 
http://www.nabble.com/Probable-GPL-violations---Butler-Office-Pro-tp14662459p1491.html
Sent from the openoffice - dev mailing list archive at Nabble.com.


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



Re: [dev] Probable GPL violations - Butler Office Pro

2008-01-21 Thread Rich

On 2008.01.21. 17:37, weekendadventure wrote:


Sun own the copyright of OpenOffice.org. Therefore they are not required
to abide to the (L)GPL for code they own.
Similarly, they can relicense the code under a different license to
whoever they want.


They do (own the copyright)?  So they got people to do the programming for
them through open source and then copyright it and monopolize the ability to


hmm. well, actually, they bought stardivision and opensourced 
staroffice. guess what, it was named openoffice.org...


also, could you please enable some standard quoting ? it is very 
difficult to understand who wrote what :)



use it commercially through StarOffice?  Hmmm-- and everyone is complaining
that a few high school kids are making a few bucks on eBay?
I think maybe we should ask Star to release their code...

--
 Rich

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



Re: [dev] Probable GPL violations - Butler Office Pro

2008-01-21 Thread weekendadventure



 
 They do (own the copyright)?  So they got people to do the programming for
 them through open source and then copyright it and monopolize the ability
 to

hmm. well, actually, they bought stardivision and opensourced 
staroffice. guess what, it was named openoffice.org...

  Rich

-
Well, that might be different then.  It is not what I had been told happened
with Ooo but if you are correct that might make a difference.
So you are saying that they already owned the source and then released it
for opensource development?  Even so, they could not claim ownership of code
developed by individuals who were not compensated.  They may own the
original source but cannot claim ownership of the newer code unless they
compensate for the work.  Staroffice seems to do this.
Oh well, it doesn't matter.  Those who want to buy software will buy-- the
rest of us get it free.
 

-- 
View this message in context: 
http://www.nabble.com/Probable-GPL-violations---Butler-Office-Pro-tp14662459p15000583.html
Sent from the openoffice - dev mailing list archive at Nabble.com.


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



Re: [dev] Probable GPL violations - Butler Office Pro

2008-01-21 Thread Martin Hollmichel

weekendadventure wrote:

Well, that might be different then.  It is not what I had been told happened
with Ooo but if you are correct that might make a difference.
  
Please read http://about.openoffice.org/index.html for information about 
the historical backgrounds,

So you are saying that they already owned the source and then released it
for opensource development?  Even so, they could not claim ownership of code
developed by individuals who were not compensated.  They may own the
original source but cannot claim ownership of the newer code unless they
compensate for the work. 
Please see http://www.openoffice.org/dev_docs/guidelines.html for the 
joint copyright assignment, also 
http://www.openoffice.org/FAQs/faq-licensing.html might answer some of 
your questions,


Martin


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



Re: [dev] Probable GPL violations - Butler Office Pro

2008-01-21 Thread Tor Lillqvist
 Even so, they could not claim ownership of code developed by individuals who 
 were not compensated.  

Compensation has little or no relevance here. Only code submitted by 
contributors who has signed the Joint Copyright Assignment contract is accepted 
into the upstream OpenOffice.org codebase. See 
http://www.openoffice.org/FAQs/faq-licensing.html#usinglicenses .

--tml



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



Re: [dev] AutoText via API not working

2008-01-21 Thread Oliver Brinzing

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Matthias,

|
| http://qa.openoffice.org/issues/show_bug.cgi?id=85426
| http://qa.openoffice.org/issues/show_bug.cgi?id=85427

could you please check if one of your issues deal with

http://qa.openoffice.org/issues/show_bug.cgi?id=73459
http://qa.openoffice.org/issues/show_bug.cgi?id=45368
http://qa.openoffice.org/issues/show_bug.cgi?id=45412
http://qa.openoffice.org/issues/show_bug.cgi?id=47079

thanks

Oliver

- --

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

iD8DBQFHlNTSTiyrQM/QSkURAl7eAKCPOPe2I0/NdNmhuk83Ghzb6uIRzACfcyBO
uxe8y2KkCMLaReFaFvIuLwM=
=FVCU
-END PGP SIGNATURE-

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



Re: [dev] How do I use the API to insert fields and change font size in a spreadsheet footer

2008-01-21 Thread Oliver Brinzing

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Dave,

Am 21.01.2008 11:45 schrieb Dave Cawley:
| I want my program to control spreadsheet footer contents.
| In particular I want to be able to set the font size and use PageNumber and
| PageCount fields.

please have a look ...

REM  *  BASIC  *

OPTION EXPLICIT

Sub CreateHeaderText()

Dim oDocument as Object
Dim oPStyle as Object
Dim oHContent as Object
Dim oText as Object
Dim oCursor as Object
Dim oField as Object

oDocument = ThisComponent
oPstyle = 
oDocument.StyleFamilies.getByName(PageStyles).getByName(Standard)

oPStyle.HeaderOn = True

oHContent = oPStyle.RightPageHeaderContent

oText = oHContent.LeftText
oCursor = oText.createTextCursor()

oText.insertString(oCursor, , True)

oCursor.CharHeight = 12
oCursor.CharFontName = Arial
oCursor.CharWeight = com.sun.star.awt.FontWeight.NORMAL
oCursor.CharPosture = com.sun.star.awt.FontSlant.NONE
oCursor.CharUnderline = com.sun.star.awt.FontUnderline.NONE

' insert text ...
oText.insertString(oCursor, Hello World , False)

~   ' PageNumber, PageCount, Date, Time
oField = 
oDocument.createInstance(com.sun.star.text.TextField.SheetName)
oText.insertTextContent(oCursor, oField, False)

'write content back
oPStyle.RightPageHeaderContent = oHContent

End Sub

HTH

Oliver
- --

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

iD8DBQFHlNfPTiyrQM/QSkURApIwAJ4rPeKrzXune4LCVRNa054nRrqMlgCeIxCQ
bZcW10p6vPmGKolMjLph2Rk=
=92km
-END PGP SIGNATURE-


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



Re: [dev] Issue 33851

2008-01-21 Thread Kirill Palagin

Please please do not ignore this message.
Answer at least something.

Alex Masterov пишет:

Dear Developers!

Please take a look at issue #33851!
Can you help us to finish specification of behaviour Calc at
http://wiki.services.openoffice.org/wiki/Calc/Drafts/Issue_33851 ?
It seems we (users) cannot finish specification correctly. :-(
The autofilters is very important for our organization.

Thanks a lot!

-
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] make bug reporting easier

2008-01-21 Thread Sabrina Sully

Hi -

Love Open Office, want to contribute in my small way. Use Open Office 
all day, and have found a bug, but find your bug reporting system too 
complicated. I spent over an hour trying to work out how to report, but 
gave up.


*I would suggest that if you want people who use the applications in all 
sorts of different ways, i.e. the more general office users, not just 
the tecchies, to feedback problems, there should be a 'junior' level of 
reporting, that then more tecchy people could check out and then do 
official bug report. *


Lots of small businesses and consultants don't have an in-house IT 
person, who could find manage to do report in specified way.


[My bug is that when creating labels on a mailmerge, the 'suppress blank 
lines' doesn't work on printing, despite this being selected. This 
hasn't been corrected on later editions, so I guess nobody else who has 
spotted it has managed to report it].


Hope you don't mind me emailing you directly, but didn't know what else 
to do.


Best regards,

Sabrina

Sabrina Sully
Director
SP Media
[EMAIL PROTECTED]
Tel  +44 (0)1747 830 520  Fax: +44(0)1747 830 691 Mobile: +44 [0]7977 013608
Old Byre House, Millbrook Lane, East Knoyle, Salisbury, SP3 6AW, UK
*


Re: [dev] Issue 33851

2008-01-21 Thread Kohei Yoshida

On Mon, 2008-01-21 at 20:43 +0300, Kirill Palagin wrote:
 Please please do not ignore this message.
 Answer at least something.

As far as I can tell, I don't think it's going to produce any results to
continue that discussion in the wiki spec to try to come up with the one
true way of handling this problem, especially if you want to see
anything implemented in a timely manner, instead of 5 years from
now. ;-)  The discussion is already growing big, and the original
intention of coming up with some kind of agreement is already lost (in
my view).

It would be much quicker to just implement the way Excel does, put it in
to the release, then decide which part of it we want to implement
differently after the fact, not before.  Given the circumstance that
seems like a much more sensible approach.

Truth be told that a lot of those angry users are angry not because of
any logistics but because Calc is not Excel.  So, when in doubt,
defaulting to Excel's behavior makes sense to me.

Anyway, that's the way I see it.  Agree or disagree, is up to you.

-- 
Kohei Yoshida - OpenOffice.org Engineer - Novell, Inc.
[EMAIL PROTECTED]


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



Re: [dev] make bug reporting easier

2008-01-21 Thread Cor Nouws

Hi Sabrina,

Sabrina Sully wrote (21-1-2008 13:48)

Love Open Office, want to contribute in my small way. Use Open Office 
all day, and have found a bug, but find your bug reporting system too 
complicated. I spent over an hour trying to work out how to report, but 
gave up.


Sorry that it took so much of your time.

*I would suggest that if you want people who use the applications in all 
sorts of different ways, i.e. the more general office users, not just 
the tecchies, to feedback problems, there should be a 'junior' level of 
reporting, that then more tecchy people could check out and then do 
official bug report. *


Currently, already a serious part of reported bugs, turn out not to be 
bugs... This is very time-consuming, since all have to be evaluated, 
answered, handled etc.

So making this more easy, is IMO not a good solution.
In general it works best if people ask in a mail to [EMAIL PROTECTED] 
or on the forum http://user.services.openoffice.org/en/forum/
There are experienced people who can explain the features, work a 
rounds, ..., and if necessary help with filing correct issues.


Lots of small businesses and consultants don't have an in-house IT 
person, who could find manage to do report in specified way.


[My bug is that when creating labels on a mailmerge, the 'suppress blank 
lines' doesn't work on printing, despite this being selected. This 
hasn't been corrected on later editions, so I guess nobody else who has 
spotted it has managed to report it].


I suggest you ask it in one of the ways mentioned above.

Hope you don't mind me emailing you directly, but didn't know what else 
to do.


It's OK. I hope you find your way better now.

Kindest regards,
Cor

(I've send a cc to you, because you are not subscribed to the mailing 
list; For user questions, you can subscribe to the users list. To do so, 
mail to: [EMAIL PROTECTED] )




--

The Year of 3 -2008- Het jaar van 3

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


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