Re: [libreoffice-users] Microfund your favourite Issue

2013-02-13 Thread Jean-Francois Nifenecker

Le 14/02/2013 03:21, anne-ology a écrit :

yes, very interesting idea.



Yes, indeed.

I wonder, though, how would the fixed bug integrate into the code 
maintained by the LibO crew.


--
Jean-Francois Nifenecker, Bordeaux

--
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: Save as doc crashes LO

2013-02-13 Thread Tom
Hi :)
Using 3.6.1 from the official LibreOffice website rather than the one from
the Ubuntu repos i managed to save a doc version and uploaded it to here.  

perf_calc_translations.doc
 
 

I've not tried it with the 4.0.0 nor with any of the versions in the Ubuntu
repos or Ppas so they might work or might not.  Sorry i know that's not very
helpful but it occured to me it might be more important to just get the file
done first and then worry about trouble-shooting later.
Regards from 
Tom :)  



--
View this message in context: 
http://nabble.documentfoundation.org/Save-as-doc-crashes-LO-tp4037263p4037360.html
Sent from the Users mailing list archive at Nabble.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



Re: [libreoffice-users] calc: method to subdivide individual cells

2013-02-13 Thread Brian Barker

At 20:14 13/02/2013 -0500, Pete Bonly wrote:

Does calc have some kind of method to subdivide individual cells?


Yes - but you have to think of the problem the other way about.

You can select a number of cells and then *merge* them, either by 
going to Format | Merge Cells or using the Merge Cells button in the 
Formatting toolbar.  By starting with multiple rows or multiple 
columns (or both?) and merging some of the cells you can achieve the 
same effect as you would by subdividing cells.  If you have an 
existing spreadsheet, you will want to insert additional rows or 
columns adjacent to your problem ones in order to start this process.


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



[libreoffice-users] Calc scale formula conundrum/ logic confusion

2013-02-13 Thread zr1hpc
Using Calc 3.4.5 on openSuse 11.2

I am trying to work out the currency value of the amount of electricity
units I have left at the end of the month (G2).

This same formula will be used for the other 11 months of the year with only
the G2 reference changing to G3, G4...etc.
For those who wish to stretch their grey matter as mine just ain't
stretching any more.

The pricing scale the energy supplier has given me is:
 
Unit Range  Value per unit
0-150   1.1320
150.01 -> 600   1.1811
600.01 ->   1.4018

Therefore the first 150 units are priced at 1.132 ea. any units still
available need to be calculated at the next rate of 1.1811, but only up to
449.90 units at the second rate. Anything more than that must be at the
highest rate of 1.4018.

Assuming my unit balance of G2 = 433 I can work out the currency value of G2
by following the following logic, and using the scale above:

433 > 150 therefore the initial 150 units need to be priced at 1.1320 i.e.
150* 1.132= ZAR169.80. To this the balance of the units over 150 need to be
multiplied by the next rate of 1.1811 i.e. 433-150= 283. Since 283 is below
the max of 449.9 units allowed for this scale, therefore 283*1.1811=
ZAR334.25. The third scale is not needed as all the units have been
accounted for, however it must be available should G2 exceed 600 units e.g.
taking 601 units; the first 150 would be costed at 1.132, the next 449.9
costed at 1.1811 and the balance of 1.1 units costed at 1.4018 per unit.

Therefore total value of 433 units is:
  150*1.1320 = 169.80
+ 283*1.1811 = 334.25
_
Value   ZAR504.05

Values used in formulae below are:
G2 = 433 available units
$F$18 = 1.132 cost per unit
$G$18 = 0 -> 150 units
$H$18 = 169.80 = value of F*G
$I$18 = 1.1811 cost per unit
$J$18 = 150.1 -> 600 units
$K$18 = 531.38 = value of I*449.90 = 600-150.1
$L$18 = 1.4018 cost per unit
$M$18 = 600.01
$N$18 = 841.09 = M*L however this value is dependent on how many units
over 600 column G2:g13 is.
 
SUM(IF(G2>=$G$18,$H$18,(G2-$G$18)*$F$18),IF($G$18>(G2-$G$18)<=$J$18,$K$18,(G2-$G$18)*$I$18),IF((G2-$G$18-$J$18)>=$M$18,$N$18,(G2-$G$18-$J$18)*$L$18))

Even taking out the SUM(), and replacing 'commaIF' with '+IF's gives the
incorrect answer i.e. 467.22.

There must be a problem with my logic in the above formula as the answer is
so close, but for the life of me I cannot see it.

Asking for some 'logic'al help to work out the correct value in H2:H13

File attached via Nabble:  Electricity.ods
  

Appreciated
Hylton
-- 

Hylton is a Lions Club member of Lions Club of Fish Hoek (District 410A)
http://e-clubhouse.org/sites/fishhoek/index.php being part of the worlds
largest non profit NGO




--
View this message in context: 
http://nabble.documentfoundation.org/Calc-scale-formula-conundrum-logic-confusion-tp4037350.html
Sent from the Users mailing list archive at Nabble.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



Re: [libreoffice-users] Save as doc crashes LO

2013-02-13 Thread Andrew Douglas Pitonyak


On 02/13/2013 02:56 PM, steveedmonds wrote:

Hi.
Saving a writer document as .doc crashes my LO on OpenSuse. Could someone
please try on 4.0 and if it persists I will file a bug.
perf_calc_translations.odt

Cheers, Steve


What version of LO are you using?

I assume (by your question) that it is earlier than 4

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


--
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] irritating problem 4.0

2013-02-13 Thread Andrew Douglas Pitonyak


On 02/13/2013 01:16 AM, Tim Lloyd wrote:

Hi, created a FAQ for myself in Fedora 16 using LO3.6. When I upgraded to 
Fedora 18 I was also using 3.6. I really can't remember but I would say the 
version of LO came from the Fedora repository (it isn't installed by default in 
F18).


It was for me I had to wipe and re-install one machine. I was 
preparing to install LO and surprise surprise, it was already there. 
Strange!



The FAQ is a very basic ODT file. I created an index at the front using the 
defaults provided so index is based on defaults - Heading1 is position 1, Heading2 
is position 2 & Heading3 is position3, etc. Anyway, all good, the document grew 
as I grabbed more information. Mostly I just added lines to the end, in some cases 
I added a new heading which went into the index.

Yesterday I downloaded the latest LO version from the official site. removed 
3.6 and installed 4.0.

Today, I updated the FAQ with some GIT information. So I created a new heading1 
for GIT with a heading2 underneath. And a few lines of information along the 
way (in the format text body). When I updated the index, all lines I had typed 
in were added to the index. Plus a few from the page before and the page after. 
But not all pages!


Do you mean specifically the index, or the table of contents (TOC)? if 
it is the TOC, then it is probably related to the paragraph style. If it 
is the index, then it is probably because you began typing while the 
cursor was inside of the index mark (poorly said by me, I know; sorry).



So I reinstalled 3.6 and updated the index but the same problem persists.

I have read the writer guide often enough recently to have a pretty good idea 
how this works but I am stumped. Any thoughts on how to sort out the index?

Cheers



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


--
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] Create Firefox Personas for LibreOffice 4 in LibreOffice 4

2013-02-13 Thread C. H. D.


Hello! 


I did not find "pixels" in LibreOffice:

Tools -> Options -> LibreOffice Draw 

-> General -> Unit of measurement

 
That was why I used cm instead.

Thanks.

Regards,
C. H. D.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 












 寄件人︰ webmaster-Kracked_P_P 
收件人︰ users@global.libreoffice.org 
傳送日期︰ 2013年02月13日 (週三) 10:38 PM
主題︰ Re: [libreoffice-users] Create Firefox Personas for LibreOffice 4 in 
LibreOffice 4
 

In the Persona instructions on the Firefox page that help you through 
the process, they tell you the exact size of the image files.  Also, 
there are some example download images files to start the process as 
well.  I looked into this last month.  What I would do is download the 
image files they use as examples and then use them.  These files are 
shown in pixels not inches or any other measurement.  That is best.




On 02/13/2013 03:00 AM, C. H. D. wrote:
> Hello!
>
> Great to share how to make Firefox Personas for LibreOffice 4 in LibreOffice 
> 4!
>
> It is very hard to measure the size of the image to be used in a Firefox 
> Persona. Feel free to learn more about that:
>
> Create Firefox Personas for LibreOffice 4
> http://youtu.be/AZeZzxN83HE
>
> After trying many times, I got the right size of the image and submitted the 
> Firefox Personas for LibreOffice 4.
>
> http://www.getpersonas.com/en-US/gallery/All/search?p=libreoffice&search.x=0&search.y=0
>
>
> For your information, in LibreOffice Draw:
>
> Header image
> Width: 82.00cm or 32.28"
> Height: 5.52cm or 2.17"
>
> Footer image
> Width: 82.00cm or 32.28"
> Height: 2.77cm or 1.09"
>
> The gradient background is recommended.
>
> Regards,
>
> C. H. D.
>
>  
>
>
>
>
>
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


-- 
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] calc: method to subdivide individual cells

2013-02-13 Thread Jay Lozier

On 02/13/2013 08:14 PM, pete b. wrote:

Hi all,

Does calc have some kind of method to subdivide individual cells?

thanks,
pete.



Just curious, what are trying to do? There may be another way to solve 
your problem.


--
Jay Lozier
jsloz...@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



Re: [libreoffice-users] Microfund your favourite Issue

2013-02-13 Thread anne-ology
   yes, very interesting idea.



On Sun, Feb 10, 2013 at 12:36 PM, M Henri Day  wrote:

2013/2/8 Samuel Mehrbrodt 
>
> > Hi,
> >
> > Do you have a favorite bug you want to get solved, but cannot do it
> > yourself? You would even pay some money, but cannot contract a Company
> for
> > this?
> >
> > Here's a simple way how to do this, thanks to www.freedomsponsors.org <
> > http://www.freedomsponsors.**org >
> >
> > 1. Login on www.freedomsponsors.org  http://www.freedomsponsors.org>
> > >
> > 2. Copy the URL from Bugzilla and Sponsor it in FreedomSponsors!
> > 3. Enter the amount you are willing to pay and publish the Issue
> > 4. You'll get notified when someone solves the bug so you can pay him
> >
> > Your advantage is, that you have to pay only when the Issue has been
> > resolved, so there is no risk with that. Payments are done via Paypal.
> > Others can join and add their offer to the bug.
> >
> > Here  > 149&project_name=LibreOffice<
> http://www.freedomsponsors.org/core/issue/?s=&project_id=149&project_name=LibreOffice
> >>
> > are some existing LibreOffice Issues, if you want to support them.
> >
> > All the best,
> > Samuel
>
>
> Interesting initiative - thanks for the headsup, Samuel !...
>
> Henri
>

-- 
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] calc: method to subdivide individual cells

2013-02-13 Thread Alan Boba
On Wed, Feb 13, 2013 at 8:14 PM, pete b.  wrote:

> Does calc have some kind of method to subdivide individual cells?
>
>
> Subdivide how? Using what criteria?

For a cell or cells containing text it/they can be subdivided using the
"Data / Text to Columns..." menu choice.

-- 
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] calc: method to subdivide individual cells

2013-02-13 Thread pete b.
Hi all,

Does calc have some kind of method to subdivide individual cells?

thanks,
pete.

-- 
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] icons

2013-02-13 Thread IBBoard
The ones with opensuse *are* the normal icons, so it is Libreoffice rather
than Opensuse being boring.

There may be extra icon sets (I've seen one article about a Faenza icon
set) but they had to be used to replace an existing theme rather than added
as a new one.

If you want to try a different icon set then I'd try gnome-look.org or a
Google search for phrases like "libreoffice toolbar icon set", but I don't
believe there are many as most people are presumably happy with one of the
existing sets.
On Feb 12, 2013 9:19 PM, "Malcolm Moore"  wrote:

> Is there anywhere that does different icon sets .. sorry, but
> I think the ones that come with opensuse are a bit boring
>
>
> Ta
>
>
> M
>
> --
> 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] irritating problem 4.0

2013-02-13 Thread Tim Lloyd
Thanks for the help Jean-Francois. I noticed that the relevant lines had 
"outline 1" in the status bar. I don't know how that got there but I think it 
may be related to cutting and pasting external commands into my document. In 
the short term I just reentered this information. I am now keeping my eyes open 
for further occurences.

Cheers
- Original Message -
From: Jean-Francois Nifenecker
Sent: 02/13/13 06:44 PM
To: users@global.libreoffice.org
Subject: Re: [libreoffice-users] irritating problem 4.0

Hi, Le 13/02/2013 07:16, Tim Lloyd a écrit : > > Today, I updated the FAQ with 
some GIT information. So I created a > new heading1 for GIT with a heading2 
underneath. And a few lines of > information along the way (in the format text 
body). When I updated > the index, all lines I had typed in were added to the 
index. Plus a > few from the page before and the page after. But not all pages! 
> Have look at those paragraphs that inappropriately go to the index and check 
their outline level. I guess this level is set to some value other than Text 
body. In this case, using the Ctrl+M key combination (Format / Default) should 
set them back to the default Text body level value. Apart from some manual 
setting, I can't see why this paragraph setting would have changed on its own. 
HTH, -- Jean-Francois Nifenecker, Bordeaux -- 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: Save as doc crashes LO

2013-02-13 Thread steveedmonds
Thanks, problem must be fixed.
I could save it as docx but the formatting was scrambled. Saving as .doc
just crashed LO.
Steve



--
View this message in context: 
http://nabble.documentfoundation.org/Save-as-doc-crashes-LO-tp4037263p4037270.html
Sent from the Users mailing list archive at Nabble.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



Re: [libreoffice-users] Save as doc crashes LO

2013-02-13 Thread Daniel A. Rodriguez
2013/2/13 steveedmonds 
>
> Hi.
> Saving a writer document as .doc crashes my LO on OpenSuse. Could someone
> please try on 4.0 and if it persists I will file a bug.
> perf_calc_translations.odt
> <
http://nabble.documentfoundation.org/file/n4037263/perf_calc_translations.odt
>


I could with no problem
I'm using version 4.0.0.3 on Debian Wheezy


--~--~-~--~~~---~--~~
Escuelas Libres :: Porque la educación es mucho mejor cuando es libre
www.escuelaslibres.org.ar
---
Para entrenar, cualquier programa sirve. Para educar, sólo Software Libre.
(Federico Heinz)
---

-- 
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] Save as doc crashes LO

2013-02-13 Thread steveedmonds
Hi.
Saving a writer document as .doc crashes my LO on OpenSuse. Could someone
please try on 4.0 and if it persists I will file a bug.
perf_calc_translations.odt
 
 
Cheers, Steve




--
View this message in context: 
http://nabble.documentfoundation.org/Save-as-doc-crashes-LO-tp4037263.html
Sent from the Users mailing list archive at Nabble.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



Re: [libreoffice-users] icons

2013-02-13 Thread IBBoard
On Wed, 2013-02-13 at 12:14 +, sun shine wrote: 
> On 12/02/13 22:39, Malcolm Moore wrote:
> > The tool bar icons. OpenSuse include about 4 ... I love LO
> > I just think the ones you get with openSuse are a bit dated
> >
> >
> > Ta
> >
> >
> > M
> >
> Does your installation package have a desktop integration directory? If 
> so, that might have more up-to-date icons in it? At least, that's how it 
> works withthe Debian-based installations, so YMMV.
> 

The main LO package in openSUSE is already desktop integrated. What they
do have, though, is a set of libreoffice-icon-theme-* packages. If you
don't have them installed, open the package manager and install the one
you want. If you do have them installed, go to Tools > Options and then
pick LibreOffice > View and select the icon style you want.

Options in openSUSE are:
* Crystal (KDE3)
* Galaxy (OOo 3)
* HiContrast
* Oxygen (KDE4)
* Tango (Gnome)


-- 
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] Table borders

2013-02-13 Thread Jean-Francois Nifenecker

Le 13/02/2013 17:27, PGR a écrit :

My table does show it's border when I open the documento or when doing a
previsualization. It gets lost when I print the document, even to pdf
creator.
That option in LO configuration is also active.
I thought this issue was solved on version 3.4...



What is the border thickness value? It might be way too thin to be 
correctly rendered on a printer.


--
Jean-Francois Nifenecker, Bordeaux

--
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] How to convert tab-separated file to XLS from the command line

2013-02-13 Thread Brian Cottingham
I have a tab-separated file that I'm trying to convert to XLS from the
command line. This is the command I'm using:

sudo libreoffice --headless --convert-to xls filename.tsv

This has two problems:

   1. LibreOffice does not use a tab separator; it assumes a comma
   separator, so my columns aren't detected correctly
   2. LibreOffice reports converting to MS Excel 5.0/95 format. How can I
   instruct it to convert to Excel 2003 format?

-- 
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] Getting Started Guide complete(ish)

2013-02-13 Thread upscope
On Wednesday, February 13, 2013 08:39:37 AM Tom Davies wrote:
> Hi :)
> WH!!!  The documentation team have managed to get the "Getting
> Started Guide"'s chapters all done and ready for use several months ahead
> of normal
> 
> https://wiki.documentfoundation.org/Documentation/Publications
> 
> The next step of collecting all the chapters into one book and then getting
> it out to the various distribution points (such as the Lulu bookstore,
> Ubuntu App Store and other places, oh and the official LibreOffice
> web-page) is quite painful so it could take a few days.  Unitl then you can
> find all the individual chapters at
> https://wiki.documentfoundation.org/Documentation/Publications
> 
> A few regulars from this mailing list have joined the Docs Team in the last
> couple of days but even so the Docs Team could still use more people.  Even
> if you lack experience of LibreOffice and are not familiar with writing
> guides you could still be a big help in the reviewing / proofreading
> process to see if any small adjustments might make it easier for new people
> to understand.  Also anyone that can translate from French to English might
> be useful to help with the Faq, or with the Maths Guide.  Anyone able to
> translate from German to English might be able to help translate the Base
> Handbook.  Anyone that has even a vague clue about using Base might be able
> to help with the full Base Guide (or with helping check the translation of
> the handbook or the Faq). 
> 
> 
> WoH!!
> Regards from
> Tom :)
Just downloaded and read the Getting Started PDF for 4.0. Very Good! Only have 
one comment: It would be nice if the Cover had the version number the manual 
is for. 

i could see people using the wrong if they downloaded mutiple versions they 
support. Will read other sections as time permits.

Russ
-- 
openSUSE 12.2(Linux 3.4.28-2.20-desktop x86_64)|
KDE 4.9.5 "release 4"|Intel core2duo 2.5 MHZ,|8GB DDR3|GeForce
8400GS(NVIDIA-Linux-x86_64-304.60)  


-- 
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: LO 4.0: intrinsic database: relations only between primaries keys?

2013-02-13 Thread Dan Lewis

On 02/11/2013 05:31 PM, Uwe Brauer wrote:

"Dan" == Dan Lewis  writes:

> `
> On 02/11/2013 09:18 AM, Uwe Brauer wrote:
>>
>> Uwe Brauer
>  How do you define an "intrinsic database"? I do not understand
>  the term.

Well in my understanding there are two possibilities,

 -  either Base can connect to an external database such as mysql via
a number of drivers or

 -  it uses a database it ships (I think it is based in
hsql). Because of a lack of a word I denoted this as intrinsic.

>  Primary-foreign key pairs are created when a table is
> normalized. (There several levels of normalized tables.) These pairs
> are based upon the relationships between the fields of the original
> table.
>  So, you probably should put all the fields of the two tables into
> a single table with the exception of any fields that belong to both
> tables. For example the single table contains only one primary key
> ("ID") and one field named "Notes". Then look for any fields (other
> than "ID") that determine the values of other fields. (In other words,
> begin to normalize the table.) Without knowing all of the fields that
> you are using, it would be difficult to know what fields these might
> be.
>  FYI, very seldom will two tables have a 1:1 relationship (linking
> the primary keys of the two tables). Very likely, yours doesn't
> either. Most often, these relationships involve a primary key of one
> table and a foreign key of the other.


I am not entirely sure I understand: I set up a new base, no the primary
keys are not any existing field of the table (autovalue is On)


My tables are the following (they are just toy models in order to
understand the relation ship concept)

Task:
Name Type
Id   (generated by OO as a primary key)
Task Id Integer
Description Memo Longchar
Notes Memo Longchar


Authors
Name Type
Id (generated by OO as a primary key)
Author Id Integer
FirstName Memo Longchar
Nationality Notes Memo Longchar

Now I try to make a relation between the two tables, and in the GUI I
select the field Task Id and Author id in the other table, since both
fields have the same type.

I receive  the following error:


SQL Status: 23000
Error code: -177

Integrity constraint violation - no parent 1, table: Authors in
statement [ALTER TABLE "Authors" ADD  FOREIGN KEY ("AuthorID")
REFERENCES "Tasks" ("ID")]

Now the gui allow me to add more fields so I add both primary keys, gain
an error:
SQL Status: S0011
Error code: -170

Primary or unique constraint required on main table: "Tasks" in
statement [ALTER TABLE "Authors" ADD FOREIGN KEY ("AuthorID","ID")
REFERENCES "Tasks" ("TaskID","ID")]

The only one which works, using the GUI is between the primaries keys!!!

Did you try it out your self and you are able to set more relations
between the tables?

As I said, in another mail,  when I connect the data base to mysql via
ODBC then I can set more relations, but they are not saved..

Uwe

  Some basics about creating a database:
1) You begin with data that you want to use for some purpose or purposes.
2) Then you design the database to organize this data so that it will be 
useful.


For example: an address database:
 In the beginning, the database consists of information such as 
names, addresses, email address, phone numbers, etc.
 The first thing you would want to do is to organize this data so 
that a name is linked to its address, its email address, its phone 
numbers, etc. Now you have rows of data, each one of them containing 
information about a single person (a relationship exists between the 
data for each row). Each of these pieces of information is a field.
 If you look at these rows, you will see that they also contain 
some things in common. Several rows can contain data about your friends, 
others are about your relatives, and others are about companies you do 
business with. You probably know of other possibilities. So, these rows 
can be organized into groups based upon what they have in common. (This 
too is a relationship.)
 The next thing you should do is to further organize these rows in 
each one of these groups to make them more useful. You could form a 
table using these as the column headings: name, address, email address, 
and phone number. ( Now you have a table for each group of rows. So, if 
you want data about a particular contact, you can go to the table that 
contains it. If you want to look at the data for a relative, you go to 
the table containing all of your relatives.
 This is basically how a flat database is created. Relational 
databases begin in the same way.
 At this point, each of these tables are checked to see whether 
they are "normal" or not. For example, a contact is likely to have 
multiple phone numbers or other possible multiple entries. Each of these 
have something in common (another relationship). We can remove the field

RE: [libreoffice-users] Table borders

2013-02-13 Thread PGR


-Mensagem original-
De: Dan Lewis [mailto:elderdanle...@gmail.com] 
Enviada: quarta-feira, 13 de Fevereiro de 2013 15:23
Para: users@global.libreoffice.org
Assunto: Re: [libreoffice-users] Table borders

On 02/13/2013 09:38 AM, PGR wrote:
> Hi,
>
>   
>
> I have a MS Word document with table borders that don't get printed on
> Libreoffice 4.0.
>
> I can only see these borders in previsualization. My document has a table
> and a logo.
>
> I know this was an issue on 3.4 version but I'm using  version 4.0,
> portable.
>
> Is there any solution to this problem?
>
> Many thanks!
   Possible solution: Right click one of the table cells and select 
"Tables". Then in the Table Format dialog, click the Borders tab. Does 
this show the borders you want? If not, add them.
   Another possibility: Tools -> Options -> LibreOffice Writer -> 
Table. In the bottom of the Default section, is Border checked? Will 
this make any difference?

--Dan

Hi Dan, thank you for your comment.
My table does show it's border when I open the documento or when doing a
previsualization. It gets lost when I print the document, even to pdf
creator.
That option in LO configuration is also active.
I thought this issue was solved on version 3.4...

-- 
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] Table borders

2013-02-13 Thread Dan Lewis

On 02/13/2013 09:38 AM, PGR wrote:

Hi,

  


I have a MS Word document with table borders that don't get printed on
Libreoffice 4.0.

I can only see these borders in previsualization. My document has a table
and a logo.

I know this was an issue on 3.4 version but I'm using  version 4.0,
portable.

Is there any solution to this problem?

Many thanks!
  Possible solution: Right click one of the table cells and select 
"Tables". Then in the Table Format dialog, click the Borders tab. Does 
this show the borders you want? If not, add them.
  Another possibility: Tools -> Options -> LibreOffice Writer -> 
Table. In the bottom of the Default section, is Border checked? Will 
this make any difference?


--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] Create Firefox Personas for LibreOffice 4 in LibreOffice 4

2013-02-13 Thread webmaster-Kracked_P_P


Just created a "Felt style" of a background with the text of "LibreOffice".
I submitted it and there are 44 in the queue for review.

The header was 3000px by 200 px
The footer was 3000px by 100px

all according to their web page.
https://www.getpersonas.com/en-US/demo_create

Simple and easy.

On 02/13/2013 03:00 AM, C. H. D. wrote:

Hello!

Great to share how to make Firefox Personas for LibreOffice 4 in LibreOffice 4!

It is very hard to measure the size of the image to be used in a Firefox 
Persona. Feel free to learn more about that:

Create Firefox Personas for LibreOffice 4
http://youtu.be/AZeZzxN83HE

After trying many times, I got the right size of the image and submitted the 
Firefox Personas for LibreOffice 4.

http://www.getpersonas.com/en-US/gallery/All/search?p=libreoffice&search.x=0&search.y=0


For your information, in LibreOffice Draw:

Header image
Width: 82.00cm or 32.28"
Height: 5.52cm or 2.17"

Footer image
Width: 82.00cm or 32.28"
Height: 2.77cm or 1.09"

The gradient background is recommended.

Regards,

C. H. D.

  






_ _ _ _ _ _ _ _ _ _ _ _ _ _ _



--
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] Table borders

2013-02-13 Thread PGR
Hi, 

 

I have a MS Word document with table borders that don't get printed on
Libreoffice 4.0. 

I can only see these borders in previsualization. My document has a table
and a logo.

I know this was an issue on 3.4 version but I'm using  version 4.0,
portable.

Is there any solution to this problem?

Many thanks!

 

 


-- 
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] Create Firefox Personas for LibreOffice 4 in LibreOffice 4

2013-02-13 Thread webmaster-Kracked_P_P


In the Persona instructions on the Firefox page that help you through 
the process, they tell you the exact size of the image files.  Also, 
there are some example download images files to start the process as 
well.  I looked into this last month.  What I would do is download the 
image files they use as examples and then use them.  These files are 
shown in pixels not inches or any other measurement.  That is best.





On 02/13/2013 03:00 AM, C. H. D. wrote:

Hello!

Great to share how to make Firefox Personas for LibreOffice 4 in LibreOffice 4!

It is very hard to measure the size of the image to be used in a Firefox 
Persona. Feel free to learn more about that:

Create Firefox Personas for LibreOffice 4
http://youtu.be/AZeZzxN83HE

After trying many times, I got the right size of the image and submitted the 
Firefox Personas for LibreOffice 4.

http://www.getpersonas.com/en-US/gallery/All/search?p=libreoffice&search.x=0&search.y=0


For your information, in LibreOffice Draw:

Header image
Width: 82.00cm or 32.28"
Height: 5.52cm or 2.17"

Footer image
Width: 82.00cm or 32.28"
Height: 2.77cm or 1.09"

The gradient background is recommended.

Regards,

C. H. D.

  






_ _ _ _ _ _ _ _ _ _ _ _ _ _ _



--
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] personas for all users

2013-02-13 Thread C. H. D.
Additional information:

These two links may help:

https://wiki.documentfoundation.org/Documentation/UserProfile
https://wiki.documentfoundation.org/UserProfile


Regards,
C. H. D.
LibreOffice User

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 












 寄件人︰ C. H. D. 
收件人︰ LibreOffice User Support Mailing List  
傳送日期︰ 2013年02月13日 (週三) 7:03 PM
主題︰ Re: [libreoffice-users] personas for all users
 

Hello!

I have copied the user profile. I have pasted the user profile into the proper 
folder.

I have got the same Firefox Persona.

I guess, it is a matter of copying user profile when it comes to multiple 
machines.

https://wiki.documentfoundation.org/UserProfile


Regards,
C. H. D.
LibreOffice User

 




_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 












 寄件人︰ Malcolm Moore 
收件人︰ users@global.libreoffice.org 
傳送日期︰ 2013年02月13日 (週三) 4:29 PM
主題︰ [libreoffice-users] personas for all users
 
Can you install a persona for all users ie corporate branding
Is this actually possible ?


Ta


M
-- 
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] icons

2013-02-13 Thread sun shine

On 12/02/13 22:39, Malcolm Moore wrote:

The tool bar icons. OpenSuse include about 4 ... I love LO
I just think the ones you get with openSuse are a bit dated


Ta


M

   _
From: IBBoard [mailto:ibbo...@gmail.com]
To: Malcolm Moore [mailto:st-malcolm.mo...@whsg.info]
Cc: users@global.libreoffice.org
Sent: Tue, 12 Feb 2013 22:34:52 +
Subject: Re: [libreoffice-users] icons

Which icons? The launcher icons or the toolbar icons?

I'm not on my opensuse machine now, but I think they package some of the
toolbar icon themes separately.

There are also launcher icons in some sets on sites like gnome-look, but as
I'm just finding then they don't seem to be applied once the app opens.
On Feb 12, 2013 9:19 PM, "Malcolm Moore"  wrote:


Is there anywhere that does different icon sets .. sorry, but
I think the ones that come with opensuse are a bit boring


Ta


M

--
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


Does your installation package have a desktop integration directory? If 
so, that might have more up-to-date icons in it? At least, that's how it 
works withthe Debian-based installations, so YMMV.


--
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: character kerning

2013-02-13 Thread Ken Springer

FWIW department...

On 2/8/13 6:53 AM, webmaster-Kracked_P_P wrote:

So if MacOSX used TTF fonts, then the same font file can be used for
Windows, Linux, and MacOSX.


I just installed OS X 10.8.2 Mountain Lion on this computer.  Fresh 
barebones install, not an upgrade.


The only software I've installed that may or may not install a 
collection of fonts is LO.


Font types installed in my Fonts folders are:

.ttf
.ttc
.otf

If you go way back on a Mac, you'll find Postscript fonts before 
TrueType came into being.


For the purposes of web page design, you can find sites that list the 
fonts installed as default sets by Windows and Mac, and the sites 
generally guide you as to what font will be substituted when a specified 
font does not exist.


HTH

--
Ken

Mac OS X 10.8.2
Firefox 18.0.2
Thunderbird 17.0.2
LibreOffice 3.6.5.2


--
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] Feature Request

2013-02-13 Thread bill

On 2/12/2013 2:04 PM, John R. Sowden wrote:
I know this is a bad time, since 4.0 was just released, but 
improvement is an ongoing process.


For the 'recent documents' menu selection under 'file', it 
would be nice to:
1) allow us to set the number of recent documents, under 
tools/options.
2) allow us, in the recent menu, to right click and set certain 
files to 'permanent' so
they will not fifo off the stack.  An asterisk (blue?) 
could act as a visual flag.


John


I like both of these ideas, but especially the ability to flag a 
file as "permanent."
When you file the "bug/feature" let us know the number or link so 
we can add our +1.


--
Bill Drescher
william {at} TechServSys {dot} 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



Re: [libreoffice-users] personas for all users

2013-02-13 Thread C. H. D.
Hello!

I have copied the user profile. I have pasted the user profile into the proper 
folder.

I have got the same Firefox Persona.

I guess, it is a matter of copying user profile when it comes to multiple 
machines.

https://wiki.documentfoundation.org/UserProfile


Regards,
C. H. D.
LibreOffice User

 




_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 












 寄件人︰ Malcolm Moore 
收件人︰ users@global.libreoffice.org 
傳送日期︰ 2013年02月13日 (週三) 4:29 PM
主題︰ [libreoffice-users] personas for all users
 
Can you install a persona for all users ie corporate branding
Is this actually possible ?


Ta


M
-- 
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] OT: Brazilian LibreOffice Magazine released

2013-02-13 Thread Eliane Domingos de Sousa
Dear Community,

I'm proud to announce the third release of Brazilian LibreOffice
Magazine. 

I wanna thanks all the collaborators, because without them, there is no
magazine.

The magazine is only in Portuguese, if you want to share our project,
we'll be very happy.

Download pdf file:
http://dc671.4shared.com/download/k_TgxH8J/LM-ED03.pdf

Download odg file:
http://dc667.4shared.com/download/N_A-r9yI/LM-ED03.odg

Thanks very much for give us the best free office.

Best,
-- 
Eliane Domingos de Sousa
Comunidade LibreOffice Brasil | Brazilian LibreOffice Community
Membro da TDF | TDF Member
Liberte-se, para editar textos, planilhas e apresentações
use http://pt-br.libreoffice.org/ é totalmente de graça.
Experimente o sistema de perguntas e respostas da Comunidade LibreOffice
Brasil:http://ask.libreoffice.org/pt-br/questions 


-- 
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] Find out a name of inserted image in Impress

2013-02-13 Thread Tom Davies
Hi :)
Errr, when i tried to give images unique names it didn't work out quite as i 
had hoped.  All my images ended up still getting the weird references numbers 
in the file when opened as a zipped file.  I'm fairly sure i was doing 
something wrong but still haven't read-up about all this yet
Regards from
Tom :)  





>
> From: "v...@ukr.net" 
>To: users@global.libreoffice.org 
>Cc: inp...@gmail.com 
>Sent: Wednesday, 13 February 2013, 9:10
>Subject: Re: [libreoffice-users] Find out a name of inserted image in Impress
> 
>  Hello!
>
>On Tue, 12 Feb 2013 08:42:04 +0200
>e-letter  wrote:
>
>> On 10/02/2013, v...@ukr.net  wrote:
>> >
>> >   So, I do not remember which slide contained which image or video.
>> > How can I find out the name of the inserted image or video file?
>> >
>> 
>> Use the navigator function. Select the option to view all shapes. In
>> future, give each inserted image a unique name.
>> 
>  Thank you for a suggestion! Certainly, it may save my time in the
>future. And for now, perhaps, I will just use my friend's PC with
>LO-3.6 again to give all the images and videos unique names.
>
>  Regards,
>    Vladimir
>
>- 
>
>
>-- 
>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] Find out a name of inserted image in Impress

2013-02-13 Thread v_2e
  Hello!

On Tue, 12 Feb 2013 08:42:04 +0200
e-letter  wrote:

> On 10/02/2013, v...@ukr.net  wrote:
> >
> >   So, I do not remember which slide contained which image or video.
> > How can I find out the name of the inserted image or video file?
> >
> 
> Use the navigator function. Select the option to view all shapes. In
> future, give each inserted image a unique name.
> 
  Thank you for a suggestion! Certainly, it may save my time in the
future. And for now, perhaps, I will just use my friend's PC with
LO-3.6 again to give all the images and videos unique names.

  Regards,
Vladimir

- 
 

-- 
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] Getting Started Guide complete(ish)

2013-02-13 Thread Tom Davies
Hi :)
WH!!!  The documentation team have managed to get the "Getting Started 
Guide"'s chapters all done and ready for use several months ahead of normal

https://wiki.documentfoundation.org/Documentation/Publications

The next step of collecting all the chapters into one book and then getting it 
out to the various distribution points (such as the Lulu bookstore, Ubuntu App 
Store and other places, oh and the official LibreOffice web-page) is quite 
painful so it could take a few days.  Unitl then you can find all the 
individual chapters at
https://wiki.documentfoundation.org/Documentation/Publications

A few regulars from this mailing list have joined the Docs Team in the last 
couple of days but even so the Docs Team could still use more people.  Even if 
you lack experience of LibreOffice and are not familiar with writing guides you 
could still be a big help in the reviewing / proofreading process to see if any 
small adjustments might make it easier for new people to understand.  Also 
anyone that can translate from French to English might be useful to help with 
the Faq, or with the Maths Guide.  Anyone able to translate from German to 
English might be able to help translate the Base Handbook.  Anyone that has 
even a vague clue about using Base might be able to help with the full Base 
Guide (or with helping check the translation of the handbook or the Faq).  


WoH!!
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



[libreoffice-users] personas for all users

2013-02-13 Thread Malcolm Moore
Can you install a persona for all users ie corporate branding
Is this actually possible ?


Ta


M
-- 
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] Share-point?

2013-02-13 Thread Tom Davies
Hi :)
Has anyone managed to get MS Sharepoint working with 4.0.0?  Apparently it's 
one of the features that are supposed to be in the 4.0.0 although i have no 
idea what SharePoint is nor why anyone would use it.  


According to the comments under this article
http://www.webupd8.org/2013/02/libreoffice-40-available-for-download.html
Somewhere about 1/4 up from the bottom
"Алексей Бродкин • 6 days ago 
It seems like some of highlighted options are missing from this release.
1. Unity/Global menu integration - at least I cannot see it in action or any 
toggle in setting
2. SharePoint integration. From here http://tekonorma.fr/WPblogTN/2... I learnt 
that to have this option one needs to instal a corresponding plug-in from here 
http://extensions.libreoffice and you may see this link leads to "This page 
does not seem to exist..." - seems like due to legal issue plugin was removed."

Sure enough the link didn't work so i got to the Extensions site another way 
but a quick search to find "sharepoint" or "share point" didn't reveal any 
relevant Extensions.

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