[Libreoffice-bugs] [Bug 44445] VIEWING UI screen jump to other position when zooming in/out

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=5

Winfried Donkers o...@dci-electronics.nl changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #8 from Winfried Donkers o...@dci-electronics.nl ---


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

-- 
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 34451] Appearing docked Toolbars cause document jumping on screen

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34451

Winfried Donkers o...@dci-electronics.nl changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=40465

-- 
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 46410] EDITING: Alphabetical index with concordance file

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46410

Nikos gdna7...@hotmail.com changed:

   What|Removed |Added

 CC||gdna7...@hotmail.com

--- Comment #23 from Nikos gdna7...@hotmail.com ---
Confirmed on
3.6.5 OpenSuse 64bit,
4.0.0.0.beta1 on Win7
this is annoying, as we do not have any 3.4.X installs available at the moment
and we have to update some manuals written in 2010...

Sure hope, somebody can find a fix for this.

-- 
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 60145] FILEOPEN: UTF-8 encoding without BOM is not detected

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60145

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |minor
Summary|FILEOPEN: Incorrect |FILEOPEN: UTF-8 encoding
   |character encoding  |without BOM is not detected
 Ever confirmed|0   |1

--- Comment #1 from Urmas davian...@gmail.com ---
You can also report a bug in Abiword, but I wouldn't expect anything
constructive from that bunch.

-- 
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 59863] FORMATTING: Anchor to Cell Text or Text Animation don't work in XLSX

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59863

Noel Power nopo...@novell.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Noel Power nopo...@novell.com ---


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

-- 
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 60139] LO cannot start Fatal error on Mac

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60139

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||sberg...@redhat.com
 Ever confirmed|0   |1

--- Comment #1 from Stephan Bergmann sberg...@redhat.com ---
János, can you attach here (or send directly to me) a zip of your
/Users/janoskorponai/Library/Application Support/LibreOffice/3 folder?

-- 
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 60134] Formatting: Can't change letter-spacing of fill signs in tabs (possible regression)

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60134

Urmas davian...@gmail.com changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Urmas davian...@gmail.com ---
Confirming.

-- 
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 60148] New: Clean up warnings from the Clang compiler plugin

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60148

  Priority: medium
Bug ID: 60148
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Clean up warnings from the Clang compiler plugin
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: l.lu...@suse.cz
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Libreoffice
   Product: LibreOffice

When LibreOffice is built using the Clang compiler, it can use also a compiler
plugin to provide additional LO-specific warnings. Currently there are a number
of warnings generated by this plugin and they should be all fixed.

See https://wiki.documentfoundation.org/Development/Clang for information on
how to build LO with Clang.

See compilerplugins/README in the sources for information about the additional
warnings. Currently these are:

- unused variable warnings - These are very similar to warnings about basic
types the compilers provide on their own. It should be checked whether it's not
a mistake that the variable is not used, and the code should be either fixed or
the variable removed.

- incorrect block indentation - if several statements are in the body of
if/while/for statements, they need to be inside {}. The warning points out code
the possibly lacks these, although in many cases it is code that is technically
correct but just poorly formatted (very common case is writing else if on two
lines instead of just one). Such code should be either fixed or formatted
properly.

- log areas - macros such as SAL_INFO and SAL_WARN have a log area as their
first argument, which is a string, and this allows selective
enabling/disabling. As a protection against mistyping and also to ensure some
consistency, a warning is produced for areas that are not listed in
sal/inc/sal/log-areas.dox . Code with unknown areas should have either them
fixed or added to the list. Note that because of the selective
enabling/disabling, there should be one areas for logical area of code, and it
should not be overly generic (e.g. 'sw' for the whole of Writer is too broad).

-- 
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 60148] Clean up warnings from the Clang compiler plugin

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60148

Lubos Lunak l.lu...@suse.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard||EasyHack,
   ||DifficultyBeginner,
   ||SkillCpp, TopicCleanup
 Ever confirmed|0   |1

-- 
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 59232] Error 1304 Error writing in file cli_basetypes.dll. Check access permisions

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59232

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #7 from Stephan Bergmann sberg...@redhat.com ---
(In reply to comment #3)
 I've not tested comment #2 proposal to reset the user profile folder: i
 don't get why the profile should be involved during the setup phase??

Any existing user profile (i.e., %APPDATA%\LibreOffice folder) should indeed
not be relevant here.

-- 
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 60139] LO cannot start Fatal error on Mac

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60139

--- Comment #2 from János Korponai korponai.ja...@iif.hu ---
Here you are.

On 2013.02.01., at 11:00, bugzilla-dae...@freedesktop.org wrote:

 Stephan Bergmann changed bug 60139 
 What  Removed Added
 StatusUNCONFIRMED NEEDINFO
 CCsberg...@redhat.com
 Ever confirmed1
 
 Comment # 1 on bug 60139 from Stephan Bergmann
 János, can you attach here (or send directly to me) a zip of your
 /Users/janoskorponai/Library/Application Support/LibreOffice/3 folder?
 
 
 You are receiving this mail because:
   • You reported the bug.


Janos Korponai
Department of Chemistry and Environmental Sciences
University of West Hungary
9700 Szombathely, Károly G. tér 4.
Hungary

-- 
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 60149] New: Create brochures via the internal PDF printer

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60149

  Priority: medium
Bug ID: 60149
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Create brochures via the internal PDF printer
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: martin.koed...@it-syn.de
  Hardware: All
Status: UNCONFIRMED
   Version: unspecified
 Component: Printing and PDF export
   Product: LibreOffice

I often create brochures (flyer, etc.) with Writer. Although it's possible to
create them via some PDF printer (FreePDF or PDFCreator) it would be a great
feature to do the same with the LibreOffice PDF export.

Greetings
Martin

-- 
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 48440] FILEOPEN RTF: TABLE VIEWING destroyed

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48440

Miklos Vajna vmik...@suse.cz changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |vmik...@suse.cz
   |desktop.org |

--- Comment #14 from Miklos Vajna vmik...@suse.cz ---
Yes, seems \page between textframes is ignored, will fix this in a bit.

-- 
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 60139] LO cannot start Fatal error on Mac

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60139

--- Comment #3 from Stephan Bergmann sberg...@redhat.com ---
(In reply to comment #2)
 Here you are.

where?

-- 
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 60137] Charts - Export as Graphic does not work with SVG vector graphics

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60137

pje...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from pje...@hotmail.com ---
than you for reporting thus bug
i can reporduce this bug running lo 4.0 rc 2 and rc3 on mac os x 10.6.8

-- 
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 60139] LO cannot start Fatal error on Mac

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60139

--- Comment #4 from János Korponai korponai.ja...@iif.hu ---
I've got this message:

The file you are trying to attach is 3471 kilobytes (KB) in size. Attachments
cannot be more than 3000 KB. We recommend that you store your attachment
elsewhere and then paste the URL to this file on the attachment creation page
in the appropriate text field. Alternately, if your attachment is an image, you
could convert it to a compressible format like JPG or PNG and try again. 

Please give me an alternative way.

Janos

Janos Korponai
Department of Chemistry and Environmental Sciences
University of West Hungary
9700 Szombathely, Károly G. tér 4.
Hungary

-- 
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 60151] New: FORMATTING: Date Formatting

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60151

  Priority: medium
Bug ID: 60151
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Date Formatting
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: grimble00...@yahoo.co.uk
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description: 
Cell is formatted for dates dd/mm/yy. When I try to enter today's date (1st
February) as 1/2/13, as soon as the fourth character (the second /) is typed,
the first three are interpreted as 1/2, so the contents become ½/2013

Steps to reproduce:
1. Set English style date format
2. Format a cell for 31/12/99 type date
3. type 1/2/2013

Current behavior:
½/2013
Expected behavior:
1/2/13

Operating System: Linux (Other)
Version: 3.6.4.3 release

-- 
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 53019] Unable to pin the application to the taskbar (Windows 7)

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53019

--- Comment #8 from Vinicius vmro...@gmail.com ---
I'm using Windows 8 64bits and I also would like to pin LibreOffice Writer to
the taskbar.

-- 
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 60129] VIEWING: Window - New window command disabled in Web layout view mode

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60129

--- Comment #2 from Simeon Maryasin mars...@ya.ru ---
AFAIR, opening one document in several windows at once is useful when working
with different parts of it.
In Print layout mode you see document as it would be printed (split to pages,
etc), while in Web layout mode it isn't split and its formatting depends on
window size.

-- 
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 60151] FORMATTING: Date Formatting

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60151

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 QA Contact||joren.libreoffice@telenet.b
   ||e
 CC||markus.mohrhard@googlemail.
   ||com
 Ever confirmed|0   |1

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
I can confirm this behavior when I set Cell language as 'English (VS)' using
LibreOffice 4.0.0.2rc2 Linux Mint 14 x64. But I'm not sure this is a bug, or
correct behavior. Because you choose to set a data field with formatting
MM/DD/YY...

@Markus: can you confirm this is a bug or this is correct behavior?

-- 
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 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Laurent BP jumbo4...@yahoo.fr changed:

   What|Removed |Added

 CC||jumbo4...@yahoo.fr
 Depends on||60144

--- Comment #98 from Laurent BP jumbo4...@yahoo.fr ---
Promote bug 60144
Crash in Impress when inserting hyperlink

-- 
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 60144] EDITING: Crash when inserting hyperlink

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60144

Laurent BP jumbo4...@yahoo.fr changed:

   What|Removed |Added

 Blocks||54157

-- 
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 60144] EDITING: Crash when inserting hyperlink

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60144

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Windows (All)   |All
 QA Contact||joren.libreoffice@telenet.b
   ||e

--- Comment #3 from Jorendc joren.libreoff...@telenet.be ---
I can confirm this behavior. I also can't select a file using the browser icon,
but I can select some 'recently opened' files using the drop down selector.

Reproducible using LibreOffice 4.0.0.2 rc2 using Linux Mint 14 x64. I'll try to
find out this is a regression or not.

Thanks for reporting!
Joren

PS: Thanks for set the correct priority (Following
https://wiki.documentfoundation.org/images/0/06/Prioritizing_Bugs_Flowchart.jpg)

-- 
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 60153] New: Libreoffice Base, charts in reports throw an exception error of type com.sun.lang.WrappedTargetException

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60153

  Priority: medium
Bug ID: 60153
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Libreoffice Base, charts in reports throw an exception
error of type com.sun.lang.WrappedTargetException
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: spr...@usa.net
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Database
   Product: LibreOffice

When I insert a chart in a report to give a graphical representation of a table
or some query result I can see the chart correctly in edit mode but when I try
to run the report I get the following Error:

-SQL Status: S1000
-An error occured while creating the report.

The information of the error reads:
-An exception of type com.sun.lang.WrappedTargetException was caught
-Failed to parse the report

I have used the wizzard to generate the initial report with showing the data in
the Header and Detail section.
I then modified the report making Header and Detail sections invisible and by
adding the Report Header and Footer.
The chart I inserted in the Report header which shows fine in edit mode.
The report does not run however.
I tried to save the report before running but when I leave the edit mode and
run the report the report just shows empty pages.

This error first appeared in version 3.5.

I am using Libreoffice 3.6.5 in Ubuntu 12.04 and also in Ubuntu 12.10 on i386
laptops (Dell Inspiron 6000 and Acer Aspire 5336). Both operating systems
behave the same.

-- 
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 60092] : LO crashes when inseting data from data sources as a table

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60092

--- Comment #2 from Florian R. A. Angermeier 
florian.angerme...@desaster-games.com ---
I meant you pick colums to be included in the table.

   
| Column 2   | [  ] | Column 1   |
| Column 3   |||
| ...| [  ] ||
||||

-- 
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 60092] : LO crashes when inserting data from data sources as a table

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60092

Florian R. A. Angermeier florian.angerme...@desaster-games.com changed:

   What|Removed |Added

Summary|: LO crashes when inseting  |: LO crashes when inserting
   |data from data sources as a |data from data sources as a
   |table   |table

-- 
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 58358] VIEWING Scrolling broken - page totally distorted

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58358

--- Comment #1 from Heinz Repp heinz.r...@arcor.de ---
Update: the same error happens with Libreoffice 3.6.5.2-2 on the same system:
Ubuntu 12.04 with Gnome Classic and Xorg Radeon driver
(6.14.99~git20111219.aacbd629-0ubuntu2), whereas a Debian testing x64 system
with Xorg Radeon driver (6.14.4-6) and Cinnamon shell does not show this bug,
neither does 3.5.7 on this system. Seems the 3.6 branch has introduced a severe
display bug that happens only on rare systems, but mine is one them.

-- 
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 60139] LO cannot start Fatal error on Mac

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60139

--- Comment #5 from Stephan Bergmann sberg...@redhat.com ---
János, sorry for the trouble this causes.  It should probably suffice if you
make available zips of just the two sub-folders
/Users/janoskorponai/Library/Application Support/LibreOffice/3/user/extensions
and Users/janoskorponai/Library/Application
Support/LibreOffice/3/user/uno_packages. which are hopefully each small enough
individually.

-- 
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 60154] New: Option Display of Fields: Hidden Paragraphs changes vertical alignment in tables

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60154

  Priority: medium
Bug ID: 60154
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Option Display of Fields: Hidden Paragraphs changes
vertical alignment in tables
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: chrismux2...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: Writer
   Product: LibreOffice

Created attachment 74039
  -- https://bugs.freedesktop.org/attachment.cgi?id=74039action=edit
Test file

Set the option Tools - Options - LibreOffice Writer - Formating Aids -
Fields: Hidden Paragraph

Open the attached file: Switch between page preview and normal view. Hit enter
somewhere in the document.
The text alignment of the word text is changing between bottom and top.

When Tools - Options - LibreOffice Writer - Formating Aids - Fields: Hidden
Paragraph is deactivated the alignment stays in place.

-- 
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 60149] Create brochures via the internal PDF printer

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60149

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
Could you elaborate some more writing what exact feature is missing with its
use case scenario?

-- 
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 60101] LibreOffice Base Crashed (stopped working) when naming a new database; error attached

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60101

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Jorendc joren.libreoff...@telenet.be ---
The bug reported send me an email where he listed all his extensions. Because
this is non-confidential information I'll list it here:
--
I performed the user profile reset; can't get it to fail.  I attached my 
extension loads (some I wasn't aware of). 
What do you mean by 'can't' get it to fail? Did this resolve your problem?

American English spell checker, v. 2011-11-09
Dmaths: Universal toolbox for docs, v. 3.4.9.9
English spelling dictionaries, v. 2011-12-05
epc-0.9.2.oxt, v. 0.9.2
Export As Images, v. 0.9.2
Gallery of danger signs, v. 2.0.5.1
geooo.oxt, v. 2.2.4
iMath – Numeric and symbolic calculations..., v. 2.0.1
Lightproof editor, v. 0.1
OooD – Chart Digitizer, v. 1.1.2
PDF Import, v. 1.0.6
Presentation Minimizer, v. 1.0.4
Presenter Console, v. 1.1.1
Python Calendar for Calc, v. 3.4.1
Report Builder, v. 1.2.3
Script provider for Python, v. 3.3.1
Search in Calc, v. 0.3.9
Solver for Nonlinear Programming, v. 0.9
TexMaths, v. 0.35
txtOOo, v. 1.0.2
Wiki Publisher, v. 1.1.2


@Bug reporter, if still reproducible: is it possible for you to clean
re-install libreoffice? I mean: do again a profile reset + delete and
re-install LibreOffice?

I'm asking this because I still can't confirm this (but that's maybe OS
related) and I would like to exclude as much as possible.

Thanks for your time!
Kind regards,
Joren

-- 
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 55858] Large table FILESAVE error

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55858

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from Jorendc joren.libreoff...@telenet.be ---
(In reply to comment #6)
 I am also using Mint 14 64 Bit.
 
 I installed version 4 of Libreoffice and tried again with the original big
 file; 558151 rows and columns out to BL.
 Everything seems to work fine now, no problems with FileSave.  The saved
 ods file is 150 MB.
Thanks for your feedback! I'm glad this is resolved.
 
 I think you can mark the bug resolved.
Therefore I mark it as RESOLVED WORKSFORME. If this problem return, please feel
free to REOPEN this bug.

Thanks for your time testing and sending us feedback,
Joren

-- 
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 60139] LO cannot start Fatal error on Mac

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60139

--- Comment #6 from János Korponai korponai.ja...@iif.hu ---
On 2013.02.01., at 13:04, bugzilla-dae...@freedesktop.org wrote:

 
 Comment # 5 on bug 60139 from Stephan Bergmann
 János, sorry for the trouble this causes.  It should probably suffice if you
 make available zips of just the two sub-folders
 /Users/janoskorponai/Library/Application Support/LibreOffice/3/user/extensions
 and Users/janoskorponai/Library/Application
 Support/LibreOffice/3/user/uno_packages. which are hopefully each small enough
 individually.
 
 
 You are receiving this mail because:
   • You reported the bug.


Janos Korponai
Department of Chemistry and Environmental Sciences
University of West Hungary
9700 Szombathely, Károly G. tér 4.
Hungary

-- 
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 60155] New: EDITING: Cell not automatically recalculating

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60155

  Priority: medium
Bug ID: 60155
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Cell not automatically recalculating
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: shane_1...@hotmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.2.2 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description: 
Cell content showing sum of two adjacent cells not auto adjusting when one of
the cells content changes


Steps to reproduce:
1. eg Content of Cell E6 is formula C6 + D6
2. If I change content of D6 or C6, E6 will not recalculate with new value

Current behavior:
as above

Expected behavior:
Cell E6 should update when I press Enter key after making adjustments to values
in C6 or d6

Operating System: Ubuntu
Version: 3.6.2.2 release

-- 
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 60153] Libreoffice Base, charts in reports throw an exception error of type com.sun.lang.WrappedTargetException

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60153

Peet spr...@usa.net changed:

   What|Removed |Added

   Hardware|Other   |All
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=48056
Version|unspecified |3.5.0 release

-- 
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 48056] FILEOPEN Report with charts fails with Message Failed to parse the report

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48056

Peet spr...@usa.net changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=60153

-- 
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 58270] Spaces between 'Category and Numbering' cross-references should be a non-breaking space

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58270

--- Comment #2 from Chris Tapp opensou...@keylevel.com ---
This also happens when making a cross reference to a numbered heading. e.g.

Item 1: Some heading

...see also Item
1 for more info.

This happens even though the number format for 'Item 1' uses a non-breaking
space.

-- 
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 50639] Format Paint Brush doesn't change color or highlighted text

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50639

--- Comment #6 from Jorendc joren.libreoff...@telenet.be ---
(In reply to comment #4)
 3. in first line select word auto  - click 'Format Paintbrush', click on
word green
As expected, word green stays green, because local formatting has
priority to auto character color of word auto
Oh ok, didn't know that... That explains why the color didn't change with my
test :-).

 13. in second line select word nofill  - click 'Format Paintbrush', click
 on word green
 Unexpectedly, background  if word green stays green

I can confirm this behavior.

 
 But in the second case I am not sure. Concerning character color in the
 picker there is distinguished exactly between black and auto. Tha'ts
 correct because we need an auto function because often it's necessary to
 adapt character color to background color to keep them visible.
 
 I something like Auto would be useless for character. No fill has to
 apply No fill what means no background highlighting and not leave other
 locally selected properties.
I certainly agree with that! 
 So, if there are no different observations with other OS or LibO Version, I
 think the correct summary would be 
 Format Paint Brush doesn't change background highlighted text color to 'no
 fill'
Agreed; I'll set this bug on my todo list and try to keep this bug in mind (if
no response from bug reporter I'll change the title)

-- 
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 58786] File - Wizards - Document converter does not open at all in Ubuntu/Linux

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58786

--- Comment #7 from vulc...@gmx.com ---
Created attachment 74043
  -- https://bugs.freedesktop.org/attachment.cgi?id=74043action=edit
Converter on LibreOffice 3.5

I reproduce on Ubuntu 12.04 with LibreOffice 3.5.7.2 (from Ubuntu repository
precise-proposed) or LibreOffice from libreoffice.org

I don't reproduce on Ubuntu 11.10 with LibreOffice 3.4.4, i have just a message
at the end.

-- 
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 58786] File - Wizards - Document converter does not open at all in Ubuntu/Linux

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58786

--- Comment #8 from vulc...@gmx.com ---
Created attachment 74044
  -- https://bugs.freedesktop.org/attachment.cgi?id=74044action=edit
converter on LibreOffice 3.4

-- 
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 58786] File - Wizards - Document converter does not open at all in Ubuntu/Linux

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58786

--- Comment #9 from vulc...@gmx.com ---
Created attachment 74045
  -- https://bugs.freedesktop.org/attachment.cgi?id=74045action=edit
Message at the end: choose ASCII

May be, it's not a bug but a feature: converter sdw, sdc, sdd could not be
doing with LibreOffice 3.5 and next.

I don't see that on the release note:
https://wiki.documentfoundation.org/ReleaseNotes/3.5

-- 
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 60156] New: FILEOPEN: crash when loading a presentation

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60156

  Priority: medium
Bug ID: 60156
  Keywords: regression
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: crash when loading a presentation
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: bruno.cor...@hp.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Presentation
   Product: LibreOffice

Created attachment 74046
  -- https://bugs.freedesktop.org/attachment.cgi?id=74046action=edit
Example presentation crashing X

Problem description: 

I've upgraded my laptop from Mandriva 2010.2 to Mageia 2 and since I have
problems with Impress, I didn't had for years. The move was then from
openOffice.org 3.2.1 to LibreOffice 3.5.5 or upstream 3.6.4.3 which exhibits
the same issue

Steps to reproduce:
1. /opt/libreoffice3.6/program/soffice presentation.odp
2. depending on the pres, X crashing or just libreoffice crashing


Attached is a first presentation which is crashing X. I can provide others if
this is not sufficient all produced with the 3.2.1 version of openoffice.org

On some presentation, they load, and LO crashes when trying to scroll through
the slides (seems some backgroud picture is causing the pb, but it's difficult
to be sure.
Operating System: Linux (Other)
Version: 3.6.4.3 release
Last worked in: Master old  -3.6

-- 
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 58786] File - Wizards - Document converter does not open at all in Ubuntu/Linux

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58786

--- Comment #10 from Michael Stahl mst...@redhat.com ---
vulcain, i don't exactly see what you are trying to say.

it seems you have reproduced not this bug, but instead bug 59366.

this means this bug still happens only for Gerry.

-- 
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 58786] File - Wizards - Document converter does not open at all in Ubuntu/Linux

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58786

--- Comment #11 from vulc...@gmx.com ---
@ Michael Stahl : I try to reproduce and i follow Gerry's step. May be this bug
is duplicated of https://bugs.freedesktop.org/show_bug.cgi?id=59366

-- 
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 60144] EDITING: Crash when inserting hyperlink

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60144

Laurent BP jumbo4...@yahoo.fr changed:

   What|Removed |Added

   Priority|high|medium

--- Comment #4 from Laurent BP jumbo4...@yahoo.fr ---
Change Importance to medium since it is not used so much.

-- 
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 60139] LO cannot start Fatal error on Mac: lightproof-hu_hu-1.3.oxt clashes with bundled dict-hu.oxt

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60139

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 Status|NEEDINFO|ASSIGNED
   Assignee|libreoffice-b...@lists.free |sberg...@redhat.com
   |desktop.org |
 CC||nem...@numbertext.org
Summary|LO cannot start Fatal error |LO cannot start Fatal error
   |on Mac  |on Mac:
   ||lightproof-hu_hu-1.3.oxt
   ||clashes with bundled
   ||dict-hu.oxt

--- Comment #8 from Stephan Bergmann sberg...@redhat.com ---
You have installed per-user an extension lightproof-hu_hu-1.3.oxt (extension
identifier org.openoffice.comp.pyuno.lightproof.oxt.hu_HU, publisher
information is a link to https://launchpad.net/lightproof) that contains a
UNO service implementation with name
org.openoffice.comp.pyuno.LightproofOptionsEventHandler.hu_HU that clashes
with the extension org.openoffice.hu.hunspell.dictionaries (aka dict-hu.oxt,
Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar
checker) that comes bundled with LO.

It has always been an error to produce such clashing extensions with different
extension identifiers, but in the past LO unfortunately did not warn about
that, and in recent versions LO unfortunately warns too mercilessly about it
in cases where the clashing extension is inherited via a pre-existing user
profile.  (Trying to install the extension freshly into a recent LO would lead
to an error message stating that the extension cannot be installed.)

@János:  The easiest workaround for you might be to clear LO's information
about your per-user extensions by removing the
/Users/janoskorponai/Library/Application
Support/LibreOffice/3/user/uno_packages folder, and manually re-installing the
other two per-user extensions you apparently had installed (Mendeley-1.8.oxt
and texmaths-0.35.oxt) once LO starts again for you.

In any case, I'll change those org.openoffice.comp.pyuno.Lightproof...
implementation identifiers in the various dict-*.oxt we potentially bundle to
no longer clash with that lightproof-hu_hu-1.3.oxt extension.

-- 
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 58236] FILEOPEN: freeze splash when i try open file located on samba share

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58236

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 CC||mst...@redhat.com,
   ||sberg...@redhat.com
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=33484
  Component|Spreadsheet |framework

--- Comment #6 from Michael Stahl mst...@redhat.com ---
deadlock during startup sounds like bug 33484;
can you try if it still happens in a 4.0 RC2 or later build or
a build from the 3.6 branch that is newer than 3.6.5 release?

-- 
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 33484] Printing multiple files from Windows Explorer at once makes LibreOffice unusable

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33484

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=58236

-- 
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 58320] FILEOPEN: Open a spreadsheet (ODS) in 4.0.0.0.beta1 on SMB server fails

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58320

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com,
   ||mst...@redhat.com
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=59022
Summary|FILEOPEN: Tried to open a   |FILEOPEN: Open a
   |spreadsheet in  |spreadsheet (ODS) in
   |4.0.0.0.beta1 got   |4.0.0.0.beta1 on SMB server
   ||fails
  Component|Spreadsheet |framework

--- Comment #26 from Michael Stahl mst...@redhat.com ---
this sounds like the same problem as bug 59022

-- 
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 60156] FILEOPEN: crash when loading a presentation

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60156

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
Can't reproduce, using LibreOffice 4.0.0.2 rc2 with Linux Mint 14 x64.

I'm not convinced this will resolve the problem, but is it possible to reset
your User Profile following
https://wiki.documentfoundation.org/UserProfile#Resetting_the_user_profile ?

Thanks for testing,
Joren

-- 
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 60156] FILEOPEN: crash when loading a presentation

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60156

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 QA Contact||joren.libreoffice@telenet.b
   ||e

-- 
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 60155] EDITING: Cell not automatically recalculating

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60155

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
Thanks for reporting.

As far I can see this is a duplicate of bug 56278. Therefore mark it as such.

I see this is fixed in 3.6.4 (and 4.0 version as well). Is it possible for you
to retest with this version?

Kind regards,
Joren

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

-- 
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 60155] EDITING: Cell not automatically recalculating

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60155

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 QA Contact||joren.libreoffice@telenet.b
   ||e

-- 
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 49832] PRINTING: Writer rasterizes SVG for output to a printer or into PDF, which leads to poor quality laser printing.

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49832

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 CC||mst...@redhat.com,
   ||tbehr...@suse.com

--- Comment #24 from Michael Stahl mst...@redhat.com ---
can you test if that problem still happens on 4.0, which has
a different SVG implementation?

-- 
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 60149] Create brochures via the internal PDF printer

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60149

--- Comment #2 from Martin Koeditz martin.koed...@it-syn.de ---
I have a document, let's say 4 pages. Now I want to create a PDF brochure for
printing it later. These documents are usually flyers or magazines with
apealing look.

So I use the function File - Print and select the FreePDF Printer to save the
output on disk. At the tab Page layout I choose the option brochure (I user
the german UI where it's called Broschüre).

So in short:
1. I create the document (A4) in writer.
2. Now I create a PDF via a PDF printer. The PDF is in DIN A3 format, including
two A4 pages on each page and in the correct order.
3. Save the PDF for printing.
4. Later I just have to open my PDF (which is in A3) and run a print job in
duplex mode. When the job finishs I just have to fold the A3-Papers so that I
get an A4 flyer/brochure.

This workflow is OK, but why should I install or use a PDF printer software if
LibreOffice has the ability to do this with the on board PDF export function.

Annotation: Some PDF printer software has problems with borderless printing. I
often have header lines going over the complete width. On the A3 paper I get a
small break between the pages. But this is usually hidden by the brochure's
kink.

Hope now it has become more clear.

-- 
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 60158] New: python cannot invoke LO cacle built-in functions

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60158

  Priority: medium
Bug ID: 60158
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: python cannot invoke  LO cacle built-in functions
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: jmx...@qq.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.0.0.2 rc
 Component: BASIC
   Product: LibreOffice

Created attachment 74049
  -- https://bugs.freedesktop.org/attachment.cgi?id=74049action=edit
This document is embedded python script.

Trying with python to invoke cacle built-in functions,
However, it seems the cacle built-in functions can only accept python tuple,
it can not accept python list.
If the built-in functions with multiple parameters, I do not know how to pass
parameters?

The following invokeSUM function run successfully, error while invokeCOUNTIF.

# python code list
# -*- encoding: UTF-8 -*-

import uno
import unohelper
from com.sun.star.script.provider import XScriptProviderFactory
from com.sun.star.script.provider import XScriptProvider
from com.sun.star.script.provider import XScriptContext

def invokeSUM(*args):
# get the doc from the scripting context which is made available to all
scripts
oDoc = XSCRIPTCONTEXT.getDocument()
# retrieve the active sheet
oSheet = oDoc.getSheets().getByName(sheet1)
uurl = 'com.sun.star.sheet.FunctionAccess'
FP = uno.getComponentContext().ServiceManager.createInstance(uurl)
oRange = oSheet.getCellRangeByName(A1:A4)
aData = oRange.getDataArray()
aA = ()
for n in aData:
aA = aA + (n[0],)
jj = FP.callFunction(SUM, aA)
oSheet.getCellRangeByName(B1).ssetString(SUM(A1:A4)=)
oSheet.getCellRangeByName(B2).setString(jj)
return None

def invokeCOUNTIF(*args):
# get the doc from the scripting context which is made available to all
scripts
oDoc = XSCRIPTCONTEXT.getDocument()
# retrieve the active sheet
oSheet = oDoc.getSheets().getByName(sheet1)
uurl = 'com.sun.star.sheet.FunctionAccess'
FP = uno.getComponentContext().ServiceManager.createInstance(uurl)
oRange = oSheet.getCellRangeByName(A1:A4)
aData = oRange.getDataArray()
aA = ()
for n in aData:
aA = aA + (n[0],)
bB = (3,)
cC = (aA,bB)
kk = FP.callFunction(COUNTIF,cC)
oSheet.getCellRangeByName(C1).setString(COUNTIF(A1:A4,3)=)
oSheet.getCellRangeByName(C2).setString(kk)
return None

-- 
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 57948] Charts are not displayed from .docx

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57948

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 QA Contact||joren.libreoffice@telenet.b
   ||e
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=40594

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
Thanks for reporting!

(In reply to comment #0)
 Linux Mint: 14
 LibreOffice: Version 3.6.4.3 (Build ID: 2ef5aff)
 
 This is the original .docx sent to me by someone using Microsoft Office (I'm
 not sure which version). Most of the document displays fine, but I've
 noticed that the charts are not shown (I am assuming these are charts and
 not images, as the other images are shown fine)

I can reproduce this problem using LibreOffice 4.0.0.2 rc2 with Linux Mint 14
x64 and Mac OSX 10.8.2.
I also can verify that the CHARTS are missing using Word for Mac.

 Here is a list of the charts that should be displayed:
 
 - Page 8, above 'Online Radio Focus'
 - Page 10, above 'Industry Outlook'
 - Page 10, above 'Number of Establishments'
 - Page 13, above paragraph starting 'Social context is key for...'
 - Page 13, above 'Online Concert Sales'
 - Page 14, above 'Electronic Music Demographic Focus'
I can confirm this

 ... there are more, but I guess that is enough for now.
 
 I'm not sure if this is the same bug as
 https://bugs.freedesktop.org/show_bug.cgi?id=40594, so I will post as a new
 bug if it helps at all. I also note that the poster says there are enough
 line breaks/space that would be occupied by the chart - this is not the case
 for me.

Although there are no 'replacing line breaks' I'm convinced this is the same
behavior. Therefore I mark this bug as duplicate of 40594. If this bug is still
reproducible while 40594 is fixed, please feel free to REOPEN this bug.

Thanks for your time to test/report this issue. We do appreciate that!

Kind regards,
Joren

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

-- 
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 40594] FILEOPEN .docx (MSO2010) does not show CHART object

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40594

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=57948

--- Comment #19 from Jorendc joren.libreoff...@telenet.be ---
*** Bug 57948 has been marked as a duplicate of this bug. ***

-- 
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 57948] Charts are not displayed from .docx

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57948

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

   See Also|https://bugs.freedesktop.or |
   |g/show_bug.cgi?id=40594 |

-- 
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 40594] FILEOPEN .docx (MSO2010) does not show CHART object

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40594

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

   See Also|https://bugs.freedesktop.or |
   |g/show_bug.cgi?id=57948 |

-- 
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 60159] New: LibreOffice 3.6.4.3 and above does not import images from PDF, VSD and CDR (in 3.5.7.3 everything worked well)

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60159

  Priority: medium
Bug ID: 60159
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LibreOffice 3.6.4.3 and above does not import images
from PDF, VSD and CDR (in 3.5.7.3 everything worked
well)
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: pitri...@mail.ru
  Hardware: All
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Libreoffice
   Product: LibreOffice

Hi, does anyone know why LibreOffice 3.6.4.3 and above does not import images
from PDF, VSD and CDR (in 3.5.7.3 everything worked well.) In WINDOWS
everything works too

-- 
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 58358] VIEWING Scrolling broken - page totally distorted

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58358

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 QA Contact||joren.libreoffice@telenet.b
   ||e

--- Comment #2 from Jorendc joren.libreoff...@telenet.be ---
Thanks for reporting. But I'm convinced this is exactly same behavior is
already reported.

Kind regards,
Joren

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

-- 
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 56932] (Writer) Onscreen text rendering issues

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56932

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 CC||heinz.r...@arcor.de

--- Comment #6 from Jorendc joren.libreoff...@telenet.be ---
*** Bug 58358 has been marked as a duplicate of this bug. ***

-- 
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 58510] UI: distorted screen after scrolling

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58510

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 QA Contact||joren.libreoffice@telenet.b
   ||e
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=56932

--- Comment #2 from Jorendc joren.libreoff...@telenet.be ---
I'm not sure to mark this bug as a duplicate of Bug 56932. Therefore I place it
in the 'See Also' field.

-- 
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 56932] (Writer) Onscreen text rendering issues

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56932

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=58510

-- 
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 59564] After screen rotation, scrolling DNW with mouse wheel, screen distorts with manual scroll

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59564

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 QA Contact||joren.libreoffice@telenet.b
   ||e

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
Thanks for reporting!

Is it possible for you to attach a screenshot of this distorted screen?

Thanks in advance,
Joren

-- 
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 59564] After screen rotation, scrolling DNW with mouse wheel, screen distorts with manual scroll

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59564

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=56932

-- 
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 56932] (Writer) Onscreen text rendering issues

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56932

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=59564

-- 
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 60153] Libreoffice Base, charts in reports throw an exception error of type com.sun.lang.WrappedTargetException

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60153

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de

--- Comment #1 from rob...@familiegrosskopf.de ---
You have added https://bugs.freedesktop.org/show_bug.cgi?id=48056 . What is the
difference to that report. You could create reports with charts, but you
couldn't execute these reports since LO 3.5
Isn't this report a duplicete of 48056?

-- 
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 57417] LDAP address book support disappeared

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57417

--- Comment #12 from Alex Thurgood ipla...@yahoo.co.uk ---
(In reply to comment #11)

 [12:09:37] caolan do we still build the moz ldap stuff for windows these
 days, or is it gone there as well ?
 [12:10:12] _david_ caolan: we do. it is untouched
 [12:10:40] caolan so an ifdef in the addressbook ui to hide it under
 non-windows (or whatever the logic for its existence is)

So if I understand correctly, the situation will be the following ?
- Windows : LDAP support

- Linux : no LDAP support by default, unless the build happens to have added
the evolution-ldap switch - how many distros do this ? or is it provided as a
distro specific add-on?

- Mac : no LDAP support

That's a pretty sorry mess all in all.


Alex

-- 
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 60136] Attached SVG vector graphic does not display / import correctly

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60136

pje...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from pje...@hotmail.com ---
I can confurm this bug running LO  Version 4.0.0.2 (Build ID:
408fe71bd18616c467b3dcd7ab6756528ffcae2) running on mac os x 10.6.8




it is good at :Version 3.6.5.2 (Build ID: 5b93205)

-- 
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 60136] Attached SVG vector graphic does not display / import correctly

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60136

--- Comment #2 from Pedro pedl...@gmail.com ---
I can confirm this problem in 4.0.0.3. This is a regression from 3.x (tested in
3.5.7.2 and 3.6.4.3 under Windows XP Pro x86 SP3)

-- 
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 60136] Attached SVG vector graphic does not display / import correctly

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60136

Pedro pedl...@gmail.com changed:

   What|Removed |Added

   Keywords||regression

-- 
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 60161] New: PDF: pdf-export of metafile is faulty

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60161

  Priority: medium
Bug ID: 60161
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: PDF: pdf-export of metafile is faulty
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: bugquestcon...@online.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Writer
   Product: LibreOffice

Created attachment 74050
  -- https://bugs.freedesktop.org/attachment.cgi?id=74050action=edit
draw file with screen shots and explainations

Problem description: 
There is a difference between “Export as pdf” (ctrl+shift+p) and print to a
pdf-printer (pdf995). In the case of Export as pdf 2 vertical text boxes in a
drawing slipped down by about 100%, whereas the using pdf995 as a printer
creates a correct pdf-file.

More details are in the attached odg-file.

Steps to reproduce:
1. ctrl+shift+p 
2. export
3. save

Current behavior:
2 vertical text boxes drop down from their original position by about 100%
using export as pdf

Expected behavior:
export as pdf keeps these vertical text boxes where they are in the writer
file.


Operating System: Windows XP
Version: 3.6.4.3 release

-- 
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 60161] PDF: pdf-export of metafile is faulty

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60161

bugquestcon...@online.de changed:

   What|Removed |Added

  Attachment #74050|draw file with screen shots |draw file with screen shots
description|and explainations   |and explanations

-- 
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 60162] New: EDITING: App crashes when editing cell content

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60162

  Priority: medium
Bug ID: 60162
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: App crashes when editing cell content
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: field...@neasi.net
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 74052
  -- https://bugs.freedesktop.org/attachment.cgi?id=74052action=edit
Debug information after forced quit

Problem description: 
App crashes when I try to edit cell content by clicking to the Input line
box.

Steps to reproduce:
1. Open any sheet document (native format, xls, xlsx... doesn't matter which
one...)
2. Select a cell I want to edit content of
3. Click or click-and-drag to select text to input line box
= Rainbow spinning wheel appears and app ceases to do anything. After a while
it crashes...

Current behavior:
Stil doing the same

Expected behavior:
No crashing.

Some similarities to this bug:
https://www.libreoffice.org/bugzilla/show_bug.cgi?id=60068
Operating System: Mac OS X
Version: 3.6.4.3 release

-- 
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 56960] [Task]: several FORMATTING issues when FILOPEN particular .xls

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56960

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

  Attachment #69876|text/plain  |application/vnd.openxmlform
  mime type||ats-officedocument.spreadsh
   ||eetml.sheet

-- 
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 56960] [Task]: several FORMATTING issues when FILOPEN particular .xls

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56960

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

  Attachment #69877|text/plain  |application/vnd.openxmlform
  mime type||ats-officedocument.spreadsh
   ||eetml.sheet

-- 
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 60158] python cannot invoke LO cacle built-in functions

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60158

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||jmadero@gmail.com

--- Comment #1 from Joel Madero jmadero@gmail.com ---
This question should go to user list or ask libre office as it's not a report
of a bug, it's a request for assistance with code. 

Closing this bug as INVALID, I'm sure someone on the user list will be able to
help.

Thanks for your understanding

-- 
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 56932] (Writer) Onscreen text rendering issues

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56932

--- Comment #7 from Emir Sarı emir_s...@msn.com ---
Thanks for the bug-chase Joren!

This is one of the cosmetic issues that makes LO look unprofessional. I thought
this was only a Mac only issue, but seeing it present on Linux also surprised
me. I hope this will get fixed soon.

-- 
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 60123] UI: Spinning rotation-degree-values should allow crossing 0°

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60123

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 QA Contact||joren.libreoffice@telenet.b
   ||e
 Ever confirmed|0   |1

--- Comment #5 from Jorendc joren.libreoff...@telenet.be ---
Thanks Rainer for this -again- wonderful accurate bug report and such clear
steps to reproduce. Thank you, thank you, thank you :).

I can reproduce this behavior using Linux Min 14 x64;
* LibreOffice Versie 4.0.0.2 .0.2 (Bouw-id:
408fe71bd18616c467b3dcd7ab6756528ffcae2)
and master build today:
* Version 4.1.0.0.alpha0+ (Build ID: 6c76cdce33d29d25a1023d5363a840ac5972c95)

Therefore I mark this as NEW ... you already did the prioritizing stuff, so
nothing to change there :).

Kind regards,
Joren

-- 
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 60155] EDITING: Cell not automatically recalculating

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60155

--- Comment #2 from Shane shane_1...@hotmail.com ---
Hi,
Thanks for the extremely quick response, and apologies for duplicating a known
issue.

I have updated the software to v 3.6.5 and confirm that everything is operating
as it should.

Kind regards

Shane

-- 
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 58786] File - Wizards - Document converter does not open at all in Ubuntu/Linux

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58786

--- Comment #12 from Gerry gerry.trep...@googlemail.com ---
Thanks Vulcain, thanks Michael for looking into this bug. 

I think Michael is right, what Vulcain has discovered in his test is exactly
what is described in bug 59366.

This bug report here is different, though. On my system, no dialog appears at
all. When I click on File-Wizards-Document Converter simply nothing
happens. No dialog appears. 

Can anyone please test this on Ubuntu 12.10 with the LibreOffice version that
comes with Ubuntu?

-- 
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 60155] EDITING: Cell not automatically recalculating

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60155

--- Comment #3 from Jorendc joren.libreoff...@telenet.be ---
(In reply to comment #2)
 Hi,
 Thanks for the extremely quick response, and apologies for duplicating a
 known issue.
No worries :).
 
 I have updated the software to v 3.6.5 and confirm that everything is
 operating as it should.
I'm glad this is resolved (thanks to Markus).

Kind regards,
Joren

-- 
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 60136] Attached SVG vector graphic does not display / import correctly

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60136

--- Comment #3 from Gerry gerry.trep...@googlemail.com ---
Created attachment 74054
  -- https://bugs.freedesktop.org/attachment.cgi?id=74054action=edit
test.odt

-- 
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 56960] FILEOPEN particular .xlsx shows cell border lines with wrong FORMATTING (too thick)

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56960

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

   What|Removed |Added

 OS|Linux (All) |Windows (All)
 Status|NEEDINFO|NEW
   Severity|major   |normal
 CC||markus.mohrhard@googlemail.
   ||com
Summary|[Task]: several FORMATTING  |FILEOPEN particular .xlsx
   |issues when FILOPEN |shows cell border lines
   |particular .xls |with wrong FORMATTING (too
   ||thick)

--- Comment #6 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
My MS EXCEL Viewer does not open Sales Management _Water.xlsx, so I can't
compare.

No feedback, so reduced to 1 single problem

@Ibrahim Hammad:
We have lots of Bug Reports with a clear description concerning the reported
problem. So unfortunately we can't invest time to find out what the problems
might be with your documents. Objects are at the wrong place is a very bad
description, we need something like 'Picture.png' in sheet1 anchored to cell
B17 in EXCEL exactly covers B17:C18. LibO shows the picture half a cell width
too far to the right and 3/4 cell hight too far to the bottom. Or you
contribute a screen shot wiht comments comparing the view.

Please feel free to proceed as I suggested in Comment 5 and to open additional
Bug reports referring to your samples here and a clear description of the
problems.


@Markus:
Indeed, Attachment 69877 Same Workbook opened again shows sheet 4 
Action with visible thicker cell borders than AOOo, Sympony and MS Excel
viewer
May be you can use the sample document for some more fine tuning concerning
Fileopen /  Cell border width? You will see my results in a screenshot
comparing views with same zoom in several office suites.

Please close this Bug after your examinations, I will not try to fine more
problems

-- 
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 60136] Attached SVG vector graphic does not display / import correctly

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60136

--- Comment #4 from Gerry gerry.trep...@googlemail.com ---
I agree to pje335 and Pedro. The SVG imports nicely in Version 3.6.2.2 (Build
ID: 360m1(Build:2)), but does not anymore in Version 4.0.0.2 (Build ID:
408fe71bd18616c467b3dcd7ab6756528ffcae2).

Another interesting side note: If I integrate the SVG in a Writer document in
version 3.6.2.2, the issue is the same: It is correct in 3.6.2.2, but still
wrong in version 4.0.rc2. Please have a look at the attachment test.odt.

-- 
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 56960] FILEOPEN particular .xlsx shows cell border lines with wrong FORMATTING (too thick)

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56960

--- Comment #7 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Created attachment 74055
  -- https://bugs.freedesktop.org/attachment.cgi?id=74055action=edit
Screenshot Showing views in various ofice suites

as promised in comment before.

-- 
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 60128] VIEWING: Window - New window function disabled in Web layout view mode

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60128

bgra...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from bgra...@gmail.com ---
Marking as duplicate of 60129.

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

-- 
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 60129] VIEWING: Window - New window command disabled in Web layout view mode

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60129

--- Comment #3 from bgra...@gmail.com ---
*** Bug 60128 has been marked as a duplicate of this bug. ***

-- 
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 56960] FILEOPEN particular .xlsx shows cell border lines with wrong FORMATTING (too thick)

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56960

--- Comment #8 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Forgot FreeOffice Planmaker in the screenshots: They show cell border width
very similar to LibO.

-- 
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 60067] In export to pdf, an image is not exported properly if JPEG compression is selected

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60067

--- Comment #10 from Joel Madero jmadero@gmail.com ---
I do not see a green rectangle in the PDF's at all. I see your second
attachment but in the PDF's that you attached, both look identical (I'd clearly
see the difference). Please open the two pdf's that you attached here and see
for yourself that there is no green box.

-- 
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 59976] MS Office Viso Text hidden by line

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59976

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #1 from Joel Madero jmadero@gmail.com ---
can you just attach the png files here?

-- 
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 60163] New: PIVOTTABLE: Highlight the destination area when overwriting non-empty cells

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60163

  Priority: medium
Bug ID: 60163
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: PIVOTTABLE: Highlight the destination area when
overwriting non-empty cells
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: kohei.yosh...@suse.de
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Spreadsheet
   Product: LibreOffice

When the user is trying to insert a pivot table and the destination area
contains one or more non-empty cells, it launches a confirmation dialog asking
the user whether or not to overwrite the non-empty cells.  When this happens,
Calc should highlight the destination area to provide a visual clue to the
user.  When the destination area is off screen, it should move the visible area
to that area, but do so without moving the internal current cursor position,
similar to the way the reference dialogs do.

-- 
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 60163] PIVOTTABLE: Highlight the destination area when overwriting non-empty cells

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60163

Kohei Yoshida kohei.yosh...@suse.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
URL||https://bugzilla.novell.com
   ||/show_bug.cgi?id=411654
 Ever confirmed|0   |1

--- Comment #1 from Kohei Yoshida kohei.yosh...@suse.de ---
Originally filed in https://bugzilla.novell.com/show_bug.cgi?id=411654

-- 
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 60092] : LO crashes when inserting data from data sources as a table

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60092

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Jorendc joren.libreoff...@telenet.be ---
Thanks for reporting!

I can confirm this using Linux Mint 14 x64; LibreOffice Versie 4.0.0.2 .0.2
(Bouw-id: 408fe71bd18616c467b3dcd7ab6756528ffcae2); Dutch UI and LibreOffice
Version 4.1.0.0.alpha0+ (Build ID: 6c76cdce33d29d25a1023d5363a840ac5972c95).

-- 
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 59934] FILEOPEN: Slides lose background style when converting from PPTx to LibreOffice format

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59934

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 QA Contact||joren.libreoffice@telenet.b
   ||e
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=60085
 Ever confirmed|0   |1

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
Thanks for reporting!

Is it possible to attach a sample pptx so we can reproduce this behavior (and
determine this is a duplicate or not)?

Therefore I mark this bug as NEEDINFO.

Kind regards,
Joren

-- 
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 60085] FILEOPEN: Missing Backgrounds When Opening PPTX

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60085

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=59934

-- 
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 58193] 'run Autocorrect' feature.

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58193

--- Comment #2 from dE de.tec...@gmail.com ---
Does it work for you? Which version, which OS, which toolkit?

-- 
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 58554] EDITING: Loss of cells' comments

2013-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58554

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 QA Contact||joren.libreoffice@telenet.b
   ||e
 Ever confirmed|0   |1

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
Thanks for reporting!

Is it possible for you to test with a more recent version of LibreOffice
(3.6.5) to determine this is still a problem?

If this is still reproducible, is it possible for you to share that document
(because this is confidential (financial) information, I suggest to change the
current values to some random values)?

Thanks in advance,
Joren

-- 
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   >