Re: [libreoffice-users] Re: Visible currency rounding

2013-07-20 Thread Brian Barker
At 22:30 19/07/2013 -0400, Mark LaPierre wrote: On 07/19/2013 07:26 PM, Todor Takov wrote: I needed to implement the so called Bankers' Rounding Function, which would round with respect to the 4/5 rule. [...] Just one point I would like to make. If you are working with money be sure that

Re: [libreoffice-users] Base PostgreSQL Transactions

2013-07-20 Thread Andrew Douglas Pitonyak
Let me start by saying that I am not a DB expert and, although I have done significant work using DB and using transactions, I have not done so using Base or LO in general. More comments in-line. On 07/19/2013 04:31 PM, Don Parris wrote: I had hoped I would find a tutorial something along

[libreoffice-users] desktop-integration

2013-07-20 Thread Heinrich Stoellinger
Hello, I downloaded LO 4.1.0-RC3 yesterday. Looking at the files after tar -xvf ... I find that there still is no desktop-integration directory in the main installation tree of files. Is it meant to be like that? Regards H. stoellinger -- Erstellt mit Operas revolutionärem E-Mail-Modul:

[libreoffice-users] Re: Visible currency rounding

2013-07-20 Thread toodr
You described it in the most precise way. I needed a function that would round down the number if the followin digit is less then 5, and would round up if the followin digit is greater then 5, and if the followin digit is equal to 5 then it will test if the last digit to remain in the number is

[libreoffice-users] Re: Visible currency rounding

2013-07-20 Thread toodr
I have given my reasons in an explanation to a post by Luuk in this present discussion. But I think this is not an overkill, because if we have a significantly long number and we just look at the 3 digits to the right of the comma separator and just drop the rest of the digits to the right of

Re: [libreoffice-users] Re: Visible currency rounding

2013-07-20 Thread Brian Barker
At 08:54 20/07/2013 -0700, Todor Takov wrote: I have given my reasons in an explanation to a post by Luuk in this present discussion. But I think this is not an overkill, because if we have a significantly long number and we just look at the 3 digits to the right of the comma separator and

Re: [libreoffice-users] desktop-integration

2013-07-20 Thread Mirosław Zalewski
On 20/07/2013 at 17:26, Heinrich Stoellinger hc.stoellin...@aon.at wrote: I downloaded LO 4.1.0-RC3 yesterday. Looking at the files after tar -xvf ... I find that there still is no desktop-integration directory in the main installation tree of files. Is it meant to be like that? You are

Re: [libreoffice-users] desktop-integration

2013-07-20 Thread Mirosław Zalewski
On 20/07/2013 at 19:51, Kracked_P_P---webmaster webmas...@krackedpress.com wrote: So we no longer have to do a separate install command for installing the desktop menus? So one sudo dpkg -i *.deb is all we need? Yes, this is how it is supposed to work. (There are some bugs in rc3 that

Re: [libreoffice-users] desktop-integration

2013-07-20 Thread Kracked_P_P---webmaster
On 07/20/2013 02:06 PM, Mirosław Zalewski wrote: On 20/07/2013 at 19:51, Kracked_P_P---webmaster webmas...@krackedpress.com wrote: So we no longer have to do a separate install command for installing the desktop menus? So one sudo dpkg -i *.deb is all we need? Yes, this is how it is supposed

Re: [libreoffice-users] desktop-integration

2013-07-20 Thread sun shine
On 20/07/13 19:06, Mirosław Zalewski wrote: On 20/07/2013 at 19:51, Kracked_P_P---webmaster webmas...@krackedpress.com wrote: So we no longer have to do a separate install command for installing the desktop menus? So one sudo dpkg -i *.deb is all we need? Yes, this is how it is supposed to

[libreoffice-users] LO crashing when adding a FF theme

2013-07-20 Thread Daniel
Thanks Brad for answering.yes I do copy the url from the FF window. In older versions I used to do it without any problems. You have to copy the url from the browser window into the text string field before you click OK. It's not clear (to me) that you're doing that. Anyhow, it works

Re: [libreoffice-users] LO crashing when adding a FF theme

2013-07-20 Thread Kracked_P_P---webmaster
On 07/20/2013 02:40 PM, Daniel wrote: Thanks Brad for answering.yes I do copy the url from the FF window. In older versions I used to do it without any problems. You have to copy the url from the browser window into the text string field before you click OK. It's not clear (to me)

[libreoffice-users] Importing image from LO Draw (ODG) to Writer

2013-07-20 Thread Cliff Scott
I had a one page PDF file that I wanted to break into multiple pages. Opening the PDF with LO resulted in LO Draw opening with the file nicely displayed. I saved it as a draw image (odg) and then expected to be able to directly import it to Writer. Unfortunately I could find no way to do that.

[libreoffice-users] Unable to change url for persona settings

2013-07-20 Thread Scott Castaline
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just recently started checking out Fedora 19 on another system. This version comes with LibreOffice 4.1. I found that I was not able to setup my Persona settings in this version. My main system has 4.0.4.2 and just on a hunch I copied the libreoffice

[libreoffice-users] Augmented Matrix in Math

2013-07-20 Thread William Drago
All, I am trying to create an augmented matrix in LO Math. (http://en.wikipedia.org/wiki/Augmented_matrix) The code below generates a regular matrix. To make it an augmented matrix I need a vertical line between the 3rd and 4th columns. left [matrix{1#3#2#4##2#0#1#3##5#2#2#1} right ]