[Libreoffice] [PATCH] Easyhack fdo#38831 remove SvStrings

2011-12-29 Thread Brad Sowden
Hi, Following on from the 2 previous patches that I sent to the list, this series of patches removes all remaining instances of SvStrings. Patches contributed under LGPLv3+/MPL1.1. Regards, Brad ___ LibreOffice mailing list

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #65 from Marc Kaulisch m...@kaulisch.de 2011-12-29 01:21:43 PST --- Writer (beta2) crashes after leaving to another program on Win7 64bit https://bugs.freedesktop.org/show_bug.cgi?id=44260 -- Configure bugmail:

[Libreoffice] [PATCH 1/8] Easyhack fdo#38831 remove SvStrings

2011-12-29 Thread Brad Sowden
Hi, See attached. Note 1 -- I assume casting from size_t to sal_uInt16 is reasonable in the following scenario (I didn't want to update all callers in this patch)? sal_uInt16 SwGlossaries::GetGroupCnt() { -return GetNameList()-Count(); +return

[Libreoffice] [PATCH 2/8] Easyhack fdo#38831 remove SvStrings

2011-12-29 Thread Brad Sowden
Hi, See attached. Note 1 -- I made the following change in one place. Is this ok or should I call reserve(10) to be safe? -SvStrings aArr( 10, 10 ); +std::vectorString* aArr; Regards, Brad From 23613a0ae4e80fdda1fcf1c458b55c526f9fdf58 Mon Sep 17 00:00:00 2001 From:

[Libreoffice] [PATCH 3/8] Easyhack fdo#38831 remove SvStrings

2011-12-29 Thread Brad Sowden
Hi, See attached. Regards, Brad From 664e8e28dfb3eec445a679ca36aa61c0b1582104 Mon Sep 17 00:00:00 2001 From: Brad Sowden c...@sowden.org Date: Thu, 29 Dec 2011 10:54:13 +1300 Subject: [PATCH 3/8] fdo#38831 convert SvStrings to std::vector unofield.cxx --- sw/source/core/unocore/unofield.cxx

[Libreoffice] [PATCH 4/8] Easyhack fdo#38831 remove SvStrings

2011-12-29 Thread Brad Sowden
Hi, See attached. Regards, Brad From 4108bbb38a77b6552582e1972fc77019ff583a8a Mon Sep 17 00:00:00 2001 From: Brad Sowden c...@sowden.org Date: Thu, 29 Dec 2011 12:25:26 +1300 Subject: [PATCH 4/8] fdo#38831 convert SvStrings to std::vector unotbl.cxx --- sw/source/core/unocore/unotbl.cxx |

[Libreoffice] [PATCH 5/8] Easyhack fdo#38831 remove SvStrings

2011-12-29 Thread Brad Sowden
Hi, See attached. Remove a function contained in unusedcode.easy that includes SvStrings. Regards, Brad From 71f1914ced8f0d6b5aca26e9e83270d95e4437a1 Mon Sep 17 00:00:00 2001 From: Brad Sowden c...@sowden.org Date: Thu, 29 Dec 2011 13:44:52 +1300 Subject: [PATCH 5/8] Remove unusedcode.easy

[Libreoffice] [PATCH 6/8] Easyhack fdo#38831 remove SvStrings

2011-12-29 Thread Brad Sowden
Hi, See attached. Note 1 -- With the for loop below Insert(x,nPos) was previously applied but nPos is initialised to the end of vector and is always incremented in every loop iteration i.e. Insert(x,nPos) is effectively a push_back(x). Agree? In short

[Libreoffice] [PATCH 7/8] Easyhack fdo#38831 remove SvStrings

2011-12-29 Thread Brad Sowden
Hi, See attached. Remove unused variables. Regards, Brad From 6ffc7eb2a90a83c39785761b7a6add8cbf733cf9 Mon Sep 17 00:00:00 2001 From: Brad Sowden c...@sowden.org Date: Thu, 29 Dec 2011 18:28:00 +1300 Subject: [PATCH 7/8] Remove unused variables --- sc/source/ui/inc/parawin.hxx |8

[Libreoffice] [PATCH 8/8] Easyhack fdo#38831 remove SvStrings

2011-12-29 Thread Brad Sowden
Hi, See attached. Remove SvStrings definition and obsolete #defines. Regards, Brad From 38768e0e948d2e18da6aef588c4edaef72b32758 Mon Sep 17 00:00:00 2001 From: Brad Sowden c...@sowden.org Date: Thu, 29 Dec 2011 20:55:21 +1300 Subject: [PATCH 8/8] fdo#38831 remove SvStrings definition and

[Libreoffice] [PATCH] (3.5 Beta2) Fix for fdo#44280 [GUI] wrong position of 'Adding extension...' at Extension Manager dialog

2011-12-29 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Please find enclosed a patch to fix fdo#44280 The patch was done in master and should be cerry picked in 3.5 ASAP Kind regards - -- Olivier Hallot Founder, Board of Directors Member - The Document Foundation LibreOffice translation leader for

Re: [Libreoffice] [PATCH] Remove SC_DLLPUBLIC to fix build on msvc 2008

2011-12-29 Thread Korrawit Pruegsanusak
Hello Matúš, all, On Thu, Dec 29, 2011 at 19:37, Matúš Kukan matus.ku...@gmail.com wrote: Ah, sorry, it has been already fixed by 2d9aac80a17b61f8339b80a4bc1555940255a8ff I should have realized that. Never mind :) This reminds me - that I should ./g pull -r now. Best Regards, -- Korrawit

[Libreoffice] [PUSHED] Re: [PATCH] fix EasyHack FDO42454, remove code associated with unused icons

2011-12-29 Thread Jan Holesovsky
Hi Gustavo, On 2011-12-20 at 16:19 -0200, Gustavo Pacheco wrote: Fix for EasyHack FDO42454 (https://bugs.freedesktop.org/show_bug.cgi?id=42454) in attachment for review. Thank you very much for the patch! :-) - and sorry that it took so long to apply. I used most of that, please see:

Re: [Libreoffice] [PATCH] Remove SC_DLLPUBLIC to fix build on msvc 2008

2011-12-29 Thread Korrawit Pruegsanusak
Hello Matúš, all, On Tue, Dec 27, 2011 at 06:36, Matúš Kukan matus.ku...@gmail.com wrote: but I think http://cgit.freedesktop.org/libreoffice/core/commit/?id=472a7db1ef118147d949b13c66bb86411dbc7a75 should solve it. Thanks, but it doesn't help. Anyway, I think I've found the cause: hunspell

Re: [Libreoffice] [PATCH] tinderbox status: email on success, email authors

2011-12-29 Thread Jan Holesovsky
Hi Thorsten, On 2011-12-13 at 11:39 +0100, Thorsten Behrens wrote: Compared to my request quoted above, this also gets in the loop the committer of the fix. It uselessly spams people that committed since last failure and did not fix the build (but did an unrelated change), but I think

[Libreoffice] [REVIEW] quick patch for extensions ole part

2011-12-29 Thread julien2412
Hello, Another Same expression on both sides of '||' detected by cppcheck. I supposed this patch but I made a research of INVOKE_PROPERTYPUT on the file, either it's not the only location where INVOKE_PROPERTYPUTREF should be used or INVOKE_PROPERTYPUTREF shouldn't be used at all in this case.

[Libreoffice] [REVIEW 3-5: Late feature] Improvements in the header / footer behavior

2011-12-29 Thread Jan Holesovsky
Hi Cedric, all, I have been playing recently with the great new header / footer indicators, and there were 2 things that I considered suboptimal from the UX point of view: - Appearing / disappearing of the controls after 1 second I noticed that most of the time when I am using that, I am

Re: [Libreoffice] [PATCH] Remove SC_DLLPUBLIC to fix build on msvc 2008

2011-12-29 Thread Matúš Kukan
Hello Korrawit, On 29 December 2011 13:15, Korrawit Pruegsanusak detective.conan.1...@gmail.com wrote: Anyway, I think I've found the cause: hunspell is calling 3 functions in icu, but we don't have any icu library to link with = linker failed. So, I attached a patch to fix this. Could you

[Libreoffice-commits] .: sw/source

2011-12-29 Thread Julien Nabet
sw/source/ui/docvw/FrameControlsManager.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit ebfaf933172ecf7d357b2454750033d4c6e57cd9 Author: Julien Nabet serval2...@yahoo.fr Date: Thu Dec 29 10:55:37 2011 +0100 Some cppcheck cleaning diff --git

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 5 commits - filter/source sc/source sd/source vcl/inc vcl/source

2011-12-29 Thread Pierre-André Jacquod
filter/source/pdf/impdialog.cxx | 13 filter/source/pdf/impdialog.hrc |1 filter/source/pdf/impdialog.hxx |2 filter/source/pdf/impdialog.src | 12 filter/source/pdf/pdfexport.cxx |4 filter/source/pdf/pdfexport.hxx |1

[Libreoffice-commits] .: desktop/Library_spl.mk

2011-12-29 Thread Matus Kukan
desktop/Library_spl.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 5cc45ed66d44aec84dcaf3f3cd58a4fb26efe4ba Author: Matúš Kukan matus.ku...@gmail.com Date: Wed Dec 28 21:53:31 2011 +0100 desktop: spl: do not pointlessly include object file diff --git

[Libreoffice-commits] .: 2 commits - sw/inc sw/source

2011-12-29 Thread Jan Holesovsky
sw/inc/crsrsh.hxx |1 sw/inc/viewsh.hxx | 21 +++- sw/source/core/crsr/crsrsh.cxx |8 - sw/source/core/inc/pagefrm.hxx |5 - sw/source/core/layout/pagechg.cxx | 22 -

[Libreoffice-commits] .: sw/source

2011-12-29 Thread Julien Nabet
sw/source/filter/ww8/wrtw8nds.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4e41996b5693414c0887c2c4d929cd16f4eb4577 Author: Julien Nabet serval2...@yahoo.fr Date: Thu Dec 29 11:53:28 2011 +0100 Some cppcheck cleaning diff --git

[Libreoffice-commits] .: default_images/cmd default_images/fpicker default_images/sw fpicker/source icon-themes/hicontrast icon-themes/oxygen svtools/source

2011-12-29 Thread Jan Holesovsky
dev/null|binary fpicker/source/office/iodlg.hrc | 12 +--- fpicker/source/office/iodlg.src | 16 svtools/source/inc/iodlg.hrc| 12 +--- 4 files changed, 10 insertions(+), 30 deletions(-) New commits: commit

[Libreoffice-commits] .: starmath/source

2011-12-29 Thread Julien Nabet
starmath/source/mathmlexport.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 74b675cb6988c8ea731536832a0f8b5196f7521e Author: Julien Nabet serval2...@yahoo.fr Date: Thu Dec 29 11:35:59 2011 +0100 Some cppcheck cleaning diff --git

[Libreoffice-bugs] [Bug 43911] FILEOPEN problem: trying to import big csv file leads to maximum number of rows exceeded after 1000 imported rows

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43911 --- Comment #5 from Claudio Fontana sick_s...@yahoo.it 2011-12-29 01:04:15 PST --- (In reply to comment #2) Although the error message mentions max number of rows, I think the bug is related with max number of columns during CVS import. I

[Libreoffice-bugs] [Bug 44259] New: EDITING: Chart Secondary Axis changes to Primary on Edit

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44259 Bug #: 44259 Summary: EDITING: Chart Secondary Axis changes to Primary on Edit Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release Platform:

[Libreoffice-bugs] [Bug 44260] New: Crash after inactivity/switch to other program

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44260 Bug #: 44260 Summary: Crash after inactivity/switch to other program Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Beta2 Platform: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 44261] New: Calc spreadsheet is very slow with Gantt chart

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44261 Bug #: 44261 Summary: Calc spreadsheet is very slow with Gantt chart Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4 release Platform: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 44261] Calc spreadsheet is very slow with Gantt chart

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44261 --- Comment #1 from glepp...@gmx.de 2011-12-29 01:20:22 PST --- Created attachment 54934 -- https://bugs.freedesktop.org/attachment.cgi?id=54934 Very slow file with Gantt chart -- Configure bugmail:

[Libreoffice-bugs] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #65 from Marc Kaulisch m...@kaulisch.de 2011-12-29 01:21:43 PST --- Writer (beta2) crashes after leaving to another program on Win7 64bit https://bugs.freedesktop.org/show_bug.cgi?id=44260 -- Configure bugmail:

[Libreoffice-bugs] [Bug 44260] Crash after inactivity/switch to other program

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44260 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added CC||c...@nouenoff.nl ---

[Libreoffice-bugs] [Bug 35376] Windows 7 taskbar-pinning integration incomplete

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35376 --- Comment #7 from Marc Kaulisch m...@kaulisch.de 2011-12-29 01:32:14 PST --- this bug appears as well in LODev beta2 on Win7 64bit -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice-bugs] [Bug 44257] open specific docx file (attached) cause crashing with LO 3.4.4 and have some problems in rendering with LO 3.5 beta 2

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44257 R.Yu. ogldel...@mail.ru changed: What|Removed |Added Summary|open specific docx file |open specific docx file

[Libreoffice-bugs] [Bug 44257] Opening specific docx file (attached) cause crash in LO 3.4.4 and rendering bad with LO 3.5 beta 2

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44257 R.Yu. ogldel...@mail.ru changed: What|Removed |Added Summary|open specific docx file |Opening specific docx file

[Libreoffice-bugs] [Bug 44258] Lien.Hypertexte function not reconized - French package

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44258 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 44260] Crash after inactivity/switch to other program

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44260 --- Comment #2 from Marc Kaulisch m...@kaulisch.de 2011-12-29 01:52:19 PST --- I tested the other applications: The only program parts that are not effected by the bug are Calc and Draw Impress and Formula are crashing after switching to other

[Libreoffice-bugs] [Bug 44257] Opening specific docx file (attached) cause crash in LO 3.4.4 and rendering is bad with LO 3.5 beta 2

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44257 R.Yu. ogldel...@mail.ru changed: What|Removed |Added Summary|Opening specific docx file |Opening specific docx file

[Libreoffice-bugs] [Bug 44262] New: text boxes ... enhancement/suggestion

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44262 Bug #: 44262 Summary: text boxes ... enhancement/suggestion Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4 release Platform: x86 (IA32) OS/Version: Linux

[Libreoffice-bugs] [Bug 44260] Crash after inactivity/switch to other program

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44260 --- Comment #3 from Marc Kaulisch m...@kaulisch.de 2011-12-29 02:05:30 PST --- even disabling the only extension that is not standard (Endnote X4 extension) does not help: Writer crashes -- Configure bugmail:

[Libreoffice-bugs] [Bug 43910] Form control stacking order broken - cannot bring to front to place one control over another

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43910 --- Comment #3 from Kurt kurt.fitz...@gmail.com 2011-12-29 09:52:06 PST --- Incidentally, the stacking order for table controls in 4.4.x does not work at all, in any circumstance. No other control will ever appear in front of a table control.

[Libreoffice-bugs] [Bug 34303] PDF export predefined destination folder

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34303 --- Comment #6 from thePanz thep...@gmail.com 2011-12-29 04:37:16 PST --- I completely agree with Hein Zelle.. I'll test LibOO 3.5Beta2 soon -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

[Libreoffice-bugs] [Bug 34303] PDF export predefined destination folder

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34303 Hein Zelle hein.ze...@bmtargoss.com changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3

[Libreoffice-bugs] [Bug 44269] New: PRINTING: Printing problem with form contains text field with «Multi-line with formatting »

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44269 Bug #: 44269 Summary: PRINTING: Printing problem with form contains text field with «Multi-line with formatting » Classification: Unclassified Product: LibreOffice Version:

[Libreoffice-bugs] [Bug 37345] Calc crashes if you type Martin into a cell

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37345 markus.mohrh...@googlemail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Libreoffice-bugs] [Bug 44274] New: Bizarre behavior of bullets

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44274 Bug #: 44274 Summary: Bizarre behavior of bullets Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4 release Platform: x86-64 (AMD64) OS/Version: All

[Libreoffice-bugs] [Bug 34303] PDF export predefined destination folder

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34303 --- Comment #4 from Hein Zelle hein.ze...@bmtargoss.com 2011-12-29 04:19:47 PST --- This bug is present in pretty much all save as or file open dialogs. It's old: already existed in early openoffice.org versions. I'll open a separate bug for

[Libreoffice-bugs] [Bug 33791] Print system fails to use or allow user to select correct paper size for printing

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33791 --- Comment #3 from lana...@gmail.com 2011-12-29 11:26:34 PST --- (In reply to comment #2) I have confirmed that in LibreOffice 3.5.0beta2 the page size is not being configured correctly in the printer. I created a document and used

[Libreoffice-bugs] [Bug 31306] Writer: Icons don't get grayed even when disabled

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31306 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added AssignedTo|libreoffice-b...@lists.free

[Libreoffice-bugs] [Bug 38962] Truncated printing in landscape

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38962 lana...@gmail.com changed: What|Removed |Added See Also||https://www.libreoffice.org

[Libreoffice-bugs] [Bug 38962] Truncated printing in landscape

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38962 --- Comment #7 from lana...@gmail.com 2011-12-29 11:02:32 PST --- (In reply to comment #6) [This is an automated message.] This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it started right out as NEW without ever being

[Libreoffice-bugs] [Bug 43982] Standard Filter delivers no lines

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43982 --- Comment #6 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2011-12-29 10:56:16 PST --- @Eduardo Moreno Any action except answer to my questions from Bug 44186 is usesless. -- Configure bugmail:

[Libreoffice-bugs] [Bug 42146] EDITING: Copy column puts 1 million rows to clipboard

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42146 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 44267] New: Two decimal digits are probably not enough to specify object position and size

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44267 Bug #: 44267 Summary: Two decimal digits are probably not enough to specify object position and size Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Beta2

[Libreoffice-bugs] [Bug 32771] Writer crashes while exporting big PDF file. (Error message: Der Wecker klingelt :-))

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32771 Friedrich libreoff...@gmx.de changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #9 from

[Libreoffice-bugs] [Bug 40504] Spell checker marks Hebrew and Arabic words with vowel marks as errors

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40504 --- Comment #5 from Khaled Hosny khaledho...@eglug.org 2011-12-29 02:46:46 PST --- The (In reply to comment #4) Khaled, do you happen to know where exactly I should post this problem? If this is not a LO problem, I am not sure now where is

[Libreoffice-bugs] [Bug 44282] New: [FORMATING] [TOC] space missing between text and ouline numbering

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44282 Bug #: 44282 Summary: [FORMATING] [TOC] space missing between text and ouline numbering Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Beta2

[Libreoffice-bugs] [Bug 44180] FORMATTING: The anchor property is part of the frame style but it is not exposed in the style editing dialog window.

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44180 Christian Lohmaier lohma...@gmx.de changed: What|Removed |Added Platform|Other |All

[Libreoffice-bugs] [Bug 44276] New: improve speed of csv import

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44276 Bug #: 44276 Summary: improve speed of csv import Classification: Unclassified Product: LibreOffice Version: LibO Master Platform: Other OS/Version: All Status:

[Libreoffice-bugs] [Bug 40559] Ugly dithered symbol background in rdp/ica sessions

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40559 --- Comment #5 from Heiko reg...@versanet.de 2011-12-29 09:09:23 PST --- The Bug still pesists in LibO 3.5 beta. Adding a screenshot. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice-bugs] [Bug 44258] Lien.Hypertexte function not reconized - French package

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44258 --- Comment #2 from Rémy Meunier remy.meun...@pharmaciemagog.com 2011-12-29 07:18:28 PST --- You are absolutly right. I recently switch my OS from Windows to Linux using Ubuntu. Kind regards. Rémy -- Configure bugmail:

[Libreoffice-bugs] [Bug 44281] New: [FORMATTING] [TOC] Character style of [LS] and [LE] marks should be 'Index Link'

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44281 Bug #: 44281 Summary: [FORMATTING] [TOC] Character style of [LS] and [LE] marks should be 'Index Link' Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0

[Libreoffice-bugs] [Bug 44268] New: Update the CREDITS.odt document

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44268 Bug #: 44268 Summary: Update the CREDITS.odt document Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Beta2 Platform: All OS/Version: All

[Libreoffice-bugs] [Bug 44279] New: [GUI] wrong position of 'Adding extension...' at Extension Manager dialog

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44279 Bug #: 44279 Summary: [GUI] wrong position of 'Adding extension...' at Extension Manager dialog Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Beta1

[Libreoffice-bugs] [Bug 44272] New: PRINTING: Why is there a difference between the 2 print preview screens if form contains a field with «Multi-line with formatting » ?

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44272 Bug #: 44272 Summary: PRINTING: Why is there a difference between the 2 print preview screens if form contains a field with «Multi-line with formatting » ? Classification:

[Libreoffice-bugs] [Bug 43910] Form control stacking order broken - cannot bring to front to place one control over another

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43910 Christian Lohmaier lohma...@gmx.de changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 44278] New: Writer: Duplicated image after save from .docx

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44278 Bug #: 44278 Summary: Writer: Duplicated image after save from .docx Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Beta2 Platform: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 42146] EDITING: Copy column puts 1 million rows to clipboard

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42146 --- Comment #6 from markus.mohrh...@googlemail.com 2011-12-29 08:48:35 PST --- Just to make it clear. I think we no longer put 1 million entries to the clipboard, at least not to the system clipboard. The internal clipboard still contains the

[Libreoffice-bugs] [Bug 44283] New: tabulator does not change row in tables

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44283 Bug #: 44283 Summary: tabulator does not change row in tables Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Beta2 Platform: x86 (IA32) OS/Version: Linux

[Libreoffice-bugs] [Bug 31306] Writer: Icons don't get grayed even when disabled

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31306 Korrawit Pruegsanusak detective.conan.1...@gmail.com changed: What|Removed |Added Status|NEEDINFO

[Libreoffice-bugs] [Bug 44275] New: Letter-size landscape 2-column Laser PRINTING bug

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44275 Bug #: 44275 Summary: Letter-size landscape 2-column Laser PRINTING bug Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Beta2 Platform: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 44280] [GUI] wrong position of 'Adding extension...' at Extension Manager dialog

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44280 --- Comment #2 from Olivier Hallot olivier.hal...@documentfoundation.org 2011-12-29 10:22:09 PST --- Created attachment 54950 -- https://bugs.freedesktop.org/attachment.cgi?id=54950 patch to fix fdo 44280 -- Configure bugmail:

[Libreoffice-bugs] [Bug 41860] .docx-file showing only first page of 7 pages FILEOPEN

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41860 Regina Henschel rb.hensc...@t-online.de changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 42504] [FILEOPEN] delete empty paragraph after table → table disappears after saving in .doc format

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42504 Christian Lohmaier lohma...@gmx.de changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 43982] Standard Filter delivers no lines

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43982 --- Comment #5 from Eduardo Moreno emor...@tokonhu.com 2011-12-29 07:06:11 PST --- The problem are when you apply 2 conditions. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice-bugs] [Bug 42571] Formatting comments not clear when looking at the comment with mouse-over ..

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42571 Christian Lohmaier lohma...@gmx.de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 40559] Ugly dithered symbol background in rdp/ica sessions

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40559 Heiko reg...@versanet.de changed: What|Removed |Added Status|NEEDINFO|NEW Version|LibO

[Libreoffice-bugs] [Bug 41407] EDITING: Presentation documents with a large number of complex EPS graphics renders very slowly.

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41407 --- Comment #6 from Victor Jimenez betaband...@gmail.com 2011-12-29 03:08:49 PST --- After trying v3.5.0beta2 I noticed that rendering has been improved. Initially, while traversing along the slides for the first time, there is a significant

[Libreoffice-bugs] [Bug 44068] PIVOTTABLE: DataPilot title still present in Pivot Table window

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44068 --- Comment #2 from jmei...@worldimpact.org 2011-12-29 11:41:27 PST --- Yes I can confirm it is fixed in Win32 LO-dev3.5 Beta1 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice-bugs] [Bug 44270] New: FILESAVE: Concordance file without estension

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44270 Bug #: 44270 Summary: FILESAVE: Concordance file without estension Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4 release Platform: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 42772] Launch of Libreoffice 3.4.4 impossible after update from version 3.4.1

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42772 --- Comment #13 from colcmor...@gmail.com 2011-12-29 06:17:04 UTC --- Hopefully my extensive IT support background will come in handy here. I had the reported problem with installing 3.4.4 on Windows 7 64bit and resolved it by installing Java

[Libreoffice-bugs] [Bug 34563] Labeled arrows

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34563 olspookishma...@gmail.com changed: What|Removed |Added Status|NEEDINFO|REOPENED

[Libreoffice-bugs] [Bug 44271] New: Be able to press the hyperlink button with ctrl+klick

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44271 Bug #: 44271 Summary: Be able to press the hyperlink button with ctrl+klick Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Beta2 Platform: All

[Libreoffice-bugs] [Bug 38112] Incorrect Colours on SunRay software version 4.2

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38112 --- Comment #4 from Jonathan Adams t12nsloo...@gmail.com 2011-12-29 02:32:39 UTC --- (In reply to comment #3) [This is an automated message.] This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it started right out as NEW

[Libreoffice-bugs] [Bug 43009] Impress 3.4.4: Some fonts are stretched vertically in SlideShow

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43009 v...@ukr.net changed: What|Removed |Added Platform|Other |x86-64 (AMD64)

[Libreoffice-bugs] [Bug 44265] New: Ctrl+C and Ctrl+V in russian layout

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44265 Bug #: 44265 Summary: Ctrl+C and Ctrl+V in russian layout Classification: Unclassified Product: LibreOffice Version: unspecified Platform: All OS/Version: All Status:

[Libreoffice-bugs] [Bug 34658] Can not disable function assigned on button Tab

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34658 sasha.libreoff...@gmail.com changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED

[Libreoffice-bugs] [Bug 44273] Doc-file with fill-in-fields isn't displayed correctly.

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44273 --- Comment #1 from Rob Snelders programm...@ertai.nl 2011-12-29 06:21:09 PST --- Created attachment 54939 -- https://bugs.freedesktop.org/attachment.cgi?id=54939 Same part but with LO 3.3.2 -- Configure bugmail:

[Libreoffice-bugs] [Bug 43832] Artefact in vector on PDF Export

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43832 Christian Lohmaier lohma...@gmx.de changed: What|Removed |Added Platform|x86 (IA32) |All

[Libreoffice-bugs] [Bug 43710] Closing LibreOffice Credits or License window closes LibreOffice

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43710 Rob Snelders programm...@ertai.nl changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 43525] EDITING: Impossible to change hyperlink button to text hyperlink

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43525 Christian Lohmaier lohma...@gmx.de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 35145] Formatting with tabulator results in mismatch

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35145 Heinzelman heinzel...@gmx.de changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 38638] EDITING when creating a query InvocationTargetException/RuntimeException is thrown

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38638 --- Comment #5 from krichter...@aol.de 2011-12-29 09:13:31 PST --- Hi, The problem with LO 3.3.4, 3.4.4 and also 3.5.0beta2, that I can't setup my Thunderbird addressbook as data source in LO any more. The error message is: A connection for the

[Libreoffice-bugs] [Bug 44276] improve speed of csv import

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44276 markus.mohrh...@googlemail.com changed: What|Removed |Added Status Whiteboard||target:3.6 --

[Libreoffice-bugs] [Bug 44264] New: Redhat / Fedora desktop integration menu rpm is missing

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44264 Bug #: 44264 Summary: Redhat / Fedora desktop integration menu rpm is missing Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Beta2 Platform:

[Libreoffice-bugs] [Bug 42257] Bug in Document Converter - Basic run time error.

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42257 Christian Lohmaier lohma...@gmx.de changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 34303] PDF export predefined destination folder

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34303 --- Comment #5 from Hein Zelle hein.ze...@bmtargoss.com 2011-12-29 04:21:52 PST --- That last point (4*) should have read: File-Save As DOES show the proper behaviour when saving an existing document with a different name: it starts at the

[Libreoffice-bugs] [Bug 37951] forgetting De-installation section in README

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37951 --- Comment #3 from tester8 iamtest...@gmail.com 2011-12-29 11:52:11 PST --- LibO_3.4.4_Linux_x86-64_install-rpm_en-US.tar.gz Still has this problem. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Libreoffice-bugs] [Bug 42561] Changing a long paragraph direction reverses the letters

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42561 --- Comment #1 from Munzir Taha munzirt...@gmail.com 2011-12-29 07:35:40 PST --- If any one find it difficult to reproduce the way I mentioned, just open the attachment and you would see the text in reverse, then delete some lines, and you would

[Libreoffice-bugs] [Bug 41860] .docx-file showing only first page of 7 pages FILEOPEN

2011-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41860 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||serval2...@yahoo.fr

  1   2   >