Re: [PUSHED][patch] [fdo#42986] Presentations in Wide-screen

2012-05-02 Thread Ivan Timofeev
On 02.05.2012 18:44, Andras Timar wrote: Yes. When I extract en-US strings and run po migration scripts, po files will be correct automatically. oh, great! :) Thank you! Ivan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://li

Re: [PUSHED][patch] [fdo#42986] Presentations in Wide-screen

2012-05-02 Thread Andras Timar
2012/5/2 Ivan Timofeev : > On 02.05.2012 17:30, Andras Timar wrote: >> >> Yes, you can push to the translations repo, if you would like. Usually >> developers don't care about l10n and incidentally break translations. >> Maybe it is already broken in master, regardless of your patch. >> >> 3.6 tran

Re: [PUSHED][patch] [fdo#42986] Presentations in Wide-screen

2012-05-02 Thread Ivan Timofeev
On 02.05.2012 17:30, Andras Timar wrote: Yes, you can push to the translations repo, if you would like. Usually developers don't care about l10n and incidentally break translations. Maybe it is already broken in master, regardless of your patch. 3.6 translation has not started yet. When 3.6 tran

Re: [PUSHED][patch] [fdo#42986] Presentations in Wide-screen

2012-05-02 Thread Andras Timar
Hi Ivan, 2012/4/23 Ivan Timofeev : > > Ok, but this breaks the translations: > > --- a/vcl/source/src/print.src > +++ b/vcl/source/src/print.src > @@ -513,7 +513,6 @@ StringArray RID_STR_PAPERNAMES >         < "C6/5 Envelope"; >; >         < "DL Envelope"; >; >         < "Dia Slide"; >; > -      

Re: [PUSHED][patch] [fdo#42986] Presentations in Wide-screen

2012-04-23 Thread Ivan Timofeev
Hi Rob, pushed (with some corrections) http://cgit.freedesktop.org/libreoffice/core/commit/?id=9c99dac0968c405537cd6094a46c7f6de01ccc4e On 19.04.2012 01:35, Rob Snelders wrote: I have tested with removing the PAPER_SCREEN*. It seems to work. The size indeed dissapears where the page-size of the

Re: [patch] [fdo#42986] Presentations in Wide-screen

2012-04-18 Thread Rob Snelders
Hi Ivan, I have tested with removing the PAPER_SCREEN*. It seems to work. The size indeed dissapears where the page-size of the printer is mentioned. I only saw that the handout-page is empty on the screen. It seems to print however. Also without the patch applied it doesn't work here. But my

Re: [patch] [fdo#42986] Presentations in Wide-screen

2012-04-16 Thread Ivan Timofeev
Hi Rob, thanks a lot, great work! :) Just one detail: if you add smth to 'static const int PaperIndex' (print.cxx), I suppose you also have to add it to RID_STR_PAPERNAMES (print.src): OSL_ENSURE( sal_uInt32(SAL_N_ELEMENTS(PaperIndex)) == aPaperStrings.Count(), "localized paper name count w

Re: [patch] [fdo#42986] Presentations in Wide-screen

2012-04-14 Thread Rob Snelders
Hi, There was an error in page.cxx. I fixed that now. Thanks to Rodolfo for seeing it. -- Greetings, Rob Snelders On 14-04-12 21:26, Rob Snelders wrote: Hi, Here is a corrected patch, without tab's in it. -- Greetings, Rob Snelders On 14-04-12 18:58, Rob Snelders wrote: Hi, Patches for b

Re: [patch] [fdo#42986] Presentations in Wide-screen

2012-04-14 Thread Rob Snelders
Hi, Here is a corrected patch, without tab's in it. -- Greetings, Rob Snelders On 14-04-12 18:58, Rob Snelders wrote: Hi, Patches for bug fdo#42986 -- Greetings, Rob Snelders ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://l

[patch] [fdo#42986] Presentations in Wide-screen

2012-04-14 Thread Rob Snelders
Hi, Patches for bug fdo#42986 -- Greetings, Rob Snelders >From b7e5a0d1ec7fdd4371f50b0ff101f4b37aa0ce1f Mon Sep 17 00:00:00 2001 From: Rob Snelders Date: Sat, 14 Apr 2012 17:26:27 +0200 Subject: [PATCH] fdo#42986 Add Presentationsize 16:9 Widescreen --- cui/source/tabpages/page.cxx | 1