Re: Fwd: [libreoffice-users] Your message to LibreOffice awaits moderator approval

2014-08-02 Thread Harvey Nimmo
Yes, I keep getting this one (or one like it) about once a month,
although I have not submitted at post recently.

Harvey 

On Sat, 2014-08-02 at 05:39 -0400, Pikov Andropov wrote:
 Is everyone getting this every time some one writes a bad post?
 
 
  Forwarded Message 
 Subject: [libreoffice-users] Your message to LibreOffice awaits
 moderator approval
 Date: Fri, 01 Aug 2014 21:02:04 -0700
 From: libreoffice-ow...@lists.freedesktop.org
 To: users@global.libreoffice.org
 
 Your mail to 'LibreOffice' with the subject
 
 Returned mail: Data format error
 
 Is being held until the list moderator can review it for approval.
 
 The reason it is being held:
 
 The message headers matched a filter rule
 
 Either the message will get posted to the list, or you will receive
 notification of the moderator's decision.  If you would like to cancel
 this posting, please visit the following URL:
 
 
 http://lists.freedesktop.org/mailman/confirm/libreoffice/c732926c4dc27cf7d6291dabc8e1bf590e57fc49
 
 
 -- 
 To unsubscribe e-mail to: users+unsubscr...@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
 
 
 
 
 



-- 
To unsubscribe e-mail to: users+unsubscr...@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] the release 4.3 in PPA launchpad

2014-08-02 Thread Lera Goncharuk
Hi,
The setup from PPA is deemed more important in Ubuntu user community than 
setup from *.deb files. A lot of people have already gotten used to setup 
LibreOffice from PPA https://launchpad.net/~libreoffice/+archive/ubuntu/ppa .
But release 4.3 is not available over there up to now. This brings up the 
question: Will new release be uploaded? And, when it can be expected?
As far as I know, Rico Tzschichholz is moderator of the PPA in launchpad.net.
Thank you.

-- 
To unsubscribe e-mail to: users+unsubscr...@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] the release 4.3 in PPA launchpad

2014-08-02 Thread Gordon Burgess-Parker

OK - I might be able to do this if it's not too technical.


On 02/08/14 12:50, Tom Davies wrote:

Hi :)
I think it's reasonable to expect it to take at least a week.  There are
not a huge number of people doing the job and those that are may have other
priorities.

It would be good to see more people join the team and maybe learn how to do
this = even though it might slow this one down it might help with future
releases.  I suspect that it would be a really good way in and possibly
might be able to be done by someone with fairly low skill-level as a way of
feeling their way in further.

Regards from
Tom :)




On 2 August 2014 11:25, Lera Goncharuk lera.goncha...@gmail.com wrote:


Hi,
The setup from PPA is deemed more important in Ubuntu user community than
setup from *.deb files. A lot of people have already gotten used to setup
LibreOffice from PPA
https://launchpad.net/~libreoffice/+archive/ubuntu/ppa .
But release 4.3 is not available over there up to now. This brings up the
question: Will new release be uploaded? And, when it can be expected?
As far as I know, Rico Tzschichholz is moderator of the PPA in
launchpad.net.
Thank you.

--
To unsubscribe e-mail to: users+unsubscr...@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





--
To unsubscribe e-mail to: users+unsubscr...@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] LO Writer: Highlighting; setting page properties; some more nitpicking

2014-08-02 Thread Jon Harringdon
Tim Deaton t...@timdeaton.org wrote:
 On 7/31/2014 7:06 AM, Jon Harringdon wrote:
  Someone with more knowledge about LO extensions than I have (nil) could
  probably do that, but then again those two macros are dead simple: I
  basically just macro-recorded the two actions, cleaned up the resulting
  macros a bit and put them on shortcuts. No magic at all.
 
 Could you post the macros' code here?
 
 I don't remember seeing that behavior for toggling the highlight on/off 
 in version 3.x, but noticed it in either 4.0 or 4.1 (maybe both) and 
 liked it.  But by 4.2 it was gone again.  I did some work with 
 macros/vba in Excel (v4 thru 1997), but not in MS Word, and have not 
 touched macros in OOo or LO.  Maybe this would be where I could start 
 using them.

Sure, see below. However, as I said, it's utterly simple to do this (or
similar small changes) on your own by simply macro-recording (*) the
action of setting a highlight colour as one macro and removing it (ie no
fill) as another.

* Before you can record macros you probably have to enable Enable macro
recording (limited) in the LibreOfficeAdvanced options. (I am using
4.2.5.)

Additionally, I've put the first macro on Ctrl-H and the second on
Shift-Ctrl-H (ignoring spurious (and annoying) error messages about Java
RE not being installed...).

HTH Jon

sub HiliteOn
dim document, dispatcher as object
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService(com.sun.star.frame.DispatchHelper)
dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = BackColor
args1(0).Value = 16777113
dispatcher.executeDispatch(document, .uno:BackColor, , 0, args1())
end sub

sub HiliteOff
dim document, dispatcher as object
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService(com.sun.star.frame.DispatchHelper)
dispatcher.executeDispatch(document, .uno:BackColor, , 0, Array())
end sub

-- 
To unsubscribe e-mail to: users+unsubscr...@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] the release 4.3 in PPA launchpad

2014-08-02 Thread Kracked_P_P---webmaster

On 08/02/2014 06:25 AM, Lera Goncharuk wrote:

Hi,
The setup from PPA is deemed more important in Ubuntu user community than
setup from *.deb files. A lot of people have already gotten used to setup
LibreOffice from PPA https://launchpad.net/~libreoffice/+archive/ubuntu/ppa .
But release 4.3 is not available over there up to now. This brings up the
question: Will new release be uploaded? And, when it can be expected?
As far as I know, Rico Tzschichholz is moderator of the PPA in launchpad.net.
Thank you.



I had the PPA setup, but I removed it.  I prefer to decide which version 
of LO it have installed.  PPAs, like Repositories, seems to make me feel 
that I am not in control of which version I use. I kept getting the 
message that I need to update/upgrade to a different version with the 
PPAs and Repositories seem to, most of the time, remove the version I am 
using and install an earlier one.


Now that I am not upgrading my desktop from Linux Mint 16 to 17, due to 
a dependency issue that causes two printers not to produce the proper 
coloring when printing photos and image, I am not getting an updates 
anymore.  So I do not have that problem.


For now, I would rather install the exact version of LO via the terminal 
than use a PPA.  That is just my opinion.  For many, it is more 
convenient for the PPAs to do the work for them.  So, when I decide to 
go from 4.2.5 to 4.3.x, I will install it myself.  I have not tested 
4.3.0.x on any system.  I prefer to test it out on a system that is not 
my production and default one till the version is tested on a Win7 
and/or Ubuntu-based boot of my laptop.


--
To unsubscribe e-mail to: users+unsubscr...@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 Still?

2014-08-02 Thread CVAlkan
I have to agree with NoOp on this.

I've ended up being quite confused on some things whose definition was only
available to the high priesthood who use forums that I would never
normally be interested in (marketing certainly being one of them).




--
View this message in context: 
http://nabble.documentfoundation.org/LibreOffice-Still-tp4117297p4117557.html
Sent from the Users mailing list archive at Nabble.com.

-- 
To unsubscribe e-mail to: users+unsubscr...@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: Fwd: [libreoffice-users] Your message to LibreOffice awaits moderator approval

2014-08-02 Thread Doug


On 08/02/2014 05:39 AM, Pikov Andropov wrote:

Is everyone getting this every time some one writes a bad post?

Probably. I haven't sent a post to libreoffice in quite a while.
Quite honestly, I am not a fan of libre.

--doug



 Forwarded Message 
Subject: [libreoffice-users] Your message to LibreOffice awaits
moderator approval
Date: Fri, 01 Aug 2014 21:02:04 -0700
From: libreoffice-ow...@lists.freedesktop.org
To: users@global.libreoffice.org

Your mail to 'LibreOffice' with the subject

 Returned mail: Data format error

Is being held until the list moderator can review it for approval.

The reason it is being held:

 The message headers matched a filter rule

Either the message will get posted to the list, or you will receive
notification of the moderator's decision.  If you would like to cancel
this posting, please visit the following URL:


http://lists.freedesktop.org/mailman/confirm/libreoffice/c732926c4dc27cf7d6291dabc8e1bf590e57fc49





--
To unsubscribe e-mail to: users+unsubscr...@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: Fwd: [libreoffice-users] Your message to LibreOffice awaits moderator approval

2014-08-02 Thread Sigrid Carrera
Hi,

this mail was a mistake that it went to the list. One of the moderators
(might have been even me, I don't know exacly) let this post through by
accident.

The link given in the mail indicates, that it was intended for the
developer mailing list. A spammer who tried to be smart used this list as
sender address in the hopes that it might go through...

Sigrid



 http://lists.freedesktop.org/mailman/confirm/libreoffice/
 c732926c4dc27cf7d6291dabc8e1bf590e57fc49



-- 
To unsubscribe e-mail to: users+unsubscr...@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] the release 4.3 in PPA launchpad

2014-08-02 Thread Joel Madero
There is actually 1 person doing the job - it's Bjoern (who works for
Canonical). 4.3 ppa should be available relatively soon.

Best,
Joel


On Sat, Aug 2, 2014 at 6:57 AM, Kracked_P_P---webmaster 
webmas...@krackedpress.com wrote:

 On 08/02/2014 06:25 AM, Lera Goncharuk wrote:

 Hi,
 The setup from PPA is deemed more important in Ubuntu user community than
 setup from *.deb files. A lot of people have already gotten used to setup
 LibreOffice from PPA https://launchpad.net/~libreoffice/+archive/ubuntu/
 ppa .
 But release 4.3 is not available over there up to now. This brings up the
 question: Will new release be uploaded? And, when it can be expected?
 As far as I know, Rico Tzschichholz is moderator of the PPA in
 launchpad.net.
 Thank you.


 I had the PPA setup, but I removed it.  I prefer to decide which version
 of LO it have installed.  PPAs, like Repositories, seems to make me feel
 that I am not in control of which version I use. I kept getting the message
 that I need to update/upgrade to a different version with the PPAs and
 Repositories seem to, most of the time, remove the version I am using and
 install an earlier one.

 Now that I am not upgrading my desktop from Linux Mint 16 to 17, due to a
 dependency issue that causes two printers not to produce the proper
 coloring when printing photos and image, I am not getting an updates
 anymore.  So I do not have that problem.

 For now, I would rather install the exact version of LO via the terminal
 than use a PPA.  That is just my opinion.  For many, it is more convenient
 for the PPAs to do the work for them.  So, when I decide to go from 4.2.5
 to 4.3.x, I will install it myself.  I have not tested 4.3.0.x on any
 system.  I prefer to test it out on a system that is not my production
 and default one till the version is tested on a Win7 and/or Ubuntu-based
 boot of my laptop.


 --
 To unsubscribe e-mail to: users+unsubscr...@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




-- 
*Joel Madero*
LibreOffice QA Volunteer
jmadero@gmail.com

-- 
To unsubscribe e-mail to: users+unsubscr...@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: Fwd: [libreoffice-users] Your message to LibreOffice awaits moderator approval

2014-08-02 Thread James Knott
On 08/02/2014 05:39 AM, Pikov Andropov wrote:
 Is everyone getting this every time some one writes a bad post?

I got one.


-- 
To unsubscribe e-mail to: users+unsubscr...@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] Medical dictionary/thesaurus

2014-08-02 Thread Thomas Taylor
Would someone please suggest a medical dictionary/thesaurus for LibreOffice?
I've looked through the extension download site but haven't located any there.

Thanks, Tom

-- 
To be free is not merely to cast off one's chains, but to live in a way that
respects and enhances the freedom of others.  
  - Nelson Mandela

^^  --...  ...--  / -.-  --.  --...  -.-.  ..-.  -.-.


Tom Taylor  KG7CFC
openSUSE 13.1 (64-bit), Kernel 3.11.6-4-default,
KDE 4.11.2, AMD Phenom X4 955, GeForce GTX 550 Ti (Nvidia 337.19)
16GB RAM -- 3x1.5TB sata2 -- 128GB-SSD
FF 27.0, claws-mail 3.10.0
registered linux user 263467

-- 
To unsubscribe e-mail to: users+unsubscr...@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