[Libreoffice-bugs] [Bug 58506] [Feature request] Add text wrap command/function so it can be added to toolbar as button

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

--- Comment #4 from Mikeyy  ---
Thanks for help! You just need to delete few line from your code for macro to
work. Don't know anything about macros, but it was trowing error and passed
when I deleted 2 lines.
Anyway, would be nice if this could be implemented.


REM  *  BASIC  *


sub Wrap 
rem --
rem define variables
dim document   as object
dim dispatcher as object
rem --
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem --
dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = "WrapText"
args1(0).Value = true

dispatcher.executeDispatch(document, ".uno:WrapText", "", 0, args1())


end sub


sub Unwrap
rem --
rem define variables
dim document   as object
dim dispatcher as object
rem --
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem --
dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = "WrapText"
args1(0).Value = false

dispatcher.executeDispatch(document, ".uno:WrapText", "", 0, args1())


end sub

-- 
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 50699] Template Changer: Allow ability to change a document's associated template

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

--- Comment #4 from Jon Grossart  ---
I supposed it would be fine to update the extension, but the problem was also
that it didn't update the all the styles.

However, this seems like such a basic thing that I don't even know why it's not
a default feature instead of an 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 61427] doing only paste of graphics leads to java crash on save

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

--- Comment #2 from Yury  ---
Created attachment 75482
  --> https://bugs.freedesktop.org/attachment.cgi?id=75482&action=edit
crash log for openjdk 1.7

-- 
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 61427] doing only paste of graphics leads to java crash on save

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

--- Comment #1 from Yury  ---
Created attachment 75481
  --> https://bugs.freedesktop.org/attachment.cgi?id=75481&action=edit
crash log for 1.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 61427] New: doing only paste of graphics leads to java crash on save

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

  Priority: medium
Bug ID: 61427
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: doing only paste of graphics leads to java crash on
save
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: yury.tarasiev...@gmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 3.6.5.2 release
 Component: Writer
   Product: LibreOffice

In fact, I'm experiencing this since unspecified 3.* version came out, built
not earlier than Fall 2010.

The reproducible set of conditions seems to be: if I work with freshly opened
Writer document (either new document or existing), and if I paste a graphics
into it (e.g., a snip from Okular PDF viewer), and if I try to save it
immediately after that (i.e., not doing anything else with the document), I get
a LibO crash, with hs_err* file produced in the $HOME dir.

This type of crash isn't produced only by the described sequence of steps, but
also by other sets of conditions, which I fail to catch, but which are also
connected with the graphics paste into Writer.

However, if I enter ONE arbitrary character into the document after doing the
graphics paste, saving seems to go OK every time.

Libreoffice: Version 3.6.5.2 (Build ID: 5b93205)
Slackware 13.37 for 64bit
Java runtime version doesn't seem to be of importance, to get today's crashes I
used:
1)
# JRE version: 6.0_25-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.0-b11 mixed mode linux-amd64
co
mpressed oops)
# Problematic frame:
# C  [libuno_cppuhelpergcc3.so.3+0xc10e4] 
com::sun::star::uno::WeakReferenceHel
per::get() const+0x44

and 
2)
# JRE version: 7.0_05-b21
# Java VM: OpenJDK 64-Bit Server VM (23.0-b21 mixed mode linux-amd64 compressed
oops)
# Problematic frame:
# C  [libuno_cppuhelpergcc3.so.3+0xc10e4] 
com::sun::star::uno::WeakReferenceHel
per::get() const+0x44

-- 
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 60488] Charts not plotted automatically

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

Markus Mohrhard  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com

-- 
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 60977] Recalculation on load: Usage of cached values conflicting with XVolatliteResults of UNO plugins

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

Markus Mohrhard  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com
 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 42794] UI: Skipping entire page with mouse wheel set to "one screen at a time"

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

--- Comment #6 from Hb  ---
A temporary help is given by programs which change the Mouse Wheel events to
PageUp/PageDown keystrokes. 

1. Download http://www.highrez.co.uk/downloads/XMouseButtonControl.htm 
2. Add a handler set for the application soffice.bin.
3. For Wheel Up set Simulated Keys (pressed)[{PGUP]}

-- 
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 42261] display of selected cells incorrect after inserting row/column above/left of selection

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

--- Comment #6 from Winfried Donkers  ---
(In reply to comment #5)
> But if I choose INSERT then the word "test" will be inserted correctly.

Thank you for your feed back.
Yes, everything functions as expected, but the view is confusing/incorrect.
If you paste a second time, "test" is pasted (functionally correct), but the
user sees the dashed lines around B4 which _do_ _not_ indicate the content of
the clipboard.
That (indicating the wrong clipboard content) is the incorrect 'behaviour'.

It is not a critical bug, but one which is at least confusing, and to me
annoying.

-- 
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 61426] New: : Bibliography "type" field is different from that in database

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

  Priority: medium
Bug ID: 61426
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : Bibliography "type" field is different from that in
database
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: j...@dpets.co.uk
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: Writer
   Product: LibreOffice

In the bibliography index/table it is necessary to have a “Type” allocated to
each entry in order that the correct format can be applied for the entry in the
bibliography. For example a book entry would have different items in it from a
Book excerpt or a Journal entry. There is a “Type” field in the bibliography
database but entering anything in this field, either in the external database
or via Tools > Bibliography Database has no effect on the entry format. Also,
in the form opened by Tools > Bibliography Database there is no entry box after
“Type”.

It seems that the only way to enter a Type is to go to a reference to the item
in the document text, right click on it, click on Bibliography Entry, an Edit
Bibliography Entry dialogue comes up, click on Edit and a Define Bibliography
Entry dialogue come up in which the Type can be selected from a drop down list.
Click OK and click modify. If you have changed anything it asks if you want to
alter the existing record.

-- 
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 61425] New: FORMCONTROLS: Move a single cell with the mouse does not work

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

  Priority: medium
Bug ID: 61425
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMCONTROLS: Move a single cell with the mouse does
not work
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: b...@bastu.net
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.0.beta2
 Component: Spreadsheet
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. enter any content to a cell (just to have something to move)
2. try to drag the cell with the mouse to different location.
3. drag two or more cells with the mouse to different location.


Current behavior:
Single cell drag and drop does not work.

Expected behavior: single cell drag and drop should work as it works with
selection including more cells.

This failure exist in all previous LibreOffice versions I have used as well.


Operating System: Ubuntu
Version: 4.0.0.0.beta2

-- 
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 61424] New: CONFIGURATION: Normal view not possible with short cut key

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

  Priority: medium
Bug ID: 61424
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: CONFIGURATION: Normal view not possible with short cut
key
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: bugquestcon...@online.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.5.2 release
 Component: Presentation
   Product: LibreOffice

Created attachment 75480
  --> https://bugs.freedesktop.org/attachment.cgi?id=75480&action=edit
Draw file with screenshot and explanation

Problem description: 
Setting up ctrl+shift+N to display Normal view in Impress does not change
screen to Normal view when key combination is pressed.

However, following short cuts set up the same time work:
ctrl+shift+M allocated to view Notes
ctrl+shift+O allocated to view Outline
ctrl+shift+S allocated to view Slide Sorter
work as expected

Following additional tests were made:
- allocation of ctrl+shift+Q and L to Normal view: no change in view
- allocation of ctrl+shift+N to Notes Master view works as expected.



Steps to reproduce:
1) Select Tools / Customized / Keyboard
2) Enter ctrl+shift+N
3) Select in Functions 
Category: View
Function: Normal
4) Click Modify
5) Click OK
6) Press ctrl+shift+N

Current behavior:
Ctrl+shift+N or Q does not show Normal View 
but ctrl+shift+N allocated to show Notes Master works as expected. See also
attachment for further test results


Expected behavior:
After allocating view Normal to ctrl+shift+N Normal view is displayed.

Operating System: Windows XP
Version: 3.6.5.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 60752] Wrong result because 'Property Let' fails to execute

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

Rainer Bielefeld  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard||bibisectrequest
Version|4.0.0.3 release |4.0.0.0.alpha0+ Master
 Ever confirmed|0   |1

--- Comment #7 from Rainer Bielefeld  ---
I did some tests where wrong Result "0" after  macro execution started:

Already  [Reproducible] with  unzipped  installation of  "LOdev 
4.0.0.0.alpha1+   -  ENGLISH UI / German Locale  [Build ID:
af60316514f3ae3d4c475819bf86f2af837171e)]"  {tinderbox: Win-x86@6, pull time
2012-11-23 22:10:31} on German WIN7 Home Premium (64bit) with own separate User
Profile 

Still worked fine with  Server-installation of Master " 3.7.0.0.alpha0+  –
ENGLISH UI [Build ID: f2e622]" {tinderbox: Win-x86@16, pull time 2012-10-06
09:31:39} on German WIN7 Home Premium (64bit)
UserInstallation=$SYSUSERCONFIG/LOdev/3

May be we can narrow that down with Bibisect?

-- 
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 61423] FILESAVE: wrong export file with table to doc

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

Joel Madero  changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Windows (All)   |All
   Severity|normal  |major
   Priority|medium  |high

--- Comment #5 from Joel Madero  ---
I am setting the options back to where I put them, it's confirmed on Linux as
well.

-- 
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 61423] FILESAVE: wrong export file with table to doc

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

JohnDoe_71Rus  changed:

   What|Removed |Added

   Hardware|All |Other
 OS|All |Windows (All)
   Severity|major   |normal
   Priority|high|medium

--- Comment #4 from JohnDoe_71Rus  ---
Can't reproduce this repetitively. Seems like it only this file.

-- 
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 60889] FILEOPEN: Incorrect opening XLSX file

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

--- Comment #9 from Markus Mohrhard  ---
(In reply to comment #7)
> Hi,
> 
> I want to work on this bug. 

Great.

> 
> I couldn't find which part of the code checks the path of
> "sharedStrings.xml". I assume the code checks the path case sensitive and we
> can make is case insensitive. But this is not a proper solution I think.
> Proper solution is checking variations only in case we couldn't find the
> "sharedStrings.xml" as Markus said.
> 
> Where should i look at for the solution?
> 
> Thanks and sorry for my possible grammar mistakes :)

So it is more difficult than that. The shared strings don't have to be saved
into sharedStrings.xml or any other variation of that string. OOXML defines
relationships for this and stores their the name of the file. As long as the
name of the file and entry in the relation are equal the file is valid. What we
are now trying to do is to accept that there are OOXML generators out there
that produce invalid OOXML files which most likely use a variation
sharedStrings.xml.

So at the place that I mentioned in Comment 6 we use the path saved in the
relations table to finally import the file and we need to check there if this
file exists. So you should start by starting Libreoffice in a debugger and set
a breakpoint at that place and inspect the stacktrace to see if there is a way
to get a list of all the files.

Please feel free to ask for more details if you need 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 61408] SLIDESHOW: Element animations does not render properly.

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

Joel Madero  changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #1 from Joel Madero  ---
Cannot reproduce on Windows XP Version 4.0.0.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 61423] FILESAVE: wrong export file with table to doc

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

Joel Madero  changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW
   Severity|normal  |major
   Priority|medium  |high
 QA Contact||jmadero@gmail.com
 CC||jmadero@gmail.com
 Ever confirmed|0   |1

--- Comment #3 from Joel Madero  ---
Verifed on 3.6.4.3
Bodhi Linux 2.2

Changing version:

@John Doe - version is the oldest version we can confirm the issue

++

New (confirmed)
Major (data corruption)
High (default, this may be highest but so far only one test document shows
error)

@John Doe - can you reproduce this repetitively or does it only occur with this
document?

-- 
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 61401] negative values display black after save, close, reopen spreadsheet

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

Joel Madero  changed:

   What|Removed |Added

 QA Contact||jmadero@gmail.com

-- 
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 61401] negative values display black after save, close, reopen spreadsheet

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

Joel Madero  changed:

   What|Removed |Added

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

--- Comment #1 from Joel Madero  ---


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

-- 
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 61406] FORMATTING: Honoring Names in Chart Legend

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

Joel Madero  changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #1 from Joel Madero  ---
I can't reproduce this at all on XP. Going to try to find someone with Windows
7 to test it out as well.

Also tested on Bodhi Linux 2.2

-- 
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 61423] FILESAVE: wrong export file with table to doc

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

--- Comment #2 from JohnDoe_71Rus  ---
Created attachment 75473
  --> https://bugs.freedesktop.org/attachment.cgi?id=75473&action=edit
save as .rtf

Incorrect width of columns in a 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 61423] FILESAVE: wrong export file with table to doc

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

JohnDoe_71Rus  changed:

   What|Removed |Added

Summary|FILESAVE: wrong export file |FILESAVE: wrong export file
   |with table to rtf and doc   |with table to doc

-- 
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 61423] FILESAVE: wrong export file with table to rtf and doc

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

--- Comment #1 from JohnDoe_71Rus  ---
Created attachment 75472
  --> https://bugs.freedesktop.org/attachment.cgi?id=75472&action=edit
save as .doc

-- 
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 61423] New: FILESAVE: wrong export file with table to rtf and doc

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

  Priority: medium
Bug ID: 61423
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: wrong export file with table to rtf and doc
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: johndo...@rambler.ru
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Writer
   Product: LibreOffice

Created attachment 75471
  --> https://bugs.freedesktop.org/attachment.cgi?id=75471&action=edit
original odt

Problem description: 

wrong export file with table to rtf and doc

Steps to reproduce:
1. Make file with table
2. Save As *.rtf or Microsoft Word 97/2000/XP/2003 (.doc)


Current behavior:
New row from table on new list of document

Expected behavior:


Operating System: Windows XP
Version: 4.0.0.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 60889] FILEOPEN: Incorrect opening XLSX file

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

--- Comment #8 from Thomas Arnhold  ---
Here's an entry point:
http://opengrok.libreoffice.org/search?project=core&q=sharedStrings

-- 
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 61410] Save .odt as .doc or .docx corrupts word processing file

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

Joel Madero  changed:

   What|Removed |Added

   Hardware|Other   |All
 Status|UNCONFIRMED |NEW
   Priority|medium  |high
 QA Contact||jmadero@gmail.com
 CC||jmadero@gmail.com
Version|4.0.0.3 release |3.6.4.3 release
 Ever confirmed|0   |1

--- Comment #3 from Joel Madero  ---
Verified on:
Version 3.6.4.3 (Build ID: 2ef5aff)
Bodhi Linux 2.2

Changing version to reflect oldest confirmed version with the problem. 

@J David - version is oldest version, we use comments to say we've tested on a
newer version.
++

Marking as:
New (confirmed)
Major (agree with this, leaving)
High (default for major bugs is high, think this is appropriate 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 54849] Improve text handling

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

--- Comment #4 from Ildar Muyukov  ---
I mean I want to see all the text in the Outline. That may be convenient to
Copy+Paste texts from a presentation. (that's one use case)

-- 
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 61414] SLIDESHOW: Animation of a Wrapped Paragraph

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

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 QA Contact||jmadero@gmail.com
 CC||jmadero@gmail.com

--- Comment #1 from Joel Madero  ---
Dupe. Thanks for reporting this, we are trying to solve this one quickly

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

-- 
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 60724] spelling errors and typos in binaries found by lintian

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

--- Comment #1 from Gregg King  ---
Submitted a patch with corrections for the "charcter" spelling errors.

-- 
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 61418] FORMATTING: Conditional formatting does not give an error in protected sheets

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

Joel Madero  changed:

   What|Removed |Added

   Hardware|Other   |All
 Status|UNCONFIRMED |NEW
   Severity|normal  |minor
 QA Contact||jmadero@gmail.com
 CC||jmadero@gmail.com,
   ||markus.mohrhard@googlemail.
   ||com
 Ever confirmed|0   |1

--- Comment #1 from Joel Madero  ---
Indeed:

Version 4.1.0.0.alpha0+ (Build ID: b8e0455f201198b1deb8f8ca0181e6c9cadc335)
Date:   Sat Feb 23 16:04:37 2013 -0600
Bodhi Linux 2.2

+++
New (confirmed)
Minor (doesn't prevent high quality work but is a bit confusing, if a user has
taken steps to protect a sheet they probably know why they can't change
formatting)
Medium (relatively easy to fix, inconsistent)

CC'ing Markus since he handles the Conditional Formatting stuff.

-- 
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 61420] EDITING: cut / paste-special of full row or column shows wrong option for shifting existing data right or down

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

Joel Madero  changed:

   What|Removed |Added

 QA Contact||jmadero@gmail.com

--- Comment #2 from Joel Madero  ---
Also just a heads up, Critical is applied for data loss or crashes, this is a
regular bug (normal) - just for future reference

-- 
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 61420] EDITING: cut / paste-special of full row or column shows wrong option for shifting existing data right or down

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

Joel Madero  changed:

   What|Removed |Added

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

--- Comment #1 from Joel Madero  ---
The target is 4.1 so you should see this fixed in 4.1.

If you want it to be back ported, please leave a request on the bug marked
RESOLVED and see if the developer will back port it - this sometimes is done,
other times it is not to avoid regressions and allow for further testing.

Marking this as a duplicate again.

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

-- 
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 49257] FILESAVE as .pptx: Text boxes lose FORMATTING

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

--- Comment #3 from Peter Platek  ---
Reproduced in Version 4.0.0.3 (Build ID:
53fd80e80f44edd735c18dbc5b6cde811e0a15c)
TinderBox: MacOSX TDF Release, Branch:libreoffice-4-0, Time:
2013-01-31_11:01:36
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 53449] FILESAVE: With CSV format, "Save" converts field delimiter to TAB

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

Joel Madero  changed:

   What|Removed |Added

 Whiteboard|BSA |BSA, ProposedEasyHack
   Priority|low |medium

--- Comment #6 from Joel Madero  ---
Three separate users who have identified this as a problem - upping priority to
medium.

Also I don't think this would be very difficult to fix, adding:

ProposedEasyHack

-- 
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 61422] UI: Integrate basic playback controls for audio/video when doing a slide show

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

--- Comment #1 from Bastián Díaz  ---
Bug related:

https://bugs.freedesktop.org/show_bug.cgi?id=46625

-- 
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 61422] UI: Integrate basic playback controls for audio/video when doing a slide show

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

Bastián Díaz  changed:

   What|Removed |Added

  Attachment #75470|text/plain  |image/png
  mime type||

-- 
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 61422] New: UI: Integrate basic playback controls for audio/video when doing a slide show

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

  Priority: medium
Bug ID: 61422
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: UI: Integrate basic playback controls for audio/video
when doing a slide show
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: diaz.bast...@ymail.com
  Hardware: All
Status: UNCONFIRMED
   Version: 3.6.5.2 release
 Component: Presentation
   Product: LibreOffice

Created attachment 75470
  --> https://bugs.freedesktop.org/attachment.cgi?id=75470&action=edit
Mockup of playback controls in LO (default player in firefox)

The idea to embed or link to a video or audio on a slide, is that it can be
viewed dynamically within the slideshow.

Tested on:
Fedora 18 32 bit LO 3.6.5.2 and LO 4.0.1.0
Windows 7 pro; LO 4.0.0.3

Description of the problem:
now when you embed or link a video in LibreOffice Impress and starts the slide
show, the video starts automatically and to perform the click stops and goes to
the next slide.
This has many drawbacks and summarized that not control video playback:
→ Just the video starts, if you do a little introduction this should be done
with a great title in a previous slide.
→ There is no way to pause the video (in long videos are delimited topics that
can be discussed with the audience)
→ Can not forward / rewind the video. Again in long videos by "X" reasons
parties must go back to see them again (or advance). (now you have to cross
your fingers and hope everything turns out well)

how reproducible
1. Create a presentation with LibreOffice Impress
2. Embed or link to a video on one of your slides
3. Start the slide show and advance slides up to the video

Actual Results:
The video starts playing automatically (and full volume). By clicking on the
video stops and goes to the next slide.

Expected results:
Controlling video playback via a playback control (play / pause, progress bar,
volume and full screen)

Additional Information:
I think the grace of a presentation is that it can be dynamic in itself.
Currently in my classes I use external player or web pages with videos (like
youtube) which leads me to close the slide and open the player with the video
(look if it hides an elf).

The ides of full screen button I add it because it would be very useful, the
video could be embedded in an area of ​​the slide (like a picture) and then
could be expanded and played in full screen.

* I read that mentioned a way to play / pause the video through an animation
effect. Honestly I could not find the option and find it a very unintuitive.

thanks

-- 
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 61421] New: Prevent smartphone is locked when you are making a presentation

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

  Priority: medium
Bug ID: 61421
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Prevent smartphone is locked when you are making a
presentation
  Severity: normal
Classification: Unclassified
OS: other
  Reporter: diaz.bast...@ymail.com
  Hardware: ARM
Status: UNCONFIRMED
   Version: Impress Remote 1.0.2
 Component: Android Impress Remote
   Product: LibreOffice

Last week I made several presentations using IT remote impress with the
bluetooth system works great. However, it was somewhat annoying that on several
occasions I had to unlock my phone to continue the presentation (I use the pin
system) and other occasions I had to change the simple system (slide to unlock)
which made things a little more easy.

Propose two possible solutions:
1. Prevent smartphone locks (if a presentation has begun)
2. To use the physical keys (volume) to move the presentation forward or
backward while the smartphone is locked.

Thanks, this application has done a great job.

-- 
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 61420] EDITING: cut / paste-special of full row or column shows wrong option for shifting existing data right or down

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

kdebug  changed:

   What|Removed |Added

   Priority|medium  |high

-- 
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 61420] New: EDITING: cut / paste-special of full row or column shows wrong option for shifting existing data right or down

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

  Priority: medium
Bug ID: 61420
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: cut / paste-special of full row or column
shows wrong option for shifting existing data right or
down
  Severity: critical
Classification: Unclassified
OS: Linux (All)
  Reporter: kde...@tcs-usa.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Spreadsheet
   Product: LibreOffice

I originally submitted this under 42265 a bit over a year ago (I'm sure it's
been around much longer than that), which was marked as duplicate of 56098,
which is now marked Resolved.

I don't know what that means in these parts, but I just installed libreoffice
4.0.3 and the problem is right there. I've been enduring it for over a year and
it's very frustrating.

Steps to reproduce:
1. Select an entire row (or column).
2. Hit ctrl-x or right-click selection and click on "cut.
3. Right-click on the row (or column) before which you wish to insert what you
just cut.
4. Select Paste Special from the context menu. If you cut an entire row, the
only option for shifting existing data is RIGHT (absurd for paste-inserting a
row) or DOWN, if you happened to have cut a column.

If you have any additional questions so I can help diagnose and solve this
problem once and for all, please visit alexwieder.com to send me a message.

Thanks!!!

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 61270] FILEOPEN: Writer Opens Documents with many Form Controls very Slow

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

--- Comment #12 from i...@jsigle.com ---
(Sorry, tab key sent off partially written comment above.)



Just tried it again with Testdokument3.odt (dual-page display of complete
document, zoom=fit hor + vert). Confirmed the ca. 25 secs, incl. program
startup time, both with or without visible Navigator window.

While it's open:

Testdokument.odt: (saved under Windows)
4 table boxes = 2 rows filled, 40 x 4 = 160 form elements including labels.

Opening times (may or may not include program loading time of up to 15 seconds,
but on a system with a lot of RAM = cache, so very imprecise measurements):

Windows:
Navigator disabled:  30 secs.
Navigator enabled:2 secs.
Linux:
Navigator disabled:   8 secs.
Navigator enabled:8 secs.

Testdokument2.odt: (saved under Linux)
14 table boxes = 7 rows filled, 40 x 14 = 560 form elements
Linux, 3.5 or 3.6
Navigator disabled:  55 secs.
Navigator enabled:   55 secs.
Linux, 4.0.1.1
Navigator disabled:  39 secs.
Navigator enabled:   39 secs.

Testdokument3.odt: (saved under Linux)
20 table boxes = 10 rows filled, 40 x 20 = 800 form elements
Linux, 4.0.1.1
Navigator ???:  4:40 min:secs (i.e. 280 secs)

Windows, 3.6.5.2
Navigator disabled:   25 secs
Navigator enabled:25 secs

Testdokument4.odt (interim version, not published, merely saved under Windows):
Windows, 3.6.5.2
Navigator disabled:   25 secs
Navigator enabled:25 secs  (same as above)

Change zoom factor from fit hor + vert to fit width (Fensterbreite):

Testdokument4.odt (saved under Windows - took several minutes):
Windows, 3.6.5.2
Navigator disabled:   50 min (i.e. 3000 secs)
Navigator enabled: 8 sec (excl. program loading time, maybe 25 secs incl.)

I just started out to create a Testdokument5.odt, by changing zoom factor to
100% (from Testdokument3.odt, where it is still fit hor + vert). But saving
that dokument has already taken 1:50 min:sec. After re-opening, the main window
area stays completely gray again, so I think the findings will be similar to
those from Testdokument4.odt after changing the zoom factor. I'm not going to
wait for it.

Hope that this information may all help you to improve LibreOffice.
Thank you for your reading time & your efforts & good luck! Joerg

-- 
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 34959] functionality request: convert presentation to video

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

--- Comment #7 from Bastián Díaz  ---
It could be a very interesting feature. Could focus initially export the video
in a single format (WebM), with or without audio through narratives (opus) or
music (vorbis).

This would serve to:
→ Upload presentations to websites (blogs, youtube, etc.)
→ Upload presentations (professorships) to educational platforms
→ Share or exchange presentations with users who do not use LibreOffice
→ Create photo albums to share with family or colleagues after finishing a
project
→ etc.

* I read in other comments use ffmpeg for this function, however, I read that
gstreamer is also cross-platform, and very versatile and is based on plugins.
I'm not a developer, but it could be a very good choice, and lower in GNU /
Linux.

thanks

-- 
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 61270] FILEOPEN: Writer Opens Documents with many Form Controls very Slow

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

--- Comment #11 from i...@jsigle.com ---
Just tried it again with Testdokument3.odt (dual-page display of complete
document, zoom=fit hor + vert). Confirmed the ca. 25 secs, incl. program
startup time, both with or without visible Navigator window.

While it's open:

Testdokument.odt:
4 table boxes = 2 rows filled, 40 x 4 = 160 form elements including labels.

Opening times:
Windows:
Navigator disabled:30 secs.
2 secs.

Testdokuemt

-- 
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 53859] FILEOPEN: Unable to open some Excel 97-2003 spreadsheets created in version 3.5.5.3

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

Bentley Oakes  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||bentleyjoa...@gmail.com
 Ever confirmed|0   |1

--- Comment #3 from Bentley Oakes  ---
I could not open the Google Docs file, as LibreOffice requires a password.
Could you please provide the password or upload a non-passworded file? Thank
you.

-- 
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 61270] FILEOPEN: Writer Opens Documents with many Form Controls very Slow

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

--- Comment #10 from i...@jsigle.com ---
Same Testdokument4.odt, same Windows environment - Opened Writer first, enabled
the Navigator window, dragged Testdokument4 over - 10 seconds opening time.

I think this *is* impressive, isn't it?

Kind regards, Joerg

-- 
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 61270] FILEOPEN: Writer Opens Documents with many Form Controls very Slow

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

--- Comment #9 from i...@jsigle.com ---
Created attachment 75468
  --> https://bugs.freedesktop.org/attachment.cgi?id=75468&action=edit
Testdokument4.odt - form elements over 2 pages, different zoom factor, 50 mins
opening time in Windows 7 64 Bit Pro, LibreoOffice 3.6.5.2

See previous comment. Zoom setting may have been "fit-width"; window in
"normal" state (i.e. neither maximized, nor minimized) - js

-- 
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 60889] FILEOPEN: Incorrect opening XLSX file

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

Efe Gürkan YALAMAN  changed:

   What|Removed |Added

 CC||efeyala...@gmail.com

--- Comment #7 from Efe Gürkan YALAMAN  ---
Hi,

I want to work on this bug. 

I couldn't find which part of the code checks the path of "sharedStrings.xml".
I assume the code checks the path case sensitive and we can make is case
insensitive. But this is not a proper solution I think. Proper solution is
checking variations only in case we couldn't find the "sharedStrings.xml" as
Markus said.

Where should i look at for the solution?

Thanks and sorry for my possible grammar mistakes :)

-- 
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 61418] New: FORMATTING: Conditional formatting does not give an error in protected sheets

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

  Priority: medium
Bug ID: 61418
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Conditional formatting does not give an
error in protected sheets
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: b...@herbison.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description: 

Protection of a sheet prevents conditional formatting changes, but some
operations do nothing instead of displaying an error message.

Steps to reproduce:

1.  Create a new document.
2.  Click above "1", left of "A" to select all cells.
3.  Open Format/Cells.../Cell Protection
4.  Uncheck "Protected".
5.  Click "OK".
6.  Open Tools/Protect Document/Sheet...
7.  Click "OK".
8.  Try to open Format/Conditional Formatting/Condition..., /Color Scale..., or
/Data Bar...
9.  Open Format/Conditional Formatting/Manage...

Current behavior:

8.  Nothing happens: no conditional formatting box, no message.

9.  A message box with the message: Conditional Formats can not be created,
deleted or changed in protected sheets!

Expected behavior:

8.  A message box appears explaining that conditional formatting is not allowed
in protected sheets, even for protected cells.

9.  Replace the "!" at the end with "even for unprotected cells.". No need for
an exclamation mark, and the extra words would help clarify that the situation
is not an error.

Note: This is based on the response to bug 60837. Any menu items ending with
"..." should elicit a response from the program.

-- 
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 61270] FILEOPEN: Writer Opens Documents with many Form Controls very Slow

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

--- Comment #8 from i...@jsigle.com ---
My pizza guess regarding Testdokument3.odt was wrong. :-(
(But please continue reading.)

I tried it (not with pizza, but with potatoes au gratin). Double clicking on
Testdokument3.odt (as saved from Linux 4.0.1.1-1) on the Desktop of a freshly
booted Windows 7 64 Pro with LibreOffice 3.6.5.2 required "only" some 25
seconds to open.

This was with the Navigator displayed - but, surprisingly, it wouldn't get much
faster or slower when I disabled/re-enabled that.

?!?!?!?

So I tried to save it from the Windows Version, as Testdokument4.odt, and
reopen it. Roughly the same result.

Then, I changed the zoom factor from "fit horizontally + vertically (both pages
at once)" to (actually, I don't know) maybe page width, or 100%. And saved it
again.

First, this took several minutes for saving. Once again, LibreOffice would not
respond, and the respective warning from Windows would appear multiple times,
while I finally opened the browser to visit bugzilla.

LibreOffice finally terminated, so I tried to open the newly written
Testdokument4.odt.

This is still ongoing - I've searched this error in bugzilla, not found it,
opened thunderbird, come here via Haralds link, logged in, written this report,
and in the background, LibreOffice is still displaying a gray Window.
(7 Minutes and counting).

Needless to say my potatoes are gone and I would have loved to have a pizza by
now :-(

It looks like that forecast regarding opening time under Windows was not
completely wrong - but it might also depend upon the zoom factor?!?

And obviously, the bug has multiple facets. It behaves differently between
Windows and Linux, in Windows differently between with/without Navigator
window, maybe also depending on the zoom factor. Altogether, I guess that
really can make it a show stopper for anyone trying to work with forms.

When LibreOffice may finally return and I get the final processing time, I will
also upload Testdokument4.odt - saved under Windows, with the different zoom
factor. Now, it's 16 minutes past pressing the return key...

Mind you, the actual contents of Testdokument4 should be the same as in
Testdokument3, only the display scaling should differ.

I've waited 22 mins by now. I could have put a pizza in the oven and baked it
by now... Grr. Why can't computing be moderately deterministic by 2013? If
Humanity gets a second change, may I humbly suggest that engineers focus on
reliability *only* - instead of adding new registers, memory, objective
programming, and thereby merely speeding up processing a million times, and at
the same time giving raise to complexity of code by a million times as well,
whose outcome may still apear, or it may not - without the user knowing in
advance...

To be true, I don't expect this to be an endless loop. Task manager says 13%
cpu usage - i.e. 100% of one core, just what I've seen before. My previously
collected numbers may suggest linearly extrapolated waiting times from 64 secs
to 15 mins, but we're at 45 minutes now. So we're clearly on exponential
territory by now, aggravated by the Windows environment - exactly what I feared
when I first mentioned the pizza. But the possible variation is just so large
that I'll cancel the measurement for now.

... Oh, whatdoisayredeterministic or not: here we are. 50 minutes opening time.
Just what it needs to eat a pizza (and to make it first).

:-) :-) :-)

Kind regards, Joerg

-- 
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 45208] Plantage à l'affichage diaporama

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

--- Comment #2 from Linus  ---
Google Translate to the rescue, my changes in square brackets:

"[This] problem [is] also true for all versions of OpenOffice and any file
empty or not. [It] remains after uninstallation, deleting residual files,
reinstalling, purging the [user] profile, verification of the version of Java
...
On a slideshow control (directly or via display) [not totally sure of the
proper translation of this last phrase, it would seem to indicate a command to
change slides], the screen goes blank (black in OpenOffice) and [a recovery
window] appears.
Recovery is no problem. But [I am] unable to send the error report. Nothing
happens. And we start all over again ... [i.e. the crash happens even after
recovery]
Note that I have no problem with PowerPoint, sorry. "

Deux autres questions:
Est-ce que vous voulez dire 'Impress'? Le PowerPoint est un produit de
Microsoft.
Est-ce que vous pouvez nous montrer le document qui cause cette problème?

-- 
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 48168] Menus positioned incorrectly on multi-monitor displays

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

Björn Michaelsen  changed:

   What|Removed |Added

   See Also||https://launchpad.net/bugs/
   ||974900

-- 
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 61270] FILEOPEN: Writer Opens Documents with many Form Controls very Slow

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

--- Comment #7 from i...@jsigle.com ---
Created attachment 75467
  --> https://bugs.freedesktop.org/attachment.cgi?id=75467&action=edit
More form elements - to fill two pages now - and an exponential growth of
opening time.

One more attachment - Testdokument3.odt

This extends the table of form elements to cover (almost) another page.

I.e. there are roughly 2 x the form elements as in Testdokument2.

Here are the results with LibreOffice 4.0.1.1-1 on Linux:

$ time /opt/libreoffice4.0/program/swriter
/c/Users/jsigle/Desktop/Testdokument3.odt 

real4m42.116s
user4m38.882s
sys 0m0.198s

I think this clearly shows that the time required to open the document grows
exponentially with the number of form elements.

So effectively, LibreOffice may currently be unusable for forms with more than
a couple of elements. Please reconsider your rating of the bug severity given
this finding.

And... I guess it would be perfectly reasonable to ensure that your pizza has
been delivered, before trying to open the same document under Windows (as long
as you don't have the navigator window enabled)... :-)

Kind regards, Joerg

-- 
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 61270] FILEOPEN: Writer Opens Documents with many Form Controls very Slow

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

i...@jsigle.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
Version|4.0.0.3 release |4.0.1.1 rc
 Ever confirmed|0   |1

--- Comment #6 from i...@jsigle.com ---
Sorry, I haven't found anything beyond 4.0.x - even on
http://dev-builds.libreoffice.org/daily/
there is apparently nothing like a 4.1.x version.

Can you please tell me where I could find that?
Preferrably for both Windows 7 / 64-bit and as Linux Debian installers?

Until I can test it on anything newer, I'm changing the status from "Resolved
WorksForMe" back to "Reopened" - because as far as I can see, it was only my
test case that was too small to show the problem on your Linux systems - with
the second test document, I've confirmed the problem for the currently
available 4.0.1.1 prerelease under Linux - and I cannot test anything newer.

I hope the new test document is sufficiently large to show the problem even on
a fast system under Linux (mine is "only" an i7 laptop at 1.6 GHz). And please
note, the workaround with the navigation Window does apparently NOT improve
things under Linux.

Thanks in advance and kind regards, Joerg

-- 
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 61270] FILEOPEN: Writer Opens Documents with many Form Controls very Slow

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

--- Comment #5 from i...@jsigle.com ---
I've now tested it with 4.0.1.1-1 under Linux, and the problem remains.
And as before, opening the navigation dialog would NOT help under Linux.

Once again, confirming the macro warning with ok - redraw delayed with no
response from the program for some time - closing the libre office window as
soon as it is possible, gives me this result:

$ time /opt/libreoffice4.0/program/swriter
/c/Users/jsigle/Desktop/Testdokument2.odt 

real0m39.289s
user0m36.853s
sys 0m0.176s

So the overall speed of 4.0.1.1 is faster than 3.5.4, but clearly, the problem
is still there.

Here is some output from "nice top" during the second attempt, after confirming
the macro warning, during the phase where libre office would not respond. At
some time, I also observed 103% cpu usage by libre office. Apparently, there is
one process that uses one CPU completely during all of the unwanted delay, plus
maybe a little bit going on in addition to that:

top - 00:16:43 up  7:32,  5 users,  load average: 0.86, 0.72, 0.57
Tasks: 211 total,   3 running, 208 sleeping,   0 stopped,   0 zombie
%Cpu(s): 13.4 us,  0.3 sy,  0.0 ni, 86.1 id,  0.0 wa,  0.0 hi,  0.1 si,  0.0 st
KiB Mem:  16370056 total,  8987272 used,  7382784 free,  3017420 buffers
KiB Swap:0 total,0 used,0 free,  2197516 cached

  PID USER  PR  NI  VIRT  RES  SHR S  %CPU %MEMTIME+  COMMAND
14335 jsigle20   0  792m 128m  78m R  99.7  0.8   0:22.14 soffice.bin
10797 root  20   0  172m  64m  34m S   7.0  0.4   2:54.03 Xorg
11015 jsigle20   0  364m  30m  22m S   3.3  0.2   0:07.41 konsole
11235 jsigle20   0 1453m 611m  36m S   1.7  3.8   4:50.95 firefox
 2550 root  20   0  4508 1080  524 S   1.0  0.0   0:16.89 acpid
...

-- 
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 61414] New: SLIDESHOW: Animation of a Wrapped Paragraph

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

  Priority: medium
Bug ID: 61414
  Keywords: regression
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: SLIDESHOW: Animation of a Wrapped Paragraph
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: gene.kohlenb...@toast.net
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Presentation
   Product: LibreOffice

Created attachment 75465
  --> https://bugs.freedesktop.org/attachment.cgi?id=75465&action=edit
The attached presentation illustrates the problem

Problem description: When a paragraph is wrapped in a text box, only the first
line is animated. Following lines appear when the slide displays.

Steps to reproduce:
1. Create a text box and type a long paragraph that wraps over several lines.
Do not end each line by pressing "enter."
2. Choose spiral in animation for the text box.  Choose to start the animation
after the slide appears.


Current behavior: The first line will spiral in while the following lines will
just appear when the slide loads.

Expected behavior: Each line should spiral in after the previous one spirals
in.


Operating System: Windows 7
Version: 4.0.0.3 release
Last worked in: 3.5.5.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 61270] FILEOPEN: Writer Opens Documents with many Form Controls very Slow

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

--- Comment #4 from i...@jsigle.com ---
Created attachment 75464
  --> https://bugs.freedesktop.org/attachment.cgi?id=75464&action=edit
Larger Testdokument - just a few more form elements, now showing the problem
better.

>From your comments I assume that I made my first testdokument.odt too small =
too fast on your computers.

When I had tested it on Windows with LO 3.6.5.2, it took some 30 secs. without
the workaround (too long), and 4 secs with the workaround (ok).

Now, testing on Linux with the (currently delivered by Debian) LO 3.5.4, it
takes about 8 secs, which is the same with or without the workaround. So I
couldn't decide whether this would be correct or not.

Then, I just copy/pasted a few more form elements, so that the table on the
first page is now completely filled. This is the enclosed testdokument2.odt

Under Linux, it takes 55 secs to open this, no matter whether the Navigation
dialog is open or not. The Macro-Warning appears fast, then, when I click "OK",
the window is not redrawn before some 50 secs are over. I used this command to
test it; clicking the Macro Warning ok and closing the program after it had
opened the document as fast as possible:

$ time /opt/libreoffice3.6/program/swriter
/c/Users/jsigle/Desktop/Testdokument2.odt 
p11-kit: couldn't load module:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: Kann die
Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden

real0m55.990s   
user0m54.378s   
sys0m0.124s 

(The file gnome-keyring is not found as this is a 64-bit system and the file is
located in the -amd64 subtree, but never mind.)

So the bug exists under Linux, but the workaround does NOT help under Linux.

I'll try to test it with a more recent version as well...

Kind regards, Joerg (original bug reporter)

-- 
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 61359] : block program and system

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

--- Comment #4 from serp...@gmail.com ---
With LibreOffice_4.0.1.1 works all
ok send
ok mediawiki

On 24/02/2013 11:41, bugzilla-dae...@freedesktop.org wrote:
> Julien Nabet  changed bug 61359 
> 
> What  Removed Added
> CClibreoff...@bielefeldundbuss.de
>
> *Comment # 3  
> on bug 61359  from 
> Julien Nabet  *
> Rainer: would you have some time to give a try to this one? It's quite
> straightforward to test.
> 
> You are receiving this mail because:
>
>   * You reported the 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 61393] PDF: Missing objects editing a PDF coming from Winword

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

--- Comment #2 from prue...@gmail.com ---
My bad, I clicked the wrong option. Issue is still current for sure and the doc
accurate.

-- 
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 60846] Size is incorrect with PNG saved this Photoshop v13.0

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

--- Comment #3 from Daniel L  ---
Created attachment 75461
  --> https://bugs.freedesktop.org/attachment.cgi?id=75461&action=edit
PNG file coded by PhotoShop

This file is a transcode PNG to PNG from
http://fr.libreoffice.org/assets/Uploads/_resampled/resizedimage600102-icones-libreoffice2.png
 

Transcoding did by PhotoShop CS6 v13.0 x64 MacOS edition (best
compression/progressive mode). Put this file into a blank Writter document and
compare the aspect/behavior versus the original file.

Last test on Writer Version 4.0.0.3 (Build ID:
53fd80e80f44edd735c18dbc5b6cde811e0a15c)
TinderBox: MacOSX TDF Release, Branch:libreoffice-4-0, Time:
2013-01-31_11:01:36

-- 
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 60752] Wrong result because 'Property Let' fails to execute

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

t...@tim-passingham.co.uk changed:

   What|Removed |Added

 CC||t...@tim-passingham.co.uk

--- Comment #6 from t...@tim-passingham.co.uk ---
Tested in 4.0.1 RC1 (2013-02-22).  

The LET code is still not executed, even when the LET is explicit.  The SET
code is executed instead, which is incorrect and will, I assume, cause many
class modules to fail.

-- 
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 60746] Development page is named "developers-2" instead of "developers"

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

Qubit  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||qu...@runcibility.com
 Ever confirmed|0   |1

--- Comment #2 from Qubit  ---
Changing UNCONFIRMED -> NEW

(repro is pretty obvious)

-- 
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 60912] WEEKNUM_ADD fails when second parameter is omitted

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

Julien Nabet  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
 CC||nopo...@novell.com

--- Comment #6 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I can confirm the
behaviour.

I thought than just by adding a default value in
scaddins/source/analysis/analysis.cxx would work, 
line  591 sal_Int32 SAL_CALL AnalysisAddIn::getWeeknum( constREFXPS& xOpt,
sal_Int32 nDate, sal_Int32 nMode ) THROWDEF_RTE_IAE
but it didn't.

Now I don't know if it's a bug or an enhancement.

Noel: What do you think about this one?

-- 
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 58941] Support optional smartfont features

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

--- Comment #10 from Linus  ---
I don't know if that's a goal for which LO aims.

-- 
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 61410] Save .odt as .doc or .docx corrupts word processing file

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

--- Comment #2 from J David Eisenberg  ---
Created attachment 75460
  --> https://bugs.freedesktop.org/attachment.cgi?id=75460&action=edit
Original document, saved in MS .docx format

-- 
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 61410] Save .odt as .doc or .docx corrupts word processing file

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

--- Comment #1 from J David Eisenberg  ---
Created attachment 75459
  --> https://bugs.freedesktop.org/attachment.cgi?id=75459&action=edit
Original document, saved in MS .doc format

-- 
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 61410] New: Save .odt as .doc or .docx corrupts word processing file

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

  Priority: medium
Bug ID: 61410
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Save .odt as .doc or .docx corrupts word processing
file
  Severity: major
Classification: Unclassified
OS: All
  Reporter: jdavid.eisenb...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Writer
   Product: LibreOffice

Created attachment 75458
  --> https://bugs.freedesktop.org/attachment.cgi?id=75458&action=edit
Original ODT file

Step 1: Open original.odt
Step 2: Save as docformat.doc (Microsoft , and re-open in LibreOffice. File
expands from 2 to 6 pages, and bulleted lists render incorrectly.
Step 3: Open original.odt
Step 4: Save as docxformat.docx, and re-open in LibreOffice. File expands from
2 to 6 pages, and renders with strikethroughs.

Note: If you turn on "show changes" in the original document, you will see it
much as it renders after saving in .docx format.

-- 
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 58941] Support optional smartfont features

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

Florian Reisinger  changed:

   What|Removed |Added

 QA Contact||reisi...@gmail.com

--- Comment #9 from Florian Reisinger  ---
Hi,

I think this would be interesting due to compatibility with MS Word...

-- 
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 53874] FILEOPEN .txt impossible by hyperlink

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

438753924  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from 438753924  ---
Since this is no longer reproducible on LO 4, I'm setting this to fixed.

-- 
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 61409] New: File saved as DOCX can not be opened in Word 2003

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

  Priority: medium
Bug ID: 61409
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: File saved as DOCX can not be opened in Word 2003
  Severity: critical
Classification: Unclassified
OS: Windows (All)
  Reporter: an...@bluemail.ch
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Writer
   Product: LibreOffice

Created attachment 75457
  --> https://bugs.freedesktop.org/attachment.cgi?id=75457&action=edit
document that is not correctlx saved in docx format

Export the file TestExport.odt as DOCX
The file can not be opened in Word

-- 
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 61400] Error de pecedencia en la formula

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

GerardF  changed:

   What|Removed |Added

  Attachment #75449|text/plain  |application/vnd.oasis.opend
  mime type||ocument.spreadsheet

-- 
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 61408] New: SLIDESHOW: Element animations does not render properly.

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

  Priority: medium
Bug ID: 61408
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: SLIDESHOW: Element animations does not render
properly.
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: sweep...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Presentation
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. Make a presentation with the elements, 2 elements are supposed to show up
with the slide, while the 3rd are supposed to ONLY show up when you click.
2. After the initial animation shows the slide in animation, confirm that it is
what you want.
3. Hit F5 or play on the presentation and observe that the element STAYS
visible, and the click does NOTHING.

Current behavior:
Does not hide the element OR play the animation requested.

Expected behavior:
Play the animation and hide the element until the click for it to appear have
been given.

Operating System: Windows 7
Version: 4.0.0.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 61407] Wrong font size on screen

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

--- Comment #2 from oc-spa...@laposte.net ---
Note about the attachments: the first is an ODP file, the second is a PNG file.
The web site apparently removed the extension or whatever. Again a great
improvement form Libre/OpenOffice... When will they stop adding bugs all the
time?

-- 
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 61407] Wrong font size on screen

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

--- Comment #1 from oc-spa...@laposte.net ---
Created attachment 75456
  --> https://bugs.freedesktop.org/attachment.cgi?id=75456&action=edit
Screenshot

The problem can even be seen on the preview panel on the left in the attached
PNG screenshot.

-- 
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 61407] New: Wrong font size on screen

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

  Priority: medium
Bug ID: 61407
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Wrong font size on screen
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: oc-spa...@laposte.net
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: Presentation
   Product: LibreOffice

Created attachment 75455
  --> https://bugs.freedesktop.org/attachment.cgi?id=75455&action=edit
Minimal ODP example

In this document, the texts are all "Arial 32", but they are not displayed with
the same size on screen. Obviously this is a 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 61406] New: FORMATTING: Honoring Names in Chart Legend

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

  Priority: medium
Bug ID: 61406
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Honoring Names in Chart Legend
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: lh...@ksu.edu
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 75453
  --> https://bugs.freedesktop.org/attachment.cgi?id=75453&action=edit
screen shot of file in excel, in LO4, and excel sheet.

Problem description: 
When an .xls spreadsheet file is opened that contained an x-y chart in a
separate tab, the data range names are not honored either in the chart legend
or when the data range properties window is opened.

Steps to reproduce:
1. Create an x-y chart in Excel, assign either hardcoded names as datarange
names
2. Open .xls file in open office, note names are not presented in chart legend
3. 

Current behavior:
Data range names are replaced with "Column x" where x is the column that the y
data points are located. This occurs regardless if chart was located on a sheet
or a separate tab in Excel.

Expected behavior:
Should honor data range names assigned when created in Excel file.

Operating System: Windows 7
Version: 4.0.0.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 61405] New: LibreOffice unable to paste image from clipboard

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

  Priority: medium
Bug ID: 61405
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LibreOffice unable to paste image from clipboard
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: oc-spa...@laposte.net
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: graphics stack
   Product: LibreOffice

To repeat the problem:

* Capture a region from your screen with a tool like "xfce4-screenshooter"
* Do "copy to clipboard"
* Then try to paste in LibreOffice with CTRL+v

Result : LibreOffice stops running during 8 seconds, and nothing is pasted.

Expected result : Screen capture should be pasted, of course.

Note that the mentioned screen capture can be pasted into Gimp without any
issue with CTRL+v... This shows that LibreOffice is not functional.

-- 
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 61404] New: [DE] LOCALHELP DRAW: Glue Points with typo

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

  Priority: medium
Bug ID: 61404
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: [DE] LOCALHELP DRAW: Glue Points with typo
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: libreoff...@bielefeldundbuss.de
   URL: https://help.libreoffice.org/Impress/Using_Gluepoints/
de
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.6.5.2 release
 Component: Drawing
   Product: LibreOffice

Steps how to reproduce [Reproducible] with Server Installation of "LibO 
4.0.1.1+   -  German UI / German Locale  [Build ID:
2c0c17a6e4bee0ee28131ea4bdc47edc700d659)]"  {tinderbox: @6, pull time 
2013-02-1920:00(?)} on German WIN7 Home Premium (64bit) with newly created user
profile ….\LODev\4\

1. Launch Draw
2. 
3. Search Help for "Verwenden von Klebepunkten"

You See:   "1. Klicken Sie auf das SymbolKlebepunkt ..."
Should be: "1. Klicken Sie auf das Symbol Klebepunkt ..."

Also see Wikihelp link above!

Already in 3.6.5, probably older 

For other issues there I submitted "Bug 61397 - LOCALHELP for Glue Points:
Wrong Numbering, incomplete contents"

-- 
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 45879] VIEWING: Selected Glue Point no longer highlighted

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

Rainer Bielefeld  changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #5 from Rainer Bielefeld  ---
Still [Reproducible] with parallel Dev-installation of  "Version
4.1.0.0.alpha0+ (Build ID: fd56eb98e63b4aac12c9633d5847a3fb964f326) TinderBox:
Win-x86@6, Branch:master, Pull Time: 2013-02-22_21:43:36" ENGLISH UI / German
Locale  on German WIN7 Home Premium (64bit) with LODev/4 Masters User Profile

@ Michael:
Can you please check due to comment 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 61403] New: MATH: Space should not be added between variables

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

  Priority: medium
Bug ID: 61403
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: MATH: Space should not be added between variables
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: ejectm...@me.com
  Hardware: All
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

When typing an equation with spacing set above zero, this affects the
variables, where it should not. They are spaced farther from their coefficients
and from variables that follow them. This should not happen.

-- 
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 61270] FILEOPEN: Writer Opens Documents with many Form Controls very Slow

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

--- Comment #3 from harald-koes...@htp-tel.de ---
Tested again under Win 7 Prof. with:

Version 4.1.0.0.alpha0+ (Build ID: 74f74aa5470fe631c7827897742c0ccbddcf6ad)
TinderBox: Win-x86@6, Branch:master, Time: 2013-02-23_23:21:01

Problem still exists how described !!!

and with

Version 4.0.1.1 (Build ID: 2c0c17a6e4bee0ee28131ea4bdc47edc700d659)

Problem also still exists !!!

I can't check the behaviour with Linux. This info I got from the original user.
A problem just with Windows? 

Are there additional infos I can provide?

-- 
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 53486] FORMATTING: Text wobbles with most fonts save for “Times”

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

--- Comment #8 from freedesktop@gishpuppy.com ---
On Mac OS 10.7.5 Intel 64 bit, that is ;).

-- 
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 53486] FORMATTING: Text wobbles with most fonts save for “Times”

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

freedesktop@gishpuppy.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from freedesktop@gishpuppy.com ---
(In reply to comment #6)
> not reproducible with LO 4.0.0.3 (Win7 Home, 64bit)
> 
> @Bug Reporter: Does this issue also persist for you with the latest release
> of LibreOffice?
> 
> Can any other Mac User confirm this behavior?

I just installed LibreOffice 4.0 and the issue appears to be gone.

-- 
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 61379] Wrong entries for Java path in Help

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

thack...@nexgo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from thack...@nexgo.de ---
Hello Christian, @ll,
as I have found this bug in the Germanophone version of Version 4.0.0.3 (Build
ID: 7545bee9c2a0782548772a21bc84a9dcc583b89) as well as in Version 4.0.1.1
(Build ID: 2c0c17a6e4bee0ee28131ea4bdc47edc700d659) under Debian Testing AMD64,
and reported it to the Germanphone discuss ML, I want to confirm this issue
here. So I switch the status to "New", if this is OK. If not, feel free to
change it back ... ;)

Way to reproduce:
1. Start LO
2. Press "F1" to open the (installed) help
3. Start typing Wiki in the OLH Index
4. Click enter
5. In the (installed) Germanophone OLH you will find the old Java™ Path in the
paragraph "Wiki Publisher installieren" (I have not installed the English OLH
nor changed my OLH to get the full path, so I cannot C&P it, sorry ... :( But I
think, Christian has done a good job to search them on
translations.documentfoundation.org. Thanks Christian :)
Have a nice evening
Thomas.

-- 
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 61235] EDITING: Wrap text button

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

--- Comment #3 from Gitsy  ---
I think adding the following basic macros to the toolbar will do

REM  *  BASIC  *


sub Wrap 
rem --
rem define variables
dim document   as object
dim dispatcher as object
rem --
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem --
dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = "WrapText"
args1(0).Value = true

dispatcher.executeDispatch(document, ".uno:WrapText", "", 0, args1())


end sub
-

REM  *  BASIC  *


sub Unwrap
rem --
rem define variables
dim document   as object
dim dispatcher as object
rem --
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem --
dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = "WrapText"
args1(0).Value = false

dispatcher.executeDispatch(document, ".uno:WrapText", "", 0, args1())


end sub

-- 
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 58506] [Feature request] Add text wrap command/function so it can be added to toolbar as button

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

--- Comment #3 from Gitsy  ---
I think adding the following basic macro to the toolbar will do

REM  *  BASIC  *


sub Wrap 
rem --
rem define variables
dim document   as object
dim dispatcher as object
rem --
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem --
dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = "WrapText"
args1(0).Value = true

dispatcher.executeDispatch(document, ".uno:WrapText", "", 0, args1())


end sub
-

REM  *  BASIC  *


sub Unwrap
rem --
rem define variables
dim document   as object
dim dispatcher as object
rem --
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem --
dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = "WrapText"
args1(0).Value = false

dispatcher.executeDispatch(document, ".uno:WrapText", "", 0, args1())


end sub

-- 
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 57061] Not all personal data imported during install from /3 User Profile

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

--- Comment #66 from harald-koes...@htp-tel.de ---
Here are new test results:

User profile created with version 3.6.5 release, UI: German
Migration tested with version 4.0.1.1, UI: German

Migrated items:
*  Recent documents (OK)
*  LO Window size (NOT MIGRATED)
*  Some randomly tested options:
   -  LibreOffice > User data (OK)
   -  LibreOffice > General > Tips (OK)
   -  LibreOffice > Memory > Undo > Steps (OK)
   -  LibreOffice > Advanced > „Enable macro recording“ and „Enable
  experimental features“ (NOT MIGRATED), different options 
  cathegory in Version 3.6.x: LibreOffice > General
   -  LibreOffice > Paths > My documents (NOT MIGRATED)
   -  LibreOffice > Appearance > Document background (OK)
   -  Load/Save > General > Save > Edit document properties... (OK)
   -  Language Settings > Show UI elements for East Asien Writing (OK)
   -  Writer > General > Settings > Tab stops (OK)
   -  Writer > Table > Heading (OK)
   -  Writer/Web > Grid > Resolution > vertical und horizontal (OK)
*  AutoTexts (OK)
*  Display additional tool bar (OK)
*  Additional visible icon in tool bar (OK)
*  Remove (i.e. not visible) icon from tool bar (OK)
*  Change order in Menu (NOT MIGRATED !!!) 
   Was OK with Version 4.0.1.0+ (2013-02-19 08.45.16) !!!
*  Additional Item in Menu (OK)
*  Macros (NOT MIGRATED)
   (macro created with macro recorder, macro inserts just some words)
*  Customize keyboard (OK)

Petr, your asumptions of comment 65 relating to the appearance and the short
cut settings seemed to be correct, both items are migrated now.

-- 
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 48549] System::Beep() removal

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #19 from V Stuart Foote  ---
Not an issue for ACCESSIBLITY, where for Assistive Technology (AT) we should
not be directly generating audible queues for input or alert events. There are
specific XAccessible roles for that purpose in UNO AAPI that is the correct way
to interact with AT.  Other sounds by LibreOffice are disruptive.

-- 
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 61400] Error de pecedencia en la formula

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

mariosv  changed:

   What|Removed |Added

 CC||mari...@miguelangel.mobi

--- Comment #1 from mariosv  ---
Hola Calculin, gracias por el reporte.
Antes de nada recuerda que este sistema de reporte de errores funciona en
inglés. Si no te es posible reportar en inglés por favor hazlo saber y
esperemos que alguien lo traduzca.

En cuanto a tu cuestión no veo el error.
8 => 32-7+1 = 26
9 => 32-(7+1) = 32-8 = 24

-- 
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 45863] EDITING: Custom Glue Points in group object not visible in 'Edit Glue Points' mode

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

--- Comment #4 from Rainer Bielefeld  ---
There is a AOOo "Issue#61439 - Custom gluepoints not settable on group
objects". But I believe they are wrong. It always was possible to add the glue
points, but the bug in this report made the Glue points invisible.

-- 
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 59822] Editing Crash lockup

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

--- Comment #9 from wa4...@yahoo.com ---
I may have isolated the cause of the problem to a single textbox.  If you open
Navigator and go to textboxes and scroll to the one titled "1873 Cholera
Epidemic", doing ANYTHING with that text box, including simply deleting it,
locks up Writer.  I managed to delete the box in a test copy, and that seemed
to clear the problem.  Several "Update All" actions worked flawlessly once the
offending textbox is deleted.

This textbox is odd, and unique, because it covers a whole page.  I suspect
that is the trigger for this bad behavior, as one would not normally expect a
textbox to fill a page.

I tried pasting the offending textbox into a new document but could not
re-create the problem that way.  It seems as if it must be a fairly complex
document, with indices and more.

Now I am trying to find an otherwise non-destructive way to delete it from my
"production" copy.  I desperately need to find a way to move forward with my
project as this problem has me in chaos at the moment.

Thanks,
Nathan

-- 
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 45863] EDITING: Custom Glue Points in group object not visible in 'Edit Glue Points' mode

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

--- Comment #3 from Rainer Bielefeld  ---
Created attachment 75450
  --> https://bugs.freedesktop.org/attachment.cgi?id=75450&action=edit
Sample Document for tests

See Comment above how to use

-- 
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 45863] EDITING: Custom Glue Points in group object not visible in 'Edit Glue Points' mode

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

Rainer Bielefeld  changed:

   What|Removed |Added

 OS|Linux (All) |All
 CC||LibreOffice@bielefeldundbus
   ||s.de, r...@novell.com
Summary|No Glue Points are shown to |EDITING: Custom Glue Points
   |Edit/Move them  |in group object not visible
   ||in 'Edit Glue Points' mode
Version|3.5.0 release   |3.3.0 Beta2

--- Comment #2 from Rainer Bielefeld  ---
[Reproducible] with Server Installation of "LibO  4.0.1.1+   -  German UI /
German Locale  [Build ID: 2c0c17a6e4bee0ee28131ea4bdc47edc700d659)]" 
{tinderbox: @6, pull time  2013-02-1920:00(?)} on German WIN7 Home Premium
(64bit) with newly created user profile ….\LODev\4\:

Steps how to reproduce:
1. open attached sample document
2. Select 'Connector' from Draw Toolbar. 
3. Start Connector line 5cm below top 2 rectangles group and approach to
   bottom line near red line, try to connect: 
   > You will find many points to snap the connector
4. Click 'Edit Glue Points' 
   Expected: Custom Glue points should become visible as in yellow rectangel
below
   Actual: no Custom Glue points visible in group object
5. If necessary make visible Glue Points Toolbar and add some Custom Glue
points
   Nearby bottom border of blue rectangle
   Expected: additional Custom Glue Points visible
   Actual: CGP becomes invisible when you insert next 
6. Try similar to steps 1-3
   You see that th CGPs have been inserted, the problem really is that they
   are invisible.

That is already broken since OOo 2.0, so inherited from OOo

@Radek:
Please change  Status to ASSIGNED and add yourself to "Assigned To" if you
accept 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 61401] negative values display black after save, close, reopen spreadsheet

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

th...@verizon.net changed:

   What|Removed |Added

Version|unspecified |4.0.0.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 61401] New: negative values display black after save, close, reopen spreadsheet

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

  Priority: medium
Bug ID: 61401
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: negative values display black after save, close,
reopen spreadsheet
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: th...@verizon.net
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: unspecified
 Component: Spreadsheet
   Product: LibreOffice

format cell A1, number or integer or currency negative red
cdll A1 = -1 . display is red
save spreadsheet
close spreadsheet
open spreadsheet

cekk A1 = -1 , display is black

win7 x86 and win7 64

-- 
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 60912] WEEKNUM_ADD fails when second parameter is omitted

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

--- Comment #5 from Colin Fletcher  ---
The one-parameter version of WEEKNUM_ADD in the attached Excel file fails in
the same way in LibreOffice Version 4.0.0.3 (Build ID:
7545bee9c2a0782548772a21bc84a9dcc583b89).

-- 
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 61393] PDF: Missing objects editing a PDF coming from Winword

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

Jorendc  changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW
 QA Contact||joren.libreoffice@telenet.b
   ||e
 Ever confirmed|0   |1

--- Comment #1 from Jorendc  ---
I can confirm this behavior using your attached pdf; tested with Linux Mint 14
x64 and Libreoffice 4.0.1.1 rc and Version 4.1.0.0.alpha0+ (Build ID:
3eaa536ae457391c3826be50b0361f8d0c13cdd).
Why did you mark that one as obsolete?

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 61400] New: Error de pecedencia en la formula

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

  Priority: medium
Bug ID: 61400
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Error de pecedencia en la formula
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: phe...@adinet.com.uy
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 3.6.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 75449
  --> https://bugs.freedesktop.org/attachment.cgi?id=75449&action=edit
contiene el ejemplo descrito arriba

La precedencia de los operadores está mal.
Los signos de sumar (+) y restar (-) separan términos y en el ejemplo adjunto
no se que cuenta hace para que el resultado sea 26:

Observen que si agrego paréntesis, el resultado da 24, pero estos no debería
tener que agregarlos.

  A  |  B   |  C 
 1
 2   2557,9943534369'=LOG(A2;2)
 3   7'=ENTERO(B2)
 4   8'=B3+1
 5  24'=32-B424 IS OK
 6
 7
 8   255   8'=ENTERO(LOG(A8;2))+1
 9   255  26'=32-ENTERO(LOG(A9;2))+126 IS WRONG
10   255  24'=32-(ENTERO(LOG(A10;2))+1)

Muchas gracias.

-- 
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 61383] Add ShowNotes extension as default

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

Jorendc  changed:

   What|Removed |Added

   Severity|normal  |enhancement
Summary|Extensionname: Add  |Add ShowNotes extension as
   |show-note extension as  |default
   |default[Enhancement]|

-- 
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 61370] SLIDESHOW: During presentation, objects with transitions and text boxes inside superpose each other

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

Jorendc  changed:

   What|Removed |Added

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

--- Comment #5 from Jorendc  ---
I can confirm this behavior using Linux Mint 14 x64 using LibreOffice 4.0.1.1
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


  1   2   >