Re: [libreoffice-users] formatting emails

2012-03-23 Thread Brian Barker

At 15:59 23/03/2012 -0400, Doug McGarrett wrote:
Interesting problem:  An email text is received which you need to 
format for publication. The email uses a carriage return at the end 
of each line, and a double carriage return for paragraph 
spacing.  What I'd like to do is remove the cr's at the end of each 
line, so the text can be justified, and turn the double cr's into 
paragraph controls, or just leave as double cr's.  Obviously all 
this can be done a line at a time by hand, but it's a pain. Is there 
any way someone can suggest to automate this?


Yes.  First recombining the lines into paragraphs:
o Go to Tools | AutoCorrect Options... | Options, and tick "Combine 
single line paragraphs if length greater than 50%".

o Go to Format | AutoCorrect > | Apply.

Notes:

o You may need to reduce that value of 50% to make the facility work 
properly in your case.  Click on the text of the option and the 
Edit... button below will light up and enable you to edit the 50% 
value to a suitable smaller one.


o Applying AutoCorrect will make other changes to your text - which 
you may not want.  You can avoid this in two ways: either switch off 
unwanted changes in the AutoCorrect dialogue or - more easily - use 
Format | AutoCorrect > | Apply and Edit Changes instead.  Then choose 
Edit Changes when challenged.  Now click the Comment column header in 
the Accept or Reject AutoFormat Changes panel; this sorts all the 
changes of a particular type together.  Select all the "Combine 
paragraphs" lines together (using Shift-click or Shift-arrow in the 
usual way) and click Accept.  Now click Reject All to reject all other changes.


Now to remove empty paragraphs:
o In the Find & Replace dialogue, click More Options, and then tick 
"Regular expressions".

o Search for ^$ - that's circumflex-dollar - and replace with nothing.

I trust this helps.

Brian Barker


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] Re: formatting emails

2012-03-23 Thread Doug

On 03/23/2012 06:12 PM, Andreas Säger wrote:

Am 23.03.2012 20:59, Doug wrote:

Interesting problem: An email text is received which you need to format
for publication.
The email uses a carriage return at the end of each line, and a double
carriage return
for paragraph spacing. What I'd like to do is remove the cr's at the end
of each line, so
the text can be justified, and turn the double cr's into paragraph
controls, or just leave
as double cr's. Obviously all this can be done a line at a time by hand,
but it's a pain.
Is there any way someone can suggest to automate this?

Thanx--doug



File>Open...
File type: Text Encoded
Choose encoding and line feed.



What I had done previously was to highlight the email text and paste it.
Now instead I tried to follow your instructions.

I found the file-type Text Encoded.
I couldn't find "encoding" or "line feed" either as one or two lines.

I assume for this purpose, I should save the email to a file, which I did.
I chose file type "text encodied" and searched out the file (.eml) which
looked like raw html when I imported it.  I deleted all the html stuff on
top, and was left with a file that could not be justified or anything, and
had all the apostrophes and quotation marks replaced by some letter
and symbol crap.

Obviously, I'm not doing what you suggest, but I guess I just don't
understand.

--doug

--
Blessed are the peacekeepers...for they shall be shot at from both sides. 
--A.M. Greeley


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] How to remove Outline format?

2012-03-23 Thread Calvin Kim

On 03/22/2012 07:56 AM, Dotan Cohen wrote:

In LibreOffice Writer 3.4 on Kubuntu I have a list of items that have
become outline formatted:
* Something
* Something else

How do I remove the outline formatting and return each line to an
individual paragraph?

Thanks.


Toggle between...
 for numbering.
+ for bullets

cK

--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] Re: formatting emails

2012-03-23 Thread Andreas Säger

Am 23.03.2012 20:59, Doug wrote:

Interesting problem: An email text is received which you need to format
for publication.
The email uses a carriage return at the end of each line, and a double
carriage return
for paragraph spacing. What I'd like to do is remove the cr's at the end
of each line, so
the text can be justified, and turn the double cr's into paragraph
controls, or just leave
as double cr's. Obviously all this can be done a line at a time by hand,
but it's a pain.
Is there any way someone can suggest to automate this?

Thanx--doug



File>Open...
File type: Text Encoded
Choose encoding and line feed.


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Re: mail merge duplicates entries

2012-03-23 Thread Andreas Säger

Am 23.03.2012 18:24, Ron Gregor wrote:


Does anyone know how to fix this or is this another bug that needs to be filed.



It is another bug that needs to be filed AND a simple query can fix it:
SELECT DISTINCT * FROM "Your Table"


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] formatting emails

2012-03-23 Thread T. R. Valentine
On 23 March 2012 14:59, Doug  wrote:
> Interesting problem:  An email text is received which you need to format for
> publication.
> The email uses a carriage return at the end of each line, and a double
> carriage return
> for paragraph spacing.  What I'd like to do is remove the cr's at the end of
> each line, so
> the text can be justified, and turn the double cr's into paragraph controls,
> or just leave
> as double cr's.  Obviously all this can be done a line at a time by hand,
> but it's a pain.
> Is there any way someone can suggest to automate this?

Search and replace #1 - search for double carriage return and replace
with manual page break

Search and replace #2 - search for carriage return and replace with space

Search and replace #3 - search for manual page break and replace with
(double) carriage return



-- 
T. R. Valentine
Your friends will argue with you. Your enemies don't care.
'When I get a little money I buy books; and if any is left I buy food
and clothes.' -- Erasmus

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] formatting emails

2012-03-23 Thread Doug

On 03/23/2012 04:22 PM, Tom Davies wrote:

Hi :)
Which OS?

How about search&replace the double first and then deal with the remaining 
singles?
Regards from
Tom :)


--- On Fri, 23/3/12, Doug  wrote:

From: Doug
Subject: [libreoffice-users] formatting emails
To: users@global.libreoffice.org
Date: Friday, 23 March, 2012, 19:59

Interesting problem:  An email text is received which you need to format for 
publication.
The email uses a carriage return at the end of each line, and a double carriage 
return
for paragraph spacing.  What I'd like to do is remove the cr's at the end of 
each line, so
the text can be justified, and turn the double cr's into paragraph controls, or 
just leave
as double cr's.  Obviously all this can be done a line at a time by hand, but 
it's a pain.
Is there any way someone can suggest to automate this?

Thanx--doug


Well, if I knew how to replace the doubles with a paragraph marker, I 
could do that.

Then if I knew how to delete the singles, I could do that also.
I'm not trying to be a wiseguy, I don't know how to do that.
The os is PCLinuxOs.

--doug

--
Blessed are the peacekeepers...for they shall be shot at from both sides. 
--A.M. Greeley


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Default Encryption Fails for Down-Level Implementations

2012-03-23 Thread Dennis E. Hamilton
Here is a message that I have just sent to ooo-dev about the silent switching 
to AES256 being an interoperability problem.  The recommendation is to stay 
with the only cross ODF 1.0/1.1/1.2-conforming encryption of "Save with 
Password" by default, while accepting the newer optional ones (including 
AES256) on input.

The patch and bug report for LibreOffice 3.5.x is here: 
.

If anyone thinks a license statement is needed from me to change two defaults 
from "sal_False" to "sal_True" I will be happy to provide it.

 - Dennis

-Original Message-
From: Dennis E. Hamilton [mailto:dennis.hamil...@acm.org] 
Sent: Friday, March 23, 2012 13:24
To: 'ooo-...@incubator.apache.org'
Subject: RE: [RELEASE,CODE]: Bug 119090 - Default Encryption Fails for 
Down-Level Implementations

[ ... ]

The current builds of OOo-dev 3.4 (from Oracle) and all Apache OpenOffice 3.4 
developer previews install with "Save with Password" pre-wired to encrypt using 
AES256-cbc and SHA256, and SHA256-1k digests, in conflict with the Blowfish CFB 
and SHA1, SHA1/1K digests that are all that down-level versions of 
OpenOffice-lineage and ODF 1.1 consumers can decrypt*d4e2h2*
, including Lotus Symphony, Libre Office prior to 3.5.x, and OpenOffice.or 
3.3.0 (and earlier).

There is no dialog that notifies users that the encryption cannot be decrypted 
with earlier versions.  Changing the behavior requires knowing how to 
manipulate configuration settings.  There is no UI or Tools | Options dialog 
for this.

Fortunately, whichever default is used for Save with Password, both forms of 
encryption are accepted when opening a document.

THE PROPOSAL: Change the default so that the ODF 1.0/1.1/1.2-compatible and 
conformant encryption is used (Blowfish CFB and SHA1 for digests).  Users who 
want to produce documents using AE256, despite the loss of interoperability 
with all consumers but those who can accept AE256 -- LO 3.5.x, OO.o-dev 3.4, 
and AOO 3.4+ -- can still change their configuration files to alter the default 
behavior on ODF 1.2 Save with Password.

THE PATCH: There is a simple two-line patch to reverse the default behavior 
when there is no over-ride in the user configuration.  This is provided with 
r119090: .  This patch 
needs to be approved and accepted.  (As a committer, I could have actually 
applied it.  I didn't want that done without review first, so this is an RTC 
submission.)

THE BENEFIT: Non-expert users will not be surprised by the misleading failure 
of their password to work when using a machine with an older version of OO-line 
software.  (The error message suggests that the file is damaged, not that the 
encryption is not understood.)  In addition, files that are encrypted using AES 
will also be decryptable by these new releases without the user having to 
figure anything out.

THE DEBATE: There is extensive technical discussion on the Bugzilla comments.  
Here is a summary of what all of that technicality is about:

 1. Some presume that switching to AES256 increases the security of the 
document.

 2. The counter-argument is that it does no good to improve the security in 
parts of the encryption that do not improve the security of the weakest-link in 
the encryption technique.  It will simply give a false sense of security where 
there is no improvement.  The weak link in ODF 1.0/1.1/1.2 encryption is the 
way that passwords are used.  Not in the encryption technique that is used for 
the document.

All of the extensive technical material is about explaining how it is that (2) 
is the case and that doing (1) simply inconveniences users and raises technical 
and reputation issues. 

 - Dennis

PS: An equivalent patch has also been contributed to LibreOffice for remedying 
the fact that the change to AES has been instituted in LO 3.5.x .)

[ ... ]



-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] formatting emails

2012-03-23 Thread Tom Davies
Hi :)
Which OS?

How about search&replace the double first and then deal with the remaining 
singles?
Regards from
Tom :)


--- On Fri, 23/3/12, Doug  wrote:

From: Doug 
Subject: [libreoffice-users] formatting emails
To: users@global.libreoffice.org
Date: Friday, 23 March, 2012, 19:59

Interesting problem:  An email text is received which you need to format for 
publication.
The email uses a carriage return at the end of each line, and a double carriage 
return
for paragraph spacing.  What I'd like to do is remove the cr's at the end of 
each line, so
the text can be justified, and turn the double cr's into paragraph controls, or 
just leave
as double cr's.  Obviously all this can be done a line at a time by hand, but 
it's a pain.
Is there any way someone can suggest to automate this?

Thanx--doug

-- Blessed are the peacekeepers...for they shall be shot at from both sides. 
--A.M. Greeley


-- For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] formatting emails

2012-03-23 Thread Doug
Interesting problem:  An email text is received which you need to format 
for publication.
The email uses a carriage return at the end of each line, and a double 
carriage return
for paragraph spacing.  What I'd like to do is remove the cr's at the 
end of each line, so
the text can be justified, and turn the double cr's into paragraph 
controls, or just leave
as double cr's.  Obviously all this can be done a line at a time by 
hand, but it's a pain.

Is there any way someone can suggest to automate this?

Thanx--doug

--
Blessed are the peacekeepers...for they shall be shot at from both sides. 
--A.M. Greeley


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: CVE-2012-0037 (was RE: [libreoffice-users] CVE-2012-0337)

2012-03-23 Thread Dennis E. Hamilton
By the way, it is CVE-2012-0037, not -0337.  Sorry I didn't detect the original 
subject-line gaff sooner.

Note that the official CVE reports are seriously unenlightening: 
.

The LibreOffice advisory is likely to simply scare the pants off of users since 
it is very circumspect and provides no information about how this matters to 
users and what they can do to avoid it (apart from upgrading): 
https://www.libreoffice.org/advisories/CVE-2012-0037/ 

The Apache OpenOffice advisory is closer to what I consider the benchmark 
(advisory e-mails from Microsoft) in this area.  It does not presume remote 
code execution (at least, not in OO.o), and it describes mitigation more 
clearly: .  This can be 
done better.  I'd say not bad for a first effort though.

With regard to the lack of an OO.o 3.3.0 Linux patch from the Apache OpenOffice 
project, that was a mistake based on an incorrect assumption about how few 
people have installed OO.o from other than their Linux distributions.  There is 
an effort to address that underway now.  See this thread: 
.


 - Dennis

PS: Your conclusion that the exploit is unlikely is unsupportable.  

Whether an exploit actually manages to capture anything useful or embarrassing 
is another matter.  It is also conceivable that a failed exploit may crash the 
application or at least result in mystery failures to open the document.

On the other hand, it is a bit like spam and phishing.  Since those are so easy 
to do, and inexpensive to distribute, the mischievous folks are willing to have 
a miniscule return rate, so long as there are any [;<).  (The easiest way to 
seed a wide distribution is by contributing/distributing a template file with 
the template built in.  Still a move-plot, but users need a way to satisfy 
themselves that there is no exploit.  There are so many faux download sites 
that it is a bit like walking down a road where all the street lights have been 
shot out.

This reminds me how the Iranian nuclear-material centrifuges were hacked by 
sending a trojan into the wild that apparently went global but was designed to 
fire with effect when it found itself on the correct computers.

Apparently it is the ease of crafting exploits that has the Apache 
OpenOffice.org categorize this as "Important" (but not "Critical").



-Original Message-
From: Tom Davies [mailto:tomdavie...@yahoo.co.uk] 
Sent: Friday, March 23, 2012 11:36
To: users@global.libreoffice.org
Subject: RE: [libreoffice-users] CVE-2012-0337

Hi :)
I think it would be good to post it here too.  

It's unusual for LibreOffice to suffer anything like it.  In almost any other 
program it wouldn't have even been reported as it's so trivial.  Just another 
patch for just another unlikely exploit.  You basically have to be passing the 
document backwards and forwards   without changing formats with someone you 
think of as reasonably friendly but who is actually fairly evil and who has a 
fairly unusually high skill level and knowledge-base.  I think the "not 
changing formats" part of that is fairly unlikely at the moment.  Their skill 
level is an issue too.  Perhaps most people on this list could do it fairly 
easily but the average skill level here is far higher than the vast majority of 
office workers.  

With LO or other OpenSource programs such things are rare enough that they 
become big News stories.  
Regards from
Tom :)


[ ... ]


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] mail merge duplicates entries

2012-03-23 Thread Tom Davies
Hi :)
It just sounds like a bug to me tbh but i would still encourage a 'quick virus 
scan' just in case.  
Regards from
Tom :)

--- On Fri, 23/3/12, Ron Gregor  wrote:

From: Ron Gregor 
Subject: [libreoffice-users] mail merge duplicates entries
To: users@global.libreoffice.org
Date: Friday, 23 March, 2012, 17:24

I have a odt file that I use mail merge to print to a pdf file. When I went to 
print the list I should have gotten 371 pages but I got 401 pages. I am using a 
odb file as a source which links to a very simple text file with one field. The 
text file has 371 entries and the odb shows 371 items. When I open the odt file 
and view data sources, select the source and click the arrow to go to the last 
entry is shows 371 of 371. I select print and yes to merge fields but when I 
click the arrow to show the last entry is shows 401 of 401??? I can scroll down 
to about record 40 and see a bunch of entries are being duplicated.

I deleted the odb file and created a new one but got the same result.

Does anyone know how to fix this or is this another bug that needs to be filed.

libreoffice 3.5.1
winxp


Thanks,
Ron Gregor

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



RE: [libreoffice-users] CVE-2012-0337

2012-03-23 Thread Tom Davies
Hi :)
I think it would be good to post it here too.  

It's unusual for LibreOffice to suffer anything like it.  In almost any other 
program it wouldn't have even been reported as it's so trivial.  Just another 
patch for just another unlikely exploit.  You basically have to be passing the 
document backwards and forwards   without changing formats with someone you 
think of as reasonably friendly but who is actually fairly evil and who has a 
fairly unusually high skill level and knowledge-base.  I think the "not 
changing formats" part of that is fairly unlikely at the moment.  Their skill 
level is an issue too.  Perhaps most people on this list could do it fairly 
easily but the average skill level here is far higher than the vast majority of 
office workers.  

With LO or other OpenSource programs such things are rare enough that they 
become big News stories.  
Regards from
Tom :)


--- On Fri, 23/3/12, Dennis E. Hamilton  wrote:

From: Dennis E. Hamilton 
Subject: RE: [libreoffice-users] CVE-2012-0337
To: users@global.libreoffice.org
Date: Friday, 23 March, 2012, 17:13

This was a common vulnerability in software having lineage from OpenOffice 3.x, 
where it was introduced as part of support for features that are new in ODF 1.2.

I have provided an unofficial, personal analysis on the ooo-users list.  See 
. 
 (I considered posting that here, but wasn't sure if it would be seen as 
appropriate.)

 - Dennis



-Original Message-
From: Nino Novak [mailto:nn.l...@kflog.org] 
Sent: Friday, March 23, 2012 06:29
To: users@global.libreoffice.org
Subject: Re: [libreoffice-users] CVE-2012-0337

Hi Dan,

On Friday 23 March 2012, 08:53:54 Dan Lewis wrote:
> On Fri, 2012-03-23 at 08:10 -0400, drew jensen wrote:
> > On Fri, 2012-03-23 at 07:55 -0400, Dan Lewis wrote:

>  ...  [vague security announcements]
>      What security issues? I'm not sure I know from what I read.

I tend to share your wish for a clearer information here.


>      Another thing that comes from trying to find this information: What
> is a link that I can use to list my concerns or other comments about the
> layout of the LO website?

As the project is self organized I'd suggest to raise your concerns in the 
website[1] list. There's also a more formal procedure to file an issue in 
bugzilla[2] (component WWW) 

HTH Nino

[ ... ]


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] mail merge duplicates entries

2012-03-23 Thread Tom Davies
Hi :)
I had some very strange results, not quite the same, recently on one Xp 
machine.  Opening files with MS Office 2010 was a problem but the same files 
viewed with LibreOffice were fine.  

When i updated my anti-virus it found and removed quite weird little files.  
Suddenly the files opened fine in MS Office 2010 too, without even rebooting or 
anything.  

It's unlikely that LibreOffice would be affected by malware but anything is 
possible.  
Regards from
Tom :)


--- On Fri, 23/3/12, Ron Gregor  wrote:

From: Ron Gregor 
Subject: [libreoffice-users] mail merge duplicates entries
To: users@global.libreoffice.org
Date: Friday, 23 March, 2012, 17:24

I have a odt file that I use mail merge to print to a pdf file. When I went to 
print the list I 
should have gotten 371 pages but I got 401 pages. I am using a odb file as a 
source which 
links to a very simple text file with one field. The text file has 371 entries 
and the odb shows 
371 items. When I open the odt file and view data sources, select the source 
and click the 
arrow to go to the last entry is shows 371 of 371. I select print and yes to 
merge fields but 
when I click the arrow to show the last entry is shows 401 of 401??? I can 
scroll down to 
about record 40 and see a bunch of entries are being duplicated.

I deleted the odb file and created a new one but got the same result.

Does anyone know how to fix this or is this another bug that needs to be filed.

libreoffice 3.5.1
winxp


Thanks,
Ron Gregor

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] mail merge duplicates entries

2012-03-23 Thread Ron Gregor
I have a odt file that I use mail merge to print to a pdf file. When I went to 
print the list I 
should have gotten 371 pages but I got 401 pages. I am using a odb file as a 
source which 
links to a very simple text file with one field. The text file has 371 entries 
and the odb shows 
371 items. When I open the odt file and view data sources, select the source 
and click the 
arrow to go to the last entry is shows 371 of 371. I select print and yes to 
merge fields but 
when I click the arrow to show the last entry is shows 401 of 401??? I can 
scroll down to 
about record 40 and see a bunch of entries are being duplicated.

I deleted the odb file and created a new one but got the same result.

Does anyone know how to fix this or is this another bug that needs to be filed.

libreoffice 3.5.1
winxp


Thanks,
Ron Gregor

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



RE: [libreoffice-users] CVE-2012-0337

2012-03-23 Thread Dennis E. Hamilton
This was a common vulnerability in software having lineage from OpenOffice 3.x, 
where it was introduced as part of support for features that are new in ODF 1.2.

I have provided an unofficial, personal analysis on the ooo-users list.  See 
.
  (I considered posting that here, but wasn't sure if it would be seen as 
appropriate.)

 - Dennis



-Original Message-
From: Nino Novak [mailto:nn.l...@kflog.org] 
Sent: Friday, March 23, 2012 06:29
To: users@global.libreoffice.org
Subject: Re: [libreoffice-users] CVE-2012-0337

Hi Dan,

On Friday 23 March 2012, 08:53:54 Dan Lewis wrote:
> On Fri, 2012-03-23 at 08:10 -0400, drew jensen wrote:
> > On Fri, 2012-03-23 at 07:55 -0400, Dan Lewis wrote:

>  ...  [vague security announcements]
>  What security issues? I'm not sure I know from what I read.

I tend to share your wish for a clearer information here.


>  Another thing that comes from trying to find this information: What
> is a link that I can use to list my concerns or other comments about the
> layout of the LO website?

As the project is self organized I'd suggest to raise your concerns in the 
website[1] list. There's also a more formal procedure to file an issue in 
bugzilla[2] (component WWW) 

HTH Nino

[ ... ]


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] CVE-2012-0337

2012-03-23 Thread Dan Lewis
On Fri, 2012-03-23 at 12:52 -0400, drew jensen wrote:
> On Fri, 2012-03-23 at 08:53 -0400, Dan Lewis wrote:
> > On Fri, 2012-03-23 at 08:10 -0400, drew jensen wrote:
> > > On Fri, 2012-03-23 at 07:55 -0400, Dan Lewis wrote:
> > > > Using both LO and OOo, I'm aware of the need to patch this
> > > > vulnerability for both. What I don't know is what is the status of this
> > > > with respect to LO. I presently have 3.5.1-102 and 3.4.5.502. I did not
> > > > see anything mentioned about this on the LO main page. It would be nice
> > > > to have a statement on the home page when it was fixed for 3.4.x and
> > > > 3.5.x. It would be nice to have something on this mailing list.
> > > > 
> > > Hi Dan
> > > 
> > > 3.4.6 for the patch. It was in the release announcement. 
> > > 
> > > Not sure but it maybe that 3.5.1 also has the fix - 3.5.2 surely will.
> > > 
> > > //drew
> > 
> >  I have now read the release announcement, and it contains
> > announcements for both 3.4.6 and 3.5.1. Both of these are rather vague.
> >  The 3.4.6 announcement mentions fixing a potential security issue.
> > The 3.5.1 states: "LibreOffice contains all the security fixes from
> > OpenOffice.org in 3.3.0, and perhaps more as a side-effect of the code
> > clean-ups."
> >  What security issues? I'm not sure I know from what I read.
> >  Another thing that comes from trying to find this information: What
> > is a link that I can use to list my concerns or other comments about the
> > layout of the LO website?
> 
> Hi Dan,
> 
> Try website at global.libreoffice.org 
> 
> //drew

 Thanks, I already did when someone also sent me this mailing list
link.

--Dan



-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] CVE-2012-0337

2012-03-23 Thread drew jensen
On Fri, 2012-03-23 at 08:53 -0400, Dan Lewis wrote:
> On Fri, 2012-03-23 at 08:10 -0400, drew jensen wrote:
> > On Fri, 2012-03-23 at 07:55 -0400, Dan Lewis wrote:
> > > Using both LO and OOo, I'm aware of the need to patch this
> > > vulnerability for both. What I don't know is what is the status of this
> > > with respect to LO. I presently have 3.5.1-102 and 3.4.5.502. I did not
> > > see anything mentioned about this on the LO main page. It would be nice
> > > to have a statement on the home page when it was fixed for 3.4.x and
> > > 3.5.x. It would be nice to have something on this mailing list.
> > > 
> > Hi Dan
> > 
> > 3.4.6 for the patch. It was in the release announcement. 
> > 
> > Not sure but it maybe that 3.5.1 also has the fix - 3.5.2 surely will.
> > 
> > //drew
> 
>  I have now read the release announcement, and it contains
> announcements for both 3.4.6 and 3.5.1. Both of these are rather vague.
>  The 3.4.6 announcement mentions fixing a potential security issue.
> The 3.5.1 states: "LibreOffice contains all the security fixes from
> OpenOffice.org in 3.3.0, and perhaps more as a side-effect of the code
> clean-ups."
>  What security issues? I'm not sure I know from what I read.
>  Another thing that comes from trying to find this information: What
> is a link that I can use to list my concerns or other comments about the
> layout of the LO website?

Hi Dan,

Try website at global.libreoffice.org 

//drew


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] Re: [libreoffice-projects] Invitation to the LibreOffice Hackfest 2012 in Hamburg

2012-03-23 Thread Italo Vignoli
Bjoern Michaelsen wrote:

> Nerdshirt.de kindly sponsors us ten T-shirts for the participants. We just
> decided to give those to the first ten people, who added themselves to the
> participant list completely with their name and shirtsize(*). First come, 
> first
> serve here as is with travel bursaries and couch surfing, which is kindly
> provided by some of the Hamburg Hackers.

So, first T-Shirt is going to be mine.

-- 
Italo Vignoli - italo.vign...@gmail.com
mob +39.348.5653829 - VoIP 5316...@messagenet.it
skype italovignoli - gtalk italo.vign...@gmail.com

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Re: CVE-2012-0337

2012-03-23 Thread Alexander Thurgood
Le 23/03/12 13:53, Dan Lewis a écrit :

Hi Dan,

Not sure when this was put up, but I found this :

https://www.libreoffice.org/advisories/CVE-2012-0037/


Alex


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] CVE-2012-0337

2012-03-23 Thread Nino Novak
Hi Dan,

On Friday 23 March 2012, 08:53:54 Dan Lewis wrote:
> On Fri, 2012-03-23 at 08:10 -0400, drew jensen wrote:
> > On Fri, 2012-03-23 at 07:55 -0400, Dan Lewis wrote:

>  ...  [vague security announcements]
>  What security issues? I'm not sure I know from what I read.

I tend to share your wish for a clearer information here.


>  Another thing that comes from trying to find this information: What
> is a link that I can use to list my concerns or other comments about the
> layout of the LO website?

As the project is self organized I'd suggest to raise your concerns in the 
website[1] list. There's also a more formal procedure to file an issue in 
bugzilla[2] (component WWW) 

HTH Nino

[1] webs...@global.libreoffice.org 
Discussions list covering the design and maintenance of our Web infrastructure 
(main website, wiki, blog, planet, etc.).
Subscription: website+subscr...@global.libreoffice.org
(I think you don't need to subscribe but then your mail takes longer as it has 
to be moderated before delivery)
(info taken from:http://www.libreoffice.org/get-help/mailing-lists/ )

[2] via assistant: https://www.libreoffice.org/get-help/bug/ 
(choose component: WWW) or directly in bugzilla:
https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&component=WWW
For both you need a bugzilla account.

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] CVE-2012-0337

2012-03-23 Thread Dan Lewis
On Fri, 2012-03-23 at 08:10 -0400, drew jensen wrote:
> On Fri, 2012-03-23 at 07:55 -0400, Dan Lewis wrote:
> > Using both LO and OOo, I'm aware of the need to patch this
> > vulnerability for both. What I don't know is what is the status of this
> > with respect to LO. I presently have 3.5.1-102 and 3.4.5.502. I did not
> > see anything mentioned about this on the LO main page. It would be nice
> > to have a statement on the home page when it was fixed for 3.4.x and
> > 3.5.x. It would be nice to have something on this mailing list.
> > 
> Hi Dan
> 
> 3.4.6 for the patch. It was in the release announcement. 
> 
> Not sure but it maybe that 3.5.1 also has the fix - 3.5.2 surely will.
> 
> //drew

 I have now read the release announcement, and it contains
announcements for both 3.4.6 and 3.5.1. Both of these are rather vague.
 The 3.4.6 announcement mentions fixing a potential security issue.
The 3.5.1 states: "LibreOffice contains all the security fixes from
OpenOffice.org in 3.3.0, and perhaps more as a side-effect of the code
clean-ups."
 What security issues? I'm not sure I know from what I read.
 Another thing that comes from trying to find this information: What
is a link that I can use to list my concerns or other comments about the
layout of the LO website?

--Dan


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] CVE-2012-0337

2012-03-23 Thread drew jensen
On Fri, 2012-03-23 at 07:55 -0400, Dan Lewis wrote:
> Using both LO and OOo, I'm aware of the need to patch this
> vulnerability for both. What I don't know is what is the status of this
> with respect to LO. I presently have 3.5.1-102 and 3.4.5.502. I did not
> see anything mentioned about this on the LO main page. It would be nice
> to have a statement on the home page when it was fixed for 3.4.x and
> 3.5.x. It would be nice to have something on this mailing list.
> 
Hi Dan

3.4.6 for the patch. It was in the release announcement. 

Not sure but it maybe that 3.5.1 also has the fix - 3.5.2 surely will.

//drew


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] CVE-2012-0337

2012-03-23 Thread Dan Lewis
Using both LO and OOo, I'm aware of the need to patch this
vulnerability for both. What I don't know is what is the status of this
with respect to LO. I presently have 3.5.1-102 and 3.4.5.502. I did not
see anything mentioned about this on the LO main page. It would be nice
to have a statement on the home page when it was fixed for 3.4.x and
3.5.x. It would be nice to have something on this mailing list.

--Dan


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Mac OS X 10.7.3 - Java

2012-03-23 Thread Robson Roberto Souza Peixoto

On 23/03/2012, at 06:29, Alexander Thurgood wrote:

> Le 23/03/12 04:51, Robson Roberto Souza Peixoto a écrit :
> 
> 
> Hi Robson,
> 
>> I try to execute the command:
>> 
>> $ soffice 
>> "vnd.sun.star.script:MemoryUsage.MemoryUsage.updateMemoryUsage?language=Java&location=share"
>> 
>> but a get this error: "Message: The script language Java is not supported"
>> 
> 

Thanks a lot.

> Confirming, I have signalled this to the dev list and will open a bug
> report.
> 
> Alex
> 
> 
> -- 
> For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
> Problems? 
> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://listarchives.libreoffice.org/global/users/
> All messages sent to this list will be publicly archived and cannot be deleted
> 


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Re: Mac OS X 10.7.3 - Java

2012-03-23 Thread Alexander Thurgood
Le 23/03/12 04:51, Robson Roberto Souza Peixoto a écrit :

Hi Robson,

Further to my previous message, it appears that this is a known bug with
3.5 and has not been deemed critical enough to prevent release of 3.5.1 :

https://bugs.freedesktop.org/show_bug.cgi?id=46102

Maybe it will get fixed for 3.5.2, or later...

Alex


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Re: Mac OS X 10.7.3 - Java

2012-03-23 Thread Alexander Thurgood
Le 23/03/12 04:51, Robson Roberto Souza Peixoto a écrit :


Hi Robson,

> I try to execute the command:
> 
> $ soffice 
> "vnd.sun.star.script:MemoryUsage.MemoryUsage.updateMemoryUsage?language=Java&location=share"
> 
> but a get this error: "Message: The script language Java is not supported"
> 

Confirming, I have signalled this to the dev list and will open a bug
report.

Alex


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted