<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user">
    <title>gmane.comp.documentfoundation.libreoffice.user</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30493"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30492"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30491"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30490"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30489"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30488"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30487"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30486"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30485"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30484"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30483"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30481"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30480"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30479"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30478"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30477"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30476"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30475"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30474"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30473"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30493">
    <title>assign templates in Calc</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30493</link>
    <description>&lt;pre&gt;Good evening
I know you can create templates in Writer and then assign them to other
documents, using an extension.

Now I tried to do the same thing in Calc. Does not seem to work.

Is there a way of "copying" styles from one Calc document to another?
Or assigning a template?

That would be really helpful.

Thank you
Thomas

&lt;/pre&gt;</description>
    <dc:creator>Thomas Blasejewicz</dc:creator>
    <dc:date>2013-05-21T14:02:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30492">
    <title>Re: [SUSPECTED SPAM] General Enquiry</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30492</link>
    <description>&lt;pre&gt;

On Mon, 20 May 2013 21:03:23 -0400, lesarmstrong&amp;lt; at &amp;gt;talktalk.net  
&amp;lt;lesarmstrong&amp;lt; at &amp;gt;talktalk.net&amp;gt; wrote:


Is this a Windows install? Which version of LO are you installing?

I did a quick search and found the error messages are caused by Windows  
not properly installing *.msi files.

&lt;/pre&gt;</description>
    <dc:creator>Jay Lozier</dc:creator>
    <dc:date>2013-05-21T12:41:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30491">
    <title>macro to get option button values</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30491</link>
    <description>&lt;pre&gt;Hi,

I have a writer odt document with a form and 2 option buttons (Option1: "yes/no") as well as other form elements.
Clicking one option button enables it and immediately disables the other if the component names are identical (eg "optionButtons1").

I run a macro whenever I detect the "Mouse pressed" event for these option buttons. This macro searches through all form components and grabs their values.
My goal is to get the "Option1" value (eg. 1 if YES was selected and 0 if NO was selected).

The macro function snippet below returns something like "&amp;amp;optionButtons1=0&amp;amp;optionButtons1=1" when the YES option button isn't clicked and the NO option button is.

Instead, how can I get something like "Option1=1" when the YES option button is clicked and the NO button isn't?
Likewise, get "Option1=0" when YES isn't clicked and NO is.

Doc = ThisComponent
Forms = Doc.Drawpage.Forms
 
For I = 0 To Forms.Count - 1
Form = Forms.GetbyIndex(I)
For J = 0 To Form.Count - 1
Ctl = Form.GetbyIndex(J)
If Ctl.supportsServ&lt;/pre&gt;</description>
    <dc:creator>Vieri</dc:creator>
    <dc:date>2013-05-21T11:35:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30490">
    <title>Re: Unsubcribe</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30490</link>
    <description>&lt;pre&gt;You need to keep the +unsubscribe in the email address, so that you get

users+unsubscribe&amp;lt; at &amp;gt;global.libreoffice.org

make sure you put the whole line in
On 18 May 2013 16:17, "marlise horn" &amp;lt;mechtl1990&amp;lt; at &amp;gt;hotmail.com&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Kieran Peckett</dc:creator>
    <dc:date>2013-05-21T07:57:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30489">
    <title>[SUSPECTED SPAM] General Enquiry</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30489</link>
    <description>&lt;pre&gt;When trying to install Libre, I keep getting the error message 2502 or 2503,and am unable to install. Please Advise. Mr L Armstrong.....
&lt;/pre&gt;</description>
    <dc:creator>lesarmstrong&lt; at &gt;talktalk.net</dc:creator>
    <dc:date>2013-05-21T01:03:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30488">
    <title>Re: Why such large svg files in LibreOffice (Linux)?</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30488</link>
    <description>&lt;pre&gt;Tom wrote

Hi, one of the reasons I posted here, in the user-to-user section, was to
know if others see the same large (for .svg) files. If others don't, it's
possible that those files "crept in" from some other source (which I very
much doubt).
Anyway, would you happen to know the exact link where I should ask about
these files?



--
View this message in context: http://nabble.documentfoundation.org/Why-such-large-svg-files-in-LibreOffice-Linux-tp4056944p4057099.html
Sent from the Users mailing list archive at Nabble.com.

&lt;/pre&gt;</description>
    <dc:creator>chimak111</dc:creator>
    <dc:date>2013-05-21T03:52:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30487">
    <title>Re: Re: How to insert date/time in a LibreOffice Writer text?</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30487</link>
    <description>&lt;pre&gt;      In addition to this, you can right click either the date or time 
that you have created. Select "Fields" to open the Edit Fields dialog. 
At the bottom of the Format list, select "Additional formats". This 
opens the Number Format dialog. Look through the Format list to find the 
timestamp format. It also has a Format code box in which you can specify 
the specific code you want to use.

--Dan

&lt;/pre&gt;</description>
    <dc:creator>Dan Lewis</dc:creator>
    <dc:date>2013-05-20T21:44:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30486">
    <title>Re: How to insert date/time in a LibreOffice Writer text?</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30486</link>
    <description>&lt;pre&gt;
In the English version follow the menu's:
Insert / Fields / Date
Insert / Fields / Time




&lt;/pre&gt;</description>
    <dc:creator>Luuk</dc:creator>
    <dc:date>2013-05-20T20:02:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30485">
    <title>How to insert date/time in a LibreOffice Writer text?</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30485</link>
    <description>&lt;pre&gt;Hi.

There is a command to insert date/time in a LibreOffice Writer text?

Thank you in advance.

André Ricardo Silva
Engenheiro Eletricista - CREA 107695-9
Tel: (49) 8852-2847
Rua Cezenando R. Ferreira S/N - Centro - Correia Pinto - SC

&lt;/pre&gt;</description>
    <dc:creator>André Ricardo Silva</dc:creator>
    <dc:date>2013-05-20T17:27:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30484">
    <title>How to type data/field in LibreOffice Writer</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30484</link>
    <description>&lt;pre&gt;Hi.

There is a way to type data/field in a LibreOffice Writer text?

Obrigado.

André Ricardo Silva
Engenheiro Eletricista - CREA 107695-9
Tel: (49) 8852-2847
Rua Cezenando R. Ferreira S/N - Centro - Correia Pinto - SC

&lt;/pre&gt;</description>
    <dc:creator>André Ricardo Silva</dc:creator>
    <dc:date>2013-05-20T17:00:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30483">
    <title>Re: Attempting to upgrade from (Swedish-language) LO 4.0.2.2 to 4.0.3.3 on 64-bit Ubuntu 12.04 LTS</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30483</link>
    <description>&lt;pre&gt;2013/5/20 Tom Davies &amp;lt;tomdavies04&amp;lt; at &amp;gt;yahoo.co.uk&amp;gt;


Thanks, Tom &amp;amp; Dan, but as I surmised, it was indeed a PPA thing and Rico
Tzschichholz came through with an update that resolved my problem just 12
hours ago. Kudos to him for his great work - next time LO is updated, I'll
attempt to exhibit a tad more patience !...

Henri

&lt;/pre&gt;</description>
    <dc:creator>M Henri Day</dc:creator>
    <dc:date>2013-05-20T19:14:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30481">
    <title>Re: Why such large svg files in LibreOffice (Linux)?</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30481</link>
    <description>&lt;pre&gt;Hi :)
Perhaps the Design Team might be worth contacting about it?  They might like
to have some input on redesigning the images.  It sounds like they didn't
have much input in the first place tbh
Regards from 
Tom :)  



--
View this message in context: http://nabble.documentfoundation.org/Why-such-large-svg-files-in-LibreOffice-Linux-tp4056944p4057027.html
Sent from the Users mailing list archive at Nabble.com.

&lt;/pre&gt;</description>
    <dc:creator>Tom</dc:creator>
    <dc:date>2013-05-20T15:16:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30480">
    <title>Re: Attempting to upgrade from (Swedish-language) LO 4.0.2.2 to 4.0.3.3 on 64-bit Ubuntu 12.04 LTS</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30480</link>
    <description>&lt;pre&gt;Hi :)
Sometime during install it should ask if you want the new version to be the default app for MS formats.  Unfortunately i don't think it asks about ODF formats.  

There is a page in the wiki about "Installing on Linux" that might help to remove all versions and then reinstall the newer ones from the downloads you kept.  (You did keep the didn't you?).  I guess you can always re-download if you have to, or encourage a buddy too and then copy there's "to check them".  

On Debian-family, incls Ubuntu you can remove all versions of LibreOffice with a command something like

sudo apt-get remove libreoffice*

but please try 

apt-get --help

(with a space just before the --) to check that is not the one tht removes all your configurations too.  There is one apt-get 'tag' to remove all setting, configs and everything, and a different 'tag' to just remove the programs but keep the configs.  The later is usually preferable to avoid having to set everything up the way you like again from scratch.
Regard&lt;/pre&gt;</description>
    <dc:creator>Tom Davies</dc:creator>
    <dc:date>2013-05-20T15:13:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30479">
    <title>Re: Why such large svg files in LibreOffice (Linux)?</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30479</link>
    <description>&lt;pre&gt;Luuk wrote
*
*

So you do understand! 



--
View this message in context: http://nabble.documentfoundation.org/Why-such-large-svg-files-in-LibreOffice-Linux-tp4056944p4056981.html
Sent from the Users mailing list archive at Nabble.com.

&lt;/pre&gt;</description>
    <dc:creator>chimak111</dc:creator>
    <dc:date>2013-05-20T10:45:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30478">
    <title>Re: Why such large svg files in LibreOffice (Linux)?</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30478</link>
    <description>&lt;pre&gt;
I dont understand the problem....

The files (libreoffice*.svg) take up only 98.89% space within that 
directory....

;)




&lt;/pre&gt;</description>
    <dc:creator>Luuk</dc:creator>
    <dc:date>2013-05-20T09:35:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30477">
    <title>Why such large svg files in LibreOffice (Linux)?</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30477</link>
    <description>&lt;pre&gt;I installed LibreOffice Version 4.0.2.2 (Build ID:
4c82dcdd6efcd48b1d8bba66bfe1989deee49c3) direct from
http://www.libreoffice.org/download/ on Lubuntu 13.04. While I have no
issues with it [I]per se[/I], I think it has installed some svg files in
/usr/share/icons/gnome/scalable/apps that are really horrible.

These svg files are several hundred kB in size and one,
libreoffice4.0-calc.svg, is 1.3 MB. Opening that particular svg file in
Firefox 22 or an image viewer takes a while. This is on a Core2Duo laptop
with 4GB RAM.

I really don't see the need for such bloated svg files. When I inspected it
with a text editor and with svg-edit.html
(https://code.google.com/p/svg-edit/), it's clear to see that there's just
so much garbage in there. Grrr...

Do these svg files have any purpose at all? I don't think it's fair to
include such large svg files as part of the installation.



--
View this message in context: http://nabble.documentfoundation.org/Why-such-large-svg-files-in-LibreOffice-Linux-tp4056944.html
Sen&lt;/pre&gt;</description>
    <dc:creator>chimak111</dc:creator>
    <dc:date>2013-05-20T06:49:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30476">
    <title>Re: Attempting to upgrade from (Swedish-language) LO 4.0.2.2 to 4.0.3.3 on 64-bit Ubuntu 12.04 LTS</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30476</link>
    <description>&lt;pre&gt;2013/5/19 Dan Lewis &amp;lt;elderdanlewis&amp;lt; at &amp;gt;gmail.com&amp;gt;



Thanks for your response, Dan ! As a matter of fact, I have managed to put
the 4.0.3.3 build on my menu by right-clicking it, selecting «Edit menu»,
choosing «Office» and then adding the LO components to the menu one at a
time, taking care to provide the correct commands, for example, in the case
of Writer, «/opt/libreoffice4.0/program/swriter». I then closed the editor,
opened the Menu and right-clicked the individual components to place them
om my Cinnamon top panel. No problem - but a bit of pain. But as Synaptic
insists on telling me that the latest Ubuntu version remains
1:4.0.2~rc2-0ubuntu~precise1, perhaps I'll just have to accept the fact
that the PPA-makers simply have not yet gotten 'round to producing a
4.0.3.3 version for that distro. Perhaps in a couple of weeks ?...

Henri

&lt;/pre&gt;</description>
    <dc:creator>M Henri Day</dc:creator>
    <dc:date>2013-05-19T18:56:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30475">
    <title>Re: Attempting to upgrade from (Swedish-language) LO 4.0.2.2 to 4.0.3.3 on 64-bit Ubuntu 12.04 LTS</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30475</link>
    <description>&lt;pre&gt;      The problem you are having is that 4.0.2.2 is the LibreOffice that 
comes with Ubuntu while 4.0.3.3 comes from the libreoffice.org website. 
For many years the 2 version have not been compatible as far as the menu 
is concern. The Ubuntu version has to be remove before libreoffice.org 
version will appear in the menu after installing the desktop file.
      I have a file that explains step by step how to do this. I'm not 
sure what the date when that file was created, but it applied to the 
installing of OOo 2.3.0 RC3. (That would be OOo 2.3.0.3 the way LO 
numbers its version now.) That was a few years ago.

--Dan

&lt;/pre&gt;</description>
    <dc:creator>Dan Lewis</dc:creator>
    <dc:date>2013-05-19T18:18:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30474">
    <title>Re: Attempting to upgrade from (Swedish-language) LO 4.0.2.2 to 4.0.3.3 on 64-bit Ubuntu 12.04 LTS</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30474</link>
    <description>&lt;pre&gt;2013/5/19 Tom Davies &amp;lt;tomdavies04&amp;lt; at &amp;gt;yahoo.co.uk&amp;gt;


Thanks for your suggestion, Tom, but alas, it doesn't work, at least not on
my machine, as the 4.0.3.3 version of Writer is not presented as an
alternative, even if I click on «Search for other alternatives». I think it
has to do with the 4.0.3.3 folders being stored under /opt, while the
4.0.2.2 are stored under /lib, as per the above, and I could probably
resolve the problem by moving the 4.0.3.3 package to the latter directory,
but frankly, I'm too chicken to try....  ;-)

Henri

&lt;/pre&gt;</description>
    <dc:creator>M Henri Day</dc:creator>
    <dc:date>2013-05-19T16:30:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30473">
    <title>Re: Attempting to upgrade from (Swedish-language) LO 4.0.2.2 to 4.0.3.3 on 64-bit Ubuntu 12.04 LTS</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30473</link>
    <description>&lt;pre&gt;Hi :)
On Ubuntu try right-click on any Odt file and choose "Properties" in the "Open With" tab choose the 4.0.3 and set that as the default app to open Odts with
Regards from 
Tom :)  




----- Original Message -----
 on 64-bit Ubuntu 12.04 LTS
&lt;/pre&gt;</description>
    <dc:creator>Tom Davies</dc:creator>
    <dc:date>2013-05-19T15:48:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30472">
    <title>Re: problem with this website's security certificate</title>
    <link>http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.user/30472</link>
    <description>&lt;pre&gt;
Internet Explorer relies on system cryptography libraries, which don't 
support AES in Windows XP. Therefore the old unmaintained certificate is 
negotiated for. 



&lt;/pre&gt;</description>
    <dc:creator>Urmas</dc:creator>
    <dc:date>2013-05-19T15:00:59</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.documentfoundation.libreoffice.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.documentfoundation.libreoffice.user</link>
  </textinput>
</rdf:RDF>
