[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Rainer Bielefeld changed: What|Removed |Added Depends on||51368 --- Comment #25 from Rainer Bie

[Libreoffice-commits] .: comphelper/source editeng/source framework/source package/source sot/qa svtools/source sw/source

2012-06-23 Thread Julien Nabet
comphelper/source/property/MasterPropertySet.cxx|2 comphelper/source/property/MasterPropertySetInfo.cxx|2 editeng/source/editeng/impedit3.cxx |2 framework/source/layoutmanager/toolbarlayoutmanager.cxx | 38 package/source/zippack

Re: [PATCH] Give Macro recorder separate option, apart from Experimental features

2012-06-23 Thread Cor Nouws
Cor Nouws wrote (19-06-12 18:51) I'm also slightly amazed you managed to find vertical space in that dialog to cram that thing into; did you test with the worst-case setup there of tons of those options being visible ? IIRC that happens on Windows. Since I'm not building on Windows, it's no

Possible option to simplify code?

2012-06-23 Thread Philipp Riemer
Hi Miklos, hi all, I looked at your recent commit at and a duplication in the code of "sw/source/core/unocore/SwXTextDefaults.cxx" caught my eye. Since I never programmed in C++ so far, I want to ask

[GSOC] ODS Row height import

2012-06-23 Thread Daniel Bankston
Hi, Markus, A little update on ODS row height import... During import, ScXMLImport::endDocument() uses ScMyTables::UpdateRowHeights() to set the row heights for the visible tab and any tabs with shapes. I initially thought this was the only place row heights were calculated during import so

[Libreoffice-commits] .: Branch 'feature/pdf-signing' - vcl/inc vcl/source

2012-06-23 Thread Gökcen Eraslan
vcl/inc/vcl/pdfwriter.hxx |8 +++- vcl/source/gdi/pdfwriter_impl.cxx | 27 +++ 2 files changed, 26 insertions(+), 9 deletions(-) New commits: commit 1d546e142274f9f1f1bbc60f095b4b7c7493e469 Author: Gökçen Eraslan Date: Sat Jun 23 20:30:47 2012 +0300

Re: [PATCH] fdo#35365 default font color for documents

2012-06-23 Thread Benjamin Drung
Hi, Am Freitag, den 08.06.2012, 21:47 +0200 schrieb Jan Holesovsky: > Hi Benjamin, > > Benjamin Drung píše v Pá 08. 06. 2012 v 01:18 +0200: > > > here's a patch to fix bug fdo#35365. Please also apply the patch in the > > 3.5 and 3.6 branch. > > > > The underlying bug fdo#50861 is only partiall

License statement

2012-06-23 Thread Benjamin Drung
All of my past and future contributions to LibreOffice, unless stated otherwise, are licensed under LGPLv3+/MPL until further notice. -- Benjamin Drung Debian & Ubuntu Developer signature.asc Description: This is a digitally signed message part ___ Li

[Libreoffice-commits] .: sc/source

2012-06-23 Thread Takeshi Abe
sc/source/core/inc/doubleref.hxx |1 - sc/source/filter/inc/colrowst.hxx |3 --- sc/source/filter/inc/excdoc.hxx|4 sc/source/filter/inc/excform.hxx |1 + sc/source/filter/inc/excimp8.hxx

[Libreoffice-commits] .: sw/source

2012-06-23 Thread Miklos Vajna
sw/source/core/text/inftxt.cxx |6 ++--- sw/source/core/unocore/SwXTextDefaults.cxx | 30 ++--- sw/source/ui/config/dbconfig.cxx |2 - sw/source/ui/lingu/olmenu.cxx |4 +-- sw/source/ui/smartmenu/stmenu.cxx |4 --

[Libreoffice-commits] .: Branch 'feature/pdf-signing' - vcl/source

2012-06-23 Thread Gökcen Eraslan
vcl/source/gdi/pdfwriter_impl.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 77d41a25fe7afc31045ea6a39cb7bfb6c74d85fa Author: Gökçen Eraslan Date: Sat Jun 23 15:43:14 2012 +0300 /NeedAppearances must not be used if PDF is signed. Change-Id: I

[Libreoffice-commits] .: sw/source

2012-06-23 Thread Miklos Vajna
sw/source/ui/app/swmodul1.cxx |6 ++ sw/source/ui/lingu/olmenu.cxx | 19 +++ sw/source/ui/ribbar/tblctrl.cxx |3 +-- sw/source/ui/vba/vbaeventshelper.cxx |2 +- sw/source/ui/vba/vbainformationhelper.cxx |2 +- 5 files cha

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Rainer Bielefeld changed: What|Removed |Added Depends on||34467 --- Comment #24 from Rainer Bie

Re: German comments translation

2012-06-23 Thread Philipp Riemer
Hey Jesso, 2012/6/23 Jesso Murugan : > Hi Philipp, > > You are correct! > > I was reading the file, following some bug, and found myself > translating the comments to understand what's going on and > so I thought I'd just send the resulting file across ;) . By the way, > no offense taken. I'll che

[Libreoffice-commits] .: Branch 'feature/pdf-signing' - vcl/source

2012-06-23 Thread Gökcen Eraslan
vcl/source/gdi/pdfwriter_impl.cxx | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) New commits: commit 92cc6c3788376ff28a22e29975499c3414d642b6 Author: Gökçen Eraslan Date: Sat Jun 23 14:18:10 2012 +0300 Check the return values of osl_getFilePos and osl_setFilePos

[Libreoffice-commits] .: sw/source

2012-06-23 Thread Miklos Vajna
sw/source/core/unocore/unoevent.cxx | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) New commits: commit 71e91ab288323c68c22290d12d88d890dd7991fa Author: Miklos Vajna Date: Sat Jun 23 13:16:43 2012 +0200 sw: kill some unused global variables and RTL_CONSTASCII_

Re: German comments translation

2012-06-23 Thread Jesso Murugan
Hi Philipp, You are correct! I was reading the file, following some bug, and found myself translating the comments to understand what's going on and so I thought I'd just send the resulting file across ;) . By the way, no offense taken. I'll check the Easy Hacks. And, Google Summer of Code ideas

Re: German comments translation

2012-06-23 Thread Philipp Riemer
Hello Jesso, Thank you very much and welcome to the LibreOffice mailing list! While I appreciate your work, much of it looks as if it was the output of an online translation tool... Correct me if I am wrong! I spend some time tweaking your patch but gave up somewhere at line 120 or so... Especial

German comments translation

2012-06-23 Thread Jesso Murugan
Hi, I tranlsated German comments in filter/inc/filter/msfilter/msdffimp.hxx There are a couple of comments left untranslated in the file as I was not very confident about them. (Check the translated ones too, as the code was new to me and I might have missed any nuances.) Do comments need a lic

[Libreoffice-commits] .: config_host.mk.in

2012-06-23 Thread Miklos Vajna
config_host.mk.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 983b2ee0c82196ee23becaf70a53fa9186f5df06 Author: Miklos Vajna Date: Wed Jun 20 07:33:08 2012 +0200 config_host: fix misleading comment Change-Id: I51dbc3c1e0f860c7d3c866888f259de6b0d670