[Libreoffice-bugs] [Bug 46421] FILESAVE Text export: All caps style is not respected

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46421

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |
 Ever Confirmed|0   |1

--- Comment #2 from Urmas davian...@gmail.com 2012-02-22 00:20:36 UTC ---
Change case is irreversible editing operation.
I'm talking about 'Format/Character/Effects-Uppercase' style option.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46429] New: scrolling switches to zooming

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46429

 Bug #: 46429
   Summary: scrolling switches to zooming
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.3 release
  Platform: x86 (IA32)
OS/Version: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: ppz...@gmail.com


Scroll through a document using a double finger slide on the track pad.
Before the scrolling stops but after your fingers are removed form the track
pad, press the command key.  The command-scoll zooming behaviour takes effect
immediately.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44646] FILEOPEN: Writer crashes when opening Form

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44646

--- Comment #6 from Raimer Ettmer rai...@ettmer.de 2012-02-22 00:36:35 PST ---
(In reply to comment #5)
 By the way: Can't reproduce on either master (96cb767-39746e8-f0d66fd-76be86)
 or 3.4.4 (both on x64 Linux).
 
 @Raimer: Können Sie den Fehler mit einer neuen Version (zum Beispiel 3.5.0)
 reproduzieren?

Ich habe die neueste Version (3.5.0) installiert und damit ist der Fehler nicht
mehr aufgetreten. Das Formular lässt sich wieder öffnen wie gewohnt.

Gruß Raimer

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46325] PDF: Converting HTML to PDF using API produces empty document when headless

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46325

--- Comment #1 from Yaytay jim.tal...@groupgti.com 2012-02-22 00:51:05 PST ---
Additional information:
Some HTML files work, some don't, I haven't yet narrowed down what makes one
fail.

I've been comparing with the --convert-to command line and found that:
These work:
C:\Program Files (x86)\LibreOffice 3.5\program\soffice.exe --in-filter=HTML
(StarOffice) -convert-to pdf:writer_pdf_Export -outdir C:\Temp -headless
C:\Work\esb-doc-converter\src\test\resources\docs\DeaneryFixedHTML.html
-writer

C:\Program Files (x86)\LibreOffice 3.5\program\swriter.exe --in-filter=HTML
-convert-to pdf:writer_web_pdf_Export -outdir C:\Temp -headless
C:\Work\esb-doc-converter\src\test\resources\docs\DeaneryFixedHTML.html

This doesn't work:
C:\Program Files (x86)\LibreOffice 3.5\program\soffice.exe --in-filter=HTML
-convert-to pdf:writer_web_pdf_Export -outdir C:\Temp -headless
C:\Work\esb-doc-converter\src\test\resources\docs\DeaneryFixedHTML.html


In an attempt to copy what convert-to does I'm using:
load properties:
propValuesIn.add(new PropertyValue(FilterName, -1, filter.name,
PropertyState.DIRECT_VALUE));
propValuesIn.add(new PropertyValue(ReadOnly, -1, true,
PropertyState.DIRECT_VALUE));
propValuesIn.add(new PropertyValue(OpenNewView, -1, true,
PropertyState.DIRECT_VALUE));
propValuesIn.add(new PropertyValue(Silent, -1, true,
PropertyState.DIRECT_VALUE));
propValuesIn.add(new PropertyValue(UpdateDocMode, -1, 0,
PropertyState.DIRECT_VALUE));
propValuesIn.add(new PropertyValue(Hidden, -1, true,
PropertyState.DIRECT_VALUE));
propValuesIn.add(new PropertyValue(MediaType, -1, inputFileType.mediaType,
PropertyState.DIRECT_VALUE));
propValuesIn.add(new PropertyValue(MacroExecutionMode, -1, 0,
PropertyState.DIRECT_VALUE));

and save properties:
outputProperties.put(FilterName, writer_pdf_Export);


For the filters I've tried both HTML and HTML (StartOffice) for load and
writer_web_pdf_Export and writer_pdf_Export for save.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46378] Poor Resampling Image quality

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46378

tbehr...@suse.com changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
  Status Whiteboard||EasyHack
   ||DifficultyInteresting
   ||SkillCpp SkillCG
 AssignedTo|tbehr...@suse.com   |libreoffice-b...@lists.free
   ||desktop.org
 CC||tbehr...@suse.com

--- Comment #2 from tbehr...@suse.com 2012-02-22 01:10:45 PST ---
I think that's a nice localized change that suits as an EasyHack for someone
with image processing know-how: downsampling code is in
vcl/source/gdi/pdfwriter_impl2.cxx, method PDFWriterImpl::implWriteBitmapEx().

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45168] Size of PDF files can been reduced by use of croped images

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45168

tbehr...@suse.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Status Whiteboard||EasyHack
   ||DifficultyInteresting
   ||SkillCpp
 CC||tbehr...@suse.com
 Ever Confirmed|0   |1

--- Comment #1 from tbehr...@suse.com 2012-02-22 01:16:27 PST ---
That's a nice localized change that would be suitable as an EasyHack: one would
need to review all methods rendering bitmaps in
vcl/source/gdi/pdfwriter_impl.cxx (e.g. PDFWriterImpl::drawJPGBitmap() etc),
inspect the current graphic state (see PDFWriterImpl::updateGraphicsState() for
what's going on there regarding clip), and then prune the bitmaps written to
pdf down to what's not clipped away.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46424] LO 3.5.0rc3 - No gray box at end of toolbar

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46424

GerardF gerard.farg...@orange.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||NOTABUG
 CC||gerard.farg...@orange.fr

--- Comment #1 from GerardF gerard.farg...@orange.fr 2012-02-22 01:21:45 UTC 
---
It is not a bug, but a feature.

Right-clic on the toolbar for editing toolbar.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46433] New: EDITING:

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46433

 Bug #: 46433
   Summary: EDITING:
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.5 release
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Database
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: rev...@virginmedia.com


Created attachment 57438
  -- https://bugs.freedesktop.org/attachment.cgi?id=57438
Simple 1 table database

Drag and Drop data from Writer into field in  database Form does not commit
data even when save Record icon is clicked on the navigation bar.
Cut  paste seems to work!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46433] EDITING:

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46433

--- Comment #1 from Dave Legge rev...@virginmedia.com 2012-02-22 01:26:11 PST 
---
Created attachment 57439
  -- https://bugs.freedesktop.org/attachment.cgi?id=57439
Four lines of text - something to drag  drop

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46434] New: Errors opening files via IPC with 8-bit encoding of file names

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46434

 Bug #: 46434
   Summary: Errors opening files via IPC with 8-bit encoding of
file names
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: Other
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Localisation
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: alex...@itp.ac.ru


Created attachment 57440
  -- https://bugs.freedesktop.org/attachment.cgi?id=57440
Correctly transform abs. paths to URLs

When LibreOffice is already running, opening new files with
national characters in name fails when local filename encoding is not UTF8.

Steps to reproduce:
(assume, that locale is ru_RU.KOI8-R and filenames are encoded in KOI8-R)
1. Create file пример.odt
2. Start lowriter
3a. Run libreoffice --writer пример.odt
This produces an error in started instance 'file utf bytes not found'
3b. Run libreoffice --writer /abs/path/to/пример.odt
This makes no response at all.

In both cases file пример.odt should be opened.

Attached patches correct this problems.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46434] Errors opening files via IPC with 8-bit encoding of file names

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46434

--- Comment #1 from Alex Prokofiev alex...@itp.ac.ru 2012-02-22 01:33:29 PST 
---
Created attachment 57441
  -- https://bugs.freedesktop.org/attachment.cgi?id=57441
Correctly decode arguments when file encoding is not UTF8

The xTranslator-translateToInternal expects input to be in local encoding,
while oosplash converts all arguments to UTF prior to encoding.
Using INetURLObject::translateToInternal transforms URL correctly.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43419] Accessing Writer with unoconv changes the configuration

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43419

--- Comment #16 from sasha.libreoff...@gmail.com 2012-02-22 01:38:10 PST ---
so, bug reproducible in 3.4.5 and 3.5.0 both from repository and from
libreoffice.org?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42620] CONFIGURATION: Fonts installed but not available in Writer

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42620

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME

--- Comment #3 from sasha.libreoff...@gmail.com 2012-02-22 01:45:12 PST ---
Thanks for answer by email that bug not exist since LO 3.4.4
I change status to WorksForMe
Please, change status to Reopened if problem appears again

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44646] FILEOPEN: Writer crashes when opening Form

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44646

--- Comment #7 from sasha.libreoff...@gmail.com 2012-02-22 01:53:08 PST ---
Thanks for additional testing.
Danke!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43419] Accessing Writer with unoconv changes the configuration

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43419

--- Comment #18 from sasha.libreoff...@gmail.com 2012-02-22 01:57:30 PST ---
Thanks for additional testing

@ Bjoern
Please, take look at this bug. It looks like Ubuntu specific bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45583] Character encoding mess: Cyrillics from Writer to Calc

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45583

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||sasha.libreoff...@gmail.com
 Ever Confirmed|0   |1

--- Comment #1 from sasha.libreoff...@gmail.com 2012-02-22 02:11:15 PST ---
reproduced in 3.5.0 beta 3 on Windows XP 32 bit Russian locale

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46421] FILESAVE Text export: All caps style is not respected

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46421

--- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-22 02:11:56 PST ---
Created attachment 57443
  -- https://bugs.freedesktop.org/attachment.cgi?id=57443
Sample document

... demonstration the difference between formatting methods.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35644] Libre Office gives BASIC runtime error on Calc.Macro load, OO does not.

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35644

--- Comment #8 from Maxime de Roucy maxime.dero...@linagora.com 2012-02-22 
02:12:39 PST ---
I am getting the following error on LOdev 3.6 (commit
2cd5042eb83ade5f883f5f6ea986bcdbd1e8f620).

BASIC runtime error.
'91'
Type: com.sun.star.uno.RuntimeException
Message: unsatisfied query for interface of type ooo.vba.XHelperInterface!

With the simple macro :

Option VBASupport 1
Sub test
ActiveCell.Range(A1:B1).Select
End Sub

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45168] Size of PDF files can been reduced by use of croped images

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45168

--- Comment #2 from Fernand s...@pmg.be 2012-02-22 02:13:04 PST ---
The chooise between cropped and non-cropped would be ideal

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45588] : Writer: Use of different items for Formatting Marks (Formatierungszeichen) in German Localization

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45588

--- Comment #2 from sasha.libreoff...@gmail.com 2012-02-22 02:14:58 PST ---
@ Rainer
Please, see at this bug. German and English terms inconsistency.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43313] TABLE border of merged cell is misplaced (regression since 3.3.4)

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43313

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

  Status Whiteboard||bibisected35older

--- Comment #4 from Björn Michaelsen bjoern.michael...@canonical.com 
2012-02-22 02:16:10 PST ---
regression between 3.3-3.4 = bibisected35older

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43318] PRINTING standard shapes with bitmap area: filling exceeds shape area (regression since 3.3.4)

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43318

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

  Status Whiteboard|BSA |BSA bibisected35older

--- Comment #4 from Björn Michaelsen bjoern.michael...@canonical.com 
2012-02-22 02:16:17 PST ---
regression between 3.3-3.4 = bibisected35older

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45588] : Writer: Use of different items for Formatting Marks (Formatierungszeichen) in German Localization

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45588

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

   Severity|normal  |minor

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-22 02:18:59 PST ---
I added this one to my todo line

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46436] New: LibreOffice Startup Times

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46436

 Bug #: 46436
   Summary: LibreOffice Startup Times
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: x86-64 (AMD64)
OS/Version: Cygwin
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: weasel...@mailinator.com


On every single machine I have ever installed Libreoffice it can take anywhere
between 10 to 20 seconds to first startup Libreoffice. This is a very long time
indeed for any program to take to startup. Even with the normal tips to make
things start quicker such as enabling the quickstarter, reducing the amount of
memory etc etc, it still takes ages.

However, I have found a way of reducing the loading time significantly. Way
much more than anything else that has been suggested. 

Simply stopping the logo from starting up significantly reduced startup times:


 Before removing logo on my 64 bit Windows:
 Initial startup time (ie from a fresh boot) = 16 seconds
 Starting up any office document after that = 6 seconds


 After removing logo on my 64 bit Windows:
 Initial startup time (ie from a fresh boot) = 9 seconds
 Starting up any office document after that = 3 seconds


 Removing the logo/splash screen is easy:

 Go to C:\ Program files\Libre Office\Program [if your on a 64 bit version of
windows, that would be Program Files (x86)]

 Open up soffice.ini which will look something like this:

 [Bootstrap]
 HideEula=1
 Logo=1
 NativeProgress=true
 ProgressBarColor=126,170,23
 ProgressFrameColor=207,208,211
 ProgressPosition=164,225
 ProgressSize=319,10
 URE_BOOTSTRAP=${ORIGIN}/fundamental.ini
 STARTLANG=



 Change the Logo=1 to Logo=0. Then save - remember if your on Windows 7 or
Vista, you will have to save the document to somewhere else, eg the desktop,
then copy it into the directory replacing it over the other one as Notepad does
not have administrative rights.



So my bug is  basically that the logo is taking too long to load. I don't know
what it is about that logo, but whatever it is, its causing significant extra
time on the loading time of Libreoffice and I suspect OpenOffice, and that
loading time is definitely a factor why many people will switch away from it.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46436] LibreOffice Startup Times

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46436

weasel...@mailinator.com changed:

   What|Removed |Added

 OS/Version|Cygwin  |Windows (All)
Version|unspecified |LibO 3.5.0 Release

--- Comment #1 from weasel...@mailinator.com 2012-02-22 02:27:59 PST ---
This has applied to all versions of Libreoffice, though my testing was done on
3.5 final.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 30716] Engineering Notation

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30716

Valerio Messina e...@iol.it changed:

   What|Removed |Added

 AssignedTo|libreoffice-b...@lists.free |kohei.yosh...@gmail.com
   |desktop.org |

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45626] EDITING: Empty paste of tables from writer tables with mailmerge content

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45626

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 CC||sasha.libreoff...@gmail.com

--- Comment #1 from sasha.libreoff...@gmail.com 2012-02-22 02:47:41 PST ---
it was reproducible in 3.3.4 but now in 3.5.0 not reproducible
in 3.6.0 master 97fdf02-9eed775-f061262 experiments result in crash

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45637] CONFIGURATION: copy and paste text Writer to Calc always in lib 3.5.0 rc3

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45637

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
 CC||sasha.libreoff...@gmail.com

--- Comment #2 from sasha.libreoff...@gmail.com 2012-02-22 03:07:37 PST ---
Thanks for bugreport. It will help us.

Reproduced in 3.5.0 on Fedora 64 bit and Windows XP 32 bit
but not reproducible in 3.4, therefore regression
Steps to reproduce:
0. Start Writer
1. Insert-Header-Default, put some text in header
2. Write some text inside of document
3. Select text in document, press Ctrl-C
4. Start Calc
5. on Linux press Ctrl-V
   on Windows press Ctrl-Shift-V and select Formatted rtf
Expected: selected text inserted into cell
Actually: into cell inserted content of header, selected text inserted into
next to bottom cell

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45637] CONFIGURATION: copy and paste text Writer to Calc always in lib 3.5.0 rc3

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45637

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |All
 OS/Version|Windows (All)   |All
Version|LibO 3.5.0 RC2  |LibO 3.5.0 Beta3

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45637] EDITING: copy and paste text from Writer to Calc performs wrong (regression since 3.4)

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45637

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

Summary|CONFIGURATION: copy and |EDITING: copy and paste
   |paste text Writer to Calc   |text from Writer to Calc
   |always in lib 3.5.0 rc3 |performs wrong (regression
   ||since 3.4)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

--- Comment #195 from sasha.libreoff...@gmail.com 2012-02-22 03:22:33 PST ---
Regression: into Calc pastes not only selected text, but also content of Header
of page:
Bug 45637 - EDITING: copy and paste text from Writer to Calc performs wrong
(regression since 3.4)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 Depends on||45637

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45637] EDITING: copy and paste text from Writer to Calc performs wrong (regression since 3.4)

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45637

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 Blocks||37361

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46438] New: EasyHack: ctrl-g to re-search in the search bar ...

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46438

 Bug #: 46438
   Summary: EasyHack: ctrl-g to re-search in the search bar ...
Classification: Unclassified
   Product: LibreOffice
   Version: LibO Master
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: michael.me...@novell.com


If you do: ctrl-f you get a nice search popup in writer, that is lovely ...

As all right thinking people know, ctrl-g should give you the next search hit
:-) but this doesn't work ...

The code for this lurks in:

svx/source/tbxctrls/tbunosearchcontrollers.cxx

If we want to hard-code the keybindings, we could perhaps do that by hooking
into the PreNotify method, might work nicely.

An ideal solution would also add a case-sensitive check-box to the toolbar,
and (in a nutshell) make it as sexy as the mozilla one - but perhaps that
should be a separate easy hack.

Thanks ! :-)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46438] EasyHack: ctrl-g to re-search in the search bar ...

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46438

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Status Whiteboard||EasyHack,DifficultyInterest
   ||ing,SkillCpp,TopicCleanup
 CC||ke...@suse.cz,
   ||michael.me...@novell.com
 Ever Confirmed|0   |1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46439] New: PostgreSQL-SDBC can't connect on OS X (3.5.0 RC3)

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46439

 Bug #: 46439
   Summary: PostgreSQL-SDBC can't connect on OS X (3.5.0 RC3)
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 RC2
  Platform: x86 (IA32)
OS/Version: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Database
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: b...@case-builders.com


I'm not able to connect with Base to my PostgreSQL server.
The problem occurs on a Mac (OS X 10.6.8) with LibreOffice 3.5.0rc3.

The following is how I set up the connection on a Mac:
1. Connection to an existing database: PostgreSQL

2. Datasource URL: I tried several: 
- dbname=my-database
- hostaddr=ip dbname=my-database
- hostaddr=localhost dbname=my-database

3. Provide authenticated username and password
4. Running Test connection, prints the errormessage: The connection could
not be established - without any details.

The problem doesn't occur on Windows XP with LibreOffice 3.5.0rc3.
It connects with the PostgreSQL server on the previous mentoined Mac.
(PostgreSQL listens to all hosts on port 5432).
Also on Windows XP, I get a more detailed errormessage, when the connection
can't be established.

The following is how I set up the WORKING connection on Windows XP:
1. Connection to an existing database: PostgreSQL
2. Datasource URL: hostaddr=ip-postgresql-server-mac dbname=my-database
3. Provide authenticated username and password
4. Running Test connection and Connect are successful.

Also, no problem via jdbc on the same Mac.

I'm pondering whether it could be a LibreOffice platform issue (Mac vs Windows
packaging?).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46440] New: SIGSEGV in Application::IsInMain()

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46440

 Bug #: 46440
   Summary: SIGSEGV in Application::IsInMain()
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
  Severity: major
  Priority: lowest
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: christopher.penal...@gmx.com


Downstream bug may be found at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/789891

1) lsb_release -rd
Description: Ubuntu precise (development branch)
Release: 12.04

2) apt-cache policy python2.7
python2.7:
  Installed: 2.7.2-13ubuntu5
  Candidate: 2.7.2-13ubuntu5
  Version table:
 *** 2.7.2-13ubuntu5 0
500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
100 /var/lib/dpkg/status

apt-cache policy libreoffice
libreoffice:
  Installed: 1:3.5.0-1ubuntu1
  Candidate: 1:3.5.0-1ubuntu1
  Version table:
 *** 1:3.5.0-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
100 /var/lib/dpkg/status

3) What is (naively) expected to happen is running the attachment at the
Terminal:

cd ~/Desktop  wget
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/789891/+attachment/2146841/+files/test.py
 python test.py

does not segfaults.

4) It segfaults. I do not know the purpose of the file or ramifications of it
crashing (valid or deprecated syntax, etc.). I was triaging
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/251427 and trying
to reproduce. 

First reproduced in:
lsb_release -rd
Description: Ubuntu 11.04
Release: 11.04

apt-cache policy python2.7
python2.7:
  Installed: 2.7.1-5ubuntu2
  Candidate: 2.7.1-5ubuntu2
  Version table:
 *** 2.7.1-5ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
100 /var/lib/dpkg/status

LO 3.3.4

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46440] SIGSEGV in Application::IsInMain()

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46440

--- Comment #1 from Christopher M. Penalver christopher.penal...@gmx.com 
2012-02-22 03:26:48 PST ---
Created attachment 57448
  -- https://bugs.freedesktop.org/attachment.cgi?id=57448
test.py

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46440] SIGSEGV in Application::IsInMain()

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46440

Christopher M. Penalver christopher.penal...@gmx.com changed:

   What|Removed |Added

Version|LibO 3.5.0 Release  |LibO 3.3.4 release

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45826] The rtf file is crashing Writer

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45826

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE
 CC||vmik...@frugalware.org

--- Comment #2 from Michael Meeks michael.me...@novell.com 2012-02-22 
03:39:03 PST ---


*** This bug has been marked as a duplicate of bug 44736 ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42465] FILEOPEN RTF: import-export error after change font

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42465

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 CC||vmik...@frugalware.org

--- Comment #7 from Michael Meeks michael.me...@novell.com 2012-02-22 
03:40:13 PST ---
hungarian characters in RTF export, surely one for Miklos :-)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 39053] EMF are not drawn correctly.

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39053

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 CC||r...@novell.com

--- Comment #11 from Michael Meeks michael.me...@novell.com 2012-02-22 
03:42:39 PST ---
Radek - a set of EMF rendering issues, any ideas ? :-)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42599] FILEOPEN: DRAWING objects at wrong position

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42599

samuel_w...@web.de changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||FIXED

--- Comment #12 from samuel_w...@web.de 2012-02-22 04:18:31 PST ---
Work now with LibreOffice 3.5.0 RC3 on Ubuntu 10.04 amd64.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46393] VIEWING cell borders differs from PRINTING

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46393

--- Comment #4 from Timur gti...@gmail.com 2012-02-22 04:21:00 PST ---
The same Some lines do not print tab from Some lines do not print.ods
prints correctly with OO 3.3.0.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46393] VIEWING cell borders differs from PRINTING

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46393

--- Comment #5 from Timur gti...@gmail.com 2012-02-22 04:21:47 PST ---
Created attachment 57449
  -- https://bugs.freedesktop.org/attachment.cgi?id=57449
LO bug 46393 - Same lines do print in OO (PDF)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Timur gti...@gmail.com changed:

   What|Removed |Added

 Depends on||46393

--- Comment #196 from Timur gti...@gmail.com 2012-02-22 04:30:04 PST ---
I added Bug 46393 - PRINTING: VIEWING cell borders differs from PRINTING.
Although it's still not confirmed, looks like a bug and behaves like a bug :)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46393] VIEWING cell borders differs from PRINTING

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46393

Timur gti...@gmail.com changed:

   What|Removed |Added

 Blocks||37361

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45714] TABLE: Writer stops responding while converting text to table

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45714

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 CC||sasha.libreoff...@gmail.com

--- Comment #1 from sasha.libreoff...@gmail.com 2012-02-22 04:30:46 PST ---
Please, attach document produced in step 1, if possible

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45782] [RFE] Referencing images in writer

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45782

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 CC||sasha.libreoff...@gmail.com

--- Comment #1 from sasha.libreoff...@gmail.com 2012-02-22 04:38:20 PST ---
 changing one instance changes all
What changing mean? Changing image itself in raster editor or changing size
(and some other properties) inside of document?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34438] feature request FORMATTING group not works with raster images

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34438

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

Version|LibO 3.5.0 Beta1|unspecified

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46441] New: FILESAVE: After saving to .doc (Microsoft Word 97/2000/XP) document content is lost

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46441

 Bug #: 46441
   Summary: FILESAVE: After saving to .doc (Microsoft Word
97/2000/XP)  document content is lost
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: coderal...@zoho.com


Problem description: 
When I save the document to Microsoft Word 97/2000/XP some of the text on the
first page is not in the saved (.doc) version. My wife experienced this on
Ubuntu 11.10 with LibreOffice 3.4.4 and I tried it on Ubuntu 11.04 with
LibreOffice 3.3.4 with the same effect.

Steps to reproduce:
1. Load the attached ODF document in writer.
2. Notice the text to the right of the photograph on page 1.
3. Save the documents in Word 97/2000/XP format.
4. Open the .doc document. 

Alternative steps:
1. Save the document in .doc format.
2. Open the document and edit the text to the right of the image on page 1.
3. Save the document (in .doc) format and close it.
4. Open the document.

Current behavior:
The text on page 1 to the right of the photograph is gone. I've had attempts
where this didn't happen, but then the next attempt the text was lost.

Expected behavior:
The content of the document should be preserved.

Platform (if different from the browser): 

Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101
Firefox/10.0.2

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45787] [RFE] Allow grouping writer shapes and bitmap images

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45787

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 CC||sasha.libreoff...@gmail.com

--- Comment #1 from sasha.libreoff...@gmail.com 2012-02-22 04:53:43 PST ---
As feature request, it is duplicate of this:
Bug 34438 - feature request FORMATTING group not works with raster images
As workaround try: 
- create picture in Draw, group, copy-paste into Writer
- draw rectangle, and change area color of rectangle to needed picture, then
group
- place all picture items into frame or table cell without borders

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46408] Installation of 3.5.0 won't work

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46408

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Andras Timar tima...@gmail.com 2012-02-22 05:09:58 UTC ---


*** This bug has been marked as a duplicate of bug 36677 ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 36677] Uninstall Problems with MSI on Windows 7 64bit

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36677

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 CC||brian.gau...@gmail.com

--- Comment #18 from Andras Timar tima...@gmail.com 2012-02-22 05:09:58 UTC 
---
*** Bug 46408 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45892] Concurrent use of MathType and LibreOffice Math in LibreOffice Writer can cause a MathType error

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45892

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 CC||sasha.libreoff...@gmail.com

--- Comment #1 from sasha.libreoff...@gmail.com 2012-02-22 05:13:06 UTC ---
Thanks for bugreport
Bug I have some questions:
- it is reproducible in 3.5.0 version of LibreOffice?
- what version of Windows and MathType are used?
- is reproducible on another computers?
- please, attach small document with around 12 MathType equations so I can try
reproduce this problem

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45781] [RFE] Replacing an image in writer

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45781

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 CC||sasha.libreoff...@gmail.com

--- Comment #1 from sasha.libreoff...@gmail.com 2012-02-22 05:29:18 PST ---
For be able change picture with saving all meta-information, paste pictures as
link. (Insert-Picture-From file, and option Link on bottom)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46444] New: Calc doesn't filter comments

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46444

 Bug #: 46444
   Summary: Calc doesn't filter comments
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: juanj.ma...@juntadeandalucia.es


Created attachment 57457
  -- https://bugs.freedesktop.org/attachment.cgi?id=57457
mini spreadsheet with comments for testing

When I apply any filter in a spreadsheet, all the comments are always shown.
The expected behaviour is showing only the comments of the cells returned from
the filter.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46355] Optional entries sorted according to *English* name

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46355

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 CC||tima...@gmail.com

--- Comment #4 from Andras Timar tima...@gmail.com 2012-02-22 05:37:22 PST ---
In scp2 definition files all entries have a Sortkey property. For language
packs and dictionaries this was overriden. See commit f34252f6. 

Using 2 or 3 letter ISO codes looks scary to me. Do you think that an average
user knows the ISO code of his/her language? 

I wish if it could be solved in the installer somehow, with a bit more clever
controls, that sort lists automatically.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45933] Macro to do a PDF Export does not apply filter settings - Calc Writer

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45933

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 CC||sasha.libreoff...@gmail.com

--- Comment #1 from sasha.libreoff...@gmail.com 2012-02-22 05:41:32 PST ---
Thanks for bugreport.
in attached file I see this:
Array(ExportBookmarksToPDFDestination,0,false,com.sun.star.beans.PropertyState.DIRECT_VALUE)

repeated 3 times. Try change this somehow, my be it will begin to work
properly.

PS: record macro is experimental function, do not expect that it will work
properly in near future. Write or edit Basic programs manually meanwhile.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46446] New: EasyHack: add python gdb helpers for osl::FileBase ...

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46446

 Bug #: 46446
   Summary: EasyHack: add python gdb helpers for osl::FileBase ...
Classification: Unclassified
   Product: LibreOffice
   Version: LibO Master
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: michael.me...@novell.com


The sal/ module exports a file system abstraction:

cf. sal/inc/osl/file.h and file.hxx

It would be lovely to extend:

solenv/gdb/libreoffice/sal.py

to add a class or two to print the FileStatus flags / masks prettily, and to
show the internals of the oslFileHandle structure, which is really an opaque
version of:

oslFileError
SAL_CALL osl_closeFile( oslFileHandle Handle )
{
FileHandle_Impl* pImpl = static_castFileHandle_Impl*(Handle);

on Linux/unix where gdb is present anyway. It'd be nice to have the
m_strFilePath there.

I guess something like:

class RtlReferencePrinter(object):

would be what would be needed with a custom to_string method.

Thanks ! :-)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46447] New: Images disappear and corrupt Impress presentation

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46447

 Bug #: 46447
   Summary: Images disappear and corrupt Impress presentation
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.3.2 release
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: major
  Priority: high
 Component: Presentation
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: zeitli...@yahoo.de


Since several versions, and also in previously used openoffice versions, and at
least for all 3.x versions I had, the presentation module Impress shows the
following bug which completely ruins any given presentation. This bug occurs on
a regular basis - usually once every presentation I generate:

For no specific reason, suddenly, images which have been embedded (not linked)
into a presentation 'disappeare' with only a 'missing-link' placeholder
displayed instead of the image in the editing mode of Impress.

Once this behavior occurs, the presentation is irreversibly damaged and is in a
state of unpredictable behavior.
In particular, the obvious first choice for a fix, namely to simply delete the
missing links and re-embed the images regularly leads to chaotic and additional
disappearance of more images in the presentation.

A minimalistic example of such a presentation, showing only one missing image
is attached.

The unpacked ODP files of such presentations always display the same pattern
regarding this issue:

In the unpacked file noLinkErr.odp without the bug
and in the directory 'Pictures' one finds the relevant image
11F401F0BC3B6675.gif in the present case,
while in the XML file content.xml one finds a markup which links to that image
draw:image xlink:href=Pictures/11F401F0BC3B6675.gif
xlink:type=simple xlink:show=embed xlink:actuate=onLoad

In the unpacked file LinkErr.odp with the bug
the relevant image is missing in the directory 'Pictures'
and in the XML File content.xml the markup which should link to the image reads
only
draw:image xlink:href=

For me the only way to 'avoid' this error is to keep a long list of
incrementally saved backup versions of any presentation I generate - which is
very awkward.

wbwb

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46448] New: Locale setting, date format and decimal separator have to be customizable independently of each other

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46448

 Bug #: 46448
   Summary: Locale setting, date format and decimal separator have
to be customizable independently of each other
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: daniel.ma...@umb.no


Using LibreOffice in multinational environments is frustrating at least.
The language specific settings should be set in LibreOffice itself and not rely
on the operating system. They should also be customizable independently of each
other, e.g. having a . as decimal separator but having the date in format
dd.mm..

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46041] printing address labels in writer using external database 'next dataset' is ignored

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46041

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 CC||sasha.libreoff...@gmail.com

--- Comment #1 from sasha.libreoff...@gmail.com 2012-02-22 05:45:25 PST ---
Thanks for bugreport
Please, verify if this bug exist in 3.5.0 version of LibreOffice

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46446] EasyHack: add python gdb helpers for osl::FileBase ...

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46446

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Status Whiteboard||EasyHack,DifficultyBeginner
   ||,SkillPython,SkillCpp,Topic
   ||Debug
 Ever Confirmed|0   |1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46447] Images disappear and corrupt Impress presentation

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46447

--- Comment #1 from zeitli...@yahoo.de 2012-02-22 05:51:45 PST ---
Created attachment 57459
  -- https://bugs.freedesktop.org/attachment.cgi?id=57459
Original presentation and presentation with disappeared image and corrupted ODP
file

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46051] Feature Request: Writer-Impress filters and command line support thereof

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46051

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 CC||sasha.libreoff...@gmail.com

--- Comment #1 from sasha.libreoff...@gmail.com 2012-02-22 05:59:09 PST ---
As workaround, try write Basic script, something like this:

sub qwer

rem define variables
dim document   as object
dim dispatcher as object

rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService(com.sun.star.frame.DispatchHelper)

dispatcher.executeDispatch(document, .uno:SendOutlineToStarImpress, _
 , 0, Array())
rem TODO: add saving generated document
end sub

And start it from command line, using something like this:

libreoffice --nocrashreport --nodefault --nologo --nofirststartwizard
--norestore macro:///Standard.Module1.qwer()

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46452] New: Default formatting can not be changed

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46452

 Bug #: 46452
   Summary: Default formatting can not be changed
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: daniel.ma...@umb.no


Input is interpreted by LibreOffice and Calc chooses a format automatically.
If, e.g., the user enters 18.03.12 into a cell, Calc will apply the local
date-format to that cell and might change it to 03/18/12.
The default formatting should be customizable by the user. In the given example
a user might want Calc to apply a dd.mm. formatting, even though the
locale setting is English (USA).
This applies to all other possible formats in Calc.

The input recognition itself should also be customizable. If the user, e.g.,
enters 4/5 into a cell, Calc might interpret the input as a date and change
it to 04/05/12. But the user might want Calc to recognize 4/5 as text with
only 4/5/12 or 4.5.12 being recognized as a date.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45239] FILESAVE: Export to HTML - Use PNG for charts instead of JPG

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45239

Eike Rathke er...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
 CC||josh.sickm...@gmail.com

--- Comment #6 from Eike Rathke er...@redhat.com 2012-02-22 06:09:22 PST ---
If it works it's all that's needed :-)  Thanks!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42599] FILEOPEN: DRAWING objects anchored to cell at wrong position

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42599

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE
Summary|FILEOPEN: DRAWING objects   |FILEOPEN: DRAWING objects
   |at wrong position   |anchored to cell at wrong
   ||position

--- Comment #13 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-22 06:15:37 PST ---
Might be related to Bug 37083 - Position and Size change for picture anchored
to cell or something else? For now DUP.

@samuel_w...@web.de
https://bugs.freedesktop.org/page.cgi?id=fields.html#status
we should used FIXED only if a known fix has solved the problem; if the problem
only disappeared without known reason, please use WORKSFORME.

*** This bug has been marked as a duplicate of bug 37083 ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46453] New: Grammar errors in Dutch 'transparencies removed' message

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46453

 Bug #: 46453
   Summary: Grammar errors in Dutch 'transparencies removed'
message
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.5 release
  Platform: Other
OS/Version: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Localisation
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: reino...@gnome.org


Created attachment 57461
  -- https://bugs.freedesktop.org/attachment.cgi?id=57461
Screenshot of 'Problems exporting PDF' dialog

In the message which is visible in the screenshot, the words 'ondersteund' and
'verwijderd' should be spelled as 'ondersteunt' and 'verwijdert'.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46455] New: : Missed translations (part 2)

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46455

 Bug #: 46455
   Summary: : Missed translations (part 2)
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: pa_descargar_co...@yahoo.com


Another missed translation for spanish version.


If you add header or footer or in the body of the text, then press secondary
mouse button over it, then appears bullets and numbering and case change.
Altough in spanish version, this part is in english.

Also in insert menu, then appears horizontal rule

Tested LO3.5RC3 in Ubuntu


The text_boundaries (limits) are only shown on the courners. 
Is it possible to see all the page long (as in previous versions)?
It is a little confusing when it's added header or footer, or when you work
with columns.


Platform (if different from the browser): 

Browser: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:10.0.2) Gecko/20100101
Firefox/10.0.2

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46457] New: Cant import txt file in Debian Testing (LO 3.4 Build 502), but can in Windows XP (LO 3.3.2)

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46457

 Bug #: 46457
   Summary: Cant import txt file in Debian Testing (LO 3.4 Build
502), but can in Windows XP (LO 3.3.2)
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.0 release
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: christianhglu...@web.de


Created attachment 57464
  -- https://bugs.freedesktop.org/attachment.cgi?id=57464
txt file with numbers and characters, encoding US-english

I often have to import txt files into LO spreadsheet, which usually works like
a charm. With one file however, which is no different from other txt files, it
fails - giving me no error message whatsoever (not in libreoffice, not on the
console) - just the spreadsheet is created empty upon import.

If I do it the same way in 3.3.2 (Windows XP in virtual machine), it works
fine. 

Please tell me how to submit more information to track down the bug.

How to reproduce: start LO 3.4 build 502, select import sheet from file -
select file - mark all columns in popup window and select them to be encoded
US-english - click OK - click OK - empty spreadsheet.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46060] Writer corrupts DOCX file containing TOC, recovery not possible with Office 2010

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46060

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 OS/Version|Windows (All)   |All
 Status|UNCONFIRMED |NEW
 CC||sasha.libreoff...@gmail.com
 Ever Confirmed|0   |1

--- Comment #9 from sasha.libreoff...@gmail.com 2012-02-22 06:25:35 PST ---
reproduced in 3.6.0 master 97fdf02-9eed775-f061262 on Fedora 64 bit
problem with import/export of table of content as described here:
Bug 46025 - Writer FILESAVE, FILEOPEN: docx files with Content field
processed worng

@ Philip Gillißen
Thanks for bugreport.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 30940] Allowing more than one Alphabetical Index

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30940

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
 CC||sasha.libreoff...@gmail.com
  Component|Libreoffice |Writer

--- Comment #5 from sasha.libreoff...@gmail.com 2012-02-22 06:29:16 PST ---
I guess that not implemented yet, change status to New.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45787] [RFE] Allow grouping writer shapes and bitmap images

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45787

Nicolas Mailhot nicolas.mail...@laposte.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #2 from Nicolas Mailhot nicolas.mail...@laposte.net 2012-02-22 
06:29:19 PST ---


*** This bug has been marked as a duplicate of bug 34438 ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34438] feature request FORMATTING group not works with raster images

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34438

Nicolas Mailhot nicolas.mail...@laposte.net changed:

   What|Removed |Added

 CC||nicolas.mail...@laposte.net

--- Comment #5 from Nicolas Mailhot nicolas.mail...@laposte.net 2012-02-22 
06:29:19 PST ---
*** Bug 45787 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45781] [RFE] Replacing an image in writer

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45781

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |All
 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
   Priority|medium  |low
 Ever Confirmed|0   |1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45782] [RFE] Referencing images in writer

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45782

--- Comment #2 from Nicolas Mailhot nicolas.mail...@laposte.net 2012-02-22 
06:48:25 PST ---
Changing the image itself (for example after corporate rebranding, change all
instances of image a of size b to image c of size d)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46460] New: Missing Circles and Ovals toolbar.

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46460

 Bug #: 46460
   Summary: Missing Circles and Ovals toolbar.
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: Other
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Drawing
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: adda...@tiscali.it


I cannot find any Circles and Ovals toolbar.
Maybe missing other toolbars?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46461] New: compatibility issue with DOC format: Writer creates additional character styles (FILESAVE problem)

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46461

 Bug #: 46461
   Summary: compatibility issue with DOC format: Writer creates
additional character styles (FILESAVE problem)
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.5 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: rpr.nos...@gmail.com


Created attachment 57466
  -- https://bugs.freedesktop.org/attachment.cgi?id=57466
test files

In LibO Writer I've noticed a compatibility issue with DOC format (MS
Word 97/2000/XP/2003): when Writer saves to DOC format it creates
additional character styles.

Steps to reproduce (test files are attached):

(1) test1.doc was created with MS Word 2003 SP3 using the default
normal.dot template. Check the list of all styles (including the
character styles) in the document.

(2) In Writer open test1.doc. In the list of paragraph and character
styles there are some new character styles with odd names:
WW8Num10z0, WW8Num5z0, WW8Num6z0, WW8Num7z0, WW8Num8z0.
Save the document as test2.doc and exit.

(3) In Writer open test2.doc. In the list of paragraph and character
styles there is a new character style: Absatz-Standardschriftart.
Save the document as test3.doc and exit.

(4) In Writer open test3.doc. In the list of paragraph and character
styles there is a new character style: WW-Absatz-Standardschriftart.
Save the document as test4.doc and exit.

(5) In Writer open test4.doc. In the list of paragraph and character
styles there is a new character style: WW-Absatz-Standardschriftart1.
Save the document as test5.doc and exit.

(6) In Writer open test5.doc. In the list of paragraph and character
styles there is a new character style: WW-Absatz-Standardschriftart11.

You can go on repeating the procedure. In each new iteration a new
character style is created.

If a DOC file is opened and saved between Writer and MS Word you get
the same result but with slightly different names of new character
styles (WW-Default Paragraph Font*).

This behavior is annoying as after many save/open cycles the list of
styles gets cluttered with styles not used in the text actually.

The issue does not exist if the DOCX format is used.

The test environment:
- LibreOffice Writer 3.4.5 on an Ubuntu 11.10 or MS Windows XP Pro. SP3
- MS Word 2003 SP3 on a MS Windows XP Pro. SP3, all additional MS
  updates installed (DOCX tested using MS Office Compatibility Pack SP3)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44451] German version: adding English caption category Table fails

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44451

--- Comment #2 from André a@gmx.de 2012-02-22 06:54:14 PST ---
Created attachment 57467
  -- https://bugs.freedesktop.org/attachment.cgi?id=57467
Problem demonstration/description

Hi Sasha,
I included a document, the problem has changed somewhat. The caption categories
Table (newly created) and Tabelle (German default option) are still somehow
interlinked and not clearly seperated.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46393] VIEWING cell borders differs from PRINTING

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46393

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||sasha.libreoff...@gmail.com
 Ever Confirmed|0   |1

--- Comment #6 from sasha.libreoff...@gmail.com 2012-02-22 07:02:26 PST ---
reproduced in 3.6.0 master 97fdf02-9eed775-f061262 on Fedora 64 bit
PDF exporter dislikes line width 0,3 pt.

And when I changed slightly this file, saved under another name and verified in
site http://odf-validator.rhcloud.com/, some error in ods file found:
LO bug - Some lines do not print-1.ods/styles.xml[119,332]: Error: unexpected
attribute style:scale-to-X
LO bug - Some lines do not print-1.ods/content.xml[108,519]: Error: attribute
style:text-position has a bad value

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46393] VIEWING cell borders differs from PRINTING

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46393

--- Comment #7 from sasha.libreoff...@gmail.com 2012-02-22 07:07:17 PST ---
reproduced in 3.4.2, but not reproduced in 3.3.4, therefore regression since
3.3.4

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46393] VIEWING cell borders differs from PRINTING

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46393

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |All
 OS/Version|Windows (All)   |All
Version|LibO 3.5.0 Release  |LibO 3.4.2 release

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46393] VIEWING cell borders differs from PRINTING

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46393

--- Comment #8 from sasha.libreoff...@gmail.com 2012-02-22 07:10:12 PST ---
@ Kohei
Please, take look at this when will have time. Regression since 3.3.4 in
exporting to pdf.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46462] New: : Trouble opening files with backslashes in file name

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46462

 Bug #: 46462
   Summary: : Trouble opening files with backslashes in file name
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: ajv...@gmail.com


Problem description: 
Might seem like an odd thing to do, but I have some CSV files with backslashes
in their names. Trying to open them with LibreOffice shows a problem (or 2)...

Steps to reproduce:
1. echo 1'\\x.csv'
2. /usr/lib/libreoffice/program/soffice.bin --calc '\\x.csv'
3. calc appears to be starting but then vanishes. No process shown on 'ps'

'\\x.csv' can be opened in LibreOffice if it is selected in nautilus, right
clicked and LibreOffice selected.
It also opens OK if LibreOffice started then file/open.

Another, similar but slightly different issue:
1. echo 1  '\\a\a.csv'
2. /usr/lib/libreoffice/program/soffice.bin --calc '\\a\a.csv'
Fails as above, but..
3. Find the file in nautilus and right click..get message box .../a/a.csv does
not exist'
.. but can open it in Text Editor from nautilus with no problem.
.. and the file can be opened ok from the file menu once LibreOffice is
running.


Current behavior: as described above.

Expected behavior: expect files to open.

Platform (if different from the browser): 

Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.1) Gecko/20100101
Firefox/10.0.1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 30944] Missing: Exporting just the chart to PDF (or other vector format) directly in calc

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30944

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
 CC||sasha.libreoff...@gmail.com

--- Comment #5 from sasha.libreoff...@gmail.com 2012-02-22 07:14:45 PST ---
in 3.6.0 master not yet implemented, change status to New

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 31077] Copy/Paste from OOo Calc to LibreOffice Calc inserts OLE object

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31077

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 CC||sasha.libreoff...@gmail.com

--- Comment #15 from sasha.libreoff...@gmail.com 2012-02-22 07:18:27 PST ---
in LibreOffice 3.5.0 still reproducible?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45782] [RFE] Referencing images in writer

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45782

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |All
 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
   Priority|medium  |low
 Ever Confirmed|0   |1

--- Comment #3 from sasha.libreoff...@gmail.com 2012-02-22 07:22:19 PST ---
Thanks for additional explanation. My be this can be implemented using Basic
macro.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46463] New: FORMATTING: A math expression is not correctly resized.

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46463

 Bug #: 46463
   Summary: FORMATTING: A math expression is not correctly
resized.
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Formula Editor
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: ycollette.nos...@free.fr


Created attachment 57468
  -- https://bugs.freedesktop.org/attachment.cgi?id=57468
A document detailling the steps to follow to reproduce the bug

Problem description: 
A math expression is not correctly resized. After quitting the formula editor,
the math formula blocks a lot of empty lines after the next line

Steps to reproduce:

Open the attached document.

1. copy the First Math expression
2. insert a formula in place of 'Here'
3. paste First Math expression
4. wait until the Math expression is rendered
5. replace the First math expression by the second (without closing formula
editor – type it by hand)
6.  close the formula editor

Current behavior:

A formula and after, several non removable blank lines

Expected behavior:

A formula tightly adjusted

Platform (if different from the browser): 

Browser: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:10.0.1) Gecko/20100101
Firefox/10.0.1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46057] FORMULAEDITOR: Unable to input into formula editor

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46057

--- Comment #5 from adda...@tiscali.it 2012-02-22 07:34:23 PST ---
I had the same issue. I deleted all .libreoffice directory i found into .config
and root directories and reinstalled libreoffice 3.5.0. Now the math module
works again.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46464] New: FORMATTING: There are non removable white space before and after the formula in the text.

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46464

 Bug #: 46464
   Summary: FORMATTING: There are non removable white space before
and after the formula in the text.
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Formula Editor
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: ycollette.nos...@free.fr


Problem description: 
There are non removable white space before and after the formula in the text.
In the document, I've got

TEXTTEXTTEXT FORMULA TEXTTEXTTEXT
^   ^
|   |
 These space are attached to the formula
 and are not removable.


Platform (if different from the browser): 

Browser: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:10.0.1) Gecko/20100101
Firefox/10.0.1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 36695] Request for a smart link between thesaurus and spell checking

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36695

--- Comment #7 from glepp...@gmx.de 2012-02-22 07:36:19 PST ---
@Olivier: Thank you for your comment to this request for enhancement. However,
I think you have wrongly understood the idea of the request:

I describe it from the writer's perspective:

People write their texts and realize that some words are red underlined by the
spell checker, e.g. colloquial words. 

As you rightfully said, the spell checker does not know this word (and never
should know it), but the spell checker also does not provide a useful
alternative when right-clicking on the red underlined word.

In this case, the thesauruses often also include these colloquial words and
could give a good alternative word to the user. The idea here is to show to the
user that LibreOffice knows this word (because it's in the thesaurus) and in
this way helps the user to find a correct word.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42465] FILEOPEN RTF: import-export error after change font

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42465

Miklos Vajna vmik...@frugalware.org changed:

   What|Removed |Added

 Status|NEEDINFO|ASSIGNED
 AssignedTo|libreoffice-b...@lists.free |vmik...@frugalware.org
   |desktop.org |

--- Comment #8 from Miklos Vajna vmik...@frugalware.org 2012-02-22 07:41:40 
PST ---
As the summary says, this sounds like more an import issue. Will have a look.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40320] Pie charts colors messed up when saving opening Excel (.xls) documents

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40320

Kohei Yoshida kohei.yosh...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|libreoffice-b...@lists.free |kohei.yosh...@gmail.com
   |desktop.org |

--- Comment #9 from Kohei Yoshida kohei.yosh...@gmail.com 2012-02-22 07:41:55 
UTC ---
I'll take a look.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42599] FILEOPEN: DRAWING objects anchored to cell at wrong position

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42599

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DUPLICATE

--- Comment #15 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-22 07:47:05 PST ---
@samuel_w...@web.de:
Please do not touch status picker!

*** This bug has been marked as a duplicate of bug 37083 ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46453] Grammar errors in Dutch 'transparencies removed' message

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46453

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 AssignedTo|libreoffice-b...@lists.free |f.de.kru...@gmail.com
   |desktop.org |

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46418] WRITER UI: Missing Translation

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46418

--- Comment #3 from Andras Timar tima...@gmail.com 2012-02-22 07:52:37 PST ---
I wonder, if we have an active Spanish localization team. Last update to
translations was on 2011-10-31, very long time ago.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46418] [ES] WRITER UI: Missing Translation

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46418

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

Summary|WRITER UI: Missing  |[ES] WRITER UI: Missing
   |Translation |Translation

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46461] compatibility issue with DOC format: Writer creates additional character styles (FILESAVE problem)

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46461

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   >