[Libreoffice-bugs] [Bug 70423] FILEOPEN: Unexpected Addition Of Windows Line Breaks to LinuxText File

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

--- Comment #4 from John B john876...@gmail.com ---
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, 

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

2013-10-18 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 70597] URL corrupted when right click in the formula bar

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

Thomas Arnhold tho...@arnhold.org 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 45371] url corrupted when adding a word in the cell

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

Thomas Arnhold tho...@arnhold.org changed:

   What|Removed |Added

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

--- Comment #15 from Thomas Arnhold tho...@arnhold.org ---
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 69745] FORMATTING: optimal-row-height is ignored if there are some leading covered cells

2013-10-18 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 70537] FILTER: Bad performance/unable to open 3.3MB Excel XML file

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

--- Comment #6 from Michael Wood esiot...@gmail.com ---
(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 70537] FILTER: Bad performance/unable to open 3.3MB Excel XML file

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

--- Comment #7 from Michael Wood esiot...@gmail.com ---
Created attachment 87812
  -- https://bugs.freedesktop.org/attachment.cgi?id=87812action=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 70393] move external builds into subfolder

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

--- Comment #12 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move ct2n 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #13 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move curl 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #14 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move epm 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #15 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move expat 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 70596] master install set broken on Debian systems: dependency problems

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

thack...@nexgo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from thack...@nexgo.de ---
Hello Jean-Baptiste, *,
I can confirm this bug with Debian Testing AMD64 and LO Version:
4.2.0.0.alpha0+
Build ID: 6aa0488da21ef21b9da68253682b174f11f305f5
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2013-10-17_00:51:48 ... :(
I will change the status to new.
Sorry for the inconvenience
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 70393] move external builds into subfolder

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

--- Comment #16 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move libatomic_ops 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #17 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move firebird 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #18 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move fontconfig 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #19 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move freetype 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #20 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move graphite 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #21 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move hsqldb 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #23 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move hyphen 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #22 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move hunspell 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

--- Comment #24 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Khaled Hosny committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move icu 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 68870] FILEOPEN: Fail to open Password protected documents

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

Leon supp...@bb-services.co.za changed:

   What|Removed |Added

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

--- Comment #8 from Leon supp...@bb-services.co.za ---
Version: 4.1.2.3 resolves this issues. Marking as resolved.

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70577

--- Comment #3 from sergio.calleg...@gmail.com ---
I'm currently on 4.1.2, but to the best of my memory LO has always had this
bug.
I notice it every time I need to fill in some forms prepared in MS Word (which
fortunately is not very often). The form lock mechanism of word gets translated
in a read-only document in LO that cannot be toggled in read-write.

Also all versions of OpenOffice prior to Apache had this bug.

I've just noticed that this is fixed in Apache OpenOffice and I hope that the
fix can be easily spotted and imported.

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


[Libreoffice-bugs] [Bug 49776] No smb:// or ipv6 Protocol Support via Terminal

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

--- Comment #8 from Maxim momonas...@gmail.com ---
(In reply to comment #7)
 A Note for KDE users: It won't work unless you manually install 'gvfs-smb'
 package for Fedora, or 'gvfs-backends' package for Ubuntu.
Just tried with Ubuntu 13.10 (64-bit), and it also needs 'libreoffice-gnome'
package to be installed.

-- 
You are receiving this mail because:
You are the 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] master install set broken on Debian systems: dependency problems

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

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

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #2 from Stephan Bergmann sberg...@redhat.com ---
The dependencies on both = %PACKAGEVERSION and = %PACKAGEVERSION were
introduced into the setup_native/source/packinfo/packinfo_*.txt files with the
fix for bug 65541.  But it looks like that %PACKAGEVERSION expands to a shorter
value than what is actually used for the DEB Version, 4.2.0.0.alpha0 vs.
4.2.0.0.alpha0-1.

See the comment There appears to be some confusion in those files between
%PACKAGEVERSION and %ABOUTBOXPRODUCTVERSION, but those seem to always get
identical values in instsetoo_native/util/openoffice.lst.in.
[http://cgit.freedesktop.org/libreoffice/core/commit/?id=d07cbe86f34ca6dfc6580b63879235c339831a5e
http://cgit.freedesktop.org/libreoffice/core/commit/?id=d07cbe86f34ca6dfc6580b63879235c339831a5e;]
 Maybe %ABOUTBOXPRODUCTVERSION started to expand to the longer value now,
leading to the mismatch?

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


[Libreoffice-bugs] [Bug 70355] DATALOSS: Graph data tables swapping data in x and y axis in writer documents resulting in incorrect graphs.

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

Muthu sumu...@novell.com changed:

   What|Removed |Added

 Whiteboard||bibisectrequest

--- Comment #13 from Muthu sumu...@novell.com ---
There is no change on top of my mind that could bring this regression.

Yes, a bisect would be really helpful.

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67527

--- Comment #29 from Maxim momonas...@gmail.com ---
(In reply to comment #28)
 Same problem as comment 19 with Ubuntu 13.04. simply no document. 4.0.2.2
 works fine, 4.1 does not.
Hi,
Unfortunately you didn't say which LO package do you use - from PPA or from
libreoffice.org. Each of them has completely different problems.

- If you're using the packages from PPA, then the bug should be solved with
4.1.2 (unfortunately the PPA currently stuck with 4.1.1). When it will be
updated to 4.1.2, it should work if you also install 'gvfs-backends' and
'libreoffice-gnome' packages. That way it works with Ubuntu 13.10.

- If you're using the packages from libreoffice.org site, then theoretically it
should work if you install 'libgnomevfs2-extra' package. But for some reason
it's not working. I can confirm that it's not working with 4.1.2.3 under both
Ubuntu 13.04 and 13.10 (64-bit). Same happens under Fedora 19 (64-bit), as you
can see from the first paragraph of comment 26. And it's still the case for
4.1.2.3. There is definitely some problem with the official builds.

So currently you have to apply the workaround from comment 15, or upgrade to
Ubuntu 13.10.

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


[Libreoffice-bugs] [Bug 70600] New: Other: Spell Checker

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

  Priority: medium
Bug ID: 70600
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: Spell Checker
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: bd8space-...@yahoo.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.5.2 release
 Component: Writer
   Product: LibreOffice

Problem description: 
Spell checker works poorly

Steps to reproduce:
1. type jiont and it does not recognize a wrong word.  
2. many other misspellings of ordinary words are missed.
3. 

Current behavior:

Expected behavior:


Operating System: Windows 7
Version: 4.0.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 70600] Other: Spell Checker

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

--- Comment #1 from Urmas davian...@gmail.com ---
Have you updated a previous version? If so, please fully delete the Libreoffice
folder and do a 'Repair' via Programs and Components Control panel applet.

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


[Libreoffice-bugs] [Bug 67005] Other: Table Content is not coming in PDF after conversion using --convert-to command

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

--- Comment #2 from Mattias Karlsson mattias.o.karls...@gmail.com ---
I see the same problem with LibreOffice 4.1.2.3 (linux_x86-64).

The problem is not only for pdf, the TOC also disappear when I try to convert
to doc or odt from docx.

/Mattias

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70588

pete...@datagate.sk changed:

   What|Removed |Added

 CC||pete...@datagate.sk,
   ||website@global.libreoffice.
   ||org
  Component|Writer  |WWW

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


[Libreoffice-bugs] [Bug 70221] RTF: a PNG picture is shown twice

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

Miklos Vajna vmik...@collabora.co.uk changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |desktop.org |
   Keywords||regression

--- Comment #4 from Miklos Vajna vmik...@collabora.co.uk ---
The bugdoc is special in that the \pict group has additional braces inside,
around \bin. I'll take care of this.

Also, this is a regression, as this worked fine in LO 3.4.

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


[Libreoffice-bugs] [Bug 70478] Other: mistake in Slovak Help with named shortcut keys

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

Stanislav Horacek stanislav.hora...@gmail.com changed:

   What|Removed |Added

 CC||msrame...@gmail.com
Summary|Other: mistake in Czech |Other: mistake in Slovak
   |Help with named shortcut|Help with named shortcut
   |keys|keys

--- Comment #4 from Stanislav Horacek stanislav.hora...@gmail.com ---
Language in summary corrected and Slovak translator added to CC list.

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


[Libreoffice-bugs] [Bug 42082] [META] Make LibreOffice shine and glow on OS X

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

Roczek dennisroc...@gmail.com changed:

   What|Removed |Added

 Depends on||67749

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


[Libreoffice-bugs] [Bug 67749] Other: Fonts which are shipped together with the installation do not appear

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

Roczek dennisroc...@gmail.com changed:

   What|Removed |Added

 Blocks||42082

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


[Libreoffice-bugs] [Bug 65980] FILEOPEN: XML MS Word 2003 sometimes fails on slow processor

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

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 CC||esiot...@gmail.com

--- Comment #6 from Maxim momonas...@gmail.com ---
*** Bug 70537 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 70537] FILTER: Bad performance/unable to open 3.3MB Excel XML file

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

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE
 CC||momonas...@gmail.com
Version|unspecified |3.6.4.3 release

--- Comment #8 from Maxim momonas...@gmail.com ---
Opens fine with 4.1.1.2 under Ubuntu 13.04 (64-bit). Looks like an exact
duplicate of Bug 65980.

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

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


[Libreoffice-bugs] [Bug 70355] DATALOSS: Graph data tables swapping data in x and y axis in writer documents resulting in incorrect graphs.

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

--- Comment #14 from Markus Mohrhard markus.mohrh...@googlemail.com ---
There is one change in the embedded object handling coming from the AOO rebase
that is most likely related.

Sadly we can't revert this patch but it changes the initialization order of
chart objects which makes some of the import hacks in the chart uno
implementation fail. I have looked into it before and fixed one that was
similar for calc but there are surely more issues related to this change out
there.

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


[Libreoffice-bugs] [Bug 62309] EDITING: Scroll problem

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

--- Comment #5 from p...@incedo.org ---
As of Libre Office writer 4.1.1.2 the problem is gone

Maybe no need to dig into this in an old release... Or?

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70588

--- Comment #3 from Niklas Johansson sleeping.pil...@gmail.com ---
Thank you for the bug report.

I'm adding this bug to the meta-bug Bug 36549 - ACCESSIBILITY: Tracking bug for
issues affecting a11y ATK and GNOME Orca screen reader support.

I can reproduce with master on ubuntu with gnome shell and the listener script
from Joanmarie.

When inspecting LibreOffice from Accerciser on the same machine and it reports
the labels in the spelling dialog as labels and not as password. I did similar
tests on Windows with JavaMonkey and on Mac with Accessibility Inspector, and
in both cases they report the correct type of object.

Joanmarie do you have any idea why Acceciser reports one thing and the script
you supplied another?

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70588

Niklas Johansson sleeping.pil...@gmail.com changed:

   What|Removed |Added

 Blocks||36549

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


[Libreoffice-bugs] [Bug 36549] ACCESSIBILITY: Tracking bug for issues affecting a11y ATK and GNOME Orca screen reader support

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

Niklas Johansson sleeping.pil...@gmail.com changed:

   What|Removed |Added

 Depends on||70588

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


[Libreoffice-bugs] [Bug 70483] FILEOPEN: Aborts when opening malformed DOC files

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

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 70607] LibreOffice uses 100% CPU and crashes when quit during extension update

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

Emir Sarı emir_s...@msn.com changed:

   What|Removed |Added

   Priority|medium  |high
 QA Contact||emir_s...@msn.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 70607] New: LibreOffice uses 100% CPU and crashes when quit during extension update

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

  Priority: medium
Bug ID: 70607
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LibreOffice uses 100% CPU and crashes when quit during
extension update
  Severity: major
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: emir_s...@msn.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.3.1 rc
 Component: Extensions
   Product: LibreOffice

Steps to reproduce:

-Install 4.1.3.1
-Go to Extension Update
-Install available updates (in this case LanguageTool 2.3)
-Click 'Install'

Expected behaviour:
-Install updates without any problem

Actual behaviour:
-LibreOffice tops 100% CPU usage, and crashes occasionally when trying to quit
LibreOffice. 

OS X 10.7.5, LO 4.1.3.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 70607] LibreOffice uses 100% CPU and crashes when quit during extension update

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

Emir Sarı emir_s...@msn.com changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 69498] EDITING: Promoting/Demoting Bullets/Numbering Levels

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

--- Comment #1 from Dominique Boutry dominique.bout...@laposte.net ---
Tentative explanation :

There are 2 kinds of numbering :
- for the document outline ; labelled Outline and numbering (not certified, I
use a French version...)
- in the styles, labelled numerotation style (along with bulleted style)
You are supposed to avoid using both on the same component to get a desired
effect.

THe first usage deal with the document outline :
- set by the Tools  Chapter numbering
- affect only so-called headers comonents (the content of a chapter may be
moved along with its header, it never see its style automaticaly changed due to
outline manipulations)
- interaction with paragraph style : a reminder of level and style in the
Outline  numbering tab (you should always keep the value to outline
numbering, i.e. avoid direct formatting on headers in that tab ; you can use
outline level to create your own supplementary header components, taken into
account by the navigator)
- the right place to manage the outline is the navigator ; it shows the
appropriate promote/demote buttons

The buttons you show in attachment 86028 deal with the second usage. This
second usage is characterized by :
- lay-out limited to the component and all immediatly following components with
the same list style,
- Using this buttons on headers results in an inextricable state

To summarize, the symbols Arrow to the Right and Arrow to the Left you
showed promote or demote an internal local level within the local
numbered/bulleted list, switching appropriatly initial number/bullet (the
default list styles with bullets keep the same bullet for each level, resulting
to an impression that it is a simple horizontal move.

In my opinion, rather complex schema but Not 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 70607] LibreOffice uses 100% CPU and crashes when quit during extension update

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

Emir Sarı emir_s...@msn.com changed:

   What|Removed |Added

   Hardware|Other   |x86 (IA32)

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70588

Niklas Johansson sleeping.pil...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Component|WWW |UI
 Ever confirmed|0   |1

--- Comment #4 from Niklas Johansson sleeping.pil...@gmail.com ---
I had another look with Accessibility inspector on Mac and in the Save Document
dialog I see that the labels have AXSubrole: AXSecureTextField. But I still
don't see the issue in the spelling dialog. I used LibreOffice 4.1.2.3 on Mac
OS X 10.8.5. 

Changing to UI since it concerns dialogs in more than one of LibreOffice
applications.

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38838

--- Comment #80 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Caolan McNamara committed a patch related to this issue.
It has been pushed to master:

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

Related: fdo#38838 remove String::GetToken



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 70608] New: FORMATTING: I can not clear a part of direct formatting (other attributes must remain)

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

  Priority: medium
Bug ID: 70608
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: I can not clear a part of direct
formatting (other attributes must remain)
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: x...@hdsnet.hu
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.5.2 release
 Component: Writer
   Product: LibreOffice

(Sorry, my English is not perfect.)

I want to delete some direct formatting attributes (size, condensing, line
space, paragraph space), all other direct formatting must be remain (for
example bold, italic). I can not do this. Ctrl+M deletes all attributes.
Naturally, with the Find window, I can select the all paragraphs with a given
style, and I can modify the size of the text, but this will be a direct
formatting. But I want if I modify the style or remove a text to an another
file with modified style, the size of text let vary.
Operating System: Windows XP
Version: 4.0.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 70609] New: FILEOPEN: Chart data file reading error

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

  Priority: medium
Bug ID: 70609
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: Chart data file reading error
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: seven7s...@fsmail.net
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Chart
   Product: LibreOffice

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

Problem description: 

Opening an xlsx file with embedded charts.  The chart data range is corrupted
resulting in no visible data in the chart.  

Steps to reproduce:
1. Open an xlsx file with an embedded chart with a range (when viewed in Excel
2000) such as 

=Indices!$A$10:$N$138

2. The chart data does not display

3. Check the actual data range in LibreOffice and it shows

$Indices.$A$10:$N$11

4. Set the range in LibreOffice to

$Indices.$A$10:$N$138

and the chart is displayed correctly

Current behavior:

Opening an xlsx file with embedded charts.  The chart data range is corrupted
resulting in no visible data in the chart.  
If, after opening the file, the chart data range is set manually to the correct
range the chart displays correctly which suggests the problem is with the file
reading operation.


Expected behavior:

Chart should be correct on opening of file


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 70610] New: FILEOPEN: Impress terminates when opening a presentation stored previously on Ubuntu 12.04

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

  Priority: medium
Bug ID: 70610
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: Impress terminates when opening a
presentation stored previously on Ubuntu 12.04
  Severity: major
Classification: Unclassified
OS: Linux (All)
  Reporter: ulrich.mo...@zpk-moser.de
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Presentation
   Product: LibreOffice

On some presentations LO Impress crashes on fileopen. After opening the same
presentation on another machine it works again. 

syslog tells me that soffice causes a segfault:
Oct 18 12:55:02 gibbs kernel: [60468.573435] soffice.bin[6808]: segfault at
7f875ff8e878 ip 7f875ff8e878 sp 7fff626e8298 error 15 in
libc-2.15.so[7f875ff8e000+2000]

My environment: 
- Notebook with Intel i7 8 core
- NVIDIA embedded Graphics
- OS: Ubuntu 12.04 LTS 
- uname output: Linux gibbs 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11
18:21:16 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
- LibreOffice 4.1.1.2 Build ID: 410m0(Build: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 62309] EDITING: Scroll problem

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

--- Comment #6 from David genericinet+libreoffice@gmail.com ---
There have been some problems fixed with the responsiveness in recent versions
but I do find there is still a slight delay that occurs when scrolling using
the mouse wheel.  It seems to me to be related to the headers and footers.  It
seems like if the scrolling stops with the mouse cursor over one of these areas
then the document stops responding for a short time. I'm not sure if that is
exactly what's happening but it seems to be the issue.  The new way of doing
headers  footers have caused other problems so maybe it's related.

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


[Libreoffice-bugs] [Bug 70611] New: Resizing with tab sizes and tables, etc.

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

  Priority: medium
Bug ID: 70611
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Resizing with tab sizes and tables, etc.
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: x...@hdsnet.hu
  Hardware: All
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

For example, I download a document what is a pony, but I want to learn from it,
and I do not want to use it at the exam.

So, I must modify this size from 5 to 10, I must double the tab base size, and
all the tab positions, at the all styles. If there are a lof of text parts what
is formatted with tabs, I must double the condensing, etc. I must reformat all
the tables so.

Naturally, I can export to pdf and print with doubled size. But if the width of
the lines shold be bigger than the width of paper, this is not a solution. Some
times the width of the lines must remain. A complex workaround: setting the
columns, the width of the lines, the size of paper, for example, to 2/3 size of
the paper, and printing with 1,5 times enlargement.

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


[Libreoffice-bugs] [Bug 55695] Writer not generating window.activate when focus is returned.

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

pete...@datagate.sk changed:

   What|Removed |Added

 CC||pete...@datagate.sk

--- Comment #2 from pete...@datagate.sk ---
This is still an issue. I am currently running gnome 3.10 with orca 3.10.1 and
libreoffice 4.1.2.
I can do the following
- locate a writer icon in the gnome dock or elsewhere
- activate the icon

what happens
libre office writer window opens but I am not notified that something has
changed giving an impression focus is still on the writer icon in the dock.

What is expected
writer document window should notify ATK that it has gained the system focus
somehow. For example while opening gnome applications like gedit, gnome
calculator etc I am correctly notified to the fact they have been launched with
a proper focus indication.

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


[Libreoffice-bugs] [Bug 70612] New: Missing pages in documents (doc) not (docx) | Writer vs. Word

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

  Priority: medium
Bug ID: 70612
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Missing pages in documents (doc) not (docx) | Writer
vs. Word
  Severity: major
Classification: Unclassified
OS: All
  Reporter: it-supp...@uniline.hr
  Hardware: All
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

Created attachment 87816
  -- https://bugs.freedesktop.org/attachment.cgi?id=87816action=edit
Original DOC document. SHows correctly in MS Office. OOO does not show all
pages. Page 1 should be there and page 2 empty. Other pages missing.

Hello,

I noticed that once DOC is opened I have only first page and second is blank.
Document must have been made with Office 2010/2007. 
Document originally has 5 pages. I see page 1 and page 2 empty. Other pages are
not shown.

We tryed to save same document with office 2010 to RTF and ODT.

RTF lost all styles and only page 1 shown. 
ODT only shows page 1 once saved in office.

I read there are always compat. issue between both office suites. Since we got
too many FORMATS there should be 1 format that
both sides will agree to respect its structure. So since ODT, DOC won't help
and RTF in that matter makes me wanna force HTML
as default format or similar that will work in all suites :D

Not sure if this will help you much but I hope a document like this will be
useful to make upgrades.

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 57789] Spell check not working

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

--- Comment #5 from Shree Devi Kumar sh...@yahoo.com ---
Created attachment 87817
  -- https://bugs.freedesktop.org/attachment.cgi?id=87817action=edit
image showing message and screen shot

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


[Libreoffice-bugs] [Bug 57789] Spell check not working

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

Shree Devi Kumar sh...@yahoo.com changed:

   What|Removed |Added

  Attachment #87817|image showing message and   |image showing message and
description|screen shot |screen shot
   ||
   ||libreoffice 4.1.3.1 on
   ||windows7

--- Comment #6 from Shree Devi Kumar sh...@yahoo.com ---
Comment on attachment 87817
  -- https://bugs.freedesktop.org/attachment.cgi?id=87817
image showing message and screen shot

libreoffice 4.1.3.1 on windows7

Does not allow any setting of spellcheck options, does not do checking.

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


[Libreoffice-bugs] [Bug 67885] FILESAVE: Files locked after saved on network drive

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

--- Comment #13 from Dave davidmaug...@ced.ltd.uk ---
I can add a bit of information:

LibO 4.1.2.3
Win 7 Pro 64 bit client
Samba 3.6.3 server

Only odt and ods files get the Document is locked for editing by Unknown
User; odb, csv, xls and doc don't (these are all set up to open in LibO on my
computer)

Looking at the output from smbstatus directly after opening an odt/ods file
from the network shows it to be read only:

8931 1  DENY_WRITE 0x20089 RDONLY NONE
/home/users/davidm   systems.odt   Fri Oct 18 12:53:43 2013

but this read only status disappears after ~5 seconds. Once it has gone, I can
use the Edit File button in LibO to get RW access to the file, after which
the smbstatus line is the more normal:

8931 1  DENY_WRITE 0x2019f RDWR   NONE
/home/users/davidm   systems.odt   Fri Oct 18 12:55:04 2013

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


[Libreoffice-bugs] [Bug 70607] LibreOffice uses 100% CPU and crashes when quit during extension update

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

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

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #1 from Stephan Bergmann sberg...@redhat.com ---
(Note that the download would eventually finish, though.  It is just that
http://www.languagetool.org/download/LanguageTool-2.3.oxt is 44M and the
processing is done in 8K chunks, which takes time and keeps the CPU busy.)

Emir, what part of comment 0 is a regression?  That downloading
http://www.languagetool.org/download/LanguageTool-2.3.oxt consumes 100% CPU,
or that LO crashes when trying to quit during the download?

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


[Libreoffice-bugs] [Bug 70614] New: EDITING: Calc freezes when moving cells.

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

  Priority: medium
Bug ID: 70614
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Calc freezes when moving cells.
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: pr...@gmx.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 87821
  -- https://bugs.freedesktop.org/attachment.cgi?id=87821action=edit
Sample

Problem description: 

So, when I try
to move cells using drag-and-drop method, Calc freezes almost everything
– I can only move the cursor (everything else to do in X is impossible,
so it's necessary to kill the process from TTY). I'm forced to move
cells through cut and paste, which is not very handily. It's connected with
libreoffice-kde4 package in Arch Linux. Without that package everything works.

Steps to reproduce:
Just select any cell and try to move it by drag-and-drop.

KDE version: 4.11.2, Qt version: 4.8.5.
Operating System: Linux (Other)
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 70614] EDITING: Calc freezes when moving cells.

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

prymeroot pr...@gmx.com changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)

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


[Libreoffice-bugs] [Bug 70615] New: Setting the font size to 100% in a style saves a fixed value instead

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

  Priority: medium
Bug ID: 70615
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Setting the font size to 100% in a style saves a fixed
value instead
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: maz...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Writer
   Product: LibreOffice

Steps to reproduce:
1) Insert some headings (1 to 3 will suffice).
2) Set the font size for the Heading style to 12pt. All the headings should
change to match.
3) Set the font size for the Heading 2 style to 100%.
4) Set the font size for the Heading style to 18pt. Heading 2 stays at 12pt
while the other styles change to match the Heading style's font size.

As I'm setting 100% instead of 12pt, I would expect the style font size to
remain dynamic, especially as that's what happens for other percentages
entered.

(I've tried it only with paragraph styles, haven't tried with other kinds of
styles.)

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


[Libreoffice-bugs] [Bug 70616] New: FILESAVE: docx: JPG images not saved on export

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

  Priority: medium
Bug ID: 70616
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: docx: JPG images not saved on export
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: jaragu...@igalia.com
  Hardware: Other
Status: NEW
   Version: 4.2.0.0.alpha0+ Master
 Component: Writer
   Product: LibreOffice

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

The attached file contains a JPG image embedded into a document as a Draw
object. When you export this document to docx the image itself is not saved: if
you unzip the docx file you will see that /word/media/ contains a 0-byte file
called image1.


Why is this happening? Look at the code that should save the image file:

oox/source/export/vmlexport.cxx:559

if ( rProps.GetOpt( ESCHER_Prop_fillBlip, aStruct )  m_pTextExport)
{
SvMemoryStream aStream;
int nHeaderSize = 25; // The first bytes are WW8-specific, we're only
interested in the PNG
aStream.Write(aStruct.pBuf + nHeaderSize, aStruct.nPropSize - nHeaderSize);
aStream.Seek(0);
Graphic aGraphic;
GraphicConverter::Import(aStream, aGraphic, CVT_PNG);
OUString aImageId = m_pTextExport-GetDrawingML().WriteImage( aGraphic );
pAttrList-add(FSNS(XML_r, XML_id), OUStringToOString(aImageId,
RTL_TEXTENCODING_UTF8));
}

As you can see, CVT_PNG is hard-wired here.

If you had used a PNG image it would have been properly saved but the image
wouldn't appear when you open back that saved .docx that's a different bug
anyway ;) (probably #65836).

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


[Libreoffice-bugs] [Bug 70616] FILESAVE: docx: JPG images not saved on export

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

Jacobo Aragunde Pérez jaragu...@igalia.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jaragu...@igalia.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 60698] kill pointless one-file library ...

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

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|EasyHack,DifficultyInterest |EasyHack,DifficultyInterest
   |ing,SkillCpp,TopicCleanup   |ing,SkillCpp,TopicCleanup
   ||target:4.2.0

--- Comment #5 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
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=b538fc543ecfbafef94b15ef068890c22d7f2218

fdo#60698: Move fileaccess module to ucb



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 70617] New: SEGV on Mac in COMMAND_WHEEL Mobile / touch scrolling section branch with null pHScrl

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

  Priority: medium
Bug ID: 70617
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: SEGV on Mac in COMMAND_WHEEL Mobile / touch scrolling
section branch with null pHScrl
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: sberg...@redhat.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: UI
   Product: LibreOffice

Created attachment 87823
  -- https://bugs.freedesktop.org/attachment.cgi?id=87823action=edit
dialog screenshot

With local build of current master on Mac OS X 10.8, with a Download and
Installation dialog open that has a text box with just a vertical scrollbar
(see attached screenshot.png), I somehow managed to get into the branch labeled
Mobile / touch scrolling section (introduced by
http://cgit.freedesktop.org/libreoffice/core/commit/?id=4e7495ac2cb6b015ad492def45fd24f4ba0f54f8
Fix for iOS scroll by pixels, and pinch to zoom) in the COMMAND_WHEEL case of
Window::HandleScrollCommand (vcl/source/window/window2.cxx) with pHScrl = 0,
which causes a SEGV:

 #0  ScrollBar::GetVisibleSize (this=0x0) at scrbar.hxx:133
 #1  0x0489e13e in Window::HandleScrollCommand (this=0x6dc5c730, 
 rCmd=@0xbff441a0, pHScrl=0x0, pVScrl=0x6dc5e170) at 
 core/vcl/source/window/window2.cxx:1217
 #2  0x0437f9af in ImpVclMEdit::HandleCommand (this=0x6dc5c6b0, 
 rCEvt=@0xbff441a0) at core/vcl/source/edit/vclmedit.cxx:702
 #3  0x043835ff in VclMultiLineEdit::Notify (this=0xb01025f8, 
 rNEvt=@0xbff43f90) at core/vcl/source/edit/vclmedit.cxx:1411
 #4  0x048c1233 in Window::Notify (this=0x6dc5c730, rNEvt=@0xbff43f90) at 
 core/vcl/source/window/window.cxx:5270
 #5  0x048bfc84 in Window::Command (this=0x6dc5c730, rCEvt=@0xbff441a0) at 
 core/vcl/source/window/window.cxx:4960
 #6  0x04380b57 in TextWindow::Command (this=0x6dc5c730, rCEvt=@0xbff441a0) at 
 core/vcl/source/edit/vclmedit.cxx:899
 #7  0x048e4305 in ImplCallWheelCommand (pWindow=0x6dc5c730, rPos=@0xbff44318, 
 pWheelData=0xbff44358) at core/vcl/source/window/winproc.cxx:1420
 #8  0x048e1f82 in ImplHandleWheelEvent (pWindow=0xb0101f88, rEvt=@0xbff44748, 
 scaleDirectly=false) at core/vcl/source/window/winproc.cxx:1496
 #9  0x048dfa3f in ImplWindowFrameProc (pWindow=0xb0101f88, nEvent=21, 
 pEvent=0xbff44748) at core/vcl/source/window/winproc.cxx:2502
 #10 0x04903176 in SalFrame::CallCallback (this=0x6dc5abe0, nEvent=21, 
 pEvent=0xbff44748) at salframe.hxx:243
 #11 0x0497cab5 in -[SalFrameView scrollWheel:] (self=0x6dc59910, 
 _cmd=0x99fd6771, pEvent=0x81229800) at 
 core/vcl/aqua/source/window/salframeview.mm:913
 #12 0x99841af1 in -[NSWindow sendEvent:] ()
 #13 0x9983c90f in -[NSApplication sendEvent:] ()
 #14 0x0496515b in -[VCL_NSApplication sendEvent:] (self=0x7c62f900, 
 _cmd=0x99fbcdb1, pEvent=0x81229800) at 
 core/vcl/aqua/source/app/vclnsapp.mm:200
 #15 0x049007c0 in AquaSalInstance::Yield (this=0x7c22af60, bWait=true, 
 bHandleAllCurrentEvents=false) at core/vcl/aqua/source/app/salinst.cxx:702
 #16 0x042a46d2 in ImplYield (i_bWait=true, i_bAllEvents=false) at 
 core/vcl/source/app/svapp.cxx:364
 #17 0x0429ff4a in Application::Yield () at core/vcl/source/app/svapp.cxx:396
 #18 0x0429ff0b in Application::Execute () at core/vcl/source/app/svapp.cxx:345
 #19 0x001c56ed in desktop::Desktop::Main (this=0xbff45b38) at 
 core/desktop/source/app/app.cxx:1670
 #20 0x042b034b in ImplSVMain () at core/vcl/source/app/svmain.cxx:162
 #21 0x048ffd43 in AquaSalInstance::handleAppDefinedEvent (pEvent=0x7c22b2a0) 
 at core/vcl/aqua/source/app/salinst.cxx:528
 #22 0x0496496f in -[VCL_NSApplication sendEvent:] (self=0x7c62f900, 
 _cmd=0x99fbcdb1, pEvent=0x7c22b2a0) at core/vcl/aqua/source/app/vclnsapp.mm:64
 #23 0x9975662c in -[NSApplication run] ()
 #24 0x996f95f6 in NSApplicationMain ()
 #25 0x048feab3 in ImplSVMainHook (pnInit=0xbff45ad0) at 
 core/vcl/aqua/source/app/salinst.cxx:221
 #26 0x042b1a8e in SVMain () at core/vcl/source/app/svmain.cxx:195
 #27 0x00228978 in soffice_main () at 
 core/desktop/source/app/sofficemain.cxx:85
 #28 0x000bbf5b in sal_main () at core/desktop/source/app/main.c:48
 #29 0x000bbf40 in main (argc=1, argv=0xbff45be4) at 
 core/desktop/source/app/main.c:47

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


[Libreoffice-bugs] [Bug 41316] Page styles should support hierarchical parent-child relationships (like paragraph or character styles)

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

--- Comment #8 from R. Becke subscribe.be...@gmail.com ---
Is there a plan by when this enhancement will be realized in LibreOffice (or
OpenOffice). If possible I would as well like to vote for this 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 70617] SEGV on Mac in COMMAND_WHEEL Mobile / touch scrolling section branch with null pHScrl

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

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

   What|Removed |Added

  Attachment #87823|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 70618] New: Rows modified by spellchecking function

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

  Priority: medium
Bug ID: 70618
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Rows modified by spellchecking function
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: davian...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.3.1 rc
 Component: Spreadsheet
   Product: LibreOffice

When table rows are removed during the spellchecking, pressing 'Skip' button
may make deleted rows to re-appear or existing rows to get duplicated.

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


[Libreoffice-bugs] [Bug 68925] MAILMERGE: mailmerge with txt, csv datasource(office automation)

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

domingo.sacris...@gvcc.net changed:

   What|Removed |Added

Version|4.1.2.2 rc  |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 69565] FORMATTING: cannot remove underlining or change color of hyperlinks

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

--- Comment #1 from Dominique Boutry dominique.bout...@laposte.net ---
Reproduced with LibO 4.1.2.3 on Win7

Deals with direct formatting :
- select the whole line, Ctrl-m to remove direct styles : after that, it works
- Writer seems confused by the multiple formats applied to the word Gentoo :
the format of the underlying paragraph component, the character formats
attached to the status of hyperlink entry and the formats (color, underline,
etc) that the user try to apply to the word.

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 68925] MAILMERGE: mailmerge with txt, csv datasource(office automation)

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

--- Comment #12 from domingo.sacris...@gvcc.net ---
Tested too with Libreoffice 4.3.1.1
The wrong behavior persist!

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


[Libreoffice-bugs] [Bug 69562] Problem of formatting style (repeating operations)

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

--- Comment #1 from Dominique Boutry dominique.bout...@laposte.net ---
See comment 1 in bug 69498 on the necessity to disconnect carefully :
- the features you use for headings : Header N paragraph styles, Tools 
Chapter numbering to set, the Navigator (F5) to edit,
- the features you use for numbering local lists, mainly the stylist (F11) with
the Style List.

Maybe you have made some mix (or inappropriate direct formatting) on headers
with wrong lay-out. Have pleasure in your future LibO experiences !

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70537

--- Comment #9 from Michael Wood esiot...@gmail.com ---
(In reply to comment #8)
 Opens fine with 4.1.1.2 under Ubuntu 13.04 (64-bit). Looks like an exact
 duplicate of Bug 65980.
 
 *** This bug has been marked as a duplicate of bug 65980 ***

hmmm...  Strange.

I would not call this a slow processor:

$ grep -E '^(processor|model name)' /proc/cpuinfo 
processor: 0
model name: Intel(R) Core(TM) i7 CPU 860  @ 2.80GHz
processor: 1
model name: Intel(R) Core(TM) i7 CPU 860  @ 2.80GHz
processor: 2
model name: Intel(R) Core(TM) i7 CPU 860  @ 2.80GHz
processor: 3
model name: Intel(R) Core(TM) i7 CPU 860  @ 2.80GHz
processor: 4
model name: Intel(R) Core(TM) i7 CPU 860  @ 2.80GHz
processor: 5
model name: Intel(R) Core(TM) i7 CPU 860  @ 2.80GHz
processor: 6
model name: Intel(R) Core(TM) i7 CPU 860  @ 2.80GHz
processor: 7
model name: Intel(R) Core(TM) i7 CPU 860  @ 2.80GHz

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


[Libreoffice-bugs] [Bug 69530] EDITING: Spacing before paragraph ineffective after a caption

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

--- Comment #2 from Dominique Boutry dominique.bout...@laposte.net ---
Tentative explanation (Please let me know if/where I'm wrong) :

- After your step 1, the image is anchored to paragraph
- After your step 3, the image is encapsulated in a frame anchored to
paragraph
- I make the assumption that you manage your lay-out through making anchored
as character, and that you did that for the current image ; Alas ! the outside
frame has remained anchored to paragraph and the text adaptation to he
third choice (Renvoi dynamique à la page in French) instead of no
adaptation
- The spacing before the next paragraph exists, but it is behind the
image+caption

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


[Libreoffice-bugs] [Bug 69511] Pressing F2 in Calc does not highlight all cells used in a formula EDITING

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

--- Comment #1 from Dominique Boutry dominique.bout...@laposte.net ---
Reproduced with LibO 4.1.2.3 on Win7

Some other related manifestations of the bug :
- LibO cycles on only four distinct colors to color cells 
- the color of C2 in the formula wrongly jogs between different colors

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


[Libreoffice-bugs] [Bug 69360] UI: Scrolling using middle mouse button blocked when scroolbar is at the top

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

--- Comment #5 from Dominique Boutry dominique.bout...@laposte.net ---
Partially reproductible with LibO 4.1.2.3 on Win7.

I noticed that trying to move the concerned leftmost slides scrollbar :
- with the mouse wheel : results in moving the rightmost one (for the tasks
panel) or the central one if none in the rightmost panel
- with the mouse wheel, left to the scrollbar i.e. on the slides themselves :
OK
- with clics in the scrollbar : 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 69286] VIEWING: Sorting does not sort the first line in matrix with the selection contains non-numeric cells.

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

--- Comment #1 from Dominique Boutry dominique.bout...@laposte.net ---
You wrote : I think this is related to sorting trying to detect column headers
or labels.

You gave the right explanation. In the Sort dialog box, switch to tab
Options and uncheck the the range contains column labels box, I guess it
will be 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 69281] Condensing Characters Doesn't Reduce Horizontal Space for Line Wrapping

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

--- Comment #1 from Dominique Boutry dominique.bout...@laposte.net ---
Not reproduced with LibO 4.1.2.3 on Win7. Condensing works fine.

A tentative explanation -don't blame me if I underestimate your proficiency in
Lib0 ;-) could be the presence of hard-returns (Shiht+Enter).

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38838

--- Comment #81 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Caolan McNamara committed a patch related to this issue.
It has been pushed to master:

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

Related: fdo#38838 remove String::Match



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 70618] Rows modified by spellchecking function

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

--- Comment #2 from Terrence Enger lo_b...@iseries-guru.com ---
Created attachment 87828
  -- https://bugs.freedesktop.org/attachment.cgi?id=87828action=edit
typescript of demonstration starting with previously attached 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 70618] Rows modified by spellchecking function

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

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||lo_b...@iseries-guru.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 70618] Rows modified by spellchecking function

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

--- Comment #1 from Terrence Enger lo_b...@iseries-guru.com ---
Created attachment 87827
  -- https://bugs.freedesktop.org/attachment.cgi?id=87827action=edit
starting point for bug demonstration

Note that these steps are fragile: merely visiting another application
to refer to the steps can change the result.  Anyway, to show the bug:

(*) Open attached workbook.  Or, enter the following into a new
worksheet; note the deliberate typo in cell B4.

   |  A   B
 - +  --  -
 1 |  Thequick
 2 |  brownfox
 3 |  jumpsover
 4 |  thelzay
 5 |  dog

(*) Type F7.  Program presents dialog Spelling: English (USA)
showing Not in dictionary = lzay and four suggestions.

(*) In the worksheet, right click on the header for row four.  The
dialog remains visible but the program gives focus to the
worksheet, highlights row 4, and presents a pop-up menu.

(*) From the pop-up menu select Delete selected rows.  Cell A4
contains dog and B4 is blank; rows 5 and following are blank.

(*) In the spellcheck dialog, click Ignore Once.

Result expected : in the worksheet, A4 has dog and B4 has blank.

Result observed : in the worksheet, A4 has dog and B4 has lzay.

(*) After dismissing the message and dialog boxes, Save As...,
Close, and Open, cell B4 still has lzay.


These observations are from master commit 95e95e0, pulled 2013-09-19,
configured with:

--enable-option-checking=fatal
--enable-dbgutil
--enable-crashdump
--without-system-postgresql
--without-myspell-dicts
--with-extra-buildid
--without-doxygen
--with-external-tar=/home/terry/lo_hacking/git/src

built on ubuntu-natty (11.04) 32-bit, and executing on ubuntu-quantal
(12.10) 64-bit.

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


[Libreoffice-bugs] [Bug 48942] FORMATTING: Page Header Same Content

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

Adriano Afonso adrianoafo...@libreoffice.org changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 70624] index order depend on the screen zoom and on chapter position

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

gioni gianni.nard...@mail.com changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
 OS|All |Windows (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 70624] New: index order depend on the screen zoom and on chapter position

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

  Priority: medium
Bug ID: 70624
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: index order depend on the screen zoom and on chapter
position
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: gianni.nard...@mail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Writer
   Product: LibreOffice

Created attachment 87829
  -- https://bugs.freedesktop.org/attachment.cgi?id=87829action=edit
writer doc created with styles

I noticed 2 problem on my text created with styles.
- try to bring chapter 1.1 one level up (also 2.1 and 3.1 if you want). Update
index. Index order will change.  

- try to change screen zoom and the update index. Index order will change. Try
to change screen zoom till to have 6 or 8 page on the screen... and see the
result.

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


[Libreoffice-bugs] [Bug 70618] Rows modified by spellchecking function

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

--- Comment #3 from Terrence Enger lo_b...@iseries-guru.com ---
I am not supplying keyworkd bibisected because (to the resolution of
the 40 bibisect) the bug appears at the same time that the spellcheck
recognizes lzay as an error.  So I figure that the result is not
very interesting.  Still, from `git bisect`:

897cb6dda02ae841cd1831e132de2aba7821a601 is the first bad commit
...
source-hash-212c18430864f110e5a3549c0279b1a2ea4bb6bd
...

and from `git bisect log`:

# bad: [5b4b36d87517a6ea96ff8c84c46b12f462fc9a1a]
source-hash-8450a99c744e9005f19173e4df35d65640bcf5c4
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# bad: [16b0b88cbd4ef0f51816e97277e40c5cf78f7bf9]
source-hash-099198a4224778fe6e43f5dc13b5b9b1b4dc828c
git bisect bad 16b0b88cbd4ef0f51816e97277e40c5cf78f7bf9
# good: [598083cdb5699e7f45183da8b750815f62ff5485]
source-hash-ecb1599ad00e71dfe05f3ae9a71bdce5f7540a40
git bisect good 598083cdb5699e7f45183da8b750815f62ff5485
# good: [cc1fc072dd691da3da43742dfc3fdd126157257b]
source-hash-18c661f715a0b6850d30b374e5556dc14a377d2b
git bisect good cc1fc072dd691da3da43742dfc3fdd126157257b
# bad: [fb0ce84a03588593a081ac3a26b2ada2d960b76c]
source-hash-1aa91a2d8e7db5cebff5b47f3005f1acff64d25e
git bisect bad fb0ce84a03588593a081ac3a26b2ada2d960b76c
# good: [971746fd36818460b8a85a28b87a480808635f79]
source-hash-7e6e16ba6de2d3ef2b130d1ad5ffeabfdb37918e
git bisect good 971746fd36818460b8a85a28b87a480808635f79
# bad: [3dd564c99651edb7fc45bea4afec8e98f7a8aa19]
source-hash-0bbf79005a697c6781047c01f05eb660836a18e1
git bisect bad 3dd564c99651edb7fc45bea4afec8e98f7a8aa19
# bad: [dda5f411582f8cab90cb3f9abc456fdadb972afb]
source-hash-5553dfe2060cb4a02a827c9774a60e4408d20c33
git bisect bad dda5f411582f8cab90cb3f9abc456fdadb972afb
# bad: [897cb6dda02ae841cd1831e132de2aba7821a601]
source-hash-212c18430864f110e5a3549c0279b1a2ea4bb6bd
git bisect bad 897cb6dda02ae841cd1831e132de2aba7821a601

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


[Libreoffice-bugs] [Bug 38080] Save and re-open spreadsheet and all data is lost (Windows 7 dual monitor)

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

--- Comment #20 from Leo elka...@comcast.net ---
This happened to me in 4.1.1.2 and I lost a large data file.  Not going to mess
with this anymore.  Can't stand programs that corrupt or lose data.  :(  LKA

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


[Libreoffice-bugs] [Bug 38080] Save and re-open spreadsheet and all data is lost (Windows 7 dual monitor)

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

Leo elka...@comcast.net changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |x86 (IA32)
Version|3.4.0 release   |4.1.1.2 release
  Component|Spreadsheet |Database

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


[Libreoffice-bugs] [Bug 70625] New: Add --cat parameter to make git diffs pretty

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

  Priority: medium
Bug ID: 70625
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Add --cat parameter to make git diffs pretty
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: michael.me...@collabora.com
  Hardware: Other
Status: NEW
   Version: 4.2.0.0.alpha0+ Master
 Component: Libreoffice
   Product: LibreOffice

I just read:
   http://git-scm.com/book/ch7-2.html (search for odt)

And realized we could become a much more useful part of the git ecosystem if we
had a simple '--cat' mode that dumped most (if not all) formats as flat-odf to
allow easier diffing (and logging?)

What we need (instead of that embarassing script) is something that handles doc
and ODF and spreadsheets etc. and dumps text so:

loffice --cat filename | less

We will inevitably need to use a /tmp file and adapt the existing --convert-to
txt code to do this easily, but - it'd be great to have that built-in.

Code pointers:

desktop/source/app/cmdlineargs.cxx
http://cgit.freedesktop.org/libreoffice/core/tree/desktop/source/app/cmdlinehelp.cxx#n50
http://cgit.freedesktop.org/libreoffice/core/tree/desktop/source/app/cmdlineargs.cxx

checkout GetConversionList:

http://cgit.freedesktop.org/libreoffice/core/tree/desktop/source/app/app.cxx#n2443

Of course - the slight downer is that the factory process, and the
command-line-arg parsing piece are separated by a process / factory barrier -
so it's possible we'd need to add a round-trip reply that returns the /tmp
filename and then cat that.

Thanks for poking !

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


[Libreoffice-bugs] [Bug 70625] Add --cat parameter to make git diffs pretty

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

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

   What|Removed |Added

 Whiteboard||EasyHack DifficultyBeginner
   ||SkillCpp TopicCleanup

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


[Libreoffice-bugs] [Bug 70355] DATALOSS: Graph data tables swapping data in x and y axis in writer documents resulting in incorrect graphs.

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

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

 Whiteboard|bibisectrequest |bibisected
 CC||lo_b...@iseries-guru.com

--- Comment #15 from Terrence Enger lo_b...@iseries-guru.com ---
From `git bisect`:

305763174e4eed88f03bba7df1276cdf26be9a0c is the first bad commit
...
commit bb5196b40cc5f8f2d4f221e61a20d572ce504558
...

and from `git bisect log`:

# bad: [d31848bf3b700a22d127d7c775a0f910a7e133d0]
source-hash-86cbe18a6143bf054c31f69dc97368dfdd3ad374
# good: [3e7462bd65e692bf0592d5b080b7716341b62a47]
source-hash-1eddfce9894fd05315173744f495619189093dc7
git bisect start 'latest' 'oldest'
# good: [578fb08152ad11454e2f09ad6f8c8e527da817de]
source-hash-4e3e171262aed0e52fa76158950d5be770249e80
git bisect good 578fb08152ad11454e2f09ad6f8c8e527da817de
# bad: [efb04c1c794ef7fc4cda1eb80880d333ca969a5e]
source-hash-7908692490120350f2ad45241f7b19ba52dc0489
git bisect bad efb04c1c794ef7fc4cda1eb80880d333ca969a5e
# good: [b46b5a58fcaec85eefb31b23afb0fc389a0c5334]
source-hash-34c1b7bdd0bca4753f66a7d17ef46647a64a319e
git bisect good b46b5a58fcaec85eefb31b23afb0fc389a0c5334
# good: [3791268ce3e6f9e570f02c09d586fd8e9f2485c3]
source-hash-51daa4de4fbb86903aeb9cdfefbb089e8d00c001
git bisect good 3791268ce3e6f9e570f02c09d586fd8e9f2485c3
# bad: [8f14f077f5faef9b7660ddf5ebcd188eb3042372]
source-hash-dd5c0b2db451ff4d6fac7a72770758513583d468
git bisect bad 8f14f077f5faef9b7660ddf5ebcd188eb3042372
# good: [f066d428aeb365ac57d1863b9a574d82cddec974]
source-hash-c99b97d306211fe346a7d0a5208aa99118208fc5
git bisect good f066d428aeb365ac57d1863b9a574d82cddec974
# bad: [a2f22aae2d4c64e7426980214bc9e63237223647]
source-hash-83f77ab0661df992f241e5f9ecb1aa8f8eaeafec
git bisect bad a2f22aae2d4c64e7426980214bc9e63237223647
# bad: [305763174e4eed88f03bba7df1276cdf26be9a0c]
source-hash-bb5196b40cc5f8f2d4f221e61a20d572ce504558
git bisect bad 305763174e4eed88f03bba7df1276cdf26be9a0c
# good: [08a8f062763014582190ae8742fabc657cfa9078]
source-hash-e67c21ee0696cde7538016a813a5cbf39fb803b0
git bisect good 08a8f062763014582190ae8742fabc657cfa9078

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


[Libreoffice-bugs] [Bug 70094] ASKLIBREOFFICE: Remove (more) link from Askbot 0.7.49

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

manj_k courrier.oou.fr@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from manj_k courrier.oou.fr@googlemail.com ---
Thanks, has been fixed today.

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


[Libreoffice-bugs] [Bug 70168] ASKLIBREOFFICE: HTML problem

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

manj_k courrier.oou.fr@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from manj_k courrier.oou.fr@googlemail.com ---
Thanks, has been fixed today.

-- 
You are receiving this mail because:
You are the 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 Slovak Help with named shortcut keys

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

Milos Sramek msrame...@gmail.com changed:

   What|Removed |Added

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

--- Comment #5 from Milos Sramek msrame...@gmail.com ---
(In reply to comment #4)
 Language in summary corrected and Slovak translator added to CC list.

Corrected by the Slovak translator :)
Status changed to Fixed, check in the next release of 4.2
Milos

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


[Libreoffice-bugs] [Bug 69268] A different footer for the first page delete all the footers.

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

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #4 from Joel Madero jmadero@gmail.com ---
Just one point here - I'm going to bibisect because I do think this is a bug
but you can use styles to get the same result and these are not broken. Just
set first page to style First Page, then do a manual page break and set
remaining pages to default

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


[Libreoffice-bugs] [Bug 70627] New: LibreOffice-Writer crashes entering a complicated search string in findreplace dialogue

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

  Priority: medium
Bug ID: 70627
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LibreOffice-Writer crashes entering a complicated
search string in findreplace dialogue
  Severity: critical
Classification: Unclassified
OS: Linux (All)
  Reporter: wettererschein...@bb-goettingen.de
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Writer
   Product: LibreOffice

Whenever I enter the following searchstring in the findreplace dialogue in a
document actually containing text which would be found by this string
LibreOffice Writer hangs up / crashes.

\{05(|)(1|2|3|4|)\}([:alpha:]|[:space:]|_|\[|\]|\\|:|\?|\{(/|)0(1|2|4|6)(|)(1|2|3|4|5|6|7|)(|)(1|2|3|direkt|spaeter|passiv|)(|)(1|2|eng|lose|)(:
|)([:alpha:]|[:space:]|_|)+\}|.)+\{/05(|)(1|2|3|4|)(:
|)([:alpha:]|[:space:]|_|)+\}

This is reproducable in any documents which contain matches. Like the
following:

{011}{0212}{066}Nam liber{063} tempor cum soluta nobis eleifend{/063}
option congue nihil imperdiet doming id quod mazim placerat facer possim
assum.{043} Lorem ipsum dolor sit a{/066}met, consectetuer adipiscing
elit,{051} sed diam nonummy nibh{/043} euismod tincidunt ut laoreet dolore
magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci
tation ullamcorper suscipit lobortis nisl ut aliquip ex{/051: Duis autem vel
eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel
illum dolore eu feugiat nulla facilisis} ea commodo consequat.  {/0212}
{/011}

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


[Libreoffice-bugs] [Bug 70628] New: Connect Shapes Does Not Work

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

  Priority: medium
Bug ID: 70628
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Connect Shapes Does Not Work
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: albayermok...@yahoo.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Drawing
   Product: LibreOffice

Created attachment 87832
  -- https://bugs.freedesktop.org/attachment.cgi?id=87832action=edit
Connect Bug

When I go to connect two shapes (Shift Select) and Select Modify/Connect it
returns this wacky output.

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