[Libreoffice-bugs] [Bug 55410] on windows automatically fill in the default user's name into tools->options->user data

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55410

--- Comment #12 from Stephan Bergmann  ---
See createInstance in shell/source/backends/desktopbe/desktopbackend.cxx.  The
code you modified in Default::getPropertyValue would only get used on Linux if
your desktop environment did not match one of the more specific overrides of
the desktop backend (for GNOME/KDE/KDE4).

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


[Libreoffice-bugs] [Bug 73498] CRASH: Fatal Python error: Py_Initialize: can't initialize sys standard streams via Tools Customize Events causes a crash when clicking on the "macro" button

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73498

--- Comment #6 from pierre-yves samyn  ---
(In reply to Julien Nabet from comment #5)
> I put it as WFM but don't hesitate to reopen this tracker if you can
> reproduce it on 4.4.2.
> In this case it would be a regression but with just a range of 1 minor
> version (kindda of pre bibisect! :-))


No crash with Version: 4.4.2.2
Build ID: c4c7d32d0d49397cad38d62472b0bc8acff48dd6
Locale: fr_FR

WFM too :)

Regards
Pierre-Yves

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


[Libreoffice-bugs] [Bug 90510] FILEOPEN:Calc correctly reads but does not apply pie label settings

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90510

Luke  changed:

   What|Removed |Added

 CC||markus.mohrhard@googlemail.
   ||com

--- Comment #3 from Luke  ---
Markus, 
How should we handle this regression? It's causing the importer to ignoring
correct settings.

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


[Libreoffice-bugs] [Bug 90488] FILESAVE: cross reference in docx corrupted and cause a crash of LO

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90488

Matthew Francis  changed:

   What|Removed |Added

   Keywords||bisected, regression
 CC||caol...@redhat.com,
   ||fdb...@neosheffield.co.uk
 Whiteboard||bibisected

--- Comment #6 from Matthew Francis  ---
Commit identified in comment 5

Adding Cc: to caol...@redhat.com; Could you possibly take a look at this one?
Thanks

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


[Libreoffice-bugs] [Bug 90421] mal-formed RTF link output causes seeming data deletion

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90421

Matthew Francis  changed:

   What|Removed |Added

   Keywords||bisected
 CC||mst...@redhat.com
 Whiteboard||bibisected

--- Comment #3 from Matthew Francis  ---
This seems to have changed at the below commit.
Adding Cc: to mst...@redhat.com; Could you possibly take a look at this? Thanks

Following the instructions in comment 1, two things are significant: that the
space after the link seems to be required, and that this no longer occurs after
the same file has been round-tripped through ODF (i.e. it only occurs for me
when typed into a new file and saved directly as RTF)


commit b8907bf3d3b37c686a414ffbbd2d732348aab5b9
Author: Michael Stahl 
AuthorDate: Fri Jun 27 16:02:45 2014 +0200
Commit: Michael Stahl 
CommitDate: Fri Jun 27 16:15:19 2014 +0200

fdo#78758: sw: RTF export: don't export multiple \fldrst for one
hyperlink

Ensure that we export only one \fldresult per hyperlink by doing that
in
StartURL() and EndURL(); the TextINetFormat() is called once per text
portion.  This shouldn't cause problems as there can't be anything
between the end of the \field group and the start of \fldresult anyway.

Replace the annoying call to EndURL() from EndRun() with a special case
in EndURL() to store things in the right buffer (hopefully).

(somehow this is regression from
c4498251cb7181a9f272b0720f398597c0daef09)

Change-Id: I209ea7a384fb1cb5d1505a70ecc4a4536bbf26a2

--- Comment #4 from Matthew Francis  ---
Second attempt - bugzilla claimed to have run out of memory on the first try

Added Cc: to mst...@redhat.com - could you possibly take a look at this one?
Thanks

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


[Libreoffice-bugs] [Bug 90421] mal-formed RTF link output causes seeming data deletion

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90421

Matthew Francis  changed:

   What|Removed |Added

   Keywords||bisected
 CC||mst...@redhat.com
 Whiteboard||bibisected

--- Comment #3 from Matthew Francis  ---
This seems to have changed at the below commit.
Adding Cc: to mst...@redhat.com; Could you possibly take a look at this? Thanks

Following the instructions in comment 1, two things are significant: that the
space after the link seems to be required, and that this no longer occurs after
the same file has been round-tripped through ODF (i.e. it only occurs for me
when typed into a new file and saved directly as RTF)


commit b8907bf3d3b37c686a414ffbbd2d732348aab5b9
Author: Michael Stahl 
AuthorDate: Fri Jun 27 16:02:45 2014 +0200
Commit: Michael Stahl 
CommitDate: Fri Jun 27 16:15:19 2014 +0200

fdo#78758: sw: RTF export: don't export multiple \fldrst for one
hyperlink

Ensure that we export only one \fldresult per hyperlink by doing that
in
StartURL() and EndURL(); the TextINetFormat() is called once per text
portion.  This shouldn't cause problems as there can't be anything
between the end of the \field group and the start of \fldresult anyway.

Replace the annoying call to EndURL() from EndRun() with a special case
in EndURL() to store things in the right buffer (hopefully).

(somehow this is regression from
c4498251cb7181a9f272b0720f398597c0daef09)

Change-Id: I209ea7a384fb1cb5d1505a70ecc4a4536bbf26a2

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


[Libreoffice-bugs] [Bug 55410] on windows automatically fill in the default user's name into tools->options->user data

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55410

--- Comment #11 from Brent Ritzema  ---
Okay so I went onto linux to see if my code would even work first.. And I ended
up changing my code to this:

if ( PropertyName == "givenname")
{
return css::uno::makeAny(OUString("brent"));
}
After I deleted the user directory. I then recompiled the shell, officecfg, and
postprocess (last two just to be safe). Then when I ran the program the value
was still not there. Is there any reason that maybe the system got discontinued
somewhere else in the code or am I missing something? Because based off this,
if it is requesting the value and will fill in the space with the value given,
this should work and show this value.

Any more help is appreciated and has been greatly appreciated thus far (Thanks
Caolána and Stephan) :)

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


[Libreoffice-bugs] [Bug 90523] FILESAVE problem--Save As to move to another directory hangs

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90523

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
Please try with  actual version of LO,
http://www.libreoffice.org/download/libreoffice-fresh/

LO 4.2.x is EOL.
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 90472] Bibliography database doesnt set bibliography type

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90472

Matthew Francis  changed:

   What|Removed |Added

   Keywords||bisected
 Whiteboard||bibisected
   Severity|enhancement |minor

--- Comment #3 from Matthew Francis  ---
Not really an enhancement - a minor bug. A small part of the issue is
inherited, but let's treat it as a regression.

-> Severity: minor

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


[Libreoffice-bugs] [Bug 90472] Bibliography database doesnt set bibliography type

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90472

Matthew Francis  changed:

   What|Removed |Added

 CC||fdb...@neosheffield.co.uk

--- Comment #2 from Matthew Francis  ---
This appears to have changed at the below commit. Unsure if this is still
relevant given the UI rework (see bug 90473), but in any case that needs to be
fixed before it can be seen if this one is still present.

commit 03a2b4a80c5854bcb8520f2a43e485b98e3eba8f
Author: Lionel Elie Mamane 
AuthorDate: Wed Aug 6 15:17:13 2014 +0200
Commit: Lionel Elie Mamane 
CommitDate: Wed Aug 6 13:49:32 2014 +

fdo#82151 when constructing column object, replace m_aCurrentRow by a
function

The passed m_aCurrentRow becomes out-of-date as soon as the current row
changes.
This also hides an implementation detail of ORowSet to
ORowSet(Data)Column.

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


[Libreoffice-bugs] [Bug 90473] Bibliography detailed view no longer usable after search

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90473

Matthew Francis  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=90
   ||472

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


[Libreoffice-bugs] [Bug 90472] Bibliography database doesnt set bibliography type

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90472

Matthew Francis  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=90
   ||473

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


[Libreoffice-bugs] [Bug 81918] FORMATTING: dxf font export not working at all

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81918

Markus Mohrhard  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com
Summary|FORMATTING: Conditional |FORMATTING: dxf font export
   |Formatting;xlsx file|not working at 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 81918] FORMATTING: Conditional Formatting; xlsx file

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81918

--- Comment #3 from Markus Mohrhard  ---
So it is more complicated than that. My approach to dxf font export does not
work at all.

In ODF it is quite simple as we use a style and use the existing style. For
XLSX we need to export dxf entries that only contain differential formatting.
While we save them internally as dxf we have currently no way to extract that
information.

This will require some work to implement a correct dxf font export.

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


[Libreoffice-bugs] [Bug 74212] VIEWING: Ghost letters appearing after pasting from a web-page

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74212

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 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 86516] Formulas copied with cell dragging, that contain expressions on cell ranges, are not evaluated correctly

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86516

raal  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #16 from raal  ---
(In reply to mehmet.yavuz.selim from comment #15)
> Thank you very much, GerardF. Indeed, when I remove the spaces around the :
> in cell ranges, then all works fine.

I think we can close the bug then.
Thanks Gerard for resolving.

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


[Libreoffice-bugs] [Bug 90473] Bibliography detailed view no longer usable after search

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90473

Matthew Francis  changed:

   What|Removed |Added

   Keywords||bisected
 CC||caol...@redhat.com,
   ||fdb...@neosheffield.co.uk,
   ||palenik.mih...@gmail.com
 Whiteboard||bibisected

--- Comment #2 from Matthew Francis  ---
This seems to have broken across the below commits.
Adding Cc: to palenik.mih...@gmail.com, caol...@redhat.com; Could you possibly
take a look at this? Thanks

commit eba5e5b6b6577cc2d0bbd1ff66eefd0e2024fc4e
Author: Palenik Mihály 
AuthorDate: Mon Aug 18 13:03:08 2014 +0200
Commit: Caolán McNamara 
CommitDate: Wed Aug 20 08:00:21 2014 -0500

Convert RID_TP_GENERAL tabpage to .ui

Change-Id: I32300c3d06a8c30d8e75f343cd2af8acef7296ae
Reviewed-on: https://gerrit.libreoffice.org/10989
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

commit 4b339818bb036b409dd5dc00d645c62063e63de5
Author: Caolán McNamara 
AuthorDate: Wed Aug 20 12:01:14 2014 +0100
Commit: Caolán McNamara 
CommitDate: Wed Aug 20 14:00:58 2014 +0100

add a VclViewport

like GtkViewport so that the scrolled region will be clipped,
which also has the side-effect of stopping glade clobbering
the non view-port scrolled .ui files on editing

Change-Id: Ic64174b3a35b77f068e0085cdc7721aeb33f1d82


commit a6c5f2ba6bca8ad95a3731e2770a1d216c9925a0
Author: Caolán McNamara 
AuthorDate: Mon Aug 18 14:01:32 2014 +0100
Commit: Caolán McNamara 
CommitDate: Wed Aug 20 14:00:59 2014 +0100

rework RID_TP_GENERAL conversion to make widgets visible, etc.

Change-Id: I93e30198e27631ad4a6865fd202af16094c26a41

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


[Libreoffice-bugs] [Bug 86578] Text frame and coincident image frame style transparency and color fill corruption in Writer 4.4

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86578

Matthew Francis  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=90
   ||130

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


[Libreoffice-bugs] [Bug 90130] FILEOPEN: Frame area color not loaded

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90130

Matthew Francis  changed:

   What|Removed |Added

   Keywords||bisected, regression
 CC||caol...@redhat.com,
   ||fdb...@neosheffield.co.uk
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=86
   ||578
Summary|Frames in Writer - Frame|FILEOPEN: Frame area color
   |area color missed after |not loaded
   |saving file |
 Whiteboard||bibisected

--- Comment #7 from Matthew Francis  ---
This seems more a file open problem than file save - adjusted title

After the below commit, the frame background colour isn't loaded.
Adding Cc: to caol...@redhat.com; Could you possibly take a look at this?
Thanks

(seems also somehow related to bug 86578, but this specific issue is more
recent)


commit 5aa360cae0383f270c12708e7e94179a7fde6711
Author: Caolán McNamara 
AuthorDate: Mon Sep 29 16:25:27 2014 +0100
Commit: Caolán McNamara 
CommitDate: Mon Sep 29 16:31:32 2014 +0100

Resolves: fdo#80468 and fdo#81223 image/frame backgrounds wrong

writer has code to fill in missing new properties from the old
properties
if they exist. But xmloff is stripping them out before they get there.

Don't strip them out, and add in a missing check for one of the
archaic bg colors and add a regression test for fdo#81223

Change-Id: I9a541a9bee0a01c90f2c33383f1144ecd8b0bfff

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


[Libreoffice-bugs] [Bug 90130] Frames in Writer - Frame area color missed after saving file

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90130

Matthew Francis  changed:

   What|Removed |Added

 CC||laurentlepoittevin@icloud.c
   ||om

--- Comment #6 from Matthew Francis  ---
*** Bug 90479 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 90479] Loss of color backgrounds in some text frames when recording

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90479

Matthew Francis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||fdb...@neosheffield.co.uk
 Resolution|--- |DUPLICATE

--- Comment #7 from Matthew Francis  ---


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

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


[Libreoffice-bugs] [Bug 62363] Data labels overlap in pie chart for small pies when "best fit" placement option is set.

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62363

Matthew Francis  changed:

   What|Removed |Added

   Keywords||bisected
 CC||fdb...@neosheffield.co.uk
 Whiteboard|bibisectNotNeeded   |bibisected

--- Comment #25 from Matthew Francis  ---
The commits involved in this have already been identified in comments, so let's
call this "bisected"

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


[Libreoffice-bugs] [Bug 90510] FILEOPEN:Calc correctly reads but does not apply pie label settings

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90510

Matthew Francis  changed:

   What|Removed |Added

   Keywords||bisected
 CC||fdb...@neosheffield.co.uk
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=62
   ||363
 Whiteboard|bibisectRequest |bibisected

--- Comment #2 from Matthew Francis  ---
The labels move inside the chart as of commit (1), but at that point opening
"Format Data Labels" makes no difference. As of the following commit (2),
opening "Format Data Labels" causes the outside placement to be applied


(1)
commit e6591c6e940cc694aa68c97e287e59572f690d74
Author: Kohei Yoshida 
Date:   Fri Dec 7 21:14:50 2012 -0500

bnc#791952: Use "center" label placement for "Best fit" in pie charts.

It works better this way for Excel interoperability.  In Excel, Best fit
is slightly different than the center placement, but the two are pretty
close in pie charts.

Change-Id: I7f04a1babb04fd488d8cf90df247c294fa9d7b67

(2)
commit 6858182d246f21c5b06af09d8ff0e6fd04ef26c3
Author: Kohei Yoshida 
Date:   Sat Dec 8 00:00:49 2012 -0500

bnc#791952: Setting properties for all data labels.

You can set different properties to individual data labels.  But setting
new properties to all data labels should overwrite the individual settings.

Change-Id: I934bad89326115aa83feb86275cf380d701a5686

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


[Libreoffice-bugs] [Bug 62363] Data labels overlap in pie chart for small pies when "best fit" placement option is set.

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62363

Matthew Francis  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=90
   ||510

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


[Libreoffice-bugs] [Bug 90521] Removing column format

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90521

Matthew Francis  changed:

   What|Removed |Added

 CC||fdb...@neosheffield.co.uk
Version|4.4.1.2 rc  |Inherited From OOo

--- Comment #2 from Matthew Francis  ---
This has always been the case back to LO 3.3.0

-> Version: Inherited from OOo

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


[Libreoffice-bugs] [Bug 85942] High-order digits truncated when display value approaches default column-width

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85942

--- Comment #6 from m.a.riosv  ---
Please could you try, changing the option:
Menu/Tools/Options/LibreOffice calc/General - Use printer metrics for text
formatting.

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


[Libreoffice-bugs] [Bug 54465] FORMATTING: Strange formatting with footnotes and sections

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54465

--- Comment #5 from Owen Genat  ---
Re-tested instructions provided in comment 0 under GNU/Linux using:
- v3.3.4.1
- v3.4.6.2
- v3.5.7.2
- v3.6.7.2
- v4.0.6.2
- v4.1.6.2
- v4.2.8.2
- v4.3.5.2
- v4.4.1.2

All versions exhibit identical behaviour as originally reported.

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


[Libreoffice-bugs] [Bug 59961] counting characters per line in status bar

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59961

--- Comment #13 from mahfiaz  ---
I copy over good ideas by un5...@web.de from the duplicate (although I am
unsure what the major benefits would be):

The cursor position should be displayed within the in status bar 
(line-no. / x-measure-unit/ y-measure-unit), e.g.

l:8 | c:1 | x:8,54cm | y:21,8cm or
8 | 1 | 8,54 | 21,8 (short version if design-wise running out of space within
the status bar)

The measure values should be absolute values staring from the page borders
(0/0) if not, optionally, being made available in a configurable way.

This would bring major benefits with regard to creating and editing forms and
page layouts and, moreover, ease the everyday use of LibreOffice writer.

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


[Libreoffice-bugs] [Bug 85942] High-order digits truncated when display value approaches default column-width

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85942

Steve Holt  changed:

   What|Removed |Added

   Priority|medium  |high
   Severity|normal  |critical

--- Comment #5 from Steve Holt  ---
(In reply to michaelp from comment #4)
> I also found this bug with LO 4.4 on a Mac. It nearly caused some major
> embarrassment in sending the results of the spreadsheet calculation to a
> client, but we fortunately did a sanity check on the numbers and realised
> they were off by a factor of 100.
> 
> A basic test case is pretty simple - start a new spreadsheet and type
> =1/24 in a cell. The result we see is 6.6667, which is clearly not
> correct.

This bug is still present in 4.4.2.2 on Mac OS X 10.9.5.  I don't see it on
Linux for the same version.

This bug should be an immediate blocker on any future release.  If a user takes
a new spreadsheet and types "=1/6" into a cell the answer displayed should
not be incorrect by three orders of magnitude ("  6.667" is displayed
instead of "1666.67").  I've changed the importance to (high, critical) to
match other bugs in the bug tracker which are arguably less important.

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


[Libreoffice-bugs] [Bug 59961] counting characters per line in status bar

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59961

mahfiaz  changed:

   What|Removed |Added

 CC||olivier.hallot@documentfoun
   ||dation.org

--- Comment #12 from mahfiaz  ---
*** Bug 59791 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 59791] Display cursor position in status bar (line/ column/ x-measure/ y-measure)

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59791

mahfiaz  changed:

   What|Removed |Added

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

--- Comment #4 from mahfiaz  ---
Although this bug is technically older, I'll mark this one as a duplicate. As
for subtitle translators, take a look at the other bug for an example document.

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

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


[Libreoffice-bugs] [Bug 59961] counting characters per line in status bar

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59961

--- Comment #11 from mahfiaz  ---
Created attachment 114694
  --> https://bugs.documentfoundation.org/attachment.cgi?id=114694&action=edit
An example document of how doing subtitles in LibO is easier than ever.

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


[Libreoffice-bugs] [Bug 59961] counting characters per line in status bar

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59961

--- Comment #10 from mahfiaz  ---
Here is much simpler way to use this:
1) Change your text width to be x characters wide (change page width or
margins)
2) Use mono-space font, if you are counting characters, otherwise use the font
the TV will be using.
3) To easily spot too long lines one could add indent left 2 cm and for first
line -2 cm.
4) For next translation use this one as template.
5) Profit.

As for my opinion, I don't think this enhancement should be implemented. Feel
free to persuade me.

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


[Libreoffice-bugs] [Bug 90516] CHART: Inserted charts should always default to have border

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90516

--- Comment #3 from Owen Genat  ---
I agree with mahfiaz and Stuart for the reasons stated by each. A default of no
border would seem best to me.

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


[Libreoffice-bugs] [Bug 79195] Menu entry for new features and bugfixes

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79195

--- Comment #4 from mahfiaz  ---
I personally would vote against this. At least right now both these links are
pretty much useless from user perspective.

I think this would better suit to help landing page in wiki, a new section "New
features in 4.5.x" (changing according to your version).

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


[Libreoffice-bugs] [Bug 90509] DrawingML: OOXML Triangles become Isosceles trapezoids

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90509

Luke  changed:

   What|Removed |Added

 Attachment #114693|One Drive and Word both |Screenshot comparing Word
description|render as a |2013 vs One Drive vs Writer
   ||4.5

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


[Libreoffice-bugs] [Bug 90509] DrawingML: OOXML Triangles become Isosceles trapezoids

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90509

Luke  changed:

   What|Removed |Added

 Attachment #114683|Word 2013 doc   |Word 2013 .DOCX
description||

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


[Libreoffice-bugs] [Bug 90509] DrawingML: OOXML Triangles become Isosceles trapezoids

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90509

--- Comment #4 from Luke  ---
Created attachment 114693
  --> https://bugs.documentfoundation.org/attachment.cgi?id=114693&action=edit
One Drive and Word both render as a

They're probably using the trapezoid container because you can represent a
triangle by drawing a trapezoid with a shared vertex. If you want to verify
what the document should look like, you can use free service: One Drive.

When I converted the 2013 doc to 2003, Word warns that the vector graphics will
be converted to bitmaps, so it's no surprise that the .doc doesn't have any
issues with conversions.

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


[Libreoffice-bugs] [Bug 78662] Add "LibreOffice Community" subfolder to startcenter

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78662

--- Comment #6 from mahfiaz  ---
So is 2015 finally the year of LibO?

Kidding. I like the idea.

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


[Libreoffice-bugs] [Bug 76362] FORMATTING: Unify separate Legend positioning options

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76362

mahfiaz  changed:

   What|Removed |Added

 Blocks||90486

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


[Libreoffice-bugs] [Bug 90486] META: Chart bugs and enhancements

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90486

mahfiaz  changed:

   What|Removed |Added

 Depends on||76362

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


[Libreoffice-bugs] [Bug 86516] Formulas copied with cell dragging, that contain expressions on cell ranges, are not evaluated correctly

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86516

--- Comment #15 from mehmet.yavuz.se...@gmail.com ---
Thank you very much, GerardF. Indeed, when I remove the spaces around the : in
cell ranges, then all works fine.

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


[Libreoffice-bugs] [Bug 73160] EDITING: Buttons disappear when dialog "Insert Index/Table" is narrow

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73160

--- Comment #3 from mahfiaz  ---
Also thanks, Jose, for taking the time to report 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 89608] TOC: Redesign of the Entries tab of the Index/Table dialog

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89608

mahfiaz  changed:

   What|Removed |Added

 CC||ad...@dreamcoder.org

--- Comment #27 from mahfiaz  ---
*** Bug 73160 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 73160] EDITING: Buttons disappear when dialog "Insert Index/Table" is narrow

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73160

mahfiaz  changed:

   What|Removed |Added

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

--- Comment #2 from mahfiaz  ---
Although this is a valid request, there is some ongoing work with this dialog.
So to avoid clutter I'll mark this as a duplicate.

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

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


[Libreoffice-bugs] [Bug 90508] FILEOPEN: Regression TitlePage Class / Different First Page broken

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90508

--- Comment #3 from Luke  ---
Andy,
It doesn't mean anything. It's just a "zero" and a "one" that I entered with
the keyboard. I could have typed anything. 

The issue is that when the "Different First Page" flag is set, the general
header is supposed to be replaced with the title page header. OpenOffice's
importer seems to always honor the flag, while Libreoffice's seems to have
problems with complex documents.

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


[Libreoffice-bugs] [Bug 40457] ACCESSIBILITY: Make Captions above tables the default Position, and retain position setting for subsequent table objects

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40457

--- Comment #14 from mahfiaz  ---
I think it would be nice to remember the setting for the type forever. E.g when
one inserts caption above for table then next time the caption is inserted for
a table it would be above as well. It could be global (happen in any document
after the change). In this case I wouldn't have a strong opinion about the
placement.

As for when the save should happen? Only when actually inserting the caption,
e.g when one has illustration as type, then changes it to be above and only
after that changes type to table it would load the position for the table
(assume it's the now default below), now user would have to change the position
again to above. And when the user cancels now, it would be forgotten.

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


[Libreoffice-bugs] [Bug 48763] TABLE FORMATTING: (context menu) setting "Number recognition" should be possible for each individual cell

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48763

--- Comment #6 from mahfiaz  ---
I couldn't reproduce it in 4.3.3, to me everything works as expected. Is this
still a problem?

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


[Libreoffice-bugs] [Bug 90523] New: FILESAVE problem--Save As to move to another directory hangs

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90523

Bug ID: 90523
   Summary: FILESAVE problem--Save As to move to another directory
hangs
   Product: LibreOffice
   Version: 4.2.8.2 release
  Hardware: Other
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lyba...@earthlink.net

I am unable to read a file (I've tried both spreadsheets and word processor
documents) from one directory, edit it, and use Save As to save it to another
directory.  When I do, LibreOffice freezes (spinning beachball) and I have to
force it to quit.  This has happened with this release running under two
different versions of Mac OS X (10.9.5 and 10.10.2), so it appears to be a
problem with the application, not the OS.  Everything else seems to work.  I
can make a copy of the original file, save it in the new directory, and then
open it, work on it, and save it.  Save works with no problems.  Save As does
not work.  It doesn't matter whether or not I change the file name.

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


[Libreoffice-bugs] [Bug 81407] FILESAVE: Line Chart (Points only): Data point color not preserved when export to XLSX

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81407

Markus Mohrhard  changed:

   What|Removed |Added

Summary|FILESAVE: Line Chart|FILESAVE: Line Chart
   |(Points only): Data point   |(Points only): Data point
   |color not reserved when |color not preserved when
   |export to XLSX  |export to XLSX

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


[Libreoffice-bugs] [Bug 89139] DATALOSS FILESAVE: xlsx pivot table corrupted after save with LO and re-open with MS Office

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89139

Markus Mohrhard  changed:

   What|Removed |Added

   Severity|blocker |major

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


[Libreoffice-bugs] [Bug 90522] New: No Brazilian Portuguese spelling check

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90522

Bug ID: 90522
   Summary: No Brazilian Portuguese spelling check
   Product: LibreOffice
   Version: unspecified
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: peg...@bol.com.br

LibreOffice Writer (4.2.7.2) does not do the spelling check for Brazilian
Portuguese.

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


[Libreoffice-bugs] [Bug 90465] Transparency not preserved on chart type sample icons in insert chart wizard

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90465

Julien Nabet  changed:

   What|Removed |Added

 CC||markus.mohrhard@googlemail.
   ||com

--- Comment #8 from Julien Nabet  ---
You're right Jay!
I gave a new try and reproduced this.

I noticed this console log:
warn:vcl.opengl:27340:1:vcl/source/opengl/OpenGLContext.cxx:466: Error:
GLXBadFBConfig, Req: 156, Minor: 34

Markus: Thought you might be interested in this one. Also, if I can provide
additional info to help (eg: glxinfo), don't hesitate to ask.

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


[Libreoffice-bugs] [Bug 90482] Crash on Exit

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90482

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #3 from Julien Nabet  ---
Thank you for your feedback, let's put this one to WFM.
Of course, don't hesitate to reopen this tracker if you reproduce the crash.

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


[Libreoffice-bugs] [Bug 73498] CRASH: Fatal Python error: Py_Initialize: can't initialize sys standard streams via Tools Customize Events causes a crash when clicking on the "macro" button

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73498

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #5 from Julien Nabet  ---
I put it as WFM but don't hesitate to reopen this tracker if you can reproduce
it on 4.4.2.
In this case it would be a regression but with just a range of 1 minor version
(kindda of pre bibisect! :-))

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


[Libreoffice-bugs] [Bug 88056] [FILE OPEN/SAVE] field Insert ▸ Field ▸ Page Title not saved / reloaded

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88056

--- Comment #3 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

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

Related tdf#88056: Add a warning when id service unknown

It will be available in 5.0.0.

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 88056] [FILE OPEN/SAVE] field Insert ▸ Field ▸ Page Title not saved / reloaded

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88056

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.0.0

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


[Libreoffice-bugs] [Bug 88056] [FILE OPEN/SAVE] field Insert ▸ Field ▸ Page Title not saved / reloaded

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88056

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr,
   ||s.mehrbr...@gmail.com
 Whiteboard| target:5.0.0   |

--- Comment #4 from Julien Nabet  ---
Samuel: noticing
http://cgit.freedesktop.org/libreoffice/core/commit/?id=e16c8534f446a7cc311d6d5026aae5457e4f8e6c,
thought you might be interested in this one.
I pushed this patch
http://cgit.freedesktop.org/libreoffice/core/commit/?id=8959ace44076273fc5398e8973005f5ba159b6c0
to help a bit investigation on similar cases.

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


[Libreoffice-bugs] [Bug 90510] FILEOPEN:Calc correctly reads but does not apply pie label settings

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90510

raal  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
Version|unspecified |4.5.0.0.alpha0+ Master
 Ever confirmed|0   |1
 Whiteboard||bibisectRequest

--- Comment #1 from raal  ---
I can confirm with Version: 4.5.0.0.alpha0+
Build ID: b024e36ddb3b53163d7a01f6f7b5aadb7a858cd9
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2015-03-31_09:12:20

works OK in Version 4.0.0.0.alpha1+ (Build ID:
ce90f99a2d66c2b998ad3f9f028e2ea623a757f) -> 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 90484] FILEOPEN: Name Conflict - Name cannot be the same as a built-in name.

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90484

raal  changed:

   What|Removed |Added

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

--- Comment #9 from raal  ---
Closing as notabug.

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


[Libreoffice-bugs] [Bug 90484] FILEOPEN: Name Conflict - Name cannot be the same as a built-in name.

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90484

--- Comment #8 from raal  ---
Created attachment 114692
  --> https://bugs.documentfoundation.org/attachment.cgi?id=114692&action=edit
excel 2010 name manager

excel's bug / even after rename, excel doesn't delete _FilterDatabase_0
(new_name)

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


[Libreoffice-bugs] [Bug 90484] FILEOPEN: Name Conflict - Name cannot be the same as a built-in name.

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90484

--- Comment #7 from raal  ---
Created attachment 114691
  --> https://bugs.documentfoundation.org/attachment.cgi?id=114691&action=edit
names in LO

As you can see in Name manager these names exist. You can delete them and then
you can open file in excel without message.

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


[Libreoffice-bugs] [Bug 88496] LibO handles Header Tables in unpredictable way in specific conditions; same as AOO 4; different from MS Word

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88496

--- Comment #15 from DiegoM  ---
Correct: unticking setting (or changing header setting) will solve, bute the
user could not guess the problem.

Actual fact:
- having text on a page before a table, when table-header does not fit on the
bottom part of page, Writer push the table-start to a new page.

Suggestion: 
- add a check to se if table-header does fit in the page space; if not, just
rise a warning to the user saying "table-header does not fit on page". Imho
this approach should be better than the Word solution.

Lowering severity let stay the problem in place for long. Could be a very nasty
one for MSOffice-to-LibreOffice migration projects, due to recent Word version
behaviour (see end of comment 9).

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


[Libreoffice-bugs] [Bug 90507] frustrating thing regarding the automatic correcting

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90507

A (Andy)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from A (Andy)  ---
Ah, now I understand what you mean, thank you very much.

Reproducible with LO 4.4.1.2, Win 8.1.  
If you select FORMAT -> AUTOCORRECT -> APPLY the font is automatically changed
to the Text Body specs (go to the Sidebar -> STYLES AND FORMATTING -> PARAGRAPH
STYLES -> Text Body).  
I agree there should be an option that the font is not changed, but I could not
find it.  In this case it could be from my point of view some kind of an
enhancement request?

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


[Libreoffice-bugs] [Bug 90484] FILEOPEN: Name Conflict - Name cannot be the same as a built-in name.

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90484

--- Comment #6 from AdamD.  ---
I'm sorry, I forgot to put that in. It's "testfile".

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


[Libreoffice-bugs] [Bug 90484] FILEOPEN: Name Conflict - Name cannot be the same as a built-in name.

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90484

--- Comment #5 from raal  ---
(In reply to AdamD. from comment #3)
> Created attachment 114678 [details]
> Sample affected file.

What's the password of the  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 90507] frustrating thing regarding the automatic correcting

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90507

--- Comment #2 from jlbr...@portugalmail.com ---
I have LO 4.4.1.2 Portuguese Version, and Windows 7 Home Edition. This happens
in all new "writer" documents I open.

First write a lot of text in Calibri Light size 10, then select it all,
right-click it and select paragraph. Set all the space between the paragraphs
and lines to the minimum possible (0, simple, etc.). Then select Format in the
upper bar, Autocorrection, then Apply. The formatting is then lost.

Even worse: I discovered that if a paragraph starts with a speech dash
(alt+0151), the autocorrection transforms it into a bullet black circle and the
paragraph becomes as it was on a list.

Also, I noticed that if you change the text formatting in the list on the left
of the font list, the formatting also changes. The font, for instance, becomes
Liberation Serif...


(In reply to A (Andy) from comment #1)
> Can you reproduce it repeatable with a new WRITER document?  If yes, can you
> please give more information about the different single steps to reproduce
> it.  I couldn't reproduce it with LO 4.4.1.2, Win 8.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 83394] Data > Xml source crashes if an opened xml contains a semicolon after html entity (& ; )

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83394

Michael Stahl  changed:

   What|Removed |Added

 Attachment #105597|text/plain  |application/xml
  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 83376] Dictionaries for custom languages are not activated

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83376

Michael Stahl  changed:

   What|Removed |Added

 Attachment #105585|application/octet-stream|application/x-7z-compressed
  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 83360] wrong behaviour for svg:viewBox and svg:d in draw:connector

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83360

Michael Stahl  changed:

   What|Removed |Added

 Attachment #105568|application/octet-stream|application/gzip
  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 83316] insert (exif-)rotated picture as link

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83316

Michael Stahl  changed:

   What|Removed |Added

 Attachment #105513|text/plain  |image/jpeg
  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 90465] Transparency not preserved on chart type sample icons in insert chart wizard

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90465

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #7 from raal  ---
I can confirm with Version: 4.5.0.0.alpha0+
Build ID: b024e36ddb3b53163d7a01f6f7b5aadb7a858cd9
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2015-03-31_09:12:20

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


[Libreoffice-bugs] [Bug 90465] Transparency not preserved on chart type sample icons in insert chart wizard

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90465

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #6 from raal  ---
Created attachment 114690
  --> https://bugs.documentfoundation.org/attachment.cgi?id=114690&action=edit
printscreen

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


[Libreoffice-bugs] [Bug 90506] Master Layout Lost When Saving .ppt Files

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90506

A (Andy)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||stgohi-lob...@yahoo.de
 Ever confirmed|0   |1
 OS|Linux (All) |All

--- Comment #1 from A (Andy)  ---
Reproducible with LO 4.4.1.2, Win 8.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 90501] Calc trava

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90501

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 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 90507] frustrating thing regarding the automatic correcting

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90507

A (Andy)  changed:

   What|Removed |Added

 CC||stgohi-lob...@yahoo.de

--- Comment #1 from A (Andy)  ---
Can you reproduce it repeatable with a new WRITER document?  If yes, can you
please give more information about the different single steps to reproduce it. 
I couldn't reproduce it with LO 4.4.1.2, Win 8.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 90508] FILEOPEN: Regression TitlePage Class / Different First Page broken

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90508

A (Andy)  changed:

   What|Removed |Added

 CC||stgohi-lob...@yahoo.de

--- Comment #2 from A (Andy)  ---
Reproducible with LO 4.4.1.2, Win 8.1

But I was wondering what does this number in the header makes?  How did you
insert it?

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


[Libreoffice-bugs] [Bug 90509] DrawingML: OOXML Triangles become Isosceles trapezoids

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90509

--- Comment #3 from Julien Nabet  ---
Luke: the second attachment contains indeed trapezoid not triangles.
I uncompressed the docx (since it's just a zip) and these 2 files contain
"trapezoid" (after reformating xml):
drawing1.xml:19:
drawing1.xml:98:
drawing1.xml:177:
layout1.xml:156:  http://schemas.openxmlformats.org/officeDocument/2006/relationships";
r:blip="">
layout1.xml:171:  http://schemas.openxmlformats.org/officeDocument/2006/relationships";
r:blip="" hideGeom="1">
layout1.xml:196:  http://schemas.openxmlformats.org/officeDocument/2006/relationships";
r:blip="">

Also, I opened the first attachment, saved it in docx, there are still
triangles when reopening the new file.

All these tests have been made on pc Debian x86-64 with master sources (future
5.0.0) updated 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 86696] LibreOffice 5.0 most annoying bugs

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86696

tommy27  changed:

   What|Removed |Added

Summary|LibreOffice 4.5 most|LibreOffice 5.0 most
   |annoying bugs   |annoying bugs
  Alias|mab4.5  |mab5.0

--- Comment #4 from tommy27  ---
LibO 4.5 will be released as 5.0 
edited summary notes

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


[Libreoffice-bugs] [Bug 90521] Removing column format

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90521

A (Andy)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||stgohi-lob...@yahoo.de
 Ever confirmed|0   |1

--- Comment #1 from A (Andy)  ---
Reproducible with LO 4.4.1.2, Win 8.1

If I only change a part of the text to two columns it is not possible to make
again only one column out of this.  Only if I select the whole text and change
it to two columns and then select again all the text then I can change it back
to only one column.

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


[Libreoffice-bugs] [Bug 90521] New: Removing column format

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90521

Bug ID: 90521
   Summary: Removing column format
   Product: LibreOffice
   Version: 4.4.1.2 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ntro...@gmail.com

There is a bug when formatting text to remove columns.
Selecting text and setting columns to one (Format->Columns and select 1) does
not work, generating a "N-columns trap" [1]

Steps to reproduce it:
1. Create an empty document and fill it with text
2. Select the text and format it to two columns (Format->Columns, 2)
3. Select a portion of the text and format it to one column (Format->Columns,
1)

Expected result:
The selected text switches to one column.

Actual result:
Nothing happens.

As in the discussion at [1], somebody suggested the usage of sections, but I
think this method only 'wraps' the problem and the bug here described.
I believe this is a major usability issue, because it makes very hard to
properly format the text, and to move back and forth between different formats.

Although, I think it's also a bug, because when following the steps above, the
expected behavior (i.e., selected text does not change formatting) does not
happen.









[1]
http://ask.libreoffice.org/en/question/21898/how-to-escape-two-columns-trap/

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


[Libreoffice-bugs] [Bug 88496] LibO handles Header Tables in unpredictable way in specific conditions; same as AOO 4; different from MS Word

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88496

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|major   |minor

--- Comment #14 from Beluga  ---
Confirmed by looking at the documents in attachment 114503 and
ticking/unticking the Repeat headers setting.

Lowering severity as the problem can be solved by unticking the setting:
https://wiki.documentfoundation.org/images/0/06/Prioritizing_Bugs_Flowchart.jpg

The summary might be worded better, but I can't think of anything atm..

Win 7 Pro 64-bit, Version: 4.4.2.2
Build ID: c4c7d32d0d49397cad38d62472b0bc8acff48dd6
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 86516] Formulas copied with cell dragging, that contain expressions on cell ranges, are not evaluated correctly

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86516

GerardF  changed:

   What|Removed |Added

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

--- Comment #14 from GerardF  ---
This is caused by spaces surrounding the separator :

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


[Libreoffice-bugs] [Bug 88496] LibO handles Header Tables in unpredictable way in specific conditions; same as AOO 4; different from MS Word

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88496

--- Comment #13 from DiegoM  ---
Please re-read my comment "DiegoM 2015-03-31 15:55:50 UTC", as may explain how
this behaviour may appear a big Bug to WORD-used users, as that product will
disregard header-config if table will not fit into the page. 

I'm looking for let confirm the Bug from other users.

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


[Libreoffice-bugs] [Bug 88496] LibO handles Header Tables in unpredictable way in specific conditions; same as AOO 4; different from MS Word

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88496

--- Comment #12 from DiegoM  ---
Just tested with LibreOffice v. 4.4.2 Portable under Win7 64bit.
Same behaviour as before, bug is UNSOLVED.

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


[Libreoffice-bugs] [Bug 90380] VIEWING: Navigator causes constant cpu usage when it does not have focus in documents with lots of text frames and images

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90380

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|4.4.1.2 rc  |Inherited From OOo
 Ever confirmed|0   |1
 OS|Windows (All)   |All
   Severity|normal  |minor

--- Comment #3 from Beluga  ---
Reproduced both on Win & Linux.
Windows peaked at ~15%, when I stopped scrolling at Preface, CPU sat at 10-11%.
Focus on Navigator dropped it to 0-3%.

Linux (virtual machine) 4.4 peaked at ~30% and after stopping sat at ~17%.
3.3 peaked at ~17% and after stopping sat at ~9%.
Already in 3.3 focusing on Navigator dropped the CPU load.

Win 7 Pro 64-bit, Version: 4.4.2.2
Build ID: c4c7d32d0d49397cad38d62472b0bc8acff48dd6
Locale: fi_FI

Ubuntu 14.10 64-bit 
Version: 4.4.2.2
Build ID: 40m0(Build:2)
Locale: en_US

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.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 89844] LibO crashes when opening a .xls file [Hard to reproduce]

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89844

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #9 from Beluga  ---
Adding to the "no repro" pile.

Win 7 Pro 64-bit, Version: 4.4.2.2
Build ID: c4c7d32d0d49397cad38d62472b0bc8acff48dd6
Locale: fi_FI

Version: 4.5.0.0.alpha0+
Build ID: 8c3cf9dd48e40604867d3a28bddaccd65142df17
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-03-27_15:15:18
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 90376] Dragging toolbar doesnt clean up after itself

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90376

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Reproduced.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 8c3cf9dd48e40604867d3a28bddaccd65142df17
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-03-27_15:15:18
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 82663] PDF: Exported PDF Hides Cross-References

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82663

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #10 from Beluga  ---
(In reply to actionmystique from comment #9)
> Now it is confirmed and you have an odt.

Was your original report about:
1) the link doesn't have a background color

or

2) the link is not clickable

Because the link in the pdf in attachment 114501 is clickable (+ mouse pointer
turns to hand) in Sumatra PDF on Win 7 and Evince on Ubuntu.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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


[Libreoffice-bugs] [Bug 90488] FILESAVE: cross reference in docx corrupted and cause a crash of LO

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90488

Justin L  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Justin L  ---
Assigning as NEW because of the Numbered Paragraph CrossRefs that go missing
when you press F9. 

Bibisected and isolated to: 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=af64f430181088460d5c574683dd1fdfd377ebcd

authorCaolán McNamara 2014-12-08 16:11:41 (GMT)
committerCaolán McNamara 2014-12-08 16:24:27 (GMT)
commitaf64f430181088460d5c574683dd1fdfd377ebcd (patch)
treecee7754e021d60de8cb8d0f796f28577b4c06fd5
parent93913ce2a71c66f57c9fe6a4b12c12ca6f7f473e (diff)
writer won't allow us to enter multiple CrossRefBookmarks on the same node

(Before this commit, the situation was even worse.  This is a tricky situation
because LO only allows one CrossRef while MSO allows multiple.)

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


[Libreoffice-bugs] [Bug 90371] LOCALHELP: write help page for Tools - Options - LibreOffice - Load/Save - Microsoft Office - Character Background

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90371

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Yep.

Blog post:
https://zolnaitamas.blogspot.com/2015/03/word-compatible-text-highlighting-in.html

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 8c3cf9dd48e40604867d3a28bddaccd65142df17
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-03-27_15:15:18
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 90366] FORMATTING Text in Excel spreadsheet previously inserted into presentation has increased in size after opening the presentation again

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90366

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Beluga  ---
Did the steps, link to file and all, but the font in the spreadsheet stays 11
after saving & reloading presentation.

Win 7 Pro 64-bit, Version: 4.4.2.2
Build ID: c4c7d32d0d49397cad38d62472b0bc8acff48dd6
Locale: fi_FI

Ubuntu 14.10 64-bit 
Version: 4.4.2.2
Build ID: 40m0(Build:2)
Locale: en_US

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


[Libreoffice-bugs] [Bug 90332] UI: Print Preview resets Tools Options Formatting Aids Hidden Text when non-printing characters are not displayed

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90332

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|4.4.1.2 rc  |Inherited From OOo
 Ever confirmed|0   |1
 OS|Windows (All)   |All
   Severity|normal  |minor

--- Comment #6 from Beluga  ---
Reproduced both scenarios in description, except I was able to place cursor
after the second one.

Win 7 Pro 64-bit, Version: 4.4.2.2
Build ID: c4c7d32d0d49397cad38d62472b0bc8acff48dd6
Locale: fi_FI

Version: 4.5.0.0.alpha0+
Build ID: 8c3cf9dd48e40604867d3a28bddaccd65142df17
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-03-27_15:15:18
Locale: fi_FI

Ubuntu 14.10 64-bit 
Version: 4.4.2.2
Build ID: 40m0(Build:2)
Locale: en_US

Ubuntu 14.10 64-bit
LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.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 59418] EDITING: Use F4 for absolute reference toggle

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59418

blackton2002-m...@yahoo.com changed:

   What|Removed |Added

   Priority|high|highest

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


[Libreoffice-bugs] [Bug 90353] FILEOPEN DOC: TABLE VIEWING destroyed

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90353

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|4.4.2.2 rc  |Inherited From OOo
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #2 from Beluga  ---
Confirmed.

Win 7 Pro 64-bit, Version: 4.4.2.2
Build ID: c4c7d32d0d49397cad38d62472b0bc8acff48dd6
Locale: fi_FI

Ubuntu 14.10 64-bit
LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.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 59418] EDITING: Use F4 for absolute reference toggle

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59418

blackton2002-m...@yahoo.com changed:

   What|Removed |Added

 CC||blackton2002-m...@yahoo.com

--- Comment #3 from blackton2002-m...@yahoo.com ---
I highly support the request.
It is causing great trouble if you want to persuade people to look at Calc.

Regards
Andy

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


[Libreoffice-bugs] [Bug 86547] Help and OK buttons overlap in the hyperlink dialogue box

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86547

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Summary|The Hyperlink dialogue box  |Help and OK buttons overlap
   |is squeezed.|in the hyperlink dialogue
   ||box
 Ever confirmed|0   |1

--- Comment #4 from Beluga  ---
Set to NEW per comment 3.

The shrinking was reported in bug 85901.

I don't get the button overlap because my Win 7 doesn't use any theming!

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


[Libreoffice-bugs] [Bug 43157] Clean up OSL_ASSERT, DBG_ASSERT, etc.

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43157

--- Comment #39 from Commit Notification 
 ---
Jorge Cunha Mendes committed a patch related to this issue.
It has been pushed to "master":

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

tdf#43157: remove osl/diagnose.h dependency from sal/osl/unx/socket.cxx

It will be available in 5.0.0.

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 43157] Clean up OSL_ASSERT, DBG_ASSERT, etc.

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43157

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|EasyHack DifficultyBeginner |EasyHack DifficultyBeginner
   |SkillCpp TopicCleanup   |SkillCpp TopicCleanup
   |target:4.1.0 target:4.2.0   |target:4.1.0 target:4.2.0
   |target:4.3.0 target:4.4.0   |target:4.3.0 target:4.4.0
   |target:4.5.0|target:4.5.0 target:5.0.0

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


[Libreoffice-bugs] [Bug 90454] LO Math: adot squared doesn't look right

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90454

--- Comment #2 from V Stuart Foote  ---
Buzz,

Just realized you are having a syntax issue, should work correctly if you
bracket it and enter:

{dot a}^{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


  1   2   >