[Libreoffice-bugs] [Bug 70537] FILTER: Bad performance/unable to open 3.3MB Excel XML file

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70537

--- Comment #7 from Michael Wood  ---
Created attachment 87812
  --> https://bugs.freedesktop.org/attachment.cgi?id=87812&action=edit
The offending file.

Contents are anonymised.

I have compressed it with bzip2.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70537] FILTER: Bad performance/unable to open 3.3MB Excel XML file

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70537

--- Comment #6 from Michael Wood  ---
(In reply to comment #5)
> Michael: would it be possible you attach the file to the bugtracker so we
> can try to reproduce? (remove any private info if needed since it'll be
> available to anyone)

Hi Julien

Sorry, I thought it was here, because I uploaded it when I filled in the bug
submission form!  I will upload it 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 69745] FORMATTING: optimal-row-height is ignored if there are some leading covered cells

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69745

--- Comment #7 from brigitte.roschew...@hksinformatik.de ---
I don't use any LibreOffice tool for creating the .xml-files, they are produced
by a program
I open the .ods-file e.g. by doubleclicking.
the parameter I use is "use-optimal-row-height"

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45371] url corrupted when adding a word in the cell

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45371

Thomas Arnhold  changed:

   What|Removed |Added

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

--- Comment #15 from Thomas Arnhold  ---
Urmas, probably you tried to edit the link in the formula bar, see Bug 70597.

This bug here is about link corruption when inserting text, to separate it
clearly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70597] URL corrupted when right click in the formula bar

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70597

Thomas Arnhold  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70597] New: URL corrupted when right click in the formula bar

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70597

  Priority: medium
Bug ID: 70597
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: URL corrupted when right click in the formula bar
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: tho...@arnhold.org
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Spreadsheet
   Product: LibreOffice

1. Open a new spreadsheet
2. Insert a link, eg. "http://google.de/";
3. Leave the cell
4. Go back to the cell, so the content of the cell appears in the formula bar

(optional: add some text after the link, see Bug 45371)

5. Try to edit the link (like in Writer) with right click

What happens: The link will get corrupted (Lost of link attribute, or mixed
with text after it).

Expected: The link stays as it 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 70423] FILEOPEN: Unexpected Addition Of Windows Line Breaks to LinuxText File

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70423

--- Comment #4 from John B  ---
Urmas, it took me a while to figure out how to respond to this.  What we are
really looking at is an edge case that has poor documentation, is not intuitive
to the end user, and an unfortunate programmer probably had to make a judgment
call.  I still consider this a bug (because Writer is silently adding paragraph
marks approximately every 9900 characters without any prompts at all).  You or
others on the LibreOffice team may see this differently and I accept that
judgment.  In other words, I leave this up to you as to whether to close this
“bug” or look into it more deeply.  If you don’t consider this a bug, then be
aware there is an unintuitive limitation in Writer that you are purposely
leaving in the program that changes the content of the document without letting
the user know.

*For everyone else*:  I’m going to explain what happened in as close to plain
English as possible hoping that it may help someone else.  Disclaimers: 1) I’m
not an expert in the inner workings of LibreOffice, but I am a programmer by
profession.  2) Although I am dealing with Linux files, I’m writing this
explanation from a Windows perspective since I usually do my work in the
Windows world.

There are two things which triggered my “bug”.

*First*: From Windows Explorer, I double clicked the file I wanted to open. 
Another way to do this is to open up LibreOffice, then click on File --> Open
in the menus and leave the file type set to “All Files (*.*)”.

LibreOffice Writer guesses which file type I wanted to use.  Although it
guessed the file type correctly, it chose the wrong filter.  I’ll elaborate on
file types and filters.

The file you work on within Writer may be saved as an open document file (this
is the native format of Writer with the “ODT File” Type) or as a Word document
file (with the “DOCX File” Type) or as another type of file.  To achieve this,
it appears that Writer “filters” every file it saves.  It also “filters” when
it opens a file as well.  This filter is an internal mechanism that you usually
don’t have to concern yourself with.  It is there merely to help LibreOffice
understand a file it is opening and saving.  In some form or fashion, all
programs must do this.  Almost always, it can be transparently done without
ever asking you questions or prompting you for input.  With word processors
(like LibreOffice Writer or Microsoft Word), the filters have to be given to
you sometimes, but the programmers try to make it as transparent as possible so
you don’t have to answer a hundred questions every time you open a file.  On
occasion and under an unfortunate set of circumstances, Writer makes the wrong
choice.  Sometimes, it can’t be helped.  This is what happened in my case.

My file type was a “Text Document” and text documents can be written many
different ways.  That means text documents have many different filters.  Linux
computers and Windows computers save text files differently so a different
filter must be used when opening each of these kinds of text files. 
Differently languages (English, German, etc) write out different characters
within those text files and this affects the filter used as well.

If you let LibreOffice choose the file type, it chooses the usual “Windows”
filter for text files.  Generally, it picks the correct choice, but in my case,
this is incorrect since my file came from a Linux computer.  I need to choose
the “Text Encoded (*.txt)” file type.  Only then will Writer ask me what what
kind of filter should be used.  In this case, it is called the ASCII Filter.  I
can only choose the file type when opening a file though the menus:  File -->
Open.

You’ll have to figure out what kind of encoding you need.  Unfortunately,
LibreOffice help is a bit sparse at this time:
https://help.libreoffice.org/Common/ASCII_Filter_Options .  If the correct
encoding is not used, LibreOffice will not know where to place the paragraph
marks properly.

In my case, it did not properly interpret the Linux paragraph marks (or enter
key characters) and the filter thought it the entire file was one giant
paragraph.  This is the first part as to why the “bug” takes place.

*Second*: When paragraphs are too long (specifically) sometime after 9900
characters, LibreOffice Writer silently adds paragraph marks for a reason
unknown to me.  I suspect there is some kind of internal limit within Writer
that forces this kind of behavior.  I suspect (although I have not tried it
out) that LibreOffice cannot handle paragraphs greater than 1 characters. 
9900 characters is about 3 - 5 pages worth of material and the programmer
probably didn’t think anyone would ever write such a long paragraph in a word
processor.

Every program has trade offs.  A sophisticated program like LibreOffice Writer
has a lot of trade offs, but the programmers have done a fantastic job to hide
them from you (and me).  Unfortunately, personal experience in my

[Libreoffice-bugs] [Bug 68991] Special character formatting and spacing issue in inserted formulas.

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68991

--- Comment #2 from Yury  ---
Created attachment 87811
  --> https://bugs.freedesktop.org/attachment.cgi?id=87811&action=edit
two formulas, similar source, different output

I *might* have the same experiences. There is possibility (undocumented?) in LO
to create formulas-equations having normal text sized as super/subscript.

E.g., the addon CmathOOO is somehow capable of this.

After inserting something similar to fraction, e.g., 1 over kT, the rendered
output shows inexplicably smaller text (super/subscript sized).

However, such formula's source text looks normal, sizing and spacing parameters
look normal. After transferring the source text to the new blank formula the
output is rendered as expected.

I'm attaching the sample 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 64374] EDITING: Removal of leading apostrophe when formatting cells from alphanumeric to numeric

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64374

Joel Madero  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #10 from Joel Madero  ---
This isn't a bug, it's expected behavior. I don't know the technical reason for
this but if you want to convert these to numbers use this extension: 

http://extensions.libreoffice.org/extension-center/ct2n-convert-text-to-number-and-dates

There is already an enhancement request out there to ask for this to be
internalized into the core code but it's unlikely to happen any time soon.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64374] EDITING: Removal of leading apostrophe when formatting cells from alphanumeric to numeric

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64374

--- Comment #9 from Turtle  ---
Deleting the leading apostrophe does not work as described in comment #3:
 (search in: values, or find: '(.*) replace: $1   with regular expressions
activated), or both.
Did it really work for you?
It would be an acceptable fix for this bug if it did work.
I attached the file it did not work on.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64374] EDITING: Removal of leading apostrophe when formatting cells from alphanumeric to numeric

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64374

--- Comment #8 from Turtle  ---
Created attachment 87810
  --> https://bugs.freedesktop.org/attachment.cgi?id=87810&action=edit
Example file of apostrophe not found by find and replace

Here is an example .ods 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 70596] New: master install set broken on Debian systems: dependency problems

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70596

  Priority: medium
Bug ID: 70596
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: master install set broken on Debian systems:
dependency problems
  Severity: blocker
Classification: Unclassified
OS: Linux (All)
  Reporter: jbf.fa...@sud-ouest.org
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Installation
   Product: LibreOffice

Hi,

There is a problem with the DEB files produced by the build system for the
master. When installing them as a normal release (sudo dpkg -i etc.), I get the
same error message several times. The message says that there is dependency
problem.

English translation of French error message:
> dpkg: dependency problems prevent configuration of libreofficedev4.2 :
> libreofficedev4.2 depend on libreofficedev4.2-ure (<= 4.2.0.0.alpha0) ; but : 
> The version of libreofficedev4.2-ure on the system is 4.2.0.0.alpha0-1.


If I compare the DEBs for LO 4.1.x and the DEBs for the master, I see that the
/DEBIAN/control files set the dependency constraints differently. For example
for the Math module (it's the same thing for others):
in LO 4.1.4.0.0+ : 
Version: 4.1.4.0.0-1
[...]
Depends: libobasis4.1-core01

in the master: 
Version: 4.2.0.0.alpha0-1
[...]
Depends: libobasis4.2-core01 (>= 4.2.0.0.alpha0), libobasis4.2-core01 (<=
4.2.0.0.alpha0)

I have the same problem with my own build and with the daily build from
http://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@46-TDF/

I do not know where to look in the code to fix the problem.

Best regards. JBF

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70588] Accessible labels in alerts claim to be ROLE_PASSWORD_TEXT instead of ROLE_LABEL

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70588

Attila Hammer  changed:

   What|Removed |Added

 CC||hamm...@pickup.hu

--- Comment #2 from Attila Hammer  ---
Hi Joanie,

I looked now Libreoffice Calc the testcase, Calc producing this issue too.
Reproducation steps equals your testcase.
My Ubuntu 12.04.3 system I tested only Libreoffice 4.1.1.2 version this issue.

Attila

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70595] New: Other: Table of Contents displays wrong numbers in Web Layout view

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70595

  Priority: medium
Bug ID: 70595
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: Table of Contents displays wrong numbers in Web
Layout view
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: cdr...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Writer
   Product: LibreOffice

Problem description: Table of contents displays wrong numbers in web layout
view and also inserts temporary breaks.

Steps to reproduce:
1. Create a new document
2. Enter Web Layout (View > Web Layout)
3. Create some heading ON THE SECOND LINE (leave the first line blank)
4. Paste some random text under the heading (perhaps 2 paragraphs.
5. Create another heading after this text
6. Resize the window until you can no longer see the other heading
7. Click on the empty first line, and add a table of contents (TOC) (Insert >
Indexes and Tables > Indexes and Tables -> Press Ok)

Current behavior: The TOC says the last heading is on page 2. Scrolling down,
you see that a sort of page-break has been added just before that heading.
Updating the TOC will change it to page 1, regardless of what page the other
heading would actually be on.
Expected behavior: It should display the correct page numbers regardless of
what view I'm in.

Operating System: Windows 8
Version: 4.1.2.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 45371] url corrupted when adding a word in the cell

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45371

--- Comment #14 from Urmas  ---
I was able to reproduce it on Windows a couple of times, but I'm unsure how it
was done exactly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37814] FILESAVE Save/Save As dialogs use last save folder (not original) with non-ascii path

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37814

Urmas  changed:

   What|Removed |Added

 CC||klausla...@gmail.com

--- Comment #25 from Urmas  ---
*** Bug 70463 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70463] Libreoffice does not save files in the opened folder having non-ASCII name nor export pdfs there

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70463

Urmas  changed:

   What|Removed |Added

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

--- Comment #3 from Urmas  ---


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

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70577] FILEOPEN: Doc files with forms get opened with read-only text

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70577

--- Comment #2 from Foss  ---
Which version of LO are you using?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70470] BUGZILLA: 3.5.x RCs cleanup

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70470

Joel Madero  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
   Assignee|libreoffice-b...@lists.free |jmadero@gmail.com
   |desktop.org |

--- Comment #3 from Joel Madero  ---
Not done quite yet - awaiting feedback for releases

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63460] Northern/Central/Southern Kurdish

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63460

Eike Rathke  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |

--- Comment #4 from Eike Rathke  ---
Let's check the current status/assignments and how to transition to the
assignments above. Because previously script tags weren't supported we
defined a workaround that distinguishes them by different country
assignments and we have

LANGUAGE_USER_KURDISH_TURKEY  0x0626  /* sublang 0x01, Latin script */  
[ku-TR]
LANGUAGE_USER_KURDISH_SYRIA   0x0A26  /* sublang 0x02, Latin script */  
[ku-SY]
LANGUAGE_USER_KURDISH_IRAQ0x0E26  /* sublang 0x03, Arabic script */ 
[ku-IQ]
LANGUAGE_USER_KURDISH_IRAN0x1226  /* sublang 0x04, Arabic script */ 
[ku-IR]

First said, 'ku' is an ISO 639-1 macrolanguage code and should be
avoided in distinct language assignments where more specific ISO 639-1
or 639-3 codes exist. That should be 'ckb', 'kmr' and 'sdh' instead,
where 'ckb' and 'sdh' already imply Arabic script.

So according to that PDF Microsoft assigned

Central Kurdish   0x0092  /* sublang 0x00, Latin script? */  [ku]
Central Kurdish   0x7C92  /* sublang 0x1f, Arabic script */  [ku-Arab]
Central Kurdish Iraq  0x0492  /* sublang 0x01, Arabic script */  [ku-Arab-IQ]

and no other Kurdish tags. Great :-/
http://msdn.microsoft.com/library/dd318693.aspx mentions _only_ 0x0492
and nothing else, you gotta love'em :-(

At least it can be detected that since Windows 7 they seem to use
sublanguage IDs in the range 0x1d to 0x1f for primary language with
script type and without country. Which doesn't help much because 0x0492
can not be deduced from that and is rather 0x0092 with the default 0x01
sublanguage ID.

When defining new language entries for LibreOffice we should always
include a country to form a default locale of that language to make it
available for locale fallback mechanisms.

So here the results would be something like

LANGUAGE_KURDISH_ARABIC_IRAQ 0x0492  [ckb-IQ]
LANGUAGE_KURDISH_ARABIC_IRAQ 0x0492  [ku-Arab-IQ]
LANGUAGE_KURDISH_ARABIC_IRAQ 0x0492  [ku-IQ]
LANGUAGE_OBSOLETE_USER_KURDISH_IRAQ  0x0E26  [ckb-IQ]

with mappings to the preferred ISO 639-3 code and the ISO 639-1
macrolanguage code and the old values and codes, with

#define LANGUAGE_OBSOLETE_USER_KURDISH_IRAQ  0x0E26
#define LANGUAGE_USER_KURDISH_IRAQ  LANGUAGE_KURDISH_ARABIC_IRAQ


How to transition the other three, ku-TR, ku-SY and ku-IR?
ku-TR would be kmr-Latn-TR, Northern Kurdish Latin script.
ku-SY would be kmr-Latn-SY, Northern Kurdish Latin script.
But ku-IR? Which Kurdish would it be? ckb-IR?

The defaults for the new languages would be

Kurdish, Northern, Latin script   [kmr-Latn-TR]
Kurdish, Central, Arabic script   [ckb-IQ]
Kurdish, Southern, Arabic script  [sdh-IQ]

References I consulted
http://www.ethnologue.com/language/kmr
http://www.ethnologue.com/language/ckb
http://www.ethnologue.com/language/sdh

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 67527] FILEOPEN: LO can't open files over SMB - wants to repair!

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67527

--- Comment #28 from sieg...@hotmail.com ---
Same problem as comment 19 with Ubuntu 13.04. simply no document. 4.0.2.2 works
fine, 4.1 does not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70470] BUGZILLA: 3.5.x RCs cleanup

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70470

--- Comment #2 from tommy27  ---
well done Joel. marking this as 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 70470] BUGZILLA: 3.5.x RCs cleanup

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70470

tommy27  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |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 40513] PDF import - Line spacing and colour/Box colour

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40513

tommy27  changed:

   What|Removed |Added

   Keywords||regression

--- Comment #8 from tommy27  ---
bug confirmed in 4.1.2.3 under Win7 64bit as well.
I tested some earlier versions and I can say it worked at least in 3.3.4.

hence REGRESSION

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 69858] FILEOPEN: Firebird crash when trying to create a DB

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69858

--- Comment #8 from Julien Nabet  ---
With sources git updated today, I still got the crash.
I noticed that firebird wasn't present in this file:
http://opengrok.libreoffice.org/xref/core/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs

I don't know at all how it works, so just wonder if it could be a hint?
Also I tried another gdb session and noticed there was a problem near this
point:
http://opengrok.libreoffice.org/xref/core/connectivity/source/manager/mdrivermanager.cxx#665
Specifically here:
http://opengrok.libreoffice.org/xref/core/cppuhelper/source/servicemanager.cxx#506

I must say, I'm quite lost 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 69932] VIEWING: Libreoffice 4.x.x flicker

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69932

--- Comment #8 from PedroNGV  ---
Thanks Joel!

If this can help, I leave here two screencasts where we clearly observe the
emergence of the problem in version 4.0.1.1:

- LibreOffice_4.0.0.3_Linux_x86_deb: http://goo.gl/yYj6MV 

- LibreOffice_4.0.1.1_Linux_x86_deb: http://goo.gl/SdGEFk 

Thank you very much!

Best regards,
Pedro

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40513] PDF import - Line spacing and colour/Box colour

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40513

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@quipo.it
 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 70588] Accessible labels in alerts claim to be ROLE_PASSWORD_TEXT instead of ROLE_LABEL

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70588

--- Comment #1 from Joanmarie Diggs  ---
The results from LibreOffice built from master are the same. This bug is still
present:

./window-activated.py
[alert | LibreOfficeDev 4.2.0.0.alpha0]
   0. [push button | Yes]
   1. [push button | No]
   2. [icon | ]
   3. [password text | ]
[alert | LibreOfficeDev 4.2.0.0.alpha0]
   0. [push button | OK]
   1. [icon | ]
   2. [password text | ]
[alert | Save document?]
   0. [filler | ]
   1. [panel | ]
   2. [icon | ]
   3. [password text | ]
   4. [password text | ]
   5. [filler | ]
   6. [push button | Close without saving]
   7. [push button | Cancel]
   8. [push button | Save]

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 69932] VIEWING: Libreoffice 4.x.x flicker

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69932

Joel Madero  changed:

   What|Removed |Added

   Hardware|Other   |All
 Status|NEEDINFO|NEW
 Whiteboard|BSA PossibleRegression  |BSA, ConfirmedRegression
   Severity|normal  |trivial
   Priority|medium  |low
Version|4.0.1.2 release |4.0.1.1 rc

--- Comment #7 from Joel Madero  ---
I went ahead and prioritized, changed version (Thanks to Pedro for doing a ton
of work to narrow it down to 4.0.1.1 rc. 

My setup:
Ubuntu 13.04
LibreOffice 4.1.1.2 release

New (I actually was able to confirm after looking at the video a couple more
times)
Trivial - no impact on ability to do professional work
Low - default is lowest but low because of regression


Thanks to Pedro's work I'm convinced it's a regression, Marking as
ConfirmedRegression

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70588] New: Accessible labels in alerts claim to be ROLE_PASSWORD_TEXT instead of ROLE_LABEL

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70588

  Priority: medium
Bug ID: 70588
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Accessible labels in alerts claim to be
ROLE_PASSWORD_TEXT instead of ROLE_LABEL
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: jdi...@igalia.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Writer
   Product: LibreOffice

Created attachment 87800
  --> https://bugs.freedesktop.org/attachment.cgi?id=87800&action=edit
pyatspi listener

Steps to reproduce:

1. Launch the attached pyatspi listener in a terminal.

2. Create a new document in Writer with the following two lines:

   Helllo World.
   This is a test.

3. With the caret at the end of "test.", Press F7 to begin spell checking.

4. You will be asked if you want to start the check at the beginning. Press the
"Yes" button.

5. Press the "Correct" button to change "Helllo" into "Hello."

6. Press the "OK" button when the spell check is completed.

7. Press Alt+F4 to quit (which will prompt you to save).

Expected results: When the pyatspi listener prints out the alert windows and
their contents, there will be no objects of ROLE_PASSWORD_TEXT because there
are no password text objects* present.

Actual results: Every accessible label claims to be of ROLE_PASSWORD_TEXT.
Aside from that being confusing, it makes the text be exposed by Gtk+ to
assistive technologies as asterisks. Thus Orca could not present the contents
even if it knew the objects were really labels.

$ ./window-activated.py
[alert | LibreOffice 4.1.2.3]
   0. [push button | Yes]
   1. [push button | No]
   2. [icon | ]
   3. [password text | ]
[alert | LibreOffice 4.1.2.3]
   0. [push button | OK]
   1. [icon | ]
   2. [password text | ]
[alert | Save document]
   0. [filler | ]
   1. [filler | ]
   2. [push button | Close without saving]
   3. [push button | Cancel]
   4. [push button | Save]
   5. [panel | ]
   6. [icon | ]
   7. [password text | ]
   8. [password text | ]

(And in answer to the inevitable question: I'm building LibreOffice master as I
write this. If the build succeeds, I'll update this bug to indicate if the
issue is still present. But historically, issues like this remain present until
reported. So I'm filing it now. :) )

*A password text object is one which is editable and whose text is displayed as
bullets or asterisks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70576] EDITING: Frequent crash/recovery editing

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70576

--- Comment #2 from g...@issiweb.com ---
(In reply to comment #1)
> Hi Gary,
> 
> could you do two things:
> 
> 1) see if the problem persists with the latest LO release:
> http://www.libreoffice.org/download
> 
> 2) attach the document causing the problem so this can be verified?
> 
> Best :)

I updated to the latest version. Problem initially persisted - more than a
dozen crashes whenever I touched the keyboard. I then saved the document under
a new name and can no longer reproduce the problem. I wish I could give you
more info but I am trying to write a novel (and not willing to part with my
manuscript at the moment). 

I've been working on this document off and on for more than a year and this
problem has come and gone since my document got over 100 pages - the document
seems to develop transient 'hot spots' where editing is nearly impossible. Is
there any easy way to hook up a debug trace for the next time this happens?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 52302] : Delete multiple sheets

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52302

--- Comment #3 from Adriano Afonso  ---
Still reproducible in version 4.1.2.3
But now you can delete at least 3 sheets in Edit > Sheet > Delete.
If you select 4, Edit > Sheet > Delete, Delete is deactivated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70446] FILEOPEN: Infinite loop (100% CPU usage) when opening http://www.3gpp.org/ftp/specs/archive/25_series/25.331/25331-b40.zip

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70446

Julien Nabet  changed:

   What|Removed |Added

 CC||mst...@redhat.com,
   ||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
Michael: infinite loop or crash, it seems there's a pb here, one for 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 70446] FILEOPEN: Infinite loop (100% CPU usage) when opening http://www.3gpp.org/ftp/specs/archive/25_series/25.331/25331-b40.zip

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70446

--- Comment #1 from Julien Nabet  ---
Created attachment 87799
  --> https://bugs.freedesktop.org/attachment.cgi?id=87799&action=edit
console bt on master

On pc Debian x86-64 with master sources updated today, I didn't reproduce the
problem but had a crash.
Since I built with debug mode, perhaps the pbs are linked.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63460] Northern/Central/Southern Kurdish

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63460

Bug 63460 depends on bug 37496, which changed state.

Bug 37496 Summary: BCP47 support and all that might entail
https://bugs.freedesktop.org/show_bug.cgi?id=37496

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |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 70478] Other: mistake in Czech Help with named shortcut keys

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70478

Julien Nabet  changed:

   What|Removed |Added

 CC||ke...@suse.cz,
   ||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
Jan: I haven't tested it but the screenshot shows the pb, one for 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 45371] url corrupted when adding a word in the cell

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45371

--- Comment #13 from Thomas Arnhold  ---
@mohican: Thanks! The SHIFT key is the difference. But pressing the SHIFT key
the URL gets corrupted under Linux! So this is reproducible on Linux.

Still NOT reproducible on Windows!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70576] EDITING: Frequent crash/recovery editing

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70576

--- Comment #1 from Foss  ---
Hi Gary,

could you do two things:

1) see if the problem persists with the latest LO release:
http://www.libreoffice.org/download

2) attach the document causing the problem so this can be verified?

Best :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 56173] FILESAVE impossible for password protected shared .ods

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56173

--- Comment #14 from Foss  ---
Rainer left the QA team. So I think there won't be a test. You can always test
a new release yourself if you want.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70586] New: Extensionname: test

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70586

  Priority: medium
Bug ID: 70586
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Extensionname: test
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: programm...@ertai.nl
  Hardware: Other
Whiteboard: BSA,PossibleRegression
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Extensions
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. 
2. 
3. test

Current behavior:

Expected behavior:


Operating System: Windows XP
Version: 4.2.0.0.alpha0+ Master
Last worked in: 4.1.2.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 70544] PRINTING: Printing Handouts (6 slides per page)

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70544

Rob Snelders  changed:

   What|Removed |Added

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

--- Comment #1 from Rob Snelders  ---


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

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70586] Extensionname: test

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70586

Rob Snelders  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70585] Extensionname: testr

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70585

Rob Snelders  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70585] Extensionname: testr

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70585

Rob Snelders  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70586] Extensionname: test

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70586

Rob Snelders  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70585] New: Extensionname: testr

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70585

  Priority: medium
Bug ID: 70585
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Extensionname: testr
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: programm...@ertai.nl
  Hardware: Other
Whiteboard: BSA,
Status: UNCONFIRMED
   Version: 4.1.3.1 rc
 Component: Extensions
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. r
2. ttest

Current behavior:

Expected behavior:


Operating System: Windows XP
Version: 4.1.3.1 rc
Last worked in: 4.1.0.4 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 70584] Extensionname: test

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70584

Rob Snelders  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70584] Extensionname: test

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70584

Rob Snelders  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70584] New: Extensionname: test

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70584

  Priority: medium
Bug ID: 70584
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Extensionname: test
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: programm...@ertai.nl
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Extensions
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. 
2. 
3. test

Current behavior:

Expected behavior:


Operating System: Windows XP
Version: 4.2.0.0.alpha0+ Master

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70515] UI: Error in stated number of parameter value choices for WEEKNUM_ADD function in the Function Wizard.

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70515

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I reproduced this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70583] Extensionname: test

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70583

Rob Snelders  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70583] Extensionname: test

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70583

Rob Snelders  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70583] New: Extensionname: test

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70583

  Priority: medium
Bug ID: 70583
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Extensionname: test
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: programm...@ertai.nl
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Extensions
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. test
2. 
3. 

Current behavior:

Expected behavior:


Operating System: Windows XP
Version: 4.2.0.0.alpha0+ Master

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70582] Extensionname: testregression

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70582

Rob Snelders  changed:

   What|Removed |Added

 Whiteboard||BSA,possibleRegression

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70537] FILTER: Bad performance/unable to open 3.3MB Excel XML file

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70537

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #5 from Julien Nabet  ---
Michael: would it be possible you attach the file to the bugtracker so we can
try to reproduce? (remove any private info if needed since it'll be available
to anyone)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70525] EDITING: Problem with scroll content of LibreOffice spreadsheet cell on big cell height.

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70525

Julien Nabet  changed:

   What|Removed |Added

Summary|EDITING: Problem with   |EDITING: Problem with
   |scroll content of   |scroll content of
   |LibreOffice spereadsheet|LibreOffice spreadsheet
   |cell on big cell height.|cell on big cell height.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70508] FORMATTING: Fonts not displaying correctly

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70508

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #1 from Julien Nabet  ---
Could you rename your LO directory profile (see
https://wiki.documentfoundation.org/UserProfile#Windows) and give it a new try?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70582] Extensionname: testregression

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70582

Rob Snelders  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70582] Extensionname: testregression

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70582

Rob Snelders  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70582] New: Extensionname: testregression

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70582

  Priority: medium
Bug ID: 70582
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Extensionname: testregression
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: programm...@ertai.nl
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Extensions
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. 
2. 
3. test

Current behavior:

Expected behavior:


Operating System: All
Version: 4.2.0.0.alpha0+ Master
Last worked in: 4.1.3.1 rc

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54232] UI: Installer displays question marks instead of Romanian characters ș and ț

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54232

Julien Nabet  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #13 from Julien Nabet  ---
Christian: thank you for your feedback, since there's no specific fix, I'll put
WFM.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45371] url corrupted when adding a word in the cell

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45371

--- Comment #12 from mohican  ---
several other caracters will trigger the bug :
for example WITH FRENCH KEYBOARD : % § / ?
but some do not : , ; : !

In fact it seems that the bug is triggered by all caracters that need the SHIFT
key to be used (except numbers).

So to test, try caracters that need the shift key to be pressed (they are not
the same according to your keyboard localization).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70393] move external builds into subfolder

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #11 from Commit Notification 
 ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=7223027a3a7e6599e387559d85f1eaebf3bbbd6c

fdo#70393: move cppunit to a subdir of external



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70393] move external builds into subfolder

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #10 from Commit Notification 
 ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=894f5e46a6d72d3cfc3731c49a5f01626c6b95db

fdo#70393: move clucene to a subdir of external



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54232] UI: Installer displays question marks instead of Romanian characters ș and ț

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54232

Cristian Adam  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #12 from Cristian Adam  ---
I've installed version 4.1.2.3 and haven't seen the question marks anymore

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45371] url corrupted when adding a word in the cell

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45371

--- Comment #11 from mohican  ---
LO 4.1.1.2 french localization

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45371] url corrupted when adding a word in the cell

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45371

--- Comment #10 from mohican  ---
with LO 4.1.1.2 under Ubuntu 12.04 LTS

I reproduce the bug exactly the way it is described. (Please note that you have
to leave the cell after you entered the URL, and then come back to it.)

There is now only a problem when you add a texte that contains a dot or a
capital letter in the formula bar.

- If the cell only contains the URL, as soon as you type the dot or capital
letter the URL looses its property and the following letters starts inserting
themselves in the midst of the URL.

- If the cell allready contains something more than the URL, after you add a
dot or a capital letter, the URL looses its property but the following letters
are not inserted inside the URL.

If you add the text directly in the cell (by double-clicking into the cell)
there is no problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70551] UI: Wrong result returned from WEEKS() function

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70551

--- Comment #4 from John Smith  ---
It's difficult to assign a cause without knowing the internal workings of the
function. Another explanation could be that it calculates up to, but does not
include, the End date, that would fit the results. As I say, without knowing
the internals ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70579] New: FILESAVE metadata lost when saving as xls

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70579

  Priority: medium
Bug ID: 70579
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE metadata lost when saving as xls
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: nicolas.mail...@laposte.net
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Spreadsheet
   Product: LibreOffice

an ods document with metadata (title, objetct, keywords…) loses it when saved
as xls and opened in excel 2007, and it needs to be added manually in excel
every 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 38838] Removal/Replacement of the String/UniString with OUString once and for all.

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38838

--- Comment #79 from Commit Notification 
 ---
Caolan McNamara committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=d1563b818d335495a5591f5fd491fee77b47c93d

Related: fdo#38838 make String::CompareTo private



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70577] FILEOPEN: Doc files with forms get opened with read-only text

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70577

--- Comment #1 from sergio.calleg...@gmail.com ---
This bug seems seems not to exist in OpenOffice 4.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 70578] FORMATTING: Tabular page misformatted

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70578

Kai  changed:

   What|Removed |Added

   Hardware|Other   |All

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70578] New: FORMATTING: Tabular page misformatted

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70578

  Priority: medium
Bug ID: 70578
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Tabular page misformatted
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: epimetr...@fastmail.fm
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 87796
  --> https://bugs.freedesktop.org/attachment.cgi?id=87796&action=edit
Screenshot of correct/incorrect document render; test document.

Attached to this issue is a .zip file containing three things:

1. An RTF file which duplicates the issue (test.rtf)
2. A screenshot of how the document renders in MS Word, Ted, and various other
programs (Correct.png)
3. A screenshot of how the document renders in LibreOffice (Incorrect.png)

This issue happens in version 4.1, which I downloaded and installed on Windows,
and also in a Linux version of 3.5 which I use as a headless server for
converting documents, so it is clearly a platform-agnostic issue which has
occurred since at least version 3.5.
Operating System: All
Version: 4.1.1.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 63823] Extension GetQuote 1.1: Installation fails with Java error message

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63823

--- Comment #7 from Stephan Bergmann  ---
(In reply to comment #6)
> (In reply to comment #5)
> > 
> > (Note that even then, it might be an inadvertent incompatibility on the LO
> > side.  Therefore, it is always desirable to understand exactly why problems
> > occur with a given extension before closing as NOTOURBUG.)
> 
> Stephan: I agree with your reasoning. My understanding was that development
> resources were focused on our core product and any bundled extensions. I'd
> be happy to triage and accept bugs relating to external extensions if the
> devs are willing to follow-through with them.

There is no easy answer here.  If the bug is caused by an inadvertent
incompatibility in LO we would certainly like to know about it and fix it.  But
finding out the root cause of an extension problem can of course be quite
difficult.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70577] New: FILEOPEN: Doc files with forms get opened with read-only text

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70577

  Priority: medium
Bug ID: 70577
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: Doc files with forms get opened with
read-only text
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: sergio.calleg...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

Created attachment 87795
  --> https://bugs.freedesktop.org/attachment.cgi?id=87795&action=edit
Test document

Problem description: 

Opening a .doc file with fillable fields, it is possible to fill the fields
with text, but it is not possible to change the rest of the text in anyway. The
status line indicates 'read only'. Trying to change the text reports 'Readonly
content cannot be changed.
No modifications will be accepted'.

This is very similar to what reported in
http://en.libreofficeforum.org/node/2854.

Yet the issue here is that the proposed solution does not work. There is no
document section to unprotect. In the format menu, sections is grayed out.

Steps to reproduce:
1. Open attached doc
2. Try to modify text

Current behavior:

The text cannot be modified and there is no way to toggle the read-only status

Expected behavior:

It should be possible to toggle the read only status.
Operating System: Ubuntu
Version: unspecified

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63823] Extension GetQuote 1.1: Installation fails with Java error message

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63823

--- Comment #6 from Qubit  ---
(In reply to comment #5)
> 
> (Note that even then, it might be an inadvertent incompatibility on the LO
> side.  Therefore, it is always desirable to understand exactly why problems
> occur with a given extension before closing as NOTOURBUG.)

Stephan: I agree with your reasoning. My understanding was that development
resources were focused on our core product and any bundled extensions. I'd be
happy to triage and accept bugs relating to external extensions if the devs are
willing to follow-through with 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 70576] New: EDITING: Frequent crash/recovery editing

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70576

  Priority: medium
Bug ID: 70576
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Frequent crash/recovery editing
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: g...@issiweb.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Writer
   Product: LibreOffice

Problem description: 

While editing a manuscript, deleting text frequently crashes writer.

Steps to reproduce:

Document is 210 pages, 58957 character, odt format. 

Current behavior:

Crashes seem to occur more frequently with increasing content size dating back
at least 2 version updates. Saving document under new name, seemed to help
temporarily. Document format is very simple: double spaced with simple header.

Expected behavior:

Recover seems to work, but I am not all that confident of document integrity
after 100s of crash/recovery incidents.


Operating System: Windows 7
Version: 4.1.1.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 56173] FILESAVE impossible for password protected shared .ods

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56173

--- Comment #13 from gallz  ---
(In reply to comment #12)
> (In reply to comment #7)
> @Markus:
> Sorry, I'm a little late here. I will do a new test next week hopeful to be
> able to confirm the WFM.

Hi,

Succeeded the test?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37814] FILESAVE Save/Save As dialogs use last save folder (not original) with non-ascii path

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37814

--- Comment #24 from Rubem  ---
> can somebody test if this is fixed in LO 4.1 beta1 or master?

Yes, the bug is still there. My LO version is 4.1.2.3 (Windows 7, Brazilian
Portuguese).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 69638] Text is missing when converting from SVG

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69638

--- Comment #5 from Dominique Boutry  ---
Thanks for the new attachment. It's really different than the previous one you
provided (attachment 86240), and now I have some results (LibO 4.0.5.2 on Win7)
:
- loading into Writer and Impress, re-exporting to PDF : OK (except font
replacement which leads to overflows toward the right, mainly for the main
title)
- LibO DRAW : only the graphics, no text.
- No test for the command-line SvgToPdf conversion.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70537] FILTER: Bad performance/unable to open 3.3MB Excel XML file

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70537

--- Comment #4 from Michael Wood  ---
(In reply to comment #2)
> What are the dimensions of your worksheets?

There are 5 sheets.

sheet 1: cols=2, rows=57
sheet 2: cols=4, rows=3664
sheet 3: cols=4, rows=3377
sheet 4: cols=3, rows=9907
sheet 5: cols=2, rows=949

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70537] FILTER: Bad performance/unable to open 3.3MB Excel XML file

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70537

--- Comment #3 from Michael Wood  ---
Hi

(In reply to comment #1)
> Hi Michael,
> please try to open as:
> Microsoft Excel 2003 XML

This had a similar effect.  I did the following:

1. Started Calc
2. Clicked on the File menu and chose Open
3. Selected the "badperf.xls" file
4. Expanded "File type" and chose "Microsoft Excel 2003 XML"
5. Clicked Open

At this point the Loading progress bar at the bottom showed about 50%, Calc
started using 100% of one of my CPU cores, and after a while it popped up the
"General input/output error." dialog with Retry and Cancel buttons.  Clicking
Retry actually loaded the spreadsheet immediately.  I am sure I tried that
before when running 3.6 and it did not work, but I had not yet tried that with
4.1.

> maybe a similar issue like in this bug:
> https://bugs.freedesktop.org/show_bug.cgi?id=70100

I don't think so.  I had this problem with 3.6 and tried upgrading to 4.1 to
see if it made a difference.  70100 says it worked for them in 4.0.  Also,
Writer never seems to try to open 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 38838] Removal/Replacement of the String/UniString with OUString once and for all.

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38838

--- Comment #78 from Commit Notification 
 ---
Thomas Arnhold committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=c65eb7e56934b22f9bea68e62c0a51fd59869f1c

Related: fdo#38838 remove String::SearchAndReplace



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 69734] UI: UI DropDown Menu appears in other tables

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69734

--- Comment #3 from Dominique Boutry  ---
Why not show valid drop down icons all the time ?

To my knowledge, no other spreadsheet software found it valuable (I can't
remember for earlier versions of OOo, but AOO 4.0 don't do it). Probably
because it will definitivly hide part of the content of all cells right to
icon-showing ones ; and perhaps because it could lead to a huge number of
visible icons (hugely overloaded screen).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40594] FILEOPEN .docx (MSO2010) does not show CHART object

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

Maxim  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #30 from Maxim  ---
Fix verified using 4.2.0.0.alpha0+ Build ID:
cc2a405915e82c4b332dd25457f76704dc536d7f TinderBox: Win-x86@39, Branch:master,
Time: 2013-10-15_15:51:52.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40594] FILEOPEN .docx (MSO2010) does not show CHART object

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

Maxim  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |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 54938] Adapt supportsService implementations to cppu::supportsService

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54938

--- Comment #4 from Commit Notification 
 ---
Marcos Paulo de Souza committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=3d3293144b0e0d2d28136b1b2c7154d6352463b8

fdo#54938: Adapt svtools and comphelper module ...



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54157] LibreOffice 4.0 most annoying bugs

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

Bug 54157 depends on bug 40594, which changed state.

Bug 40594 Summary: FILEOPEN .docx (MSO2010) does not show CHART object
https://bugs.freedesktop.org/show_bug.cgi?id=40594

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |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 69745] FORMATTING: optimal-row-height is ignored if there are some leading covered cells

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69745

--- Comment #6 from Dominique Boutry  ---
Thanks for the new attachments. I still need the info :
- what steps do you use to load the attachment 87774 (1/ open Calc ; 2/ command
File>Import ; in the dialog box, set X, Y ; 3/ press "GO"..)
- I would be able to confirm that the above scenario leads to the attachment
87773
- I can't find any "use-optimal-line-height" setting in the attachment 87774
(after manual reading of the XML)
- so I suspect that the problem lies in the creation of the XML file.

Here too, please :
- what detailed steps do you use to generate the attachment 87774 (1/ open Calc
; 2/ load attachment_X file ; 3/ set "use-optimal-line-height" to TRUE for
lines A, B, C... ; 4/ command File>Import ; in the dialog box, set X, Y ; 3/
press "GO".. or something else

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70551] UI: Wrong result returned from WEEKS() function

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70551

GerardF  changed:

   What|Removed |Added

 CC||gerard.farg...@orange.fr

--- Comment #3 from GerardF  ---
Yes. It seems that WEEKS use the ISO weeknum (Monday as 1st day of the week).

As the WEEKS function is not defined in OASIS specification, i don't know what
is the expected result... and i don't think the result should be locale
dependant.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 69933] Other: direction icon in writer

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69933

Maxim  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Maxim  ---
Clone of Bug 69912.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 69638] Text is missing when converting from SVG

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69638

--- Comment #4 from Ofir  ---
Dominique, this is the actual SVG file
http://upload.wikimedia.org/wikipedia/commons/4/4d/Periodic_table_large.svg

I don't understand what you mean by SVG/XML code/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 70133] Missing startcenter in gnome-shell menu

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70133

Maxim  changed:

   What|Removed |Added

 CC||toddandma...@zoho.com

--- Comment #7 from Maxim  ---
*** Bug 70516 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 69799] In conditional formatting where 2 cells have same sum, they get different color FORMATTING

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69799

--- Comment #4 from Dominique Boutry  ---
As you mentionned initially, the "round" function solve that issue : that's
exactly what it's done for, and it's well-founded to use it broadly

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 69900] FORMATTING: Conditional formatting not saved when using "between" with alphabetic strings

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69900

--- Comment #7 from Dominique Boutry  ---
OK

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68099] Other: error while starting pdf-viewer after pdf-export

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68099

--- Comment #5 from Ingo Belka  ---
The behaviour/bug still exists in 
version 4.1.2.3
Build ID: 40b2d7fde7e8d2d7bc5a449dc65df4d08a7dd38.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 56035] : Indexing for Search not working

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56035

--- Comment #44 from Olaf Ahrens  ---
(In reply to comment #43)
> Extracted ooofilt.dll, propertyhdl.dll and shlxthdl.dll from
> master...4.2.0.0*.msi and replaced the correspondent Files of my
> 4.0.5-Installation on Windows7-32bit. Windows indexing did not work in
> odt-files any more. Obviously a too simple approach.
> Please tell me, when and how I can help testing on 4.0 and 4.1-installions.

I've tested indexing on a Windows 64-bit system, perhaps this makes the
difference?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70521] Error 1335: Cab File libreoffice1.cab damaged in dutch version

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70521

Maxim  changed:

   What|Removed |Added

Version|4.1.1.2 release |4.0.5.2 release

--- Comment #4 from Maxim  ---
@Ronny Lydou: Could you please verify the integrity of the msi file? You have
two ways to achieve that:

1. Right-click on the file in Explorer, choose 'Properties', open 'Digital
Signatures' tab, and click on 'Details'. You should get a new windows with the
text 'This digital signature is OK.'. If it's not the case, or you don't have
the 'Digital Signatures' tab at all, then your installation file is corrupted.

2. You can also compare the hash of your file, with the one from
libreoffice.org. In order to see the correct hashes, you should click on the
'Info' link that located at the bottom of the big green download button (near
'Torrent' link).

If your installation file is indeed corrupted, you should try to download it
again. If it won't help, you should try another mirror (If you click on the
'Info' link, you'll get a list of mirrors).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70575] New: UI: Translations of cell and row hard to discern

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70575

  Priority: medium
Bug ID: 70575
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: UI: Translations of cell and row hard to discern
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: immanuel.hay...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Writer
   Product: LibreOffice

Problem description: 
The german translations of "cell" and "row" are hard to discern ("Zelle" und
"Zeile") which is even amplified by them being right next to each other in the
menu. So esp. late at night those look virtually identical and make work harder
than it has to be.

Steps to reproduce:
1. Set Libreoffice interface language to german (and restart)
2. Create a table in writer
3. right-click on the table

Current behavior:
Menu looks like this:
[more items]
Zelle
Zeile
Spalte
[more items]

Proposal:
- make a better translation (eg. "Reihe" for row)
and/or
- put an image next to cell/row/column which signifies what the entry is about
(eg. similar to the row -> "select" image)
Operating System: Windows 7
Version: 4.1.1.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 56035] : Indexing for Search not working

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56035

--- Comment #43 from Karlheinz Lorenz  ---
Extracted ooofilt.dll, propertyhdl.dll and shlxthdl.dll from
master...4.2.0.0*.msi and replaced the correspondent Files of my
4.0.5-Installation on Windows7-32bit. Windows indexing did not work in
odt-files any more. Obviously a too simple approach.
Please tell me, when and how I can help testing on 4.0 and 4.1-installions.

-- 
You are receiving this mail because:
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   >