pdf export option for FilterData and ExportFormFields

2013-02-01 Thread Peter Eberlein

Hi,
Adobe products support an extended feature, so that Acrobat Reader can 
store the content of filled fields in forms.

Is supporting this feature in openoffice a legal or a technical issue?
Supported features see [1].

Regards Peter

[1] http://wiki.openoffice.org/wiki/API/Tutorials/PDF_export


Re: Error in macro.

2013-02-01 Thread Fernand Vanrie

On 1/02/2013 0:01, Yessica Brinkmann wrote:

Hi, thanks for your answer.
Now I advanced.
I print the value of the client code correctly.
Only now I have another error, tells me that the Customer table does not
exist or something like this:
Basic runtime error. There was an exception. Type:
com.sun.star.sdbc.SQLException. Message: Table not found in statement
[UPDATE cliente]
there is no table cliente in the database were you are connected to in 
your case


ThisDatabaseDocument


Then I write my macro as it is now:
Sub ActualizarSaldoVentas (Evento)
Dim oFrm As Object
Dim oCliente As Object
Dim oTotal As Object
Dim oCon As Object
Dim oStat As Object
Dim sSQL As String
Dim oRes As Object
Dim rs As Object
Dim sCliente as String
Dim ColIndex as Integer
oFrm=Evento.Source.Model.Parent
If oFrm.hasByName(id_cliente) Then
   oCliente=oFrm.getByName(id_cliente)
Else
   Print Cannot find id_cliente
   Exit Sub
End If
rs=oFrm.createResultSet()
sCliente=rs.getString(rs.findColumn(cod_cliente))
oTotal=oFrm.getByName(fmttotal)
Print sCliente
oCon=ThisDatabaseDocument.CurrentController.ActiveConnection
oStat=oCon.CreateStatement
sSQL=UPDATE cliente SET cliente.saldo_actual =
cliente.saldo_saldo_actual +  oTotal.getCurrentValue()  WHERE
cliente.id_cliente=  CInt(sCliente)
oRes=oStat.ExecuteQuery(sSQL)
End Sub
Regards,
Yessica

2013/1/31 Fernand Vanrie s...@pmgroup.be


On 31/01/2013 13:33, Yessica Brinkmann wrote:


Hello,

Thank you very much for your answer. Sorry but I do not understand the
truth indicated.
What I want to do in my macro, as you can see in my first mail is an SQL
UPDATE.


ok

you have a form, you fill this for with data comming from a select
statement ,

the user change some data in the form

then you do a update using  THE (id) comming from the first select who
is still available in the Resultset

for GETTING the id you do

  oRes.getstring(oRes.**findcolumn(customer_id))

for the changed data:

Total= oFrm.getByName(fmttotal).**VALUE

  I can not find the client code for the name either, if that's what you

suggest because this name is not necessarily unique, only the customer id
is unique.
regards,
Yessica

2013/1/31 Fernand Vanrie s...@pmgroup.be

  Yessica,

   Hello,


Yes, my controls now have the same name as the one I use to call the
macro.
Initially that was my mistake but I spent those mistakes. Now my problem
is
that I describe in my previous mail, on the subject of the combo box and
customer_id and name.
There is a key value associated with my combo box.
On the Data tab of the Properties List, Contents List, I have the
following
SQL statement: SELECT name, customer_id FROM customer

  ok, your select end up in a Resultset in your code the object oRes

your data are in oRes and you call a value like (supposed there is only 1
line in oRes)
   oRes.Next (line 1)
   oRes.getstring(oRes.findcolumn(customer_id))

  My problem is that I do not know how to get the customer_id from the

combo
box in the macro to do the update in the customers table, since using
the
function getByName, I get the name of the client.
Regards,
Yessica

2013/1/31 Yessica Brinkmann yessica.brinkm...@gmail.com

   Hello,


Thank you very much for your answer!
There is a key value associated with my combo box.
On the Data tab of the Properties List, Contents List, I have the
following SQL statement: SELECT name, customer_id FROM customer
My problem is that I do not know how to get the customer_id from the
combo
box in the macro to do the update in the customers table, since using
the
function getByName, I get the name of the client.
Regards,
Yessica

2013/1/31 Andrew Douglas Pitonyak and...@pitonyak.org

   Hopefully someone more in the know than I will answer, but, it is not


clear to me that I have sufficient information to answer your
question.

I assume that your combo box is NOT multi-valued (don't even know if
that
is supported I have not looked at these in a very long time).

is there something that ties your combo-box to some key value?


On 01/30/2013 07:38 PM, Yessica Brinkmann wrote:

   Hello,


Thank you very much for your answer! Now I understand what you're
saying.
I changed my macro, now looks like this:
Sub ActualizarSaldoVentas (Evento)
Dim oFrm As Object
Dim oCliente As Object
Dim oTotal As Object
Dim oCon As Object
Dim oStat As Object
Dim sSQL As String
Dim oRes As Object
Dim sCliente as String
'Dim oIdPago As Object
oFrm=Evento.Source.Model.**Parent


If oFrm.hasByName(id_cliente) Then
  oCliente=oFrm.getByName(id_**cliente)


Else
  Print Cannot find id_cliente
  Exit Sub
End If
sCliente=oCliente.**getCurrentValue()
oTotal=oFrm.getByName(**fmttotal)


Print sCliente
End Sub

They were wrong names form controls.
The problem now is that when I write  Print sCliente, it prints the
name
of
the client (because it is a combo box) and not the id of the
customer,
which is what I need to do my update. How I can do to 

Re: Error in macro.

2013-02-01 Thread Ariel Constenla-Haile
On Thu, Jan 31, 2013 at 08:01:22PM -0300, Yessica Brinkmann wrote:
 Hi, thanks for your answer.
 Now I advanced.
 I print the value of the client code correctly.
 Only now I have another error, tells me that the Customer table does not
 exist or something like this:
 Basic runtime error. There was an exception. Type:
 com.sun.star.sdbc.SQLException. Message: Table not found in statement

This may need to quote table and fields names:

sSQL=UPDATE cliente SET cliente.saldo_actual =
 cliente.saldo_saldo_actual +  oTotal.getCurrentValue()  WHERE
 cliente.id_cliente=  CInt(sCliente)

What is the name of the table? CLIENTES or clientes?


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


pgpVW7wVmvYs2.pgp
Description: PGP signature


An idea: Add option to delete profile when uninstalling

2013-02-01 Thread Rob Weir
As I've been reviewing the backlog of defect reports submitted by
users I notice a lot of them that are probably caused by the upgrade
profile corruption bug.   I see reports of this on Twitter and
Facebook as well.   Most users seem smart enough to uninstall and
reinstall.  They've learned that from other programs. It is pretty
much the standard solution to crash problems -- uninstall and
reinstall and you'll be fine.

But in our case, that doesn't fix anything, since the profile is not
removed when we uninstall.

What if we added an option to delete the profile when uninstalling?
I've seen many programs that do that.  It could be a page that says,
Delete application profile and settings?  Default could be No, the
same behavior we have today.  But this would give a far easier way for
users to recover from profile corruption.

-Rob


Re: An idea: Add option to delete profile when uninstalling

2013-02-01 Thread Rory O'Farrell
On Fri, 1 Feb 2013 07:09:24 -0500
Rob Weir robw...@apache.org wrote:

 As I've been reviewing the backlog of defect reports submitted by
 users I notice a lot of them that are probably caused by the upgrade
 profile corruption bug.   I see reports of this on Twitter and
 Facebook as well.   Most users seem smart enough to uninstall and
 reinstall.  They've learned that from other programs. It is pretty
 much the standard solution to crash problems -- uninstall and
 reinstall and you'll be fine.
 
 But in our case, that doesn't fix anything, since the profile is not
 removed when we uninstall.
 
 What if we added an option to delete the profile when uninstalling?
 I've seen many programs that do that.  It could be a page that says,
 Delete application profile and settings?  Default could be No, the
 same behavior we have today.  But this would give a far easier way for
 users to recover from profile corruption.
 
I think it might be better to rename the old profile to .BAK (or something) 
even if the User believes it to have been deleted; that way, custom 
dictionaries etc will be preserved and can be recovered.  It can happen that a 
long time user of OpenOffice can have customisation, but is not a technically 
informed user.

-- 
Rory O'Farrell ofarr...@iol.ie


Draft blog post: Apache OpenOffice at FOSDEM 2013

2013-02-01 Thread Andrea Pescetti
I drafted a short article on what's coming at FOSDEM this weekend. You 
can find the draft at


https://blogs.apache.org/preview/OOo/?previewEntry=apache_openoffice_at_fosdem_2013

and I'll proceed to publish as soon as I get some positive feedback (or 
corrections/integrations).


Everything else is ready, rollup and flyers are printed, and it looks 
like we are set to have a nice weekend! By the way, if someone is 
already in Brussels we could maybe meet tonight already, at the FOSDEM 
beer event or elsewhere.


Regards,
  Andrea.


Re: [Call For QA Volunteers] AOO UI IAccessible2 testing work

2013-02-01 Thread Donald Harbison
Hi Steve Yin,

Steve Lee from OpenDirectives is keen to help get the testing started. He's
new to AOO, but an old hand with A11Y work. He's very well connected to the
accessibility community and will be able to help us connect with experts
for the testing process.

Take it away Steve (Lee),

/don

On Mon, Jan 28, 2013 at 1:46 AM, Steve Yin steve.yin@gmail.com wrote:

 Hi Diego Valle,

 Welcome to join AOO IAccessible2 QA work.
 We will prepare QA cases and assign some of them to you. And I hope we can
 work together at the beginning.


 On Sun, Jan 27, 2013 at 6:44 AM, Diego Valle Rosado 
 diegogvalleros...@gmail.com wrote:

  Hello
 
  My name is diego valle.At the moment I study the career IT in Quintana
 Roo,
  Mexico.
 
  I'm interested in AOO IAccessible2 testing work and I'd like to be a QA
  volunteer. Would be a great way to learn how to get started programming
  OpenOffice and to help bring the benefits of OpenOffice to my country and
  the region where I live.
 
  Regards
 
  Diego Valle
 
 
  2013/1/25 Steve Yin steve.yin@gmail.com
 
   Hi all,
  
   The UI part of the AOO IAccessible2 migration dev work will be done in
 a
   few days. We need QA volunteers to join the testing work and ensure the
   migration quality. This work will be started on the branch ia2.
   https://svn.apache.org/repos/asf/openoffice/branches/ia2
  
   If you are interested in AOO IAccessible2 testing work, please reply
 this
   mail. Thanks.
  
   --
   Best Regards,
  
   Steve Yin
  
 



 --
 Best Regards,

 Steve Yin



Re: Error in macro.

2013-02-01 Thread Yessica Brinkmann
Hello, thank you very much for the reply. The table name is cliente, as
shown in the print screen attached to my previous mail. Actually I tried
already to put quotes in many ways to the table names and columns but never
works for me.
Regards,
Yessica

2013/2/1 Ariel Constenla-Haile arie...@apache.org

 On Thu, Jan 31, 2013 at 08:01:22PM -0300, Yessica Brinkmann wrote:
  Hi, thanks for your answer.
  Now I advanced.
  I print the value of the client code correctly.
  Only now I have another error, tells me that the Customer table does not
  exist or something like this:
  Basic runtime error. There was an exception. Type:
  com.sun.star.sdbc.SQLException. Message: Table not found in statement

 This may need to quote table and fields names:

 sSQL=UPDATE cliente SET cliente.saldo_actual =
  cliente.saldo_saldo_actual +  oTotal.getCurrentValue()  WHERE
  cliente.id_cliente=  CInt(sCliente)

 What is the name of the table? CLIENTES or clientes?


 Regards
 --
 Ariel Constenla-Haile
 La Plata, Argentina



Re: Error in macro.

2013-02-01 Thread Fernand Vanrie

Ariel, Yessica,

with OObase database, table and field names are case sensitive, their is 
no need to quote if:  tables are lowercase and fieldnames uppercase.


if quotes are used, then leave the dots out of the quotes
 sSQL= SELECT mybase.cliente.saldo_saldo_actual 
WHERE works


greetz

Fernand

On Thu, Jan 31, 2013 at 08:01:22PM -0300, Yessica Brinkmann wrote:

Hi, thanks for your answer.
Now I advanced.
I print the value of the client code correctly.
Only now I have another error, tells me that the Customer table does not
exist or something like this:
Basic runtime error. There was an exception. Type:
com.sun.star.sdbc.SQLException. Message: Table not found in statement

This may need to quote table and fields names:


sSQL=UPDATE cliente SET cliente.saldo_actual =
cliente.saldo_saldo_actual +  oTotal.getCurrentValue()  WHERE
cliente.id_cliente=  CInt(sCliente)

What is the name of the table? CLIENTES or clientes?


Regards




Re: Draft blog post: Apache OpenOffice at FOSDEM 2013

2013-02-01 Thread Dave Fisher
LGTM! I would not wait very long to publish it.

Regards,
Dave

On Feb 1, 2013, at 4:39 AM, Andrea Pescetti wrote:

 I drafted a short article on what's coming at FOSDEM this weekend. You can 
 find the draft at
 
 https://blogs.apache.org/preview/OOo/?previewEntry=apache_openoffice_at_fosdem_2013
 
 and I'll proceed to publish as soon as I get some positive feedback (or 
 corrections/integrations).
 
 Everything else is ready, rollup and flyers are printed, and it looks like we 
 are set to have a nice weekend! By the way, if someone is already in Brussels 
 we could maybe meet tonight already, at the FOSDEM beer event or elsewhere.
 
 Regards,
  Andrea.



Re: Draft blog post: Apache OpenOffice at FOSDEM 2013

2013-02-01 Thread Andrea Pescetti

Dave Fisher wrote:

LGTM! I would not wait very long to publish it.


Published:
https://blogs.apache.org/OOo/entry/apache_openoffice_at_fosdem_2013

Regards,
  Andrea.


Re: [Accessibility] IA2 bridge and UI related changes were submitted on the branch ia2

2013-02-01 Thread Shenfeng Liu
Steve,
  Great work!
  Since Phase II is only half way on the full Accessibility support, I
wonder if we can provide more details (on wiki) for the enhancement we
implemented, so that QA can do related verification.
  Thanks!

- Shenfeng (Simon)



2013/2/1 Steve Yin steve.yin@gmail.com

 Hi all,

 IAccessible2 for UI on the branch ia2 is ready for QA now.

 SVN: http://svn.apache.org/repos/asf/openoffice/branches/ia2/

 --
 Best Regards,

 Steve Yin



Re: [bikeshed] I like blue titles.

2013-02-01 Thread Dave Fisher

On Feb 1, 2013, at 8:27 AM, Rob Weir wrote:

 On Feb 1, 2013, at 9:56 AM, Pedro Giffuni p...@apache.org wrote:
 
 Hello;
 
 I know this can easily become the biggest bikeshed ever ...
 
 Can we change the red title in the website (Call for Volunteers,
 as of lately) to dark blue?
 
 The reasons:
 
 - The tone of red chosen looks like it was made to fit at the last
 moment. It has no aesthetic coherence with the rest of the website.

It was chosen quickly and I was thinking it would be for unusual events.

Now it appears to be a common element which is OK.


 
 - It makes us look desperate (or so seem to think some bloggers).
 
 
 The concern should be what works? Not what some bloggers think.
 Breaking out from the visual clutter of the page is important. We want
 to stand out, not blend in and be overlooked. IMHO.

I like blue if it will always be there

 
 Oh course there are other ways of standing out, like with a banner
 graphic. That could give us a more professional image while still
 standing out.

What ever can be done...

Regards,
Dave


 
 -Rob
 
 Just my $0.02 UX.
 
 Pedro.



Re: [bikeshed] I like blue titles.

2013-02-01 Thread Pedro Giffuni


 Da: Dave Fisher 
...
 Can we change the red title in the website (Call for Volunteers,
 as of lately) to dark blue?
 
 The reasons:
 
 - The tone of red chosen looks like it was made to fit at the last
 moment. It has no aesthetic coherence with the rest of the website.

It was chosen quickly and I was thinking it would be for unusual events.


I recall it started when we were about to release 3.4 and the blog went
down so we just had to release on the website.

Now it appears to be a common element which is OK.


It is being changed everytime there's something to communicate:
Like if we break (yet) another download milestone.

The red chair is becoming part of the furniture.


 
 - It makes us look desperate (or so seem to think some bloggers).
 
 
 The concern should be what works? Not what some bloggers think.
 Breaking out from the visual clutter of the page is important. We want
 to stand out, not blend in and be overlooked. IMHO.

I like blue if it will always be there


I suspect we will have it forever :(.

 
 Oh course there are other ways of standing out, like with a banner
 graphic. That could give us a more professional image while still
 standing out.

What ever can be done...


Again, just chose a color for the bikeshed that seems average
among the proposals ;).

Pedro.


Re: Ebay

2013-02-01 Thread Saransh Sharma
They will charge you for the CD and shipping cost i think because from
official site only allows you to download that and if you do not want some
hassles and not that tech savy person or has speed issues of internet the
best option is that you can order that cd or dvd and no they are not the
scammers cause this discussion has been done also by the community

Anything else let me know


On Fri, Feb 1, 2013 at 11:09 PM, Jaime Faneuf jaimelfan...@gmail.comwrote:

 I am researching options for Microsoft Office.  I was looking on eBay for
 cheaper prices when I see OpenOffice being sold from $8-$45.  I went to
 your website to look into it a little more and found that it is free
 software.   So I'm wondering if there is a paid version that I am missing,
 or if the ones on eBay are a scam.  Thanks for your time and help in this
 matter.
 Jaime Faneuf




-- 

Best Regards

Saransh Sharma

Upscale Consultancy PVT LTD.

Disclaimer:

--
This email was sent from within the Upscale Consultancy Services Pvt Ltd.
The contents of this email, including the attachments, are LEGALLY
PRIVILEGED AND CONFIDENTIAL to the intended recipient at the email address
to which it has been addressed. If you receive it in error, please notify
the sender immediately by return email and then permanently delete it from
your system.The unauthorized use, distribution, copying or alteration of
this email, including the attachments, is strictly forbidden. Thank
you.Please note that neither Upscale Group nor the sender accepts any
responsibility for viruses and it is your responsibility to scan the email
and attachments (if any).
--


Re: [Accessibility] IA2 bridge and UI related changes were submitted on the branch ia2

2013-02-01 Thread Andre Fischer

Am 01.02.2013 16:20, schrieb Shenfeng Liu:

Steve,
   Great work!


Yes, great work.  I was not expecting this phase to be completed so soon.

-Andre


   Since Phase II is only half way on the full Accessibility support, I
wonder if we can provide more details (on wiki) for the enhancement we
implemented, so that QA can do related verification.
   Thanks!

- Shenfeng (Simon)



2013/2/1 Steve Yin steve.yin@gmail.com


Hi all,

IAccessible2 for UI on the branch ia2 is ready for QA now.

SVN: http://svn.apache.org/repos/asf/openoffice/branches/ia2/

--
Best Regards,

Steve Yin





Re: Ebay

2013-02-01 Thread Donald Whytock
On Fri, Feb 1, 2013 at 12:39 PM, Jaime Faneuf jaimelfan...@gmail.com wrote:
 I am researching options for Microsoft Office.  I was looking on eBay for
 cheaper prices when I see OpenOffice being sold from $8-$45.  I went to
 your website to look into it a little more and found that it is free
 software.   So I'm wondering if there is a paid version that I am missing,
 or if the ones on eBay are a scam.  Thanks for your time and help in this
 matter.

The versions on Ebay aren't necessarily scams, but the Apache
Foundation doesn't warrant them.  If they're simply verbatim copies of
the downloadable files they're fine, but there's no way to be
absolutely sure that's the case.  In other words, use at your own
risk.

Don


RE: An idea: Add option to delete profile when uninstalling

2013-02-01 Thread Dennis E. Hamilton
+1

-Original Message-
From: Rob Weir [mailto:robw...@apache.org] 
Sent: Friday, February 01, 2013 04:09
To: dev@openoffice.apache.org
Subject: An idea: Add option to delete profile when uninstalling

As I've been reviewing the backlog of defect reports submitted by
users I notice a lot of them that are probably caused by the upgrade
profile corruption bug.   I see reports of this on Twitter and
Facebook as well.   Most users seem smart enough to uninstall and
reinstall.  They've learned that from other programs. It is pretty
much the standard solution to crash problems -- uninstall and
reinstall and you'll be fine.

But in our case, that doesn't fix anything, since the profile is not
removed when we uninstall.

What if we added an option to delete the profile when uninstalling?
I've seen many programs that do that.  It could be a page that says,
Delete application profile and settings?  Default could be No, the
same behavior we have today.  But this would give a far easier way for
users to recover from profile corruption.

-Rob



Re: An idea: Add option to delete profile when uninstalling

2013-02-01 Thread Tanja Meece
I so agree with option of being able to remove your profile while deleting,
that is a suggestion worth listening to.

TMCM
On Feb 1, 2013 4:09 AM, Rob Weir robw...@apache.org wrote:

 As I've been reviewing the backlog of defect reports submitted by
 users I notice a lot of them that are probably caused by the upgrade
 profile corruption bug.   I see reports of this on Twitter and
 Facebook as well.   Most users seem smart enough to uninstall and
 reinstall.  They've learned that from other programs. It is pretty
 much the standard solution to crash problems -- uninstall and
 reinstall and you'll be fine.

 But in our case, that doesn't fix anything, since the profile is not
 removed when we uninstall.

 What if we added an option to delete the profile when uninstalling?
 I've seen many programs that do that.  It could be a page that says,
 Delete application profile and settings?  Default could be No, the
 same behavior we have today.  But this would give a far easier way for
 users to recover from profile corruption.

 -Rob



Re: An idea: Add option to delete profile when uninstalling

2013-02-01 Thread Marcus (OOo)

Am 02/01/2013 01:19 PM, schrieb Rory O'Farrell:

On Fri, 1 Feb 2013 07:09:24 -0500
Rob Weirrobw...@apache.org  wrote:


As I've been reviewing the backlog of defect reports submitted by
users I notice a lot of them that are probably caused by the upgrade
profile corruption bug.   I see reports of this on Twitter and
Facebook as well.   Most users seem smart enough to uninstall and
reinstall.  They've learned that from other programs. It is pretty
much the standard solution to crash problems -- uninstall and
reinstall and you'll be fine.

But in our case, that doesn't fix anything, since the profile is not
removed when we uninstall.

What if we added an option to delete the profile when uninstalling?
I've seen many programs that do that.  It could be a page that says,
Delete application profile and settings?  Default could be No, the
same behavior we have today.  But this would give a far easier way for
users to recover from profile corruption.


I think it might be better to rename the old profile to .BAK (or something) 
even if the User believes it to have been deleted; that way, custom 
dictionaries etc will be preserved and can be recovered.  It can happen that a 
long time user of OpenOffice can have customisation, but is not a technically 
informed user.


So, instead of a checkbox like:

Delete the user profile?
[ yes | no ]

I think we should both on the same wizard page:

What to do with your remaining user profile?
[ Delete | Rename | Leave as it is ]

However, a big +1 for the possibility to delete also the user profile 
while uninstallation.


Marcus



Re: [CONF] Apache OpenOffice Community QA Testing Preferences

2013-02-01 Thread Marcus (OOo)

Am 02/01/2013 07:33 PM, schrieb conflue...@apache.org:

Space: Apache OpenOffice Community 
(https://cwiki.apache.org/confluence/display/OOOUSERS)
Page: QA Testing Preferences 
(https://cwiki.apache.org/confluence/display/OOOUSERS/QA+Testing+Preferences)

Edited by Giorgio Gentili:
-
Please keep in alphabetical order by given name.

|| Name || Bugzilla ID \\ || Can test Windows? \\ || Can test Mac? \\ || Can 
test Linux? \\ || Can test Printing? \\ || Can test Base? \\ || Can test 
Scripting? \\ || Can test Localizations (non-English)? \\ || Have access to MS 
Office? \\ || Additional Comments \\ ||
| Anders Kvibäck \\ | akva1...@gmail.com \\ | Vista \\ | No \\ | Ubuntu \\ | No 
\\ | Willing to learn \\ | Willing to learn \\ | Swedish \\ | \\ | I guess I 
can learn to test scripts |
| Ephraim Purcell \\ | ephraim...@gmail.com \\ | Vista \\ | No \\ | Ubuntu 
10.04, 12.04 \\ | No \\ | No \\ | No \\ | English \\ | | |
| Giorgio Gentili \\ | george.gent...@alice.it \\ | Win7 64-bit \\ | No \\ | No 
\\ | HP Deskjet \\ | Yes \\ | Yes \\ | Italian \\ | Office 2000, Starter 2010 
\\ | |
| Jigisha \\ | jigishails2000.gmail.com \\ | winXP \\ | No \\ | No \\ | No \\ | 
No \\ | No \\ | English \\ | | I just started in this field so would like to go 
with easy stuff. \\ | |
| Nika Kovach | nika.kov...@gmail.com | Win7 64-bit | No | No | No | Willing to 
learn | Willing to learn | Croatian | Office 2007, 2010 | Willing to learn | |
| Olga Plyasunova \\ | princess.romanova.o...@gmail.com \\ | Win7 \\ | Mac OSX 
10.6.8 \\ | No \\ | Brother BW Laser \\ | No \\ | No \\ | Russian \\ | | | |
| Rob Weir \\ | robw...@apache.org \\ | XP, Win7, Win8, 32 and 64-bit \\ | No 
\\ | Ubuntu 10.04, 12.04 \\ | HP Color Laser \\ | Yes \\ | Yes \\ | No \\ | 
Office 97, 2003, 2007, 2010, 2013 \\ | |


@Rob:
As I've restored the deleted headline in the table, I've also inserted 
the first sentence Please keep in alphabetical order by given name and 
wanted to do this actually before committing.


However, it seems I've simply forgotten the last part. Sorry for that.

Marcus


Re: AOO build + bug fix

2013-02-01 Thread Pedro Giffuni
Thank you  Hrishit!

Just building it is a great step forward. That is a great advance indeed. 

What platform are you using? We need a diff file. 

On UNIX/linux you can try man diff and do
something like this

diff -ru original-path modified-path  diff-file.patch

original-path modified-path  can be files or even directories.
You then attach the resulting diff-file.patch to the bugzilla issue.

And feel free to buzz us on this list so someone reviews it :-).

Pedro.




 Da: Hrishit Patel hripat1...@gmail.com
A: dev@openoffice.apache.org 
Inviato: Venerdì 1 Febbraio 2013 15:22
Oggetto: AOO build + bug fix
 
Hi dev community,

I've built my own AOO and now I'm working on the foolowing bug

https://issues.apache.org/ooo/show_bug.cgi?id=102212

In fact I've corrected it(which was a 2 minute work),
but I haven't worked with any version control before so now I'm looking
into how to proceed or whom to report.

cheers,
hrishit




RE: An idea: Add option to delete profile when uninstalling

2013-02-01 Thread Dennis E. Hamilton
+1 - covers the bases.

-Original Message-
From: Marcus (OOo) [mailto:marcus.m...@wtnet.de] 
Sent: Friday, February 01, 2013 12:39
To: dev@openoffice.apache.org
Subject: Re: An idea: Add option to delete profile when uninstalling

Am 02/01/2013 01:19 PM, schrieb Rory O'Farrell:
 On Fri, 1 Feb 2013 07:09:24 -0500
 Rob Weirrobw...@apache.org  wrote:

 As I've been reviewing the backlog of defect reports submitted by
 users I notice a lot of them that are probably caused by the upgrade
 profile corruption bug.   I see reports of this on Twitter and
 Facebook as well.   Most users seem smart enough to uninstall and
 reinstall.  They've learned that from other programs. It is pretty
 much the standard solution to crash problems -- uninstall and
 reinstall and you'll be fine.

 But in our case, that doesn't fix anything, since the profile is not
 removed when we uninstall.

 What if we added an option to delete the profile when uninstalling?
 I've seen many programs that do that.  It could be a page that says,
 Delete application profile and settings?  Default could be No, the
 same behavior we have today.  But this would give a far easier way for
 users to recover from profile corruption.

 I think it might be better to rename the old profile to .BAK (or
something) even if the User believes it to have been deleted; that way,
custom dictionaries etc will be preserved and can be recovered.  It can
happen that a long time user of OpenOffice can have customisation, but is
not a technically informed user.

So, instead of a checkbox like:

Delete the user profile?
[ yes | no ]

I think we should both on the same wizard page:

What to do with your remaining user profile?
[ Delete | Rename | Leave as it is ]

However, a big +1 for the possibility to delete also the user profile 
while uninstallation.

Marcus



Re: [bikeshed] I like blue titles.

2013-02-01 Thread Tanja Meece
Red immediately sends up a warning flag in my mind and that of other user's
I'm sure. There has to be some way to change the color.

TMCM

On Feb 1, 2013 9:43 AM, Pedro Giffuni p...@apache.org wrote:


 
  Da: Dave Fisher
 ...
  Can we change the red title in the website (Call for Volunteers,
  as of lately) to dark blue?
 
  The reasons:
 
  - The tone of red chosen looks like it was made to fit at the last
  moment. It has no aesthetic coherence with the rest of the website.
 
 It was chosen quickly and I was thinking it would be for unusual events.
 
 
 Firstly, I hope I am doing this properly, if not I apologize in
advance.
 
 I agree. I believe that a red sends the wrong signals. It sends up
more of a warning flag, rather than an invitation for volunteers.
 
 The first time I saw it I thought I'd done something wrong.
 
 I recall it started when we were about to release 3.4 and the blog went
 down so we just had to release on the website.

 Now it appears to be a common element which is OK.
 

 It is being changed everytime there's something to communicate:
 Like if we break (yet) another download milestone.

 The red chair is becoming part of the furniture.

 
 
  - It makes us look desperate (or so seem to think some bloggers).
 
 
  The concern should be what works? Not what some bloggers think.
  Breaking out from the visual clutter of the page is important. We want
  to stand out, not blend in and be overlooked. IMHO.
 
 I like blue if it will always be there
 

 I suspect we will have it forever :(.

 
  Oh course there are other ways of standing out, like with a banner
  graphic. That could give us a more professional image while still
  standing out.
 
 What ever can be done...
 

 Again, just chose a color for the bikeshed that seems average
 among the proposals ;).

 Pedro.


Re: [bikeshed] I like blue titles.

2013-02-01 Thread Dave Fisher
On Feb 1, 2013, at 1:56 PM, Tanja Meece wrote:

 Red immediately sends up a warning flag in my mind and that of other user's
 I'm sure.

That was the original intent.

 There has to be some way to change the color.

There is and it is done! It is now the same blue as the rest of the header text.

Regards,
Dave



 
 TMCM
 
 On Feb 1, 2013 9:43 AM, Pedro Giffuni p...@apache.org wrote:
 
 
 
 Da: Dave Fisher
 ...
 Can we change the red title in the website (Call for Volunteers,
 as of lately) to dark blue?
 
 The reasons:
 
 - The tone of red chosen looks like it was made to fit at the last
 moment. It has no aesthetic coherence with the rest of the website.
 
 It was chosen quickly and I was thinking it would be for unusual events.
 
 
 Firstly, I hope I am doing this properly, if not I apologize in
 advance.
 
 I agree. I believe that a red sends the wrong signals. It sends up
 more of a warning flag, rather than an invitation for volunteers.
 
 The first time I saw it I thought I'd done something wrong.
 
 I recall it started when we were about to release 3.4 and the blog went
 down so we just had to release on the website.
 
 Now it appears to be a common element which is OK.
 
 
 It is being changed everytime there's something to communicate:
 Like if we break (yet) another download milestone.
 
 The red chair is becoming part of the furniture.
 
 
 
 - It makes us look desperate (or so seem to think some bloggers).
 
 
 The concern should be what works? Not what some bloggers think.
 Breaking out from the visual clutter of the page is important. We want
 to stand out, not blend in and be overlooked. IMHO.
 
 I like blue if it will always be there
 
 
 I suspect we will have it forever :(.
 
 
 Oh course there are other ways of standing out, like with a banner
 graphic. That could give us a more professional image while still
 standing out.
 
 What ever can be done...
 
 
 Again, just chose a color for the bikeshed that seems average
 among the proposals ;).
 
 Pedro.



Re: [bikeshed] I like blue titles.

2013-02-01 Thread Pedro Giffuni
Thank you Dave!

It's still perfectly visible without being too scandalous. I like it.

Now for a new bikeshed ... I would use Volunteers wanted, instead of 
Volunteers needed ;).

Just kidding ...  :).

Pedro.




 Da: Dave Fisher dave2w...@comcast.net
A: dev@openoffice.apache.org 
Inviato: Venerdì 1 Febbraio 2013 17:49
Oggetto: Re: [bikeshed] I like blue titles.
 
On Feb 1, 2013, at 1:56 PM, Tanja Meece wrote:

 Red immediately sends up a warning flag in my mind and that of other user's
 I'm sure.

That was the original intent.

 There has to be some way to change the color.

There is and it is done! It is now the same blue as the rest of the header 
text.

Regards,
Dave



 
 TMCM
 
 On Feb 1, 2013 9:43 AM, Pedro Giffuni p...@apache.org wrote:
 
 
 
 Da: Dave Fisher
 ...
 Can we change the red title in the website (Call for Volunteers,
 as of lately) to dark blue?
 
 The reasons:
 
 - The tone of red chosen looks like it was made to fit at the last
 moment. It has no aesthetic coherence with the rest of the website.
 
 It was chosen quickly and I was thinking it would be for unusual events.
 
 
 Firstly, I hope I am doing this properly, if not I apologize in
 advance.
 
 I agree. I believe that a red sends the wrong signals. It sends up
 more of a warning flag, rather than an invitation for volunteers.
 
 The first time I saw it I thought I'd done something wrong.
 
 I recall it started when we were about to release 3.4 and the blog went
 down so we just had to release on the website.
 
 Now it appears to be a common element which is OK.
 
 
 It is being changed everytime there's something to communicate:
 Like if we break (yet) another download milestone.
 
 The red chair is becoming part of the furniture.
 
 
 
 - It makes us look desperate (or so seem to think some bloggers).
 
 
 The concern should be what works? Not what some bloggers think.
 Breaking out from the visual clutter of the page is important. We want
 to stand out, not blend in and be overlooked. IMHO.
 
 I like blue if it will always be there
 
 
 I suspect we will have it forever :(.
 
 
 Oh course there are other ways of standing out, like with a banner
 graphic. That could give us a more professional image while still
 standing out.
 
 What ever can be done...
 
 
 Again, just chose a color for the bikeshed that seems average
 among the proposals ;).
 
 Pedro.





Re: AOO build + bug fix

2013-02-01 Thread Ariel Constenla-Haile
On Fri, Feb 01, 2013 at 03:22:40PM -0500, Hrishit Patel wrote:
 Hi dev community,
 
 I've built my own AOO and now I'm working on the foolowing bug
 
 https://issues.apache.org/ooo/show_bug.cgi?id=102212
 
 In fact I've corrected it(which was a 2 minute work),
 but I haven't worked with any version control before so now I'm looking
 into how to proceed or whom to report.

If you are using Subversion:

svn help diff
svn diff  ~/i102212.patch

If you are using git-svn

git help diff
git diff  ~/i102215.patch

Usually the default options are fine, but read the help ;)
Once you have your patch, attach it to the bug.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


pgpsdNM9wnDlh.pgp
Description: PGP signature


Re: [bikeshed] I like blue titles.

2013-02-01 Thread Dave Fisher

On Feb 1, 2013, at 3:16 PM, Dave Fisher wrote:

 
 On Feb 1, 2013, at 3:04 PM, Pedro Giffuni wrote:
 
 Thank you Dave!
 
 It's still perfectly visible without being too scandalous. I like it.
 
 Now for a new bikeshed ... I would use Volunteers wanted, instead of 
 Volunteers needed ;).
 
 Semantics are important!
 
 
 Just kidding ...  :).
 
 It's not a bikeshed it is a good point! Done!

Here is another bikeshed. There was no easy navigation back to 
www.openoffice.org® from openoffice.apache.org where this announcement takes 
the user. So, I added one to the left nav at the bottom of General.

Regards,
Dave


 
 Regards,
 Dave
 
 
 Pedro.
 
 
 
 
 Da: Dave Fisher dave2w...@comcast.net
 A: dev@openoffice.apache.org 
 Inviato: Venerdì 1 Febbraio 2013 17:49
 Oggetto: Re: [bikeshed] I like blue titles.
 
 On Feb 1, 2013, at 1:56 PM, Tanja Meece wrote:
 
 Red immediately sends up a warning flag in my mind and that of other user's
 I'm sure.
 
 That was the original intent.
 
 There has to be some way to change the color.
 
 There is and it is done! It is now the same blue as the rest of the header 
 text.
 
 Regards,
 Dave
 
 
 
 
 TMCM
 
 On Feb 1, 2013 9:43 AM, Pedro Giffuni p...@apache.org wrote:
 
 
 
 Da: Dave Fisher
 ...
 Can we change the red title in the website (Call for Volunteers,
 as of lately) to dark blue?
 
 The reasons:
 
 - The tone of red chosen looks like it was made to fit at the last
 moment. It has no aesthetic coherence with the rest of the website.
 
 It was chosen quickly and I was thinking it would be for unusual events.
 
 
 Firstly, I hope I am doing this properly, if not I apologize in
 advance.
 
 I agree. I believe that a red sends the wrong signals. It sends up
 more of a warning flag, rather than an invitation for volunteers.
 
 The first time I saw it I thought I'd done something wrong.
 
 I recall it started when we were about to release 3.4 and the blog went
 down so we just had to release on the website.
 
 Now it appears to be a common element which is OK.
 
 
 It is being changed everytime there's something to communicate:
 Like if we break (yet) another download milestone.
 
 The red chair is becoming part of the furniture.
 
 
 
 - It makes us look desperate (or so seem to think some bloggers).
 
 
 The concern should be what works? Not what some bloggers think.
 Breaking out from the visual clutter of the page is important. We want
 to stand out, not blend in and be overlooked. IMHO.
 
 I like blue if it will always be there
 
 
 I suspect we will have it forever :(.
 
 
 Oh course there are other ways of standing out, like with a banner
 graphic. That could give us a more professional image while still
 standing out.
 
 What ever can be done...
 
 
 Again, just chose a color for the bikeshed that seems average
 among the proposals ;).
 
 Pedro.
 
 
 
 



Re: svn commit: r1441659 - /openoffice/site/trunk/templates/sidenav.mdtext

2013-02-01 Thread Dave Fisher
The next shed to bike ;-)

On Feb 1, 2013, at 3:21 PM, w...@apache.org wrote:

 Author: wave
 Date: Fri Feb  1 23:21:23 2013
 New Revision: 1441659
 
 URL: http://svn.apache.org/viewvc?rev=1441659view=rev
 Log:
 No clear link back to www.openoffice.org
 
 Modified:
openoffice/site/trunk/templates/sidenav.mdtext
 
 Modified: openoffice/site/trunk/templates/sidenav.mdtext
 URL: 
 http://svn.apache.org/viewvc/openoffice/site/trunk/templates/sidenav.mdtext?rev=1441659r1=1441658r2=1441659view=diff
 ==
 --- openoffice/site/trunk/templates/sidenav.mdtext (original)
 +++ openoffice/site/trunk/templates/sidenav.mdtext Fri Feb  1 23:21:23 2013
 @@ -5,6 +5,8 @@
   - [License](/license.html)
   - [Trademarks](/trademarks.html)
   - [Press](/press.html)
 +  - [OpenOffice.org®](http://www.openoffice.org/)
 +
 # Community
 
   - [Get Involved](/get-involved.html)
 
 



Re: svn commit: r1441659 - /openoffice/site/trunk/templates/sidenav.mdtext

2013-02-01 Thread Rob Weir
-1

Could we please take this to legal-discuss, or to Trademarks@?  I know
you think you are protecting the OpenOffice.org trademark.  So your
intentions are good.   But I'm pretty sure that you are actually
risking the trademark by applying it to the website when the trademark
registration is explicitly for software, not for a website.

So let's revert that until we get further clarification.  You don't
want to mess around with trademark fraud.

Thanks.

-Rob

On Fri, Feb 1, 2013 at 6:26 PM, Dave Fisher dave2w...@comcast.net wrote:
 The next shed to bike ;-)

 On Feb 1, 2013, at 3:21 PM, w...@apache.org wrote:

 Author: wave
 Date: Fri Feb  1 23:21:23 2013
 New Revision: 1441659

 URL: http://svn.apache.org/viewvc?rev=1441659view=rev
 Log:
 No clear link back to www.openoffice.org

 Modified:
openoffice/site/trunk/templates/sidenav.mdtext

 Modified: openoffice/site/trunk/templates/sidenav.mdtext
 URL: 
 http://svn.apache.org/viewvc/openoffice/site/trunk/templates/sidenav.mdtext?rev=1441659r1=1441658r2=1441659view=diff
 ==
 --- openoffice/site/trunk/templates/sidenav.mdtext (original)
 +++ openoffice/site/trunk/templates/sidenav.mdtext Fri Feb  1 23:21:23 2013
 @@ -5,6 +5,8 @@
   - [License](/license.html)
   - [Trademarks](/trademarks.html)
   - [Press](/press.html)
 +  - [OpenOffice.org®](http://www.openoffice.org/)
 +
 # Community

   - [Get Involved](/get-involved.html)





Re: [bikeshed] I like blue titles.

2013-02-01 Thread Rob Weir
On Fri, Feb 1, 2013 at 6:16 PM, Dave Fisher dave2w...@comcast.net wrote:

 On Feb 1, 2013, at 3:04 PM, Pedro Giffuni wrote:

 Thank you Dave!

 It's still perfectly visible without being too scandalous. I like it.

 Now for a new bikeshed ... I would use Volunteers wanted, instead of 
 Volunteers needed ;).

 Semantics are important!


We want them because we need them.  If we didn't need them, we'd still
welcome them but we wouldn't advertise it on the homepage.  So yes,
semantics are important, but this is not an either/or thing.  We both
need and want volunteers.

-Rob


 Just kidding ...  :).

 It's not a bikeshed it is a good point! Done!

 Regards,
 Dave


 Pedro.



 
 Da: Dave Fisher dave2w...@comcast.net
 A: dev@openoffice.apache.org
 Inviato: Venerdì 1 Febbraio 2013 17:49
 Oggetto: Re: [bikeshed] I like blue titles.

 On Feb 1, 2013, at 1:56 PM, Tanja Meece wrote:

 Red immediately sends up a warning flag in my mind and that of other user's
 I'm sure.

 That was the original intent.

 There has to be some way to change the color.

 There is and it is done! It is now the same blue as the rest of the header 
 text.

 Regards,
 Dave




 TMCM

 On Feb 1, 2013 9:43 AM, Pedro Giffuni p...@apache.org wrote:


 
 Da: Dave Fisher
 ...
 Can we change the red title in the website (Call for Volunteers,
 as of lately) to dark blue?

 The reasons:

 - The tone of red chosen looks like it was made to fit at the last
 moment. It has no aesthetic coherence with the rest of the website.

 It was chosen quickly and I was thinking it would be for unusual events.


 Firstly, I hope I am doing this properly, if not I apologize in
 advance.

 I agree. I believe that a red sends the wrong signals. It sends up
 more of a warning flag, rather than an invitation for volunteers.

 The first time I saw it I thought I'd done something wrong.

 I recall it started when we were about to release 3.4 and the blog went
 down so we just had to release on the website.

 Now it appears to be a common element which is OK.


 It is being changed everytime there's something to communicate:
 Like if we break (yet) another download milestone.

 The red chair is becoming part of the furniture.



 - It makes us look desperate (or so seem to think some bloggers).


 The concern should be what works? Not what some bloggers think.
 Breaking out from the visual clutter of the page is important. We want
 to stand out, not blend in and be overlooked. IMHO.

 I like blue if it will always be there


 I suspect we will have it forever :(.


 Oh course there are other ways of standing out, like with a banner
 graphic. That could give us a more professional image while still
 standing out.

 What ever can be done...


 Again, just chose a color for the bikeshed that seems average
 among the proposals ;).

 Pedro.






Re: Coming to openoffice group

2013-02-01 Thread Kay Schenk



On 01/29/2013 10:04 PM, Alejandro I Barranco Gtz. wrote:

Hello,

I´m Alejandro Barranco, from México city, interested in strech the 
communication between users and openoffice suite.

I could help to to spanish tutorials or something like that.

Grettings

Alex


Hello Alex, and welcome to OpenOffice.

Given your interests, you might want to take a look at the tutorials 
housed on the wiki if you haven't yet.


http://wiki.services.openoffice.org/wiki/Documentation

We don't seem to have a Spanish area here, but I'm sure we can create one.

Maybe you could be the first contributor to this area!





--

MzK

A great deal of talent is lost to the world
  for want of a little courage.
 -- Sydney Smith



Re: [bikeshed] I like blue titles.

2013-02-01 Thread Pedro Giffuni
hold it right there

Volunteers wanted and needed is just too much for a shed.

Pedro. 




 Da: Rob Weir robw...@apache.org
A: dev@openoffice.apache.org 
Inviato: Venerdì 1 Febbraio 2013 18:50
Oggetto: Re: [bikeshed] I like blue titles.
 
On Fri, Feb 1, 2013 at 6:16 PM, Dave Fisher dave2w...@comcast.net wrote:

 On Feb 1, 2013, at 3:04 PM, Pedro Giffuni wrote:

 Thank you Dave!

 It's still perfectly visible without being too scandalous. I like it.

 Now for a new bikeshed ... I would use Volunteers wanted, instead of 
 Volunteers needed ;).

 Semantics are important!


We want them because we need them.  If we didn't need them, we'd still
welcome them but we wouldn't advertise it on the homepage.  So yes,
semantics are important, but this is not an either/or thing.  We both
need and want volunteers.

-Rob


 Just kidding ...  :).

 It's not a bikeshed it is a good point! Done!

 Regards,
 Dave


 Pedro.



 
 Da: Dave Fisher dave2w...@comcast.net
 A: dev@openoffice.apache.org
 Inviato: Venerdì 1 Febbraio 2013 17:49
 Oggetto: Re: [bikeshed] I like blue titles.

 On Feb 1, 2013, at 1:56 PM, Tanja Meece wrote:

 Red immediately sends up a warning flag in my mind and that of other 
 user's
 I'm sure.

 That was the original intent.

 There has to be some way to change the color.

 There is and it is done! It is now the same blue as the rest of the header 
 text.

 Regards,
 Dave




 TMCM

 On Feb 1, 2013 9:43 AM, Pedro Giffuni p...@apache.org wrote:


 
 Da: Dave Fisher
 ...
 Can we change the red title in the website (Call for Volunteers,
 as of lately) to dark blue?

 The reasons:

 - The tone of red chosen looks like it was made to fit at the last
 moment. It has no aesthetic coherence with the rest of the website.

 It was chosen quickly and I was thinking it would be for unusual events.


 Firstly, I hope I am doing this properly, if not I apologize in
 advance.

 I agree. I believe that a red sends the wrong signals. It sends up
 more of a warning flag, rather than an invitation for volunteers.

 The first time I saw it I thought I'd done something wrong.

 I recall it started when we were about to release 3.4 and the blog went
 down so we just had to release on the website.

 Now it appears to be a common element which is OK.


 It is being changed everytime there's something to communicate:
 Like if we break (yet) another download milestone.

 The red chair is becoming part of the furniture.



 - It makes us look desperate (or so seem to think some bloggers).


 The concern should be what works? Not what some bloggers think.
 Breaking out from the visual clutter of the page is important. We want
 to stand out, not blend in and be overlooked. IMHO.

 I like blue if it will always be there


 I suspect we will have it forever :(.


 Oh course there are other ways of standing out, like with a banner
 graphic. That could give us a more professional image while still
 standing out.

 What ever can be done...


 Again, just chose a color for the bikeshed that seems average
 among the proposals ;).

 Pedro.








Re: Ebay

2013-02-01 Thread Andrea Pescetti

Jaime Faneuf wrote:

I am researching options for Microsoft Office.  I was looking on eBay for
cheaper prices when I see OpenOffice being sold from $8-$45.  I went to
your website to look into it a little more and found that it is free
software.   So I'm wondering if there is a paid version that I am missing,
or if the ones on eBay are a scam.


You received other answers, see 
http://mail-archives.apache.org/mod_mbox/openoffice-dev/201302.mbox/browser 
since you are not subscribed to this discussion list.


But in short, there is no commercial version of Apache OpenOffice, and 
the OpenOffice license allows to sell the product; OpenOffice can be 
downloaded for free from http://openoffice.org and we recommend that you 
get it from there.


Regards,
  Andrea.


Re: Coming to openoffice group

2013-02-01 Thread Kay Schenk



On 01/29/2013 10:04 PM, Alejandro I Barranco Gtz. wrote:

Hello,

I´m Alejandro Barranco, from México city, interested in strech the 
communication between users and openoffice suite.

I could help to to spanish tutorials or something like that.

Grettings

Alex




Hello again, Alex --

Also, you will probably find our orientation modules beneficial...

http://openoffice.apache.org/orientation/index.html
--

MzK

A great deal of talent is lost to the world
  for want of a little courage.
 -- Sydney Smith



Re: [CONF] Apache OpenOffice Community QA Testing Preferences

2013-02-01 Thread Rob Weir
On Fri, Feb 1, 2013 at 3:47 PM, Marcus (OOo) marcus.m...@wtnet.de wrote:
 Am 02/01/2013 07:33 PM, schrieb conflue...@apache.org:

 Space: Apache OpenOffice Community
 (https://cwiki.apache.org/confluence/display/OOOUSERS)
 Page: QA Testing Preferences
 (https://cwiki.apache.org/confluence/display/OOOUSERS/QA+Testing+Preferences)

 Edited by Giorgio Gentili:
 -
 Please keep in alphabetical order by given name.

 || Name || Bugzilla ID \\ || Can test Windows? \\ || Can test Mac? \\ ||
 Can test Linux? \\ || Can test Printing? \\ || Can test Base? \\ || Can test
 Scripting? \\ || Can test Localizations (non-English)? \\ || Have access to
 MS Office? \\ || Additional Comments \\ ||
 | Anders Kvibäck \\ | akva1...@gmail.com \\ | Vista \\ | No \\ | Ubuntu \\
 | No \\ | Willing to learn \\ | Willing to learn \\ | Swedish \\ | \\ | I
 guess I can learn to test scripts |
 | Ephraim Purcell \\ | ephraim...@gmail.com \\ | Vista \\ | No \\ | Ubuntu
 10.04, 12.04 \\ | No \\ | No \\ | No \\ | English \\ | | |
 | Giorgio Gentili \\ | george.gent...@alice.it \\ | Win7 64-bit \\ | No \\
 | No \\ | HP Deskjet \\ | Yes \\ | Yes \\ | Italian \\ | Office 2000,
 Starter 2010 \\ | |
 | Jigisha \\ | jigishails2000.gmail.com \\ | winXP \\ | No \\ | No \\ | No
 \\ | No \\ | No \\ | English \\ | | I just started in this field so would
 like to go with easy stuff. \\ | |
 | Nika Kovach | nika.kov...@gmail.com | Win7 64-bit | No | No | No |
 Willing to learn | Willing to learn | Croatian | Office 2007, 2010 | Willing
 to learn | |
 | Olga Plyasunova \\ | princess.romanova.o...@gmail.com \\ | Win7 \\ | Mac
 OSX 10.6.8 \\ | No \\ | Brother BW Laser \\ | No \\ | No \\ | Russian \\ | |
 | |
 | Rob Weir \\ | robw...@apache.org \\ | XP, Win7, Win8, 32 and 64-bit \\ |
 No \\ | Ubuntu 10.04, 12.04 \\ | HP Color Laser \\ | Yes \\ | Yes \\ | No \\
 | Office 97, 2003, 2007, 2010, 2013 \\ | |


 @Rob:
 As I've restored the deleted headline in the table, I've also inserted the
 first sentence Please keep in alphabetical order by given name and wanted
 to do this actually before committing.

 However, it seems I've simply forgotten the last part. Sorry for that.


Thanks.   I find the CWiki tables are easily corrupted.  I don't know
what causes it.  I think once everyone gets their info in, it will be
easier to take the wiki-text into an editor and sort it there and then
paste it back in.

But it is good to see what coverage we have.  It looks like we could
use some more Mac testers and some more with Base experience.  But
otherwise it is looking good.

-Rob


 Marcus


Re: [bikeshed] I like blue titles.

2013-02-01 Thread Kay Schenk



On 02/01/2013 03:04 PM, Pedro Giffuni wrote:

Thank you Dave!

It's still perfectly visible without being too scandalous. I like
it.

Now for a new bikeshed ... I would use Volunteers wanted, instead
of Volunteers needed ;).

Just kidding ...  :).

Pedro.



Well I like the new blue better than the red, but a complementary fun 
color, like some shade of orange, would be nice as well. Some of us can 
work on this locally and post options I suppose.






 Da: Dave Fisher
dave2w...@comcast.net A: dev@openoffice.apache.org Inviato:
Venerdì 1 Febbraio 2013 17:49 Oggetto: Re: [bikeshed] I like blue
titles.

On Feb 1, 2013, at 1:56 PM, Tanja Meece wrote:


Red immediately sends up a warning flag in my mind and that of
other user's I'm sure.


That was the original intent.


There has to be some way to change the color.


There is and it is done! It is now the same blue as the rest of the
header text.

Regards, Dave





TMCM

On Feb 1, 2013 9:43 AM, Pedro Giffuni p...@apache.org wrote:




 Da: Dave Fisher

...

Can we change the red title in the website (Call for
Volunteers, as of lately) to dark blue?

The reasons:

- The tone of red chosen looks like it was made to fit at
the last moment. It has no aesthetic coherence with the
rest of the website.


It was chosen quickly and I was thinking it would be for
unusual events.



Firstly, I hope I am doing this properly, if not I
apologize in

advance.


I agree. I believe that a red sends the wrong signals.
It sends up

more of a warning flag, rather than an invitation for
volunteers.


The first time I saw it I thought I'd done something
wrong.


I recall it started when we were about to release 3.4 and the
blog went down so we just had to release on the website.


Now it appears to be a common element which is OK.



It is being changed everytime there's something to
communicate: Like if we break (yet) another download
milestone.

The red chair is becoming part of the furniture.





- It makes us look desperate (or so seem to think some
bloggers).



The concern should be what works? Not what some bloggers
think. Breaking out from the visual clutter of the page is
important. We want to stand out, not blend in and be
overlooked. IMHO.


I like blue if it will always be there



I suspect we will have it forever :(.



Oh course there are other ways of standing out, like with a
banner graphic. That could give us a more professional
image while still standing out.


What ever can be done...



Again, just chose a color for the bikeshed that seems average
among the proposals ;).

Pedro.







--

MzK

A great deal of talent is lost to the world
  for want of a little courage.
 -- Sydney Smith



Re: intro

2013-02-01 Thread Rob Weir
On Fri, Feb 1, 2013 at 4:39 PM, Rob Conn sherlockrobc...@gmail.com wrote:
 My name is Rob Conn, I am a Support Analyst/Engineer from Nutley NJ about
 20 minutes west of Midtown Manhattan. I also have a background back-end
 developer and data modeler using Object PHP and MySQL.


Hi Bob,

Welcome to the Apache OpenOffice project!

We have a separate mailing list for the QA team, so you'll want to
join that by sending a note to qa-subscr...@openoffice.apache.org.

Also, we have some introductory pages that help orient new volunteers
with the project.  You can find them here:

http://openoffice.apache.org/orientation/index.html

Some of the orientation modules deal with general, project-wide topics
and are especially useful if you have not worked on an open source
project before.  And the Introduction to QA module will help you get
started on the QA side.

I recommend that you take a look at the above links, and sign up for
the QA list and post your intro there as well.

Thanks!

-Rob

 I have experience in application, production, technical and mobile support,
 assisting QA in blackbox and usage testing. I want to add more to my QA
 software testing skills as well as different degrees and direction of
 support.

 Open Office is a great suite of application, I have'nt used Microsoft
 Office in years (expect when supporting it on the job), since
 i discovered open office and recommend it to everyone I know to move to it.

 Thanks

 Rob Conn


Re: wiki documentation areas for additional languages

2013-02-01 Thread Rob Weir
On Fri, Feb 1, 2013 at 7:09 PM, Kay Schenk kay.sch...@gmail.com wrote:
 I notice we don't have many native language documentation areas on the wiki
 --

 http://wiki.openoffice.org/wiki/Documentation

 as we do languages on the main page

 http://wiki.openoffice.org/wiki/Main_Page

 Should we add more languages to the Documentation main page?  I'm not sure
 if I can do this or not...


On the doc list we're starting a new documentation set under the
Apache License.  Once that is done it would make sense to translate
it.

-Rob


 --
 
 MzK

 A great deal of talent is lost to the world
   for want of a little courage.
  -- Sydney Smith



Use of (R) beyond scope of trademark registration

2013-02-01 Thread Rob Weir
A question for you that has come up in the OpenOffice project.

The ASF owns the U.S. registration for OpenOffice.org.  Looking up
the registration on TESS, we see the word mark is claimed for:

Services   IC 009. US 021 023 026 036 038. G  S: Computer software
for use in database management, for use as a spreadsheet, for word
processing, that may be downloaded from a global computer network;
computer programs, namely, presentation graphics programs, that may be
downloaded from a global computer network; software for processing
images, graphics and text, that may be downloaded from a global
computer network; software for typesetting of equations and formulae,
that may be downloaded from a global computer network

With our 3.4.0 release last May we are now calling new release Apache
OpenOffice and claiming that term as a (TM).  But we still distribute
version 3.3.0 and earlier as OpenOffice.org (R).  So arguably both
trademarks are still in use.

One further idea was to use the (R) when referring to the website
itself, .e.g, use anchor text of OpenOffice.org (R) on hyperlinks to
www.openoffice.org.  The idea was that this would count as an
additional active use of the trademark.   But since the registration
itself does not mention the use of the trademark on websites, one
concern was that we risked the trademark by not respecting its scope
ourselves.

Any advise on this would be much appreciated.

Regards,

-Rob


Re: svn commit: r1441659 - /openoffice/site/trunk/templates/sidenav.mdtext

2013-02-01 Thread Rob Weir
On Fri, Feb 1, 2013 at 8:00 PM, Dave Fisher dave2w...@comcast.net wrote:

 On Feb 1, 2013, at 3:46 PM, Rob Weir wrote:

 On Fri, Feb 1, 2013 at 6:40 PM, Rob Weir robw...@apache.org wrote:
 -1


 I've reverted that commit.  Getting this wrong could have serious
 repercussions, so let's make sure we get it right.

 Not exactly. You left the link which was the main thing I wanted to add! A 
 full revert would have been anti-social. The sociable thing is to ask the 
 committer to do it. It's their commit and we are all in this together. OK.


IMHO, the sociable thing is not to feel such exclusive ownership over
one's commit that one would be offended if someone else reverted it
because they thought it was harmful.  We are all in this together,
right?

 +1 on your change to my commit.

 Go ahead and get an opinion from trademarks@. I think that they will say that 
 this fits a registered trademark other than the US trademark. For example the 
 one in China. A clarification is needed, but not on legal-discuss.


I've read over the Chinese registration, via Google translates, and I
don't see it applying to websites.  But perhaps someone on trademarks@
has some better Chinese legal advice.

Regards,

-Rob

 Best Regards,
 Dave


 -Rob

 Could we please take this to legal-discuss, or to Trademarks@?  I know
 you think you are protecting the OpenOffice.org trademark.  So your
 intentions are good.   But I'm pretty sure that you are actually
 risking the trademark by applying it to the website when the trademark
 registration is explicitly for software, not for a website.

 So let's revert that until we get further clarification.  You don't
 want to mess around with trademark fraud.

 Thanks.

 -Rob

 On Fri, Feb 1, 2013 at 6:26 PM, Dave Fisher dave2w...@comcast.net wrote:
 The next shed to bike ;-)

 On Feb 1, 2013, at 3:21 PM, w...@apache.org wrote:

 Author: wave
 Date: Fri Feb  1 23:21:23 2013
 New Revision: 1441659

 URL: http://svn.apache.org/viewvc?rev=1441659view=rev
 Log:
 No clear link back to www.openoffice.org

 Modified:
   openoffice/site/trunk/templates/sidenav.mdtext

 Modified: openoffice/site/trunk/templates/sidenav.mdtext
 URL: 
 http://svn.apache.org/viewvc/openoffice/site/trunk/templates/sidenav.mdtext?rev=1441659r1=1441658r2=1441659view=diff
 ==
 --- openoffice/site/trunk/templates/sidenav.mdtext (original)
 +++ openoffice/site/trunk/templates/sidenav.mdtext Fri Feb  1 23:21:23 
 2013
 @@ -5,6 +5,8 @@
  - [License](/license.html)
  - [Trademarks](/trademarks.html)
  - [Press](/press.html)
 +  - [OpenOffice.org®](http://www.openoffice.org/)
 +
 # Community

  - [Get Involved](/get-involved.html)






Re: Error in macro.

2013-02-01 Thread Yessica Brinkmann
Hello,
I wanted to ask if I can please help with this issue. Is that really need
to implement this functionality for my database. The macro has no errors
but UPDATE is not performed in the customer table. I do not know if you owe
the event in which I am putting my macro, event currently in the Mouse
button released Calculate Total button. Same should work if saldo_actual
field for a record is empty it?
I also see that all new users first make an introduction, I'm doing my
thesis on  Computer Engineering and I am working Independent, as do
systems. I have more experience working on Java and XML, but I think this
is a nice opportunity to learn Visual Basic.
My macro is now as follows:
Sub ActualizarSaldoVentas (Evento)
Dim oFrm As Object
Dim oCliente As Object
Dim oTotal As Object
Dim oCon As Object
Dim oStat As Object
Dim sSQL As String
Dim oRes As Object
Dim rs As Object
Dim sCliente as String
Dim ColIndex as Integer
'Dim oIdPago As Object
oFrm=Evento.Source.Model.Parent
If oFrm.hasByName(id_cliente) Then
  oCliente=oFrm.getByName(id_cliente)
Else
  Print Cannot find id_cliente
  Exit Sub
End If
   rs=oFrm.createResultSet()
   sCliente=rs.getString(rs.findColumn(cod_cliente))
   oTotal=oFrm.getByName(fmttotal)
   Print sCliente
   Print oTotal.getCurrentValue()
   oCon=ThisDatabaseDocument.CurrentController.ActiveConnection
   oStat=oCon.CreateStatement
   sSQL = UPDATE cliente   SET cliente.saldo_actual =  
cliente.saldo_actual +   oTotal.getCurrentValue()   WHERE
cliente.id_cliente=  CInt(sCliente)
   oRes=oStat.ExecuteQuery(sSQL)
End Sub
Regards,
Yessica
2013/2/1 Yessica Brinkmann yessica.brinkm...@gmail.com

 Hello,
 I think maybe I should assign my macro to another event, perhaps one
 associated with the form to work, I do not know, my idea is just. Tempted
 now assigned to mouse button released event of a button called Calculate
 Total.
 regards,
 Yessica

 2013/2/1 Yessica Brinkmann yessica.brinkm...@gmail.com

 Hello,
 Thank you very much for the reply. Sorry, did not know that I should not
 put attachments. Now I have no errors in the macro, and I used the SQL
 UPDATE indicated. Just do not know why but UPDATE fails. So, when I check
 the table, I do not see the value of the changed field. I refreshed the
 table also but nothing. I printed the total value also to see if I was
 right and good. I do not know what is going wrong.
 Regards,
 Yessica

 2013/2/1 Fernand Vanrie s...@pmgroup.be

 Ariel, Yessica,

 with OObase database, table and field names are case sensitive, their is
 no need to quote if:  tables are lowercase and fieldnames uppercase.

 if quotes are used, then leave the dots out of the quotes
  sSQL= SELECT mybase.cliente.**saldo_saldo_actual
 WHERE works

 greetz

 Fernand

  On Thu, Jan 31, 2013 at 08:01:22PM -0300, Yessica Brinkmann wrote:

 Hi, thanks for your answer.
 Now I advanced.
 I print the value of the client code correctly.
 Only now I have another error, tells me that the Customer table does
 not
 exist or something like this:
 Basic runtime error. There was an exception. Type:
 com.sun.star.sdbc.**SQLException. Message: Table not found in
 statement

 This may need to quote table and fields names:

  sSQL=UPDATE cliente SET cliente.saldo_actual =
 cliente.saldo_saldo_actual +  oTotal.getCurrentValue()  WHERE
 cliente.id_cliente=  CInt(sCliente)

 What is the name of the table? CLIENTES or clientes?


 Regards







Re: Volunteer Support Engineer/Tester reporting for duty :)

2013-02-01 Thread Andrew Douglas Pitonyak

Excellent, you probably want to look here:

http://wiki.openoffice.org/wiki/Quality_Assurance

and here

http://openoffice.apache.org/qa.html

On 02/01/2013 04:32 PM, Rob Conn wrote:

Hi i'm Rob Conn,

I am offering my skills and experience to help make open office better and
resolve any issues your having. It good experience, a great product and a
chance to learn more. i.m in...

Rob



--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
Info:  http://www.pitonyak.org/oo.php