[Libreoffice-bugs] [Bug 80950] Styles & Formatting: Add 'Unused Custom Styles' to style filter drop down

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80950

--- Comment #14 from Thomas Lendo  ---
Please change the summary and delete the "custom" in it. "Unused styles" should
be simply the counterpart of "Applied styles" which also doesn't care if styles
are created by the user or shipped with LibO. Why should we care need now and
add unnecessary complexity?

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


[Libreoffice-bugs] [Bug 94225] Writer crashes on undo

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94225

--- Comment #36 from Julien Nabet  ---
It seems nNode = 13 is wrong since it's obviously not a content but don't know
how to track down the evolution of list of nodes.
Indeed, I'd like to dump the list before starting to undo and after each undo.
Also nNode (which isn't a local var here) should be renamed so it would avoid
to retrieve lots of results in Opengrok.

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


[Libreoffice-bugs] [Bug 55969] BASIC: API methods for select-protected-cells

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55969

--- Comment #7 from pierre-yves samyn  ---
Hi

Kohei Yoshida, thanks to him, added 4 new options (see Bug 43535) that it would
be nice to include in this problem if by chance a developer is looking into
this issue.

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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94225] Writer crashes on undo

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94225

--- Comment #35 from Julien Nabet  ---
Here is the state of nodes:

(gdb) p aNd
$5 = SwNodeIndex (node 13)
(gdb) p aNd.GetNode()
$6 = (SwNode &) @0x578be330: { = {_vptr.BigPtrEntry =
0x7fffca6162f0 , m_pBlock = 0x578be240, m_nOffset
= 13}, 
  m_nNodeType = SwNodeType::End, m_nAFormatNumLvl = 0 '\000', m_bSetNumLSpace =
false, m_bIgnoreDontExpand = false, static s_nSerial = 82, m_nSerial = 7, 
  m_pAnchoredFlys = std::unique_ptr >> containing 0x0, m_pStartOfSection =
0x578be490}
(gdb) p nNode
$7 = 13
(gdb) p pTmpDoc->GetNodes()
$8 = (SwNodes &) @0x578add80: { = BigPtrArray of length 19 = {
[   0] 0x578a79c0StartNode , 
[   1] 0x578a6cb0  EndNode , 
[   2] 0x578a8ab0StartNode , 
[   3] 0x57898320  EndNode , 
[   4] 0x57898f00StartNode , 
[   5]  0x57aeb780   StartNode , 
[   6]   0x57aeb230GrfNode , 
[   7]  0x57ae9670 EndNode , 
[   8]  0x5c328620   StartNode , 
[   9]   0x5c90cc30GrfNode , 
[  10]  0x57829080 EndNode , 
[  11] 0x578be1b0  EndNode , 
[  12] 0x578be490StartNode , 
[  13] 0x578be330  EndNode , 
[  14] 0x578be3c0StartNode , 
[  15]  0x578d7ba0TextNode "Qwe qwe qwe qwe", 
[  16]  0x57990b10TextNode "AAA", 
[  17]  0x5ca16960TextNode "", 
[  18] 0x578be2a0  EndNode }, m_vIndices = 0x578d71f8,
m_pMyDoc = 0x578be590, m_pEndOfPostIts = 0x578a6cb0, m_pEndOfInserts =
0x57898320, 
  m_pEndOfAutotext = 0x578be1b0, m_pEndOfRedlines = 0x578be330,
m_pEndOfContent = 0x578be2a0, m_pOutlineNodes = 0x57898430,
m_bInNodesDel = false, 
  m_bInDelUpdOutline = false}

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


[Libreoffice-bugs] [Bug 94225] Writer crashes on undo

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94225

Julien Nabet  changed:

   What|Removed |Added

 Attachment #125330|0   |1
is obsolete||
 Attachment #127871|0   |1
is obsolete||

--- Comment #34 from Julien Nabet  ---
Created attachment 133411
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133411&action=edit
bt with debug symbols

On pc Debian x86-64 with master sources updated yesterday, I still reproduce
this but with a different bt.
I used Telesto's reproduce case.

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


[Libreoffice-bugs] [Bug 107857] Incorrect Formatting Logic

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107857

--- Comment #9 from Kevin  ---
Created attachment 133410
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133410&action=edit
steps for alternate aspect of bug described in comment

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


[Libreoffice-bugs] [Bug 107857] Incorrect Formatting Logic

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107857

--- Comment #8 from Kevin  ---
This has another manifestation - simply changing the font (or format) affects
characters not even selected - see new attachment107857.ods.

1. insert blinking cursor between "I" and "N" in cell B3 (don't select any
characters, just put the cursor in that position)
2. set the font to Symbol, planning to type the U+2665 necessary to get the
heart

result: see D3 – simply change the font without typing anything automatically
changes the font for the existing characters!

to reproduce without the ods file:

1. set the font to arial
2. type two characters
3. position the cursor between the characters
4. change font to symbol
5. the whole cell changes to symbol on its own (the user desires to type new
characters in symbol font

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


[Libreoffice-bugs] [Bug 107966] New: Format Cells/Borders/Line Styles - not drawn

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107966

Bug ID: 107966
   Summary: Format Cells/Borders/Line Styles - not drawn
   Product: LibreOffice
   Version: 5.3.2.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: timbacont...@gmail.com

Description:
The dropdown doesn't show the various styles of lines.

Steps to Reproduce:
1. Go the the Format Cells dialog
2. Go to the Borders tab
3. Click on the dropdown for Line Styles

Actual Results:  
All the choices are blank (you can select them one by one to see what they are)

Expected Results:
It should draw correctly. (Note: The drawing in general for 5.3.2.2 is poor
compared to 5.2 - certain dialogs are drawn at poor resolution. Dialogs also
draw much more slowly - the Format Cells dialog takes almost a minute on the
first time you use it after launching - maybe it hasn't cached the fonts?)


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/58.0.3029.110 Safari/537.36

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


[Libreoffice-bugs] [Bug 80950] Styles & Formatting: Add 'Unused Custom Styles' to style filter drop down

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80950

--- Comment #13 from Thomas Lendo  ---
"Unused styles" should list every not used style of a document, regardless of
whether the style is built-in or user created. Styles in that list can be
deleted (user styles) or hidden (LibO styles, modified by the user or not) with
the context menu. That is was I think Heiko also meant. Only showing user
styles (unused custom styles) is half useful and then you would need another
entry for pre-defined styles (unused ??? styles) which is an overkill.

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


[Libreoffice-bugs] [Bug 107965] Formatting Commands Fail with Multiple Cells

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107965

--- Comment #1 from Kevin  ---
Created attachment 133409
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133409&action=edit
spreadsheet to facilitate reproducing bug

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


[Libreoffice-bugs] [Bug 107965] New: Formatting Commands Fail with Multiple Cells

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107965

Bug ID: 107965
   Summary: Formatting Commands Fail with Multiple Cells
   Product: LibreOffice
   Version: 5.3.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: timbacont...@gmail.com

Description:
Unlike Excel, selecting multiple cells and applying formatting fails.

Steps to Reproduce:
1.open attached spreadsheet in Calc
2.select cells B2 and C2 and change font color to red (nothing happens)
3. repeat with just cell B2 (it works - all text turns red)
4. repeat in Excel (it works in step 2 just as in step 3, i.e., Excel doesn't
have the bug)

Actual Results:  
Calc fails to apply the formatting; Excel succeeds.

Expected Results:
Calc should apply the formatting to the selection, not fail depending on
certain properties of the selection (e.g., multiple cells contain multiple
formats)


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/58.0.3029.110 Safari/537.36

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


[Libreoffice-bugs] [Bug 98360] [META] CMIS bugs and enhancements

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98360
Bug 98360 depends on bug 98416, which changed state.

Bug 98416 Summary: REMOTE FILE: "The specified device is invalid." error dialog 
when attempting to add a service
https://bugs.documentfoundation.org/show_bug.cgi?id=98416

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

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


[Libreoffice-bugs] [Bug 98879] Some CJK characters are wrongly converted in vertical layout ( Noto CJK font)

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98879

Aron Budea  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 107944] BASIC IDE makes useless, annoying refresh while selecting text

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107944

Aron Budea  changed:

   What|Removed |Added

 CC||khaledho...@eglug.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=98
   ||879

--- Comment #4 from Aron Budea  ---
I went for the change that caused this to go from slightly flickering to badly
flickering. It might be worth going for the original issue as well (in a
separate bug report), I can't decide which fix would be more significant.
Adding Cc: to Khaled Hosny, please take a look.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=3d456dfa6637c6c3ebe7a21f1f1a5b05039cee2a
author  Khaled Hosny 2016-10-28 02:19:46
(GMT)
committer   Khaled Hosny 2016-10-28 19:22:54
(GMT)

"tdf#98879: Fix vertical text on Windows for the new layout"

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


[Libreoffice-bugs] [Bug 107944] BASIC IDE makes useless, annoying refresh while selecting text

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107944

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
   Hardware|x86-64 (AMD64)  |All
 Blocks||103729

--- Comment #3 from Aron Budea  ---
Bibsected using bibisect-win32-5.3 with "set SAL_USE_COMMON_LAYOUT=1" (as the
first result that came up was this: 8f2dd1df1d6cc94ebbc1149de72bc6d6dffa6533,
Revert "Revert "Enable the new text layout engine by default"")

52fc4434554cb8bcbcc13469646a6ea5c99f77af is the first bad commit
commit 52fc4434554cb8bcbcc13469646a6ea5c99f77af
Author: Norbert Thiebaud 
Date:   Fri Oct 28 12:35:08 2016 -0700

source sha:3d456dfa6637c6c3ebe7a21f1f1a5b05039cee2a

# bad: [5e01bd2a91a717cdaccff18de7c44de37b270914] source
sha:8f2dd1df1d6cc94ebbc1149de72bc6d6dffa6533
# good: [f45c7f1a4528ed75f559214e1d85745c8f7b1c2f] source
sha:b6011f07254f8003929320ad842d8d09daca0e09
git bisect start '5e01bd2a91a717cdaccff18de7c44de37b270914' 'f45c7f1a45'
# good: [e2f8bf1b68f219578df7c5e05152c22de437854e] source
sha:f6998d9087c472954cc605c1308ec2df9409
git bisect good e2f8bf1b68f219578df7c5e05152c22de437854e
# good: [cd0fdaad92fdbe91c72347947043b6f5f4a8e600] source
sha:29eb4f122bab9ba7280945d0c8a15588b1d46895
git bisect good cd0fdaad92fdbe91c72347947043b6f5f4a8e600
# good: [1b76dd1843459a206c0954a104ab7869114f32c0] source
sha:141a7aa1b3faafa7bf5c45b73f1604b16809a1a3
git bisect good 1b76dd1843459a206c0954a104ab7869114f32c0
# good: [427e801080da6d20ba26d12fbdbd4ea81589f33f] source
sha:94af3da7e11e82c4ed2d59655e246b5201c18709
git bisect good 427e801080da6d20ba26d12fbdbd4ea81589f33f
# bad: [1ad8c06adf8e9e9d712808f18e0c6e37a798a193] source
sha:1e467fa8ae06ee4953511973f1785f41d8ba9e31
git bisect bad 1ad8c06adf8e9e9d712808f18e0c6e37a798a193
# bad: [a3e9f0310e37e8c3e50981f76b0decf5ac4c0c3f] source
sha:20dd5fbecc8990366727371f851ffb4914345601
git bisect bad a3e9f0310e37e8c3e50981f76b0decf5ac4c0c3f
# bad: [c0dd27d8652b2cfcbf15fd3eb45eda79cd4088b1] source
sha:70e97ade2f8dd6f61574dca985074f550db0630f
git bisect bad c0dd27d8652b2cfcbf15fd3eb45eda79cd4088b1
# good: [77c16f95aefbf077e1ae46d3abef1c4a374884dc] source
sha:5c33253daf23224424cf6b181a2c2235c4a82539
git bisect good 77c16f95aefbf077e1ae46d3abef1c4a374884dc
# bad: [8a7d614e714389333ca05a3982516d08da6c4671] source
sha:85c38f1cf4844a99bca3d08ddfcc0c798ce5873e
git bisect bad 8a7d614e714389333ca05a3982516d08da6c4671
# bad: [52fc4434554cb8bcbcc13469646a6ea5c99f77af] source
sha:3d456dfa6637c6c3ebe7a21f1f1a5b05039cee2a
git bisect bad 52fc4434554cb8bcbcc13469646a6ea5c99f77af
# good: [ee5bfce110bfa45d6fc6bd1fafc19f45bff43fb7] source
sha:c0baab9aa80bfa49b753d2d598a4fbc71ceb656e
git bisect good ee5bfce110bfa45d6fc6bd1fafc19f45bff43fb7
# first bad commit: [52fc4434554cb8bcbcc13469646a6ea5c99f77af] source
sha:3d456dfa6637c6c3ebe7a21f1f1a5b05039cee2a


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103729
[Bug 103729] [META] Tracking HarfBuzz based common text layout regressions
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107926] very slow --convert-to on powerful server

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107926

--- Comment #5 from m.a.riosv  ---
I think can be expected the server being a bit slow because their priorities
should be on the server side.

Not seems to me an easy task find the reason for the new minor differences.

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


[Libreoffice-bugs] [Bug 80950] Styles & Formatting: Add 'Unused Custom Styles' to style filter drop down

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80950

--- Comment #12 from Yousuf Philips (jay)  ---
(In reply to Hans Deragon from comment #11)
> Built-in styles cannot be deleted?  Why is that?

As built-in styles arent saved into the document file unless they are used in a
document or modified by the users, there isnt a need to be able to delete them,
because it would be tedious for users to add them back again.

> Obviously, that is another issue.  Are you aware of a feature request to
> change the nature of built-in styles?  I would like to join that debate, if
> there is one.

I'm not aware of such a request and doubt the ideal would be entertained as all
word processors work this way.

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


[Libreoffice-bugs] [Bug 107331] [META] Document themes bugs and enhancements

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107331

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||85998


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=85998
[Bug 85998] Usability improvements to "Choose Themes" (table styles in Calc):
Add theme, delete theme, format cells according to theme
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85998] Usability improvements to "Choose Themes" ( table styles in Calc): Add theme, delete theme, format cells according to theme

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85998

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107331


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107331
[Bug 107331] [META] Document themes bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107921] Buttons are badly viewed or invisible in high contrast mode ( white) on Windows 8.1 64 Enterprise.

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107921

--- Comment #3 from Yousuf Philips (jay)  ---
(In reply to V Stuart Foote from comment #1)
> @Jay, the Galaxy based HC icon set is getting a bit long in the tooth--would
> a rework based on Sifr make sense?

Yes Sifr HC is intended to replace Galaxy HC.

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


[Libreoffice-bugs] [Bug 107964] 'Choose Themes' command no longer works

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107964

Jacques Guilleron  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||guillero...@aol.com
 Ever confirmed|0   |1

--- Comment #1 from Jacques Guilleron  ---
Hi Yousuf,

I reproduce from
LO  5.4.0.0.alpha1+ Build ID: 0025fc13d805751f8eeb14febbdd0033e0a6d91e
CPU threads: 2; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2017-05-04_05:21:32
Locale: fr-FR (fr_FR); Calc: CL
and upper versies
but not with
LO 5.4.0.0.alpha0+ Build ID: 3a36cf434fb4a967c9ea767cb7ac5f4da0502a0d
CPU threads: 2; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2017-04-28_06:33:58
Locale: fr-FR (fr_FR); Calc: CL

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


[Libreoffice-bugs] [Bug 103239] [META] Toolbars bugs and enhancements

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103239
Bug 103239 depends on bug 85786, which changed state.

Bug 85786 Summary: TOOLBAR: Do not hide customize toolbar context menu after 
toggling a visible icon
https://bugs.documentfoundation.org/show_bug.cgi?id=85786

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

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


[Libreoffice-bugs] [Bug 86349] [META] Context menu bugs and enhancements

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86349
Bug 86349 depends on bug 85786, which changed state.

Bug 85786 Summary: TOOLBAR: Do not hide customize toolbar context menu after 
toggling a visible icon
https://bugs.documentfoundation.org/show_bug.cgi?id=85786

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

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


[Libreoffice-bugs] [Bug 85786] TOOLBAR: Do not hide customize toolbar context menu after toggling a visible icon

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85786

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #10 from Yousuf Philips (jay)  ---
Well lets just close it then. Thanks gulsah for researching it.

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


[Libreoffice-bugs] [Bug 107331] [META] Document themes bugs and enhancements

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107331
Bug 107331 depends on bug 77569, which changed state.

Bug 77569 Summary: Add entry "Choose Themes" to menu "Format" to actually make 
Calc feature accessible to users
https://bugs.documentfoundation.org/show_bug.cgi?id=77569

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 107331] [META] Document themes bugs and enhancements

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107331

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||77569


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=77569
[Bug 77569] Add entry "Choose Themes" to menu "Format" to actually make Calc
feature accessible to users
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 77569] Add entry "Choose Themes" to menu "Format" to actually make Calc feature accessible to users

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77569

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||philip...@hotmail.com
 Blocks||107331, 91820
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |philip...@hotmail.com
   |desktop.org |

--- Comment #15 from Yousuf Philips (jay)  ---
Patch is in - https://gerrit.libreoffice.org/37844


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=91820
[Bug 91820] [META] Reorganization of the menu bar for Calc
https://bugs.documentfoundation.org/show_bug.cgi?id=107331
[Bug 107331] [META] Document themes bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107332] [META] Calc styles bugs and enhancements

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107332
Bug 107332 depends on bug 77569, which changed state.

Bug 77569 Summary: Add entry "Choose Themes" to menu "Format" to actually make 
Calc feature accessible to users
https://bugs.documentfoundation.org/show_bug.cgi?id=77569

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 107332] [META] Calc styles bugs and enhancements

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107332

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||107964


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107964
[Bug 107964] 'Choose Themes' command no longer works
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107964] New: 'Choose Themes' command no longer works

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107964

Bug ID: 107964
   Summary: 'Choose Themes' command no longer works
   Product: LibreOffice
   Version: 5.4.0.0.alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisectRequest, regression
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 107332

Steps:
1) Open Calc
2) View > Toolbars > Tools
3) Click 'Choose Themes' button
4) Nothing happens

Regression as this works in 5.3

Version: 5.4.0.0.alpha1+
Build ID: 296c2296f5565556eea9fab51563050f28bbcafc
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-05-17_00:33:24
Locale: en-US (en_US.UTF-8); Calc: group


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107332
[Bug 107332] [META] Calc styles bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45893] PRINTING: add feature to directly print charts

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45893

Yousuf Philips (jay)  changed:

   What|Removed |Added

  Component|Chart   |Printing and PDF export
Summary|PRINTING: add feature to|PRINTING: add feature to
   |print charts|directly print charts

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


[Libreoffice-bugs] [Bug 80950] Styles & Formatting: Add 'Unused Custom Styles' to style filter drop down

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80950

--- Comment #11 from Hans Deragon  ---
Built-in styles cannot be deleted?  Why is that?

Built-in styles should be treated like user-defined styles; simply added to the
list of user-defined style at document creation.  They should not be hardcoded.
 They become user-defined styles.

Obviously, that is another issue.  Are you aware of a feature request to change
the nature of built-in styles?  I would like to join that debate, if there is
one.

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


[Libreoffice-bugs] [Bug 103309] [META] Print dialog bugs and enhancements

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103309

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 103378] [META] PDF export bugs and enhancements

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 64679] [META] Printer Settings Related Issues

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64679

Yousuf Philips (jay)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||3309,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||3378

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


[Libreoffice-bugs] [Bug 103378] [META] PDF export bugs and enhancements

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||83940


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83940
[Bug 83940] Meta: PDF signatures (tracker)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83940] Meta: PDF signatures (tracker)

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83940

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103378
  Alias||PDF-Signature


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103378
[Bug 103378] [META] PDF export bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107860] CRASH: when opening Edit Style for a shape

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107860

Telesto  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #6 from Telesto  ---
No crash anymore -> closing as WFM
Version: 5.5.0.0.alpha0+
Build ID: d57e6cd9dcc96112994ca2b14ac45896e86b26e5
CPU threads: 4; OS: Windows 6.19; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-05-18_22:43:07
Locale: nl-NL (nl_NL); Calc: CL

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


[Libreoffice-bugs] [Bug 107961] CRASH: Libreoffice crashes when editing attributes

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107961

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||xiscofa...@libreoffice.org
 Resolution|--- |WORKSFORME
 Whiteboard||backportRequest

--- Comment #2 from Xisco Faulí  ---
I can reproduce it in

Version: 5.3.3.2
Build ID: 1:5.3.3~rc2-0ubuntu0.16.10.1~lo0
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; Layout
Engine: new; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

but not in

Version: 5.4.0.0.alpha1+
Build ID: 74d2e606fd3605fe0a585f596eaa215ae4e20d18
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; 
Locale: en-US (ca_ES.UTF-8); Calc: group

Closing as RESOLVED WORKSFORME and adding backportRequest

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


[Libreoffice-bugs] [Bug 42638] Implement floating Paste Options button

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42638

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
Summary|Writer Feature request: |Implement floating Paste
   |smart tags  |Options button

--- Comment #8 from Yousuf Philips (jay)  ---
(In reply to sasha.libreoffice from comment #6)
> it is "smart tags". They can be installed into LibreOffice as additional
> program. But I never used them and do not know from where install.

Smart tags[1] is about reformatting existing text, while the Paste Options
button[2] is what is being suggested.

[1] https://en.wikipedia.org/wiki/Smart_tag_(Microsoft)
[2]
https://support.office.com/en-us/article/Control-the-formatting-when-you-paste-text-20156A41-520E-48A6-8680-FB9CE15BF3D6

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


[Libreoffice-bugs] [Bug 106773] [META] Writer document canvas view jump issues

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106773

Telesto  changed:

   What|Removed |Added

 Depends on||107870


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107870
[Bug 107870] View jumps to cursor when activating or deactivating record
changes and showing or hiding changes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107870] View jumps to cursor when activating or deactivating record changes and showing or hiding changes

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107870

Telesto  changed:

   What|Removed |Added

 Blocks||106773


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106773
[Bug 106773] [META] Writer document canvas view jump issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107963] New: FORMATTING: Styles can' t be applied to text within a textbox

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107963

Bug ID: 107963
   Summary: FORMATTING: Styles can't be applied to text within a
textbox
   Product: LibreOffice
   Version: 4.4.6.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Styles can't be applied to text within a textbox

Steps to Reproduce:
1. Open Writer
2. Open styles and formatting sidebar (F11)
3. Insert a textbox (Insert -> Textbox) -> Styles and formatting will be empty
(bug 107962)
4. Type something into the textbox and exit the textbox
5. Re-enter the textbox. Try to apply a template style

Actual Results:  
Style can't be applied

Expected Results:
Style should be applied, similar to Impress


Reproducible: Always

User Profile Reset: No

Additional Info:
Version: 5.5.0.0.alpha0+
Build ID: d57e6cd9dcc96112994ca2b14ac45896e86b26e5
CPU threads: 4; OS: Windows 6.19; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-05-18_22:43:07
Locale: nl-NL (nl_NL); Calc: CL


User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:45.0) Gecko/20100101
Firefox/45.0

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


[Libreoffice-bugs] [Bug 107962] New: FORMATTING: No template styles immediately after adding a textbox

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107962

Bug ID: 107962
   Summary: FORMATTING: No template styles immediately after
adding a textbox
   Product: LibreOffice
   Version: 4.4.6.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
When adding a textbox the template styles in the styles and formatting sidebar
will be empty. After exiting and re-entering the textbox all sorts of styles
are listed (but non-working)


Steps to Reproduce:
1. Open Writer
2. Open the styles and formatting toolbar (F11)
3. Add a textbox (Insert -> Text box) -> No template styles available
4. Type something into the text box and exit it
5. Re-enter the textbox -> Template styles are available (but not working)


Actual Results:  
No template styles available immediately after adding a textbox

Expected Results:
Template styles should be available (as in Impress) 


Reproducible: Always

User Profile Reset: No

Additional Info:
Version: 5.5.0.0.alpha0+
Build ID: d57e6cd9dcc96112994ca2b14ac45896e86b26e5
CPU threads: 4; OS: Windows 6.19; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-05-18_22:43:07
Locale: nl-NL (nl_NL); Calc: CL


User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:45.0) Gecko/20100101
Firefox/45.0

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


[Libreoffice-bugs] [Bug 48741] [META] Page header and footer issues

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48741

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|41316   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=41316
[Bug 41316] Page styles should support hierarchical parent-child relationships
(like paragraph or character styles)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107936] [META] Page-level bugs and enhancements

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107936

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||41316


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=41316
[Bug 41316] Page styles should support hierarchical parent-child relationships
(like paragraph or character styles)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41316

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|48741   |107936


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=48741
[Bug 48741] [META] Page header and footer issues
https://bugs.documentfoundation.org/show_bug.cgi?id=107936
[Bug 107936] [META] Page-level bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 80950] Styles & Formatting: Add 'Unused Custom Styles' to style filter drop down

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80950

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords||needsDevEval, topicUI
 CC|libreoffice-ux-advise@lists |philip...@hotmail.com
   |.freedesktop.org|
Summary|Need a way to find out  |Styles & Formatting: Add
   |styles that are not used.   |'Unused Custom Styles' to
   ||style filter drop down

--- Comment #10 from Yousuf Philips (jay)  ---
(In reply to Hans Deragon from comment #0)
> Numerous styles are showing in the style list.  It would be nice if there
> would be a way to identify those who are not used in the document, so we can
> delete them afterward.

As built-in styles arent deletable, the user can only delete user-defined
styles, so the entry should only list unused user-defined styles. As we have an
entry for 'Custom Styles', so the new entry should be 'Unused Custom Styles'.

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


[Libreoffice-bugs] [Bug 107868] Problem with printing and exporting to PDF for multiline text box

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107868

Miklos Vajna  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 99528] Better handling for multiline tabs

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99528

--- Comment #10 from Yousuf Philips (jay)  ---
(In reply to Thomas Lendo from comment #9)
> Most people are used to read LTR or RTL, not top to bottom or reverse.

The contents of the tabs are ordered top to bottom in columns.

> Also there is much more horizontal than vertical space.

That all depends on how the controls are organized. Many tabs have extra wide
controls for no reason (e.g. Character dialog's hyperlink and highlighting
tabs, nearly every tabs in the Paragraph dialog)

> Using a scrollbar would be a usability disaster. A vertical layout should only
> be an option for very few (~handful) points.

Cant say i agree with you, as when you have content that is larger than the
available space, scrollbars are common and useful (e.g. browser, file manager).
Alternatively you would have to have more vertical tabs, but you wouldnt be for
scrolling within the vertical tabs.

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


[Libreoffice-bugs] [Bug 42894] VIEWING: Zoom control disappears when making the window smaller

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42894

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=86
   ||018

--- Comment #13 from Yousuf Philips (jay)  ---
Part of this was fixed in bug 86018. In order for the zoom controls to never
disappear, we would need to have a mechanism to hide statusbar elements based
on a particular priority during resizing.

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


[Libreoffice-bugs] [Bug 99182] Spacing in notes not retained when in Console/Exchange

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99182

--- Comment #4 from Yousuf Philips (jay)  ---
(In reply to Buovjaga from comment #3)
> Repro.

Thanks for repoing it. Can you provide some simple steps for its repoing and
can you test if its inherited from OOo or is a regression.

(In reply to Yousuf Philips (jay) from comment #0)
> when the presenter exits console mode at 3:08, there are now
> three line breaks between the paragraphs.

The third line break appears at 1:57 after the presenter clicks off the notes
textbox, so that seems to be something unrelated.

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


[Libreoffice-bugs] [Bug 107961] CRASH: Libreoffice crashes when editing attributes

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107961

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #1 from Regina Henschel  ---
No crash with Version: 5.4.0.0.alpha1+
Build ID: 965494c544dd8f35ae83b7cf38549009da06c367
CPU threads: 4; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2017-05-10_23:06:27
Locale: de-DE (de_DE); Calc: group

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


[Libreoffice-bugs] [Bug 48741] [META] Page header and footer issues

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48741

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||79269


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=79269
[Bug 79269] ODF import - Unchecking 'same content on first page' footer option
doesnt work
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 50916] Allow more than 1024 columns in calc

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50916

--- Comment #53 from shunesbur...@yahoo.fr ---
Why ?
If it's ready, you could add this feature in the 5.4 release.

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


[Libreoffice-bugs] [Bug 107961] New: CRASH: Libreoffice crashes when editing attributes

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107961

Bug ID: 107961
   Summary: CRASH: Libreoffice crashes when editing attributes
   Product: LibreOffice
   Version: 5.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: timur.davlets...@gmail.com

Created attachment 133408
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133408&action=edit
Test file

Steps to Reproduce:
1. Open document from attachment
2. Double-click "КР-НРТК-(2АС-2)" on the first page (bottom right) to edit
content, select it by Ctrl+A
3. Remove bold attribute by Ctrl+B — I experience crash on this step

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


[Libreoffice-bugs] [Bug 107881] Can't save XML after editing

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107881

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|Windows (All)   |All
   Severity|normal  |major

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


[Libreoffice-bugs] [Bug 106534] Color set/ palette for charts missing since reorganization of color palettes

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106534

--- Comment #9 from Heiko Tietze  ---
(In reply to Heiko Tietze from comment #8)
> Colors adjusted as close as possible to the old design.
> https://gerrit.libreoffice.org/#/c/37819/

The patch was refused favoring a new palette (discussion also on Telegram). As
I voted against that approach because adding various palettes contradicts our
previous work I'm out here.

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


[Libreoffice-bugs] [Bug 107957] Custom properties: wrong encoding after DOCX import

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107957

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
Hello Vasiliy,

Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

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


[Libreoffice-bugs] [Bug 107960] New: Writer and Calc drop BASIC modules if resave as MS formats documents

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107960

Bug ID: 107960
   Summary: Writer and Calc drop BASIC modules if resave as MS
formats documents
   Product: LibreOffice
   Version: 5.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: post@tut.by

Created attachment 133407
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133407&action=edit
test file

1. I created a simple ODS file with this script 

Sub Main
The dim test
Test = "Test test"
End Sub "

2.stored it
3. Opened it
4. checked if the script exists
5. Saves in XLS or XLSX format
6. close all
7. opened the XLS file and the script in the file disappeared!

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


[Libreoffice-bugs] [Bug 107949] Export to xhtml document always has title of " - no title specified"

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107949

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||rb.hensc...@t-online.de
 Resolution|--- |WORKSFORME

--- Comment #1 from Regina Henschel  ---
You have to enter the title in File > Properties, tab Description, field Title.

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


[Libreoffice-bugs] [Bug 107864] When loading styles from another document, 'Text Body' and ' Default Style' fail to update

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107864

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |NOTABUG

--- Comment #1 from Buovjaga  ---
You have to tick the "Overwrite" checkbox in the dialog. Closing.

I almost confirmed this myself - I read the help and there I noticed Overwrite
:)

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


[Libreoffice-bugs] [Bug 107959] Crash in: SfxItemSet::Get(unsigned short, bool)

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107959

Telesto  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Telesto  ---
Repro with:
Version: 5.5.0.0.alpha0+
Build ID: d57e6cd9dcc96112994ca2b14ac45896e86b26e5
CPU threads: 4; OS: Windows 6.19; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-05-18_22:43:07
Locale: nl-NL (nl_NL); Calc: CL

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


[Libreoffice-bugs] [Bug 100143] libreoffice 5.1 crashes on opening an XLS file

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100143

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #14 from Buovjaga  ---
(correct status is unconfirmed, as this was never confirmed by someone else)

Petr: does this still happen with 5.3 and OpenCL enabled? If yes, does it
perhaps produce a crash report (which can be allowed to be uploaded to the
crash report server)?

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


[Libreoffice-bugs] [Bug 107959] Crash in: SfxItemSet::Get(unsigned short, bool)

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107959

--- Comment #1 from Regina Henschel  ---
BTW: Unlinking does not work. The image keeps linked.

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


[Libreoffice-bugs] [Bug 107959] New: Crash in: SfxItemSet::Get(unsigned short, bool)

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107959

Bug ID: 107959
   Summary: Crash in: SfxItemSet::Get(unsigned short,bool)
   Product: LibreOffice
   Version: 5.2.6.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 133406
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133406&action=edit
File with linked image and the image itself

This bug was filed from the crash reporting server and is
br-f1b9bf5b-e601-4792-9e9e-5737b7abd247.
=

Open attached archive. Open file "Target.odg". It contains a linked image.
Click the image and use the tool "Color Replacer" to change the White parts in
the image to transparent. You get a message, whether you want to unlink the
image. Click yes. Close color replacer. Close document. Crash.

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


[Libreoffice-bugs] [Bug 107856] Cannot modify default styles

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107856

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE
 OS|Linux (All) |All

--- Comment #3 from Buovjaga  ---
I reproduced with stable, but not with master and then I found the relevant
report :)
Fix will be in 5.3.4

Kenneth: if you want to get involved even more:
https://wiki.documentfoundation.org/QA/GetInvolved

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

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


[Libreoffice-bugs] [Bug 107958] Ubuntu 16.04 on Lenovo Desktop, where it is OK, but on Lenovo laptop G550 these malfunctions occur.

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107958

Tony Briginshaw  changed:

   What|Removed |Added

  Component|Writer Web  |Writer

--- Comment #1 from Tony Briginshaw  ---
This affects Libre Office WRITER. It's marked as WRITER WEB by mistake.

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


[Libreoffice-bugs] [Bug 107958] New: Ubuntu 16.04 on Lenovo Desktop, where it is OK, but on Lenovo laptop G550 these malfunctions occur.

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107958

Bug ID: 107958
   Summary: Ubuntu 16.04 on Lenovo Desktop, where it is OK, but on
Lenovo laptop G550 these malfunctions occur.
   Product: LibreOffice
   Version: 5.0 all versions
  Hardware: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer Web
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tony.brigins...@btinternet.com

Description:
Ubuntu 16.04 recently installed on Lenovo Desktop, where it works perfectly,
and Lenovo laptop G550 where these malfunctions occur. Originally Desktop ran
Windows 8 upgraded to Windows 10. Laptop ran Windows 7 upgraded to Windows 10.
Laptop keyboard " and @ are transposed. POUND SIGN shows as #. # shows as \. ~
shows as |. `~ are confused. !$%^&*()_+ are OK. 1234567890-= are OK. <> is
repeated out of position. []{};:' are OK. ,< .>/? are OK. REMARK: " and @ are
inconvenient but POUND occurs in certain om passwords.

Steps to Reproduce:
1. Libre Office Writer.
2. Normal use of keyboard symbols.
3. Including SHIFT.

Actual Results:  
Laptop keyboard " and @ are transposed. POUND SIGN shows as #. # shows as \. ~
shows as |. `~ are confused. !$%^&*()_+ are OK. 1234567890-= are OK. <> is
repeated out of position. []{};:' are OK. ,< .>/? are OK.

Expected Results:
Laptop keyboard " and @ are transposed. POUND SIGN shows as #. # shows as \. ~
shows as |. `~ are confused. !$%^&*()_+ are OK. 1234567890-= are OK. <> is
repeated out of position. []{};:' are OK. ,< .>/? are OK.


Reproducible: Always

User Profile Reset: No

Additional Info:
No idea whether it's a function of my [integral] keyboard, on a Lenovo laptop.


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101
Firefox/53.0

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


[Libreoffice-bugs] [Bug 99711] Sidebar Position and Size displays incorrect width and height when units in mm

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99711

Buovjaga  changed:

   What|Removed |Added

 CC||roland.il...@gmx.de

--- Comment #9 from Buovjaga  ---
*** Bug 107878 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107878] element sizes are displayed wrong

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107878

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE

--- Comment #2 from Buovjaga  ---
Yep, this happens only in the sidebar. Closing as duplicate.

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

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


[Libreoffice-bugs] [Bug 107867] Crash when working with form

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107867

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
Tried multiple cycles, also with gtk2 VCL backend, but could not get it to
crash.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: cee02e81cd3b55fb46eacf5db5713e8bf4363bcd
CPU threads: 8; OS: Linux 4.10; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on May 19th 2017

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


[Libreoffice-bugs] [Bug 107888] Same document with fonts Neutra-Text-Alt looks different with LibreOffice >= 5.3.x

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107888

V Stuart Foote  changed:

   What|Removed |Added

   Keywords||bibisected
 Status|UNCONFIRMED |RESOLVED
 CC||khaledho...@eglug.org
 Resolution|--- |NOTOURBUG

--- Comment #5 from V Stuart Foote  ---
This looks to be another font with bad metrics. 

Bibisecting with builds on hand, the line heights are as legacy through this
build:
Version: 5.3.0.0.alpha1+
Build ID: 0f3861e65d8e652dcc31cf9a2f2b5c1a0a73b86d
CPU Threads: 8; OS Version: Windows 6.2; UI Render: default; Layout Engine:
new; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2016-11-19_23:33:29
Locale: en-US (en_US); Calc: CL

And first note bad with the build:
Version: 5.4.0.0.alpha0+
Build ID: 9691cea443a74885b3f81c602efdd3345de1e3f9
CPU Threads: 8; OS Version: Windows 6.19; UI Render: default; Layout Engine:
old; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-11-24_14:26:28
Locale: en-US (en_US); Calc: CL

So that is in the range for the refactoring for bug 55469 with ref commit.

Should have simple workaround to correct the installed font metrics (with
FontForge, TypeLight, FontCreator, etc.)

@Khaled, for users as in this case needing to correct their font metrics--they
uninstall the font. Then edit it to set the hhea and Typo to match the OS/2 Win
Ascent/Descent, right?  Testing, I just did that and it restored the formatting
of the earlier builds to 5.3 builds.

=-ref-=
https://cgit.freedesktop.org/libreoffice/core/commit/?id=34d7602954d4483b3bc9db700e7df2c15348947a

https://gerrit.libreoffice.org/#/c/31053/

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


[Libreoffice-bugs] [Bug 41063] Saving/Autosaving (Save/Autosave) while in table causes view to jump to cursor position

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41063

Buovjaga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 83946] [META] Bugs for tracking changes

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83946

Buovjaga  changed:

   What|Removed |Added

 Depends on||107870


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107870
[Bug 107870] View jumps to cursor when activating or deactivating record
changes and showing or hiding changes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107870] View jumps to cursor when activating or deactivating record changes and showing or hiding changes

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107870

Buovjaga  changed:

   What|Removed |Added

   Priority|medium  |low
 Status|UNCONFIRMED |NEW
Version|5.3.3.2 release |3.6.7.2 release
 CC||todven...@suomi24.fi
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=41
   ||063
 Blocks||83946
 Ever confirmed|0   |1
Summary|Focus lost when save or |View jumps to cursor when
   |hide/show changes   |activating or deactivating
   ||record changes and showing
   ||or hiding changes
   Severity|normal  |minor

--- Comment #1 from Buovjaga  ---
The saving jump should be fixed in 5.2 and 5.3: bug 95797
I am not seeing the jump on saving.

However, there is no report for the show/hide changes and I confirm. It also
happens, when you activate or deactivate record changes

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: cee02e81cd3b55fb46eacf5db5713e8bf4363bcd
CPU threads: 8; OS: Linux 4.10; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on May 19th 2017

Arch Linux 64-bit
Version 3.6.7.2 (Build ID: e183d5b)


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83946
[Bug 83946] [META] Bugs for tracking changes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107863] XHTML Export: Empty paragraphs after an inserted image are not correctly rendered

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107863

Buovjaga  changed:

   What|Removed |Added

   Keywords||filter:html
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|5.3.3.2 release |3.6.7.2 release
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #2 from Buovjaga  ---
Repro. The empty paragraphs under the image are gone.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: cee02e81cd3b55fb46eacf5db5713e8bf4363bcd
CPU threads: 8; OS: Linux 4.10; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on May 19th 2017

Arch Linux 64-bit
Version 3.6.7.2 (Build ID: e183d5b)

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


[Libreoffice-bugs] [Bug 58874] OFFSET function in array context compatibility with Excel

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58874

Eike Rathke  changed:

   What|Removed |Added

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

--- Comment #12 from Eike Rathke  ---
So indeed, for OFFSET in array context Excel returns an array of references,
e.g. OFFSET(A1,ROW(1:3),0,2) returns
A2:A3
A3:A4
A4:A5
which then fed to SUBTOTAL calculates each independently and returns an array
of results.

With A1:A5={1;2;4;8;16} and =SUBTOTAL(9,OFFSET(A1,ROW(1:3),0,2)) the result is
{6;12;24}

Same for =SUM(OFFSET(A1,ROW(1:3),0,2)) in array context.
I assume the same works for all functions that can be specified as SUBTOTAL
first argument, at least it does for AVERAGE as well.

(Note: {1;2;3} should be the same as ROW(1:3) but Excel does not accept the
inline array.)

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


[Libreoffice-bugs] [Bug 92770] thisComponent is not valid during "Open Document" at startup in non-document macro

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92770

--- Comment #12 from Lionel Elie Mamane  ---
Nah, using SAL_USE_VCLPLUGIN=gtk does not make it disappear.

My local build is with --enable-dbgutil... Is that the difference? But the
Debian package that I test is a release build...

Reproduced with

(TDF build)
Version: 5.2.7.2
Build ID: 2b7f1e640c46ceb28adf43ee075a6e8b8439ed10
CPU Threads: 8; OS Version: Linux 4.9; UI Render: default; VCL: gtk2; 
Locale: en-GB (en_GB.utf8); Calc: group

I tried again several times with

Version: 5.3.2.2
Build ID: 6cd4f1ef626f15116896b1d8e1398b56da0d0ee1
CPU Threads: 8; OS Version: Linux 4.9; UI Render: default; VCL: gtk2; Layout
Engine: new; 
Locale: en-GB (en_GB.utf8); Calc: group


Often it works, sometimes not. So it definitely smells like a race condition.

Ah, now reproduced with

Version: 5.5.0.0.alpha0+
Build ID: d880df3a44497cdec49017538a9d38d48e543bad
CPU threads: 8; OS: Linux 4.9; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-05-19_07:51:21
Locale: en-GB (en_GB.utf8); Calc: group

after several tries... like 10.

Ah, I found a way to reproduce each time:


settings: medium security, giving a warning and a choice "enable macros" or
"disable macros".

$ /opt/libreofficedev5.5/program/soffice attachment_117261
# give focus to another non-LibreOffice window
# give focus back to security warning window WITHOUT GOING THROUGH focus to
LibreOffice main window (which would "pass" its focus to the security warning
window)
# click "Enable Macros"


On the other hand, this *always* works (bug does not appear):

$ /opt/libreofficedev5.5/program/soffice attachment_117261
# give focus to another non-LibreOffice window
# give focus back LibreOffce main window; it "passes" its focus to the security
warning window
# click "Enable Macros"

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


[Libreoffice-bugs] [Bug 92770] thisComponent is not valid during "Open Document" at startup in non-document macro

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92770

--- Comment #11 from Lionel Elie Mamane  ---
(In reply to Buovjaga from comment #10)
> Tried with Xray 5.2. It works for me: Macro in "My Macros": True

> Could it be this work fixed it: bug 105735 / bug 107029 ?

>From reading these bugs, I think not.

Retested and reproduced with

Version: 5.2.5.1
Build ID: 1:5.2.5-2
CPU Threads: 8; OS Version: Linux 4.9; UI Render: default; VCL: gtk3; 
Locale: en-GB (en_GB.utf8); Calc: group

Version: 5.3.4.0.0+
Build ID: (Lionel's development build; updated to
 commit 8501821f3b5ad541c40b5465aab000a6960b97ba
 Author: Katarina Behrens 
 AuthorDate: Wed May 3 16:55:00 2017 +0200
 Commit: Caolán McNamara 
 CommitDate: Tue May 9 09:50:21 2017 +0200)
CPU Threads: 8; OS Version: Linux 4.9; UI Render: default; VCL: gtk3; Layout
Engine: new;
Locale: en-GB (en_GB.utf8); Calc: group

but NOT reproduced with any of:

Version: 5.3.4.0.0+
Build ID: 5756d3d5bd2175335ac302aaa806fd5f2277f564
CPU Threads: 8; OS Version: Linux 4.9; UI Render: default; VCL: gtk2; Layout
Engine: new; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:libreoffice-5-3, Time:
2017-05-19_06:34:54
Locale: en-GB (en_GB.utf8); Calc: group

Version: 5.3.3.2
Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448
CPU Threads: 8; OS Version: Linux 4.9; UI Render: default; VCL: gtk2; Layout
Engine: new; 
Locale: en-GB (en_GB.utf8); Calc: group

Version: 5.3.2.2
Build ID: 6cd4f1ef626f15116896b1d8e1398b56da0d0ee1
CPU Threads: 8; OS Version: Linux 4.9; UI Render: default; VCL: gtk2; Layout
Engine: new; 
Locale: en-GB (en_GB.utf8); Calc: group

Version: 5.5.0.0.alpha0+
Build ID: d880df3a44497cdec49017538a9d38d48e543bad
CPU threads: 8; OS: Linux 4.9; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-05-19_07:51:21
Locale: en-GB (en_GB.utf8); Calc: group


Hmm... Might be linked to gtk3, or might be fixed. More testing needed.

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


[Libreoffice-bugs] [Bug 107957] New: Custom properties: wrong encoding after DOCX import

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107957

Bug ID: 107957
   Summary: Custom properties: wrong encoding after DOCX import
   Product: LibreOffice
   Version: 5.2.6.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: v...@vasiliyshlykov.org

Created attachment 133405
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133405&action=edit
Dialog box screenshot

On the Linux platform after import of DOCX file into Writer custom properties
names showed as "??" in File -> Properties -> Custom Properties box. It
seems that because of Cyrillic names of these properties.

When "Show Fields" are enabled, field that uses that properties shows it
correctly.

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


[Libreoffice-bugs] [Bug 107956] Color palette from .soc file is not stored

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107956

--- Comment #1 from Stefan Heymann  ---
Created attachment 133404
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133404&action=edit
.soc file to use for testing

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


[Libreoffice-bugs] [Bug 107956] New: Color palette from .soc file is not stored

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107956

Bug ID: 107956
   Summary: Color palette from .soc file is not stored
   Product: LibreOffice
   Version: 5.2.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: framework
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: heym...@consic.de

Created attachment 133403
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133403&action=edit
Screencast (animated GIF) showing the problem

I have saved my color palette as a .soc file. When I try to load it in my new
installation of LibreOffice, the new palette is shown. But when I save it with
"OK" and go back to the palette settings, the old palette is there again.

I have attached a screencast (animated GIF) where I show the problem.

Regards

Stefan

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


[Libreoffice-bugs] [Bug 107955] New: Implement an interpolation function

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107955

Bug ID: 107955
   Summary: Implement an interpolation function
   Product: LibreOffice
   Version: 5.3.0.0.alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: frederic.parre...@univ-grenoble-alpes.fr

In an lot of scientific fields, we need to do interpolation of data.
That is, if you have a set of x_i and y_i, you want to know the values y'_i at
abscissas x'_i.
Currently, there is no interpolation function in calc, though.
I would greatly appreciate one.
The basic functionality would be to have a linear interpolation.
Other type of interpolation include staircase and cubic spline.
All these interpolations could be done by simply evaluating the function, or
also by using an averaging between two consecutive x'_i.
Such a function exists in another spreadsheet software called gnumeric, so it
is possible to take some inspiration from it (with a critical look, though).

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


[Libreoffice-bugs] [Bug 107299] New Template Manager help content issues

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107299

--- Comment #10 from Commit Notification 
 ---
Gabor Kelemen committed a patch related to this issue.
It has been pushed to "libreoffice-5-4":

http://cgit.freedesktop.org/libreoffice/help/commit/?id=58fffb4dd1525c186035c4884d88226193772bf7&h=libreoffice-5-4

tdf#107299 Mention how to add more template folders

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


[Libreoffice-bugs] [Bug 107299] New Template Manager help content issues

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107299

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.4.0|target:5.4.0 target:5.4.0.1

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


[Libreoffice-bugs] [Bug 107299] New Template Manager help content issues

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107299

--- Comment #9 from Commit Notification 
 ---
Gabor Kelemen committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/help/commit/?id=49e9e98224321ab478681dd93476d54594a55432

tdf#107299 Mention how to add more template folders

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


[Libreoffice-bugs] [Bug 94582] Formula editor UI flickers on mouse movement

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94582

kompilainenn <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #4 from kompilainenn <79045_79...@mail.ru> ---
in LO 5.4 beta1 flickering became even stronger!

Video: intel HD4000 on Windows 7

Version: 5.4.0.0.beta1
ID build: 8672113ead4e403c55e31b1d9a3d1e0f3b299577
CPU threads: 4; OS: Windows 6.1; UI render: default; 
Locale: ru-RU (ru_RU); Calc: group

opengl_device.log

DriverVersion: 9.17.10.4229
DriverDate: 5-26-2015
DeviceID: PCI\VEN_8086&DEV_0166&SUBSYS_21F717AA&REV_09
AdapterVendorID: 0x8086
AdapterDeviceID: 0x0166
AdapterSubsysID: 0x21f717aa
DeviceKey:
System\CurrentControlSet\Control\Video\{92E621FD-7AE7-489A-8F2F-47AFD10834D8}\
DeviceString: Intel(R) HD Graphics 4000

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


[Libreoffice-bugs] [Bug 107954] New: SQL-statement shows also columns of "OrderBY" -section in Tools > SQL

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107954

Bug ID: 107954
   Summary: SQL-statement shows also columns of "OrderBY"-section
in Tools > SQL
   Product: LibreOffice
   Version: 4.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@familiegrosskopf.de

Created attachment 133402
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133402&action=edit
Open the database and try the SQL-code in Tools > SQL.

Open the attached database.
Start Tools > SQL
Mark 'Show output of "select"-statements
Execute the following code:
SELECT "Nachname", "Vorname" FROM "Teilnehmer" ORDER BY "Nachname", "Vorname"
ASC

It will show 


Now start
SELECT "Nachname", "Vorname" FROM "Teilnehmer" ORDER BY "Nachname" ASC
It will show 
,,,

Every field, which is included in ORDER BY, will be repeated at the end of the
row.

This bug appears in LO 4.0.0.3, where it has been introduced to show the
output, up to LO 5.4.0.0 alpha1. Tested with OpenSUSE 42.1 64bit rpm Linux.

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


[Libreoffice-bugs] [Bug 92770] thisComponent is not valid during "Open Document" at startup in non-document macro

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92770

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #10 from Buovjaga  ---
Tried with Xray 5.2. It works for me: Macro in "My Macros": True

Could it be this work fixed it: bug 105735 / bug 107029 ?

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: cee02e81cd3b55fb46eacf5db5713e8bf4363bcd
CPU threads: 8; OS: Linux 4.10; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on May 19th 2017

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


[Libreoffice-bugs] [Bug 101821] Scrolling and then clicking into document crashes Writer

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101821

Xisco Faulí  changed:

   What|Removed |Added

 CC||mst...@redhat.com

--- Comment #18 from Xisco Faulí  ---
easiest way to reproduce the crash:

1. Open the document
2. Insert a header


Reproduced in

Version: 5.5.0.0.alpha0+
Build ID: fa89a464ca9c76332f533da0ab641da5acd00b52
CPU threads: 1; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2017-05-19_01:24:56
Locale: es-ES (es_ES); Calc: group

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


[Libreoffice-bugs] [Bug 107888] Same document with fonts Neutra-Text-Alt looks different with LibreOffice >= 5.3.x

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107888

Timur  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 OS|Windows (All)   |All

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


[Libreoffice-bugs] [Bug 107953] Not enough precision when showing single-precision variable in BASIC debugger watch

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107953

Buovjaga  changed:

   What|Removed |Added

 CC||arnaud.versini@libreoffice.
   ||org, todven...@suomi24.fi

--- Comment #2 from Buovjaga  ---
Adding Arnaud. Maybe he wants to take a look.

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


[Libreoffice-bugs] [Bug 107926] very slow --convert-to on powerful server

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107926

--- Comment #4 from Dmitriy  ---
Remove all rpms from server and install again.
New statistics:
CentOS7 VM (same properties as another VM, excluding OS)
real0m1.408s
user0m0.720s
sys 0m0.100s

CentOS7 server
real0m2.569s
user0m2.134s
sys 0m0.372s

CentOS6.3 VM
real0m0.787s
user0m0.673s
sys 0m0.094s

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


[Libreoffice-bugs] [Bug 107890] Cannot access an old MS Access Database file (.mdb) using LibreOffice (x64)

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107890

--- Comment #16 from Joseph DeVore  ---
no I didn't try it :/ 
I was concerned about possible system instability after install
ie. probably worried for nothing..

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


[Libreoffice-bugs] [Bug 107890] Cannot access an old MS Access Database file (.mdb) using LibreOffice (x64)

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107890

--- Comment #15 from Julien Nabet  ---
Joseph: just for curiosity, did you have a try with
https://bugs.documentfoundation.org/show_bug.cgi?id=107890#c9 ?

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


[Libreoffice-bugs] [Bug 107890] Cannot access an old MS Access Database file (.mdb) using LibreOffice (x64)

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107890

Joseph DeVore  changed:

   What|Removed |Added

Summary|Have not been able to   |Cannot access an old MS
   |access an old MS Access |Access Database file (.mdb)
   |Database file (.mdb) in |using LibreOffice (x64)
   |years using LibreOffice |

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


[Libreoffice-bugs] [Bug 107890] Have not been able to access an old MS Access Database file ( .mdb) in years using LibreOffice

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107890

--- Comment #14 from Joseph DeVore  ---
YUP! that did it!

ONLY the x86(32bit) version of LibreOffice would/could open
the MS Access DataBase File... :D ^_^ :(

Tested LO v5.3.3.2 in Administrative Install(loose file) mode...

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


[Libreoffice-bugs] [Bug 107890] Have not been able to access an old MS Access Database file ( .mdb) in years using LibreOffice

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107890

--- Comment #13 from Joseph DeVore  ---
(In reply to Alex Thurgood from comment #12)
> There are no simple ziP/archive executables to my knowledge, unless you
> build a working application directory yourself from the source code.
> 
> If you want to install in parallel, this is possible:
> 
> https://wiki.documentfoundation.org/Installing_in_parallel/Windows

ahh.. That's too bad :( :/ 
VideoLAN(ie  VLC Media Player) creates archive versions for portable and
debugging
purposes...

ok so Admin install does loose files.. ok that works...
I created a .cmd bath file so I can make it quicker next time if I am testing a
newer version like a beta/nightly...

of to test now.. will post back in a sec.

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


[Libreoffice-bugs] [Bug 93571] FILEOPEN: Crash on specific LO Calc document with conditional formatting repeats

2017-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93571

Xisco Faulí  changed:

   What|Removed |Added

 Whiteboard||backportRequest

--- Comment #15 from Xisco Faulí  ---
I do confirm it's not crashing in

Version: 5.5.0.0.alpha0+
Build ID: fa89a464ca9c76332f533da0ab641da5acd00b52
CPU threads: 1; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2017-05-19_01:24:56
Locale: es-ES (es_ES); Calc: group

but it does in a build from 2017-05-15, nice!!

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


  1   2   >