[Libreoffice-commits] core.git: svx/source

2017-09-02 Thread Takeshi Abe
 svx/source/xml/xmlxtexp.cxx |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 77dbcb5620c1d233d09f6374927ef0c149fc8210
Author: Takeshi Abe 
Date:   Sun Sep 3 06:51:34 2017 +0900

svx: Fix memleak at early returns from SvxXMLXTableExportComponent::save

Change-Id: Ic6da38a47f2c2f2e350a15bad2b2731ed12409a9
Reviewed-on: https://gerrit.libreoffice.org/41853
Tested-by: Jenkins 
Reviewed-by: Julien Nabet 

diff --git a/svx/source/xml/xmlxtexp.cxx b/svx/source/xml/xmlxtexp.cxx
index 2cb4fc05232f..4bb2e7484709 100644
--- a/svx/source/xml/xmlxtexp.cxx
+++ b/svx/source/xml/xmlxtexp.cxx
@@ -196,7 +196,7 @@ bool SvxXMLXTableExportComponent::save(
 OUString *pOptName )
 {
 bool bRet = false;
-SfxMedium* pMedium = nullptr;
+std::unique_ptr pMedium;
 SvXMLGraphicHelper* pGraphicHelper = nullptr;
 sal_Int32 eCreate = embed::ElementModes::WRITE | 
embed::ElementModes::TRUNCATE;
 
@@ -227,7 +227,7 @@ bool SvxXMLXTableExportComponent::save(
 xSubStorage = ::comphelper::OStorageHelper::GetStorageFromURL( 
rURL, eCreate );
 else
 {
-pMedium = new SfxMedium( rURL, StreamMode::WRITE | 
StreamMode::TRUNC );
+pMedium.reset(new SfxMedium( rURL, StreamMode::WRITE | 
StreamMode::TRUNC ));
 
 SvStream* pStream = pMedium->GetOutStream();
 if( !pStream )
@@ -305,10 +305,7 @@ bool SvxXMLXTableExportComponent::save(
 }
 
 if( pMedium )
-{
 pMedium->Commit();
-delete pMedium;
-}
 
 return bRet;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_svg

2017-09-02 Thread andreas kainz
 icon-themes/breeze/cmd/lc_editstyle.png  |binary
 icon-themes/breeze/cmd/sc_editstyle.png  |binary
 icon-themes/breeze/links.txt |6 ++
 icon-themes/breeze_dark/cmd/lc_editstyle.png |binary
 icon-themes/breeze_dark/cmd/sc_editstyle.png |binary
 icon-themes/breeze_dark/links.txt|6 ++
 icon-themes/breeze_svg/cmd/lc_editstyle.svg  |   10 ++
 icon-themes/breeze_svg/cmd/sc_editstyle.svg  |   10 ++
 icon-themes/breeze_svg/links.txt |6 ++
 9 files changed, 26 insertions(+), 12 deletions(-)

New commits:
commit 5ac0a71cc17b37fcd758027ec8a0a996f4cdaf32
Author: andreas kainz 
Date:   Fri Sep 1 16:02:31 2017 +0200

Breeze icons: update editstyle icon

Change-Id: Ic7930b722a36f08555b16c96449d6d6758c2a0a1
Reviewed-on: https://gerrit.libreoffice.org/41788
Tested-by: Jenkins 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/icon-themes/breeze/cmd/lc_editstyle.png 
b/icon-themes/breeze/cmd/lc_editstyle.png
new file mode 100644
index ..11e0844701ff
Binary files /dev/null and b/icon-themes/breeze/cmd/lc_editstyle.png differ
diff --git a/icon-themes/breeze/cmd/sc_editstyle.png 
b/icon-themes/breeze/cmd/sc_editstyle.png
new file mode 100644
index ..71c0b8c27822
Binary files /dev/null and b/icon-themes/breeze/cmd/sc_editstyle.png differ
diff --git a/icon-themes/breeze/links.txt b/icon-themes/breeze/links.txt
index 212fe3957050..1dcd4f274a65 100644
--- a/icon-themes/breeze/links.txt
+++ b/icon-themes/breeze/links.txt
@@ -696,10 +696,8 @@ cmd/lc_presentation.png cmd/lc_dia.png
 cmd/sc_presentation.png cmd/sc_dia.png
 
 # Style
-cmd/lc_editstyle.png cmd/lc_designerdialog.png
-cmd/lc_editstyled.png cmd/lc_designerdialog.png
-cmd/sc_editstyle.png cmd/sc_designerdialog.png
-cmd/sc_editstyled.png cmd/sc_designerdialog.png
+cmd/lc_editstyled.png cmd/lc_editstyle.png
+cmd/sc_editstyled.png cmd/sc_editstyle.png
 
 # Outline
 cmd/lc_outlineright.png cmd/lc_decrementlevel.png
diff --git a/icon-themes/breeze_dark/cmd/lc_editstyle.png 
b/icon-themes/breeze_dark/cmd/lc_editstyle.png
new file mode 100644
index ..017a992b8a1b
Binary files /dev/null and b/icon-themes/breeze_dark/cmd/lc_editstyle.png differ
diff --git a/icon-themes/breeze_dark/cmd/sc_editstyle.png 
b/icon-themes/breeze_dark/cmd/sc_editstyle.png
new file mode 100644
index ..b7e8074996a3
Binary files /dev/null and b/icon-themes/breeze_dark/cmd/sc_editstyle.png differ
diff --git a/icon-themes/breeze_dark/links.txt 
b/icon-themes/breeze_dark/links.txt
index 212fe3957050..1dcd4f274a65 100644
--- a/icon-themes/breeze_dark/links.txt
+++ b/icon-themes/breeze_dark/links.txt
@@ -696,10 +696,8 @@ cmd/lc_presentation.png cmd/lc_dia.png
 cmd/sc_presentation.png cmd/sc_dia.png
 
 # Style
-cmd/lc_editstyle.png cmd/lc_designerdialog.png
-cmd/lc_editstyled.png cmd/lc_designerdialog.png
-cmd/sc_editstyle.png cmd/sc_designerdialog.png
-cmd/sc_editstyled.png cmd/sc_designerdialog.png
+cmd/lc_editstyled.png cmd/lc_editstyle.png
+cmd/sc_editstyled.png cmd/sc_editstyle.png
 
 # Outline
 cmd/lc_outlineright.png cmd/lc_decrementlevel.png
diff --git a/icon-themes/breeze_svg/cmd/lc_editstyle.svg 
b/icon-themes/breeze_svg/cmd/lc_editstyle.svg
new file mode 100644
index ..2f77077bf7c3
--- /dev/null
+++ b/icon-themes/breeze_svg/cmd/lc_editstyle.svg
@@ -0,0 +1,10 @@
+http://www.w3.org/2000/svg; viewBox="0 0 24 24">
+ 
+ 
+ 
diff --git a/icon-themes/breeze_svg/cmd/sc_editstyle.svg 
b/icon-themes/breeze_svg/cmd/sc_editstyle.svg
new file mode 100644
index ..81c05331aa71
--- /dev/null
+++ b/icon-themes/breeze_svg/cmd/sc_editstyle.svg
@@ -0,0 +1,10 @@
+http://www.w3.org/2000/svg; viewBox="0 0 16 16">
+ 
+ 
+ 
diff --git a/icon-themes/breeze_svg/links.txt b/icon-themes/breeze_svg/links.txt
index 212fe3957050..1dcd4f274a65 100644
--- a/icon-themes/breeze_svg/links.txt
+++ b/icon-themes/breeze_svg/links.txt
@@ -696,10 +696,8 @@ cmd/lc_presentation.png cmd/lc_dia.png
 cmd/sc_presentation.png cmd/sc_dia.png
 
 # Style
-cmd/lc_editstyle.png cmd/lc_designerdialog.png
-cmd/lc_editstyled.png cmd/lc_designerdialog.png
-cmd/sc_editstyle.png cmd/sc_designerdialog.png
-cmd/sc_editstyled.png cmd/sc_designerdialog.png
+cmd/lc_editstyled.png cmd/lc_editstyle.png
+cmd/sc_editstyled.png cmd/sc_editstyle.png
 
 # Outline
 cmd/lc_outlineright.png cmd/lc_decrementlevel.png
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111967] Vertical text in table formatted incorrectly and crashed after placing cursor

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111967

--- Comment #6 from Mark Hung  ---
(In reply to Buovjaga from comment #5)
> I confirm the incorrect position, but not the crash.
> 
> Does it still crash with latest build?
> 

Yes. It still crashes with latest build (2017-9-2 ).

Version: 6.0.0.0.alpha0+
Build ID: cb14008337e7b7ebbc0b5724f98ac9633e1b9331
CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; 
Locale: zh-TW (zh_TW.UTF-8); 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 112186] New: Objects and Lines not the same when document is reopened.

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112186

Bug ID: 112186
   Summary: Objects and Lines not the same when document is
reopened.
   Product: LibreOffice
   Version: 5.4.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: amac4...@gmail.com

When I make a logo with a circle around it, then save it and reopen it, the
circle turns into an oblong shape. Also when making lines, saving and
reopening, the lines drop at one end.

-- 
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 108908] [META] Visual Basic for Applications (VBA) macro issues

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108908
Bug 108908 depends on bug 111939, which changed state.

Bug 111939 Summary: Toggling off Autofilter with VBA macro does not restore 
filtered rows
https://bugs.documentfoundation.org/show_bug.cgi?id=111939

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-ux-advise] [Bug 55876] Improve the look of selected text

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55876

Adolfo Jayme  changed:

   What|Removed |Added

 Blocks|112182  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112182
[Bug 112182] [META] Text and object selection issues
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 55876] Improve the look of selected text

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55876

Adolfo Jayme  changed:

   What|Removed |Added

 Blocks|112182  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112182
[Bug 112182] [META] Text and object selection 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 112182] [META] Text and object selection issues

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112182

Adolfo Jayme  changed:

   What|Removed |Added

 Depends on|55876   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=55876
[Bug 55876] Improve the look of selected text
-- 
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 112182] [META] Text and object selection issues

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112182
Bug 112182 depends on bug 55876, which changed state.

Bug 55876 Summary: Improve the look of selected text
https://bugs.documentfoundation.org/show_bug.cgi?id=55876

   What|Removed |Added

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

-- 
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 112182] [META] Text and object selection issues

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112182

Adolfo Jayme  changed:

   What|Removed |Added

 Depends on||57894


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=57894
[Bug 57894] Implement OS native highlighting on each component
-- 
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 57894] Implement OS native highlighting on each component

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57894

Adolfo Jayme  changed:

   What|Removed |Added

 CC||alexandre.f.dem...@gmail.co
   ||m

--- Comment #14 from Adolfo Jayme  ---
*** Bug 55876 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-ux-advise] [Bug 55876] Improve the look of selected text

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55876

Adolfo Jayme  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 Status|NEW |RESOLVED
   See Also|https://bugs.freedesktop.or |
   |g/show_bug.cgi?id=57894 |
 Resolution|--- |DUPLICATE

--- Comment #7 from Adolfo Jayme  ---


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

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


[Libreoffice-bugs] [Bug 57894] Implement OS native highlighting on each component

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57894

Adolfo Jayme  changed:

   What|Removed |Added

   Keywords|difficultyBeginner, |
   |easyHack, skillCpp  |
 Blocks||112182


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112182
[Bug 112182] [META] Text and object selection 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 55876] Improve the look of selected text

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55876

Adolfo Jayme  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 Status|NEW |RESOLVED
   See Also|https://bugs.freedesktop.or |
   |g/show_bug.cgi?id=57894 |
 Resolution|--- |DUPLICATE

--- Comment #7 from Adolfo Jayme  ---


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

-- 
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 112157] copying data into MS Windows clipboard locks up libreoffice after close

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112157

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||vstuart.fo...@utsa.edu,
   ||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from V Stuart Foote  ---
Please comment on the status of OpenGL when performing the copy. If the
soffice.bin and scalc.exe processes do not continue to run with OpenGL
disabled, then this is a duplicate of bug 108299

-- 
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 71732] [META] Bugs related to text rendering, typography and font features in LO

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||112180


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112180
[Bug 112180] Writer crashes with specific TTF font installed
-- 
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 106990] font rendering got worse looking in 5.3.2.2 ( for Default rendering, OpenGL not affected) (devEval comment 60)

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106990

--- Comment #90 from Lenge  ---
Created attachment 135979
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135979=edit
Detailed comparison with more options

Ok, here is a more detailed comparison with options separately
enabled/disabled. Caution: The screenshots incorrectly say "5.4.2.1", but
"5.4.1.2" is correct!
The results are as follows:

LibreOffice 5.4.1.2 (current release)
a) OpenGL off:
- Rendering is ugly and blurry (both UI and in-document)
- "Hardware acceleration" on/off has no effect
- "Anti-aliasing" on/off has no effect
b) OpenGL on:
- Rendering is slightly different (but still ugly and blurry)
- Horizontal ruler: Different rendering of vertical lines
- "Hardware acceleration" is disabled
- "Anti-aliasing" on/off has no effect

LibreOffice 5.3.1.2 (last known good)
a) OpenGL off:
- Rendering is crispy and sharp (both UI and in-document)
- "Hardware acceleration" on/off has no effect
- "Anti-aliasing" on/off has no effect
b) OpenGL on:
- Rendering is ugly and blurry as in 5.4.1.2 (no extra screenshots)

So the only way to get sharp rendering is to (1) use LO before 5.3.2 and (2)
disable OpenGL (which has always been ugly and blurry, as already said in my
previous comments).

However, I couldn't observe any specific differences caused by hardware
acceleration, anti-aliasing, or between UI and in-document content.

-- 
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 112180] Writer crashes with specific TTF font installed

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112180

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||0459,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||9253

-- 
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 110459] In any program when I click the font dropdown, the program shutdowns.

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=110459

V Stuart Foote  changed:

   What|Removed |Added

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

-- 
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 102985] [META] Font bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102985

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||112180


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112180
[Bug 112180] Writer crashes with specific TTF font installed
-- 
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 112180] Writer crashes with specific TTF font installed

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112180

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||71732, 102985


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71732
[Bug 71732] [META] Bugs related to text rendering, typography and font features
in LO
https://bugs.documentfoundation.org/show_bug.cgi?id=102985
[Bug 102985] [META] Font 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 109253] FONT NAME list: Scrolling through the list causes a crash. " Bad allocation" error message

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109253

V Stuart Foote  changed:

   What|Removed |Added

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

-- 
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 112180] Writer crashes with specific TTF font installed

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112180

--- Comment #4 from V Stuart Foote  ---
(In reply to V Stuart Foote from comment #3)
> Created attachment 135978 [details]
> x86 WinDbg stack trace of TB39 2017-09-02 build of master

STR used for attached stack trace

1. Install the attached font to Windows
2. restart LibreOffice
3. on Standard toolbar font droplist scroll the fontlist
4a. crash as the entry for FadingSunsIcons scrolls into view with preview
-or-
4b. with previews set off, immediate crash on selecting the FadingSunsIcons
5. error "bad allocation"

Other steps to crash by selecting the font from the Special Character dialog,
or from the Character Dialog -> Font tab's Font droplist, or from the Sidebar
Properties deck, Characters content panel.

-- 
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 106990] font rendering got worse looking in 5.3.2.2 ( for Default rendering, OpenGL not affected) (devEval comment 60)

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106990

--- Comment #89 from V Stuart Foote  ---
(In reply to Lenge from comment #88)
> Created attachment 135977 [details]
> Comparison of 5.3.1.2 vs. 5.4.1.2
> 
> To demonstrate what I mean, I did another side-by-side comparison of the
> 5.3.1.2 release ("last known good" before the rendering problems started)
> and the current 5.4.1.2 release.
> 
> The screenshots were taken on the same machine and with identical settings
> (hardware acceleration ON, anti-aliasing ON, OpenGL OFF). While the
> difference is quite visible in the UI itself (sharpness of menus and dialog
> texts), it is almost extreme for in-document rendering.
> 
> (BTW: Turning anti-aliasing on or off seems to have no effect in 5.4.1.2
> when OpenGL is disabled.)

Please disable Hardware Acceleration, so CPU only, and repeat the clip. And the
same with OpenGL enabled.

Do CPU only and OpenGL match--leaving just the Hardware Acceleration at issue
in rendering canvas, not the UI--which actually is consistent with bug 107090.

-- 
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 112180] Writer crashes with specific TTF font installed

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112180

V Stuart Foote  changed:

   What|Removed |Added

   Keywords||haveBacktrace
Summary|Writer crashes with TTF |Writer crashes with
   |font installed  |specific TTF font installed

-- 
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 112180] Writer crashes with TTF font installed

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112180

--- Comment #3 from V Stuart Foote  ---
Created attachment 135978
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135978=edit
x86 WinDbg stack trace of TB39 2017-09-02 build of master

-- 
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 112180] Writer crashes with TTF font installed

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112180

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||chris.sherloc...@gmail.com,
   ||khaledho...@eglug.org,
   ||markus.mohrhard@googlemail.
   ||com, vstuart.fo...@utsa.edu
 Ever confirmed|0   |1

--- Comment #2 from V Stuart Foote  ---
Confirming on Windows 10 Pro 64-bit en-US with
Version: 5.4.1.2 (x64)
Build ID: ea7cb86e6eeb2bf3a5af73a8fac570321527
CPU threads: 8; OS: Windows 6.19; UI render: GL; 
Locale: en-US (en_US); Calc: group

and on recent master
Version: 6.0.0.0.alpha0+
Build ID: 9d4fc496d498f2f5c7fedba94f656ef3189b85dd
CPU threads: 8; OS: Windows 6.19; UI render: GL; 
TinderBox: Win-x86@39, Branch:master, Time: 2017-09-02_23:59:12
Locale: en-US (en_US); Calc: CL

It is not linked to the FontPreview droplist--bug 106265, there is no movement
of GDI count. And Tools -> Options -> View: unchecking "Show preview of fonts"
has no effect on the immediate "Bad allocation" crash. Likewise, the Sidebar
Properties -> Character content panel drop list, the Special Character dialog,
and the Character dialog Font tab preview all will crash LO when the font is
selected. So no GDI overflow.

Rather, the font itself seems to be rather badly broken. Suspect there is some
invalid/illegal Unicode mapping. In fact, if I use FontCreator and export the
font into a PUA Symbol font it is handled without issue in all locations of the
UI.

Unclear the origin of the font, but it seems to be a MS Symbol encoded font
that was converted to Unicode--just badly.  Would say NOTOURBUG, but the crash
here is a little disconcerting, seems we should be more graceful about it.
Also, this Windows crash is not kicking off the mini-dump needed for
crashreport.


Khaled, Chris?

Markus--fyi on this crash not triggering the minidump/crashreport.

-- 
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 106990] font rendering got worse looking in 5.3.2.2 ( for Default rendering, OpenGL not affected) (devEval comment 60)

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106990

--- Comment #88 from Lenge  ---
Created attachment 135977
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135977=edit
Comparison of 5.3.1.2 vs. 5.4.1.2

To demonstrate what I mean, I did another side-by-side comparison of the
5.3.1.2 release ("last known good" before the rendering problems started) and
the current 5.4.1.2 release.

The screenshots were taken on the same machine and with identical settings
(hardware acceleration ON, anti-aliasing ON, OpenGL OFF). While the difference
is quite visible in the UI itself (sharpness of menus and dialog texts), it is
almost extreme for in-document rendering.

(BTW: Turning anti-aliasing on or off seems to have no effect in 5.4.1.2 when
OpenGL is disabled.)

-- 
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 112182] [META] Text and object selection issues

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112182

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
Summary|[META] Area selection   |[META] Text and object
   |issues  |selection 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 108364] [META] Table/Row/Column/ Cell management function bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108364

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||109139


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109139
[Bug 109139] [META] Cell selection 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 109139] [META] Cell selection bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109139

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
 Blocks||108364


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108364
[Bug 108364] [META] Table/Row/Column/Cell management function 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 112185] [META] Highlight text color button/ widget bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112185

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
 Blocks||103239
Summary|[META] Highlight color  |[META] Highlight text color
   |widget bugs and |button/widget bugs and
   |enhancements|enhancements


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103239
[Bug 103239] [META] Toolbars 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 103239] [META] Toolbars bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103239

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight text color button/widget 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 77845] FILEOPEN: doc table cell width not constant across rows

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77845

--- Comment #5 from Justin L  ---
There is a tiny column behind the "shorter" cells which is causing the problem.

-- 
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 106915] don't skip rows when scrolling up or down

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106915

Nick Levinson  changed:

   What|Removed |Added

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

--- Comment #2 from Nick Levinson  ---
Solved, apparently. The problem did not replicate. I have a newer LO Calc
(v5.3.4.1) and a newer OS (Fedora 26 live).

-- 
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 105517] Chart: incorrect colour

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105517

--- Comment #3 from Aron Budea  ---
The direct cause is that in ClrScheme::setColor(...) [1] there is now an
unconditional push_back into maClrScheme.

During loading the bugdoc there are two "rounds" of filling maClrScheme, and
after the second round there are two sets of tokens where the tokens overlap.
Making push_back conditional, and overwrite the entry in maClrScheme if it
exists trivially fixes this issue, but I don't know if the solution is that
simple.

[1]
https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/clrscheme.cxx#83

-- 
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 78712] FILEOPEN: DOC image distorted

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78712

--- Comment #5 from Justin L  ---
The "warping" is due to a contour on this image (in the header, right click on
image, and choose wrap - edit contour). LO apparently "crops" whatever is not
inside the contour. In Word, this is "Edit Wrap Points" and doesn't seem to
affect the image drawing, only how close the text can come to the image.

-- 
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 112061] please integrate Dzongkha dictionary (hunspell-dz)

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112061

Aron Budea  changed:

   What|Removed |Added

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


[Libreoffice-bugs] [Bug 112065] please update Tibetan dictionary

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112065

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |ba...@caesar.elte.hu
   |desktop.org |
 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


CppCheck Report Update

2017-09-02 Thread cppcheck.libreoff...@gmail.com

A new cppcheck report is available at : 
http://dev-builds.libreoffice.org/cppcheck_reports/master/


Note:
The script generating this report was run at :
2017-03-09_02:39:04 with user buildslave at host vm140 as 
/home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s 
/home/buildslave/source/libo-core -c /home/buildslave/source/cppcheck -w 
/home/buildslave/tmp/www

It can be found and improved here:

https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=cppcheck/cppcheck-report.sh


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 80094] FILEOPEN DOC - Table with error

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80094

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=90
   ||504

--- Comment #7 from Justin L  ---
It looks to me like this was fixed in 5.0 for bug 90504 by
commit b7fff04ad728369a09a5e1a5cfbe494cf388317b
Author: Caolán McNamara 
CommitDate: Tue Apr 7 21:09:05 2015 +0100
  Resolves: tdf#90504 0x7 chars in .doc are not always cell/row ends
  fdo65094-2.doc shows that a 0x7 isn't always a row/cell end
  only a 0x7 that is right at the end of the paragraph range is
  a real row/cell end

I don't know what Buovjaga saw in comment 5...

-- 
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 97261] Colored font char, alignment changes depending on zoom level

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97261

--- Comment #13 from enrico.dellaqu...@gmail.com ---
Seems that the font I used (and attached to this thread) is no more supported,
after version 5.3.
Latest version supporting the font was 5.2.7.2, and the bug is still present.
After that, the font (that version) is no more supported.
Since it's a custom-made font, I'll try to re-generate one that is detected by
the newer LO versions.

-- 
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 111735] Text highlighting is applied with a delay in Impress title shape

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111735

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight color widget 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 112185] [META] Highlight color widget bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112185

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||111735, 39274


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=39274
[Bug 39274] Add ability to set highlight color for text (Calc)
https://bugs.documentfoundation.org/show_bug.cgi?id=111735
[Bug 111735] Text highlighting is applied with a delay in Impress title shape
-- 
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 39274] Add ability to set highlight color for text (Calc)

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39274

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight color widget 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 109326] [META] Data filter bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109326

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||76389


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=76389
[Bug 76389] Calc: Used AutoFilter not highlighted when set in Calc and saved as
XLS
-- 
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 76389] Calc: Used AutoFilter not highlighted when set in Calc and saved as XLS

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76389

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||109326


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109326
[Bug 109326] [META] Data filter 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-commits] core.git: filter/source

2017-09-02 Thread fxwan
 filter/source/svg/presentation_engine.js |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b6670e95ed41794bdade85bf2728b26fc7083e81
Author: fxwan 
Date:   Mon May 15 19:18:08 2017 +0800

svg.js: fix undefined variable

Change-Id: I9f79d400e78e42b47ebb4078e2618789c34da85a
Reviewed-on: https://gerrit.libreoffice.org/37640
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/filter/source/svg/presentation_engine.js 
b/filter/source/svg/presentation_engine.js
index f6db576a898b..7dbe377697dd 100644
--- a/filter/source/svg/presentation_engine.js
+++ b/filter/source/svg/presentation_engine.js
@@ -1532,7 +1532,7 @@ function configureDetectionTools()
 return flag;
 };
 
-Source.prototype.parseSegment = function() {
+Source.prototype.parseSegment = function(owningPathSegList) {
 var lookahead = this._string[this._currentIndex];
 var command = this._pathSegTypeFromChar(lookahead);
 if (command == SVGPathSeg.PATHSEG_UNKNOWN) {
@@ -1638,7 +1638,7 @@ function configureDetectionTools()
 return [];
 var builder = new Builder();
 while (source.hasMoreData()) {
-var pathSeg = source.parseSegment();
+var pathSeg = source.parseSegment(owningPathSegList);
 if (!pathSeg)
 return [];
 builder.appendSegment(pathSeg);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 106990] font rendering got worse looking in 5.3.2.2 ( for Default rendering, OpenGL not affected) (devEval comment 60)

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106990

--- Comment #87 from V Stuart Foote  ---
Created attachment 135976
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135976=edit
samples from 1920x1080 desktop Intel HD 620 GPU

Do not see any problems with rendering. Attached zip shows Windows 10 (Intel HD
620 GPU) at 1920x1080 resolution--LibreOffice 5.4.1.2 main menu above a FireFox
55.0.3 main menu. 

The 3 clips show each of: CPU only rendering, Hardware Acceleration, and OpenGL
rendering of the SegoeUI fonts.  There is no noticeable differences between the
FireFox and the LibreOffice rendering of the same text.

I do not see the claimed "ugly and blurry" rendering.

Pretty clear this is resolved--Fixed and our restoration of Greycale rendering
is having the desired effects.

-- 
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-ux-advise] [Bug 68617] UI: Row/ Column Highlight of current selection not showing correctly

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68617

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||109139


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109139
[Bug 109139] [META] Cell selection bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 68617] UI: Row/ Column Highlight of current selection not showing correctly

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68617

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||109139


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109139
[Bug 109139] [META] Cell selection 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 109139] [META] Cell selection bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109139

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||68617


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=68617
[Bug 68617] UI: Row/Column Highlight of current selection not showing 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 111780] Wrong selection highlight for a merged cell in Impress table

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111780

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112182


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112182
[Bug 112182] [META] Area selection 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 112182] [META] Area selection issues

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112182

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||111780


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111780
[Bug 111780] Wrong selection highlight for a merged cell in Impress table
-- 
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 93756] Highlight color is not shown in character style list

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93756

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight color widget 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 100366] [META] Impress/Draw table bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100366

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||84025


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=84025
[Bug 84025] EDITING: strange highlight of text while writing in tables
-- 
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 84025] EDITING: strange highlight of text while writing in tables

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84025

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||100366


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100366
[Bug 100366] [META] Impress/Draw table 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 99136] Sort recent highlight colors by usage frequency

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99136

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight color widget 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 107295] Odd behaviour of character highlighting

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107295

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight color widget 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 85592] [Editing comments]: Font Colour and Highlight Colour are not available in the toolbar, but only in the sidebar

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85592

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight color widget 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 106991] Highlighting remains after select and no fill.

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106991

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight color widget 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 55457] Highlight button sticks

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55457

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight color widget 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 107663] Characters overlap when Highlight Colour and italic or underlined

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107663

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight color widget 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 43643] When an italicized word is highlighted, part of the word is not displayed correctly

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43643

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight color widget 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 63438] Deleting highlighting

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63438

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight color widget 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 66204] FORMATTING: Removing the highlighting from OLE Writer object leaves white character background

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66204

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112185
[Bug 112185] [META] Highlight color widget 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 112185] [META] Highlight color widget bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112185

Thomas Lendo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Depends on||55457, 107295, 107663,
   ||63438, 85592, 66204, 93756,
   ||106991, 99136, 43643
 Ever confirmed|0   |1
  Alias||Highlight-Color


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=43643
[Bug 43643] When an italicized word is highlighted, part of the word is not
displayed correctly
https://bugs.documentfoundation.org/show_bug.cgi?id=55457
[Bug 55457] Highlight button sticks
https://bugs.documentfoundation.org/show_bug.cgi?id=63438
[Bug 63438] Deleting highlighting
https://bugs.documentfoundation.org/show_bug.cgi?id=66204
[Bug 66204] FORMATTING: Removing the highlighting from OLE Writer object leaves
white character background
https://bugs.documentfoundation.org/show_bug.cgi?id=85592
[Bug 85592] [Editing comments]: Font Colour and Highlight Colour are not
available in the toolbar, but only in the sidebar
https://bugs.documentfoundation.org/show_bug.cgi?id=93756
[Bug 93756] Highlight color is not shown in character style list
https://bugs.documentfoundation.org/show_bug.cgi?id=99136
[Bug 99136] Sort recent highlight colors by usage frequency
https://bugs.documentfoundation.org/show_bug.cgi?id=106991
[Bug 106991] Highlighting remains after select and no fill.
https://bugs.documentfoundation.org/show_bug.cgi?id=107295
[Bug 107295] Odd behaviour of character highlighting
https://bugs.documentfoundation.org/show_bug.cgi?id=107663
[Bug 107663] Characters overlap when Highlight Colour and italic or underlined
-- 
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 80412] FILESAVE: DOC save breaks correct Normal style font and font size in Word for Mac 2011

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80412

Justin L  changed:

   What|Removed |Added

Summary|FILESAVE: DOC save brakes   |FILESAVE: DOC save breaks
   |correct Normal style font   |correct Normal style font
   |and font size in Word for   |and font size in Word for
   |Mac 2011|Mac 2011

-- 
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 109527] [META] Spell check dialog bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109527

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||95684


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=95684
[Bug 95684] [RFE] Spelling and Grammer dialog - improve highlighting in the
text of selected pattern not in dictionary
-- 
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 95684] [RFE] Spelling and Grammer dialog - improve highlighting in the text of selected pattern not in dictionary

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95684

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||109527


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109527
[Bug 109527] [META] Spell check dialog 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 83946] [META] Tracking changes issues

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||63237


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=63237
[Bug 63237] Record all changes in highlighted/selected text range
-- 
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 63237] Record all changes in highlighted/selected text range

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63237

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||83946


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83946
[Bug 83946] [META] Tracking changes 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 77643] PRINTING: Highlighting not printed when commented text contains a line break.

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77643

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108800


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108800
[Bug 108800] [META] Print related 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 108800] [META] Print related issues

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108800

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||77643


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=77643
[Bug 77643] PRINTING: Highlighting not printed when commented text contains a
line break.
-- 
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 87304] bad character printing during convertion from .doc file

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87304

--- Comment #7 from Justin L  ---
Created attachment 135975
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135975=edit
pp.pdf: created on Ubuntu 16.04 64-bit and LO 6.0 development

unable to reproduce - although the bug is specifically marked as 32bit.

-- 
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 102847] [META] Quick Find, Search and Replace

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102847

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||92303


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=92303
[Bug 92303] Highlight color for search results as too little contrast. Not
visible in TOC search result and in the doc also too light
-- 
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 92303] Highlight color for search results as too little contrast. Not visible in TOC search result and in the doc also too light

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92303

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||102847


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102847
[Bug 102847] [META] Quick Find, Search and Replace
-- 
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-commits] dev-tools.git: helpauthoring/filter

2017-09-02 Thread liongold
 helpauthoring/filter/soffice2xmlhelp.xsl |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 17f376ba6c890054411294b0a59ae94faceab87d
Author: liongold 
Date:   Wed Aug 9 15:04:26 2017 +

Removed fileonly variable in soffice2xmlhelp transformation file

This is part of some other work but I'm submitting this to ease review. I 
have
checked if this variable is used anywhere and it does not seems so. 
However, I
appreciate if the reviewer double-checks this just to be sure.

Change-Id: Ie7aedaec1d657a4bea1e9bb02092383c085e3e51
Reviewed-on: https://gerrit.libreoffice.org/40927
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/helpauthoring/filter/soffice2xmlhelp.xsl 
b/helpauthoring/filter/soffice2xmlhelp.xsl
index afec3e8..4ade15e 100644
--- a/helpauthoring/filter/soffice2xmlhelp.xsl
+++ b/helpauthoring/filter/soffice2xmlhelp.xsl
@@ -62,7 +62,6 @@ META DATA
 
 
 
-
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94954] FORMATTING: Add HTML-like code-highlight feature to Writer

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94954

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108137


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108137
[Bug 108137] [META] Writer feature 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 108137] [META] Writer feature enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108137

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||94954


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=94954
[Bug 94954] FORMATTING: Add HTML-like code-highlight feature to Writer
-- 
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 88013] Dates get replaced with "?" after saving .odt in .doc format and opening .doc with word

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88013

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com

--- Comment #6 from Justin L  ---
Unable to reproduce with Ubuntu 16.04/LO 6.0dev. Tested with MSO 2003/2013

-- 
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 108137] [META] Writer feature enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108137

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||94521


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=94521
[Bug 94521] FEATURE REQUEST: Option to set automatic highlighting on current
line
-- 
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 94521] FEATURE REQUEST: Option to set automatic highlighting on current line

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94521

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108137


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108137
[Bug 108137] [META] Writer feature 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 105610] Feature Request: Display found word/ phrase in a constant position on the screen and change highlight colour

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105610

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||102847


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102847
[Bug 102847] [META] Quick Find, Search and Replace
-- 
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-ux-advise] [Bug 105610] Feature Request: Display found word/ phrase in a constant position on the screen and change highlight colour

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105610

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||102847


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102847
[Bug 102847] [META] Quick Find, Search and Replace
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 102847] [META] Quick Find, Search and Replace

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102847

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||105610


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105610
[Bug 105610] Feature Request: Display found word/phrase in a constant position
on the screen and change highlight colour
-- 
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-commits] core.git: filter/source

2017-09-02 Thread fxwan
 filter/source/svg/presentation_engine.js |  556 +++
 1 file changed, 278 insertions(+), 278 deletions(-)

New commits:
commit 9d4fc496d498f2f5c7fedba94f656ef3189b85dd
Author: fxwan 
Date:   Mon May 15 18:41:08 2017 +0800

svg.js: lift Source & Builder Class outta _parsePath func for less GC

Change-Id: Id45021a7a7aa4c60d59afa86363d0bd54a7948ff
Reviewed-on: https://gerrit.libreoffice.org/37638
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/filter/source/svg/presentation_engine.js 
b/filter/source/svg/presentation_engine.js
index f7912c351349..f6db576a898b 100644
--- a/filter/source/svg/presentation_engine.js
+++ b/filter/source/svg/presentation_engine.js
@@ -1317,326 +1317,326 @@ function configureDetectionTools()
 return string;
 };
 
-// This closely follows SVGPathParser::parsePath from 
Source/core/svg/SVGPathParser.cpp.
-SVGPathSegList.prototype._parsePath = function(string) {
-if (!string || string.length == 0)
-return [];
+var Source = function(string) {
+this._string = string;
+this._currentIndex = 0;
+this._endIndex = this._string.length;
+this._previousCommand = SVGPathSeg.PATHSEG_UNKNOWN;
 
-var owningPathSegList = this;
-
-var Builder = function() {
-this.pathSegList = [];
-};
+this._skipOptionalSpaces();
+};
 
-Builder.prototype.appendSegment = function(pathSeg) {
-this.pathSegList.push(pathSeg);
-};
+Source.prototype._isCurrentSpace = function() {
+var character = this._string[this._currentIndex];
+return character <= ' ' && (character == ' ' || character == '\n' 
|| character == '\t' || character == '\r' || character == '\f');
+};
 
-var Source = function(string) {
-this._string = string;
-this._currentIndex = 0;
-this._endIndex = this._string.length;
-this._previousCommand = SVGPathSeg.PATHSEG_UNKNOWN;
+Source.prototype._skipOptionalSpaces = function() {
+while (this._currentIndex < this._endIndex && 
this._isCurrentSpace())
+this._currentIndex++;
+return this._currentIndex < this._endIndex;
+};
 
-this._skipOptionalSpaces();
-};
+Source.prototype._skipOptionalSpacesOrDelimiter = function() {
+if (this._currentIndex < this._endIndex && !this._isCurrentSpace() 
&& this._string.charAt(this._currentIndex) != ',')
+return false;
+if (this._skipOptionalSpaces()) {
+if (this._currentIndex < this._endIndex && 
this._string.charAt(this._currentIndex) == ',') {
+this._currentIndex++;
+this._skipOptionalSpaces();
+}
+}
+return this._currentIndex < this._endIndex;
+};
 
-Source.prototype._isCurrentSpace = function() {
-var character = this._string[this._currentIndex];
-return character <= ' ' && (character == ' ' || character == 
'\n' || character == '\t' || character == '\r' || character == '\f');
-};
+Source.prototype.hasMoreData = function() {
+return this._currentIndex < this._endIndex;
+};
 
-Source.prototype._skipOptionalSpaces = function() {
-while (this._currentIndex < this._endIndex && 
this._isCurrentSpace())
-this._currentIndex++;
-return this._currentIndex < this._endIndex;
-};
+Source.prototype.peekSegmentType = function() {
+var lookahead = this._string[this._currentIndex];
+return this._pathSegTypeFromChar(lookahead);
+};
 
-Source.prototype._skipOptionalSpacesOrDelimiter = function() {
-if (this._currentIndex < this._endIndex && 
!this._isCurrentSpace() && this._string.charAt(this._currentIndex) != ',')
-return false;
-if (this._skipOptionalSpaces()) {
-if (this._currentIndex < this._endIndex && 
this._string.charAt(this._currentIndex) == ',') {
-this._currentIndex++;
-this._skipOptionalSpaces();
-}
-}
-return this._currentIndex < this._endIndex;
-};
+Source.prototype._pathSegTypeFromChar = function(lookahead) {
+switch (lookahead) {
+case 'Z':
+case 'z':
+return SVGPathSeg.PATHSEG_CLOSEPATH;
+case 'M':
+return SVGPathSeg.PATHSEG_MOVETO_ABS;
+case 'm':
+   

Crash test update

2017-09-02 Thread Crashtest VM
New crashtest update available at 
http://dev-builds.libreoffice.org/crashtest/0be2ac10cb4baf14e8ba9f30a10c5b5ad3a7197d/


exportCrashes.csv
Description: Binary data


importCrash.csv
Description: Binary data


validationErrors.csv
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: scp2/source

2017-09-02 Thread Naeil ZOUEIDI
 scp2/source/calc/registryitem_calc.scp   |8 
 scp2/source/draw/registryitem_draw.scp   |8 
 scp2/source/impress/registryitem_impress.scp |8 
 scp2/source/math/registryitem_math.scp   |4 ++--
 scp2/source/writer/registryitem_writer.scp   |   16 
 5 files changed, 22 insertions(+), 22 deletions(-)

New commits:
commit ba0a94a914260c38abd8dc5af1104ba14734b8ef
Author: Naeil ZOUEIDI 
Date:   Wed Apr 26 14:38:15 2017 +0100

tdf#63913 fix Win explorer multi-select open unnamed docs bug

Multi-select explorer action on Windows defaults FILEOPEN 2 different
ODF file type documents as template - e.g. opening two different type
of files (ie : ODS & ODF) then doesn't keep the original filenames.

So now changing the open command for the different file extensions to
the same one "soffice.exe -o %1", will keep the names of the _2_ files
as they originally are when they are opened together.

Change-Id: I2cd5fcb046f294742e59f69b7bf2a897a6ce0c29
Reviewed-on: https://gerrit.libreoffice.org/36995
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/scp2/source/calc/registryitem_calc.scp 
b/scp2/source/calc/registryitem_calc.scp
index b79f1665fe46..beb890f472d9 100644
--- a/scp2/source/calc/registryitem_calc.scp
+++ b/scp2/source/calc/registryitem_calc.scp
@@ -352,7 +352,7 @@ RegistryItem 
gid_Regitem_Soffice_Starcalcdocument_6_Shell_Open_Command
 ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
 ModuleID = gid_Module_Prg_Calc_Bin;
 Subkey = "soffice.StarCalcDocument.6\shell\open\command";
-Value = "\"\program\scalc.exe\" -o \"%1\"";
+Value = "\"\program\soffice.exe\" -o \"%1\"";
 End
 
 RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell_Print_Command
@@ -431,7 +431,7 @@ RegistryItem 
gid_Regitem_Soffice_Starcalctemplate_6_Shell_Open_Command
 ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
 Subkey = "soffice.StarCalcTemplate.6\shell\open\command";
 ModuleID = gid_Module_Prg_Calc_Bin;
-Value = "\"\program\scalc.exe\" -o \"%1\"";
+Value = "\"\program\soffice.exe\" -o \"%1\"";
 End
 
 RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell_Print_Command
@@ -788,7 +788,7 @@ RegistryItem 
gid_Regitem_Openoffice_Calcdocument_1_Shell_Open_Command
 ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
 ModuleID = gid_Module_Prg_Calc_Bin;
 Subkey = "LibreOffice.CalcDocument.1\shell\open\command";
-Value = "\"\program\scalc.exe\" -o \"%1\"";
+Value = "\"\program\soffice.exe\" -o \"%1\"";
 Styles = ();
 End
 
@@ -957,7 +957,7 @@ RegistryItem 
gid_Regitem_Openoffice_Calctemplate_1_Shell_Open_Command
 ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
 Subkey = "LibreOffice.CalcTemplate.1\shell\open\command";
 ModuleID = gid_Module_Prg_Calc_Bin;
-Value = "\"\program\scalc.exe\" -o \"%1\"";
+Value = "\"\program\soffice.exe\" -o \"%1\"";
 End
 
 RegistryItem gid_Regitem_Openoffice_Calctemplate_1_Shell_Print_Command
diff --git a/scp2/source/draw/registryitem_draw.scp 
b/scp2/source/draw/registryitem_draw.scp
index ffa97849da03..93cadcaa1ca5 100644
--- a/scp2/source/draw/registryitem_draw.scp
+++ b/scp2/source/draw/registryitem_draw.scp
@@ -318,7 +318,7 @@ RegistryItem 
gid_Regitem_Soffice_Stardrawdocument_6_Shell_Open_Command
 ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
 ModuleID = gid_Module_Prg_Draw_Bin;
 Subkey = "soffice.StarDrawDocument.6\shell\open\command";
-Value = "\"\program\sdraw.exe\" -o \"%1\"";
+Value = "\"\program\soffice.exe\" -o \"%1\"";
 End
 
 RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell_Print_Command
@@ -431,7 +431,7 @@ RegistryItem 
gid_Regitem_Soffice_Stardrawtemplate_6_Shell_Open_Command
 ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
 Subkey = "soffice.StarDrawTemplate.6\shell\open\command";
 ModuleID = gid_Module_Prg_Draw_Bin;
-Value = "\"\program\sdraw.exe\" -o \"%1\"";
+Value = "\"\program\soffice.exe\" -o \"%1\"";
 End
 
 RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell_Print_Command
@@ -753,7 +753,7 @@ RegistryItem 
gid_Regitem_Openoffice_Drawdocument_1_Shell_Open_Command
 ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
 ModuleID = gid_Module_Prg_Draw_Bin;
 Subkey = "LibreOffice.DrawDocument.1\shell\open\command";
-Value = "\"\program\sdraw.exe\" -o \"%1\"";
+Value = "\"\program\soffice.exe\" -o \"%1\"";
 Styles = ();
 End
 
@@ -956,7 +956,7 @@ RegistryItem 
gid_Regitem_Openoffice_Drawtemplate_1_Shell_Open_Command
 ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
 Subkey = "LibreOffice.DrawTemplate.1\shell\open\command";
 ModuleID = gid_Module_Prg_Draw_Bin;
-Value = "\"\program\sdraw.exe\" -o \"%1\"";
+Value = "\"\program\soffice.exe\" -o \"%1\"";
 End
 
 RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_Shell_Print_Command
diff --git 

[Libreoffice-bugs] [Bug 112185] New: [META] Highlight color widget bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112185

Bug ID: 112185
   Summary: [META] Highlight color widget bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thomas.le...@gmail.com

Issues regarding the highlight color feature in toolbars, sidebars, etc.

-- 
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-commits] online.git: loleaflet/Makefile.am

2017-09-02 Thread Christian Glombek
 loleaflet/Makefile.am |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b61bcd2e5381b9cc9615a2c7b1267620a58b3898
Author: Christian Glombek 
Date:   Fri Aug 25 09:08:13 2017 +0200

Fix build from non-git source archives like tar or zip

Change-Id: I359056c9ad2550b625eb3e7b8e71d841eedea93b
Reviewed-on: https://gerrit.libreoffice.org/41553
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am
index be4678fe..aa0492f0 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -14,7 +14,7 @@ L10N_JSON = $(patsubst po/%.po,dist/l10n/%.json,$(L10N_PO))
 L10N_STYLES_PO = $(wildcard po/styles/*.po)
 L10N_STYLES_JSON = $(patsubst 
po/styles/%.po,dist/l10n/styles/%.json,$(L10N_STYLES_PO))
 
-EXTRA_DIST = $(shell git ls-files)
+EXTRA_DIST = $(shell find . -type f -not -path './.git/*' | sed 's/.\///')
 
 all-local: node_modules $(L10N_JSON) $(L10N_STYLES_JSON)
rm -rf dist/plugins/draw-$(DRAW_VERSION) && mkdir -p 
dist/plugins/draw-$(DRAW_VERSION)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 91632] msword has some strange "layout in table cell" behaviour

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91632

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=37
   ||153

-- 
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 37153] FILEOPEN FORMATTING Writer Text frame moved position after import of Word .doc

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37153

Justin L  changed:

   What|Removed |Added

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

-- 
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-commits] core.git: offapi/com xmlsecurity/source

2017-09-02 Thread Katarina Behrens
 offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl   |7 
+
 xmlsecurity/source/dialogs/certificatechooser.cxx |5 
++-
 xmlsecurity/source/gpg/SecurityEnvironment.cxx|   14 
--
 xmlsecurity/source/gpg/SecurityEnvironment.hxx|4 ++
 xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx |2 +
 xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx |2 +
 6 files changed, 31 insertions(+), 3 deletions(-)

New commits:
commit 9c165fe3084b7c054f9f04f3b065897abcbe2162
Author: Katarina Behrens 
Date:   Wed Aug 23 00:06:21 2017 +0200

gpg4libre: When encrypting, show all available GPG keys

(not only private ones)

Change-Id: I3fd248f4cace1ea248267d5696da9cb70940744e
Reviewed-on: https://gerrit.libreoffice.org/41508
Tested-by: Jenkins 
Reviewed-by: Thorsten Behrens 

diff --git a/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl 
b/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
index 7227a4e9ad4d..f3d1ddbf6f3e 100644
--- a/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
+++ b/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
@@ -99,6 +99,13 @@ interface XSecurityEnvironment : 
com::sun::star::uno::XInterface
  */
 string getSecurityEnvironmentInformation ( );
 
+/**
+ * List all certificates, private (as returned by getPersonalCertificates) 
as well as those of other people/orgas
+ *
+ * @since LibreOffice 6.0
+ */
+sequence< com::sun::star::security::XCertificate > getAllCertificates() 
raises( com::sun::star::uno::SecurityException ) ;
+
 } ;
 
 } ; } ; } ; } ; } ;
diff --git a/xmlsecurity/source/dialogs/certificatechooser.cxx 
b/xmlsecurity/source/dialogs/certificatechooser.cxx
index 52aa7e976e75..bf74d1b04292 100644
--- a/xmlsecurity/source/dialogs/certificatechooser.cxx
+++ b/xmlsecurity/source/dialogs/certificatechooser.cxx
@@ -182,7 +182,10 @@ void CertificateChooser::ImplInitialize()
 uno::Sequence< uno::Reference< security::XCertificate > > xCerts;
 try
 {
-xCerts = secEnvironment->getPersonalCertificates();
+if ( meAction == UserAction::Sign )
+xCerts = secEnvironment->getPersonalCertificates();
+else
+xCerts = secEnvironment->getAllCertificates();
 }
 catch (security::NoPasswordException&)
 {
diff --git a/xmlsecurity/source/gpg/SecurityEnvironment.cxx 
b/xmlsecurity/source/gpg/SecurityEnvironment.cxx
index 367fa35e76a3..c3cd90565fe2 100644
--- a/xmlsecurity/source/gpg/SecurityEnvironment.cxx
+++ b/xmlsecurity/source/gpg/SecurityEnvironment.cxx
@@ -64,14 +64,14 @@ OUString 
SecurityEnvironmentGpg::getSecurityEnvironmentInformation()
 return OUString();
 }
 
-Sequence< Reference < XCertificate > > 
SecurityEnvironmentGpg::getPersonalCertificates()
+Sequence< Reference < XCertificate > > 
SecurityEnvironmentGpg::getCertificatesImpl( bool bPrivateOnly )
 {
 CertificateImpl* xCert;
 std::list< GpgME::Key > keyList;
 std::list< CertificateImpl* > certsList;
 
 m_ctx->setKeyListMode(GPGME_KEYLIST_MODE_LOCAL);
-GpgME::Error err = m_ctx->startKeyListing("", true);
+GpgME::Error err = m_ctx->startKeyListing("", bPrivateOnly );
 while (!err) {
 GpgME::Key k = m_ctx->nextKey(err);
 if (err)
@@ -99,6 +99,16 @@ Sequence< Reference < XCertificate > > 
SecurityEnvironmentGpg::getPersonalCertif
 return xCertificateSequence;
 }
 
+Sequence< Reference < XCertificate > > 
SecurityEnvironmentGpg::getPersonalCertificates()
+{
+return getCertificatesImpl( true );
+}
+
+Sequence< Reference < XCertificate > > 
SecurityEnvironmentGpg::getAllCertificates()
+{
+return getCertificatesImpl( false );
+}
+
 Reference< XCertificate > SecurityEnvironmentGpg::getCertificate( const 
OUString& keyId, const Sequence< sal_Int8 >& /*serialNumber*/ )
 {
 CertificateImpl* xCert=nullptr;
diff --git a/xmlsecurity/source/gpg/SecurityEnvironment.hxx 
b/xmlsecurity/source/gpg/SecurityEnvironment.hxx
index 2af512bc746b..fda9d706c6a6 100644
--- a/xmlsecurity/source/gpg/SecurityEnvironment.hxx
+++ b/xmlsecurity/source/gpg/SecurityEnvironment.hxx
@@ -67,6 +67,10 @@ public:
 const OUString& asciiCertificate ) override;
 
 GpgME::Context& getGpgContext() { return *m_ctx.get(); }
+virtual css::uno::Sequence< css::uno::Reference< 
css::security::XCertificate > > SAL_CALL getAllCertificates() override;
+
+private:
+css::uno::Sequence< css::uno::Reference< css::security::XCertificate > > 
getCertificatesImpl( bool bPrivateOnly );
 } ;
 
 #endif // INCLUDED_XMLSECURITY_SOURCE_GPG_SECURITYENVIRONMENT_HXX
diff --git 
a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx 
b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx

[Libreoffice-commits] core.git: comphelper/source offapi/com xmlsecurity/inc xmlsecurity/source xmlsecurity/uiconfig

2017-09-02 Thread Katarina Behrens
 comphelper/source/misc/storagehelper.cxx|2 
 offapi/com/sun/star/security/XDocumentDigitalSignatures.idl |   15 ++
 xmlsecurity/inc/certificatechooser.hxx  |   13 -
 xmlsecurity/source/component/documentdigitalsignatures.cxx  |   18 ++-
 xmlsecurity/source/component/documentdigitalsignatures.hxx  |5 ++
 xmlsecurity/source/dialogs/certificatechooser.cxx   |   24 -
 xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx  |2 
 xmlsecurity/uiconfig/ui/selectcertificatedialog.ui  |   30 ++--
 8 files changed, 99 insertions(+), 10 deletions(-)

New commits:
commit 4f6bf3d64cf3fcbe92be3ceb4b572ad038c131a8
Author: Katarina Behrens 
Date:   Tue Aug 22 15:28:39 2017 +0200

gpg4libre: Recycle certificate selection dialog for encryption

Change-Id: I699ecff1f62b3dae7ac275823c6721810589c4cf
Reviewed-on: https://gerrit.libreoffice.org/41507
Tested-by: Jenkins 
Reviewed-by: Thorsten Behrens 

diff --git a/comphelper/source/misc/storagehelper.cxx 
b/comphelper/source/misc/storagehelper.cxx
index 19e427c1fc87..6bb66ed6b6dc 100644
--- a/comphelper/source/misc/storagehelper.cxx
+++ b/comphelper/source/misc/storagehelper.cxx
@@ -436,7 +436,7 @@ uno::Sequence< beans::NamedValue > 
OStorageHelper::CreateGpgPackageEncryptionDat
 // The use may provide a description while choosing a certificate.
 OUString aDescription;
 uno::Reference< security::XCertificate > xSignCertificate=
-xSigner->chooseCertificate(aDescription);
+xSigner->chooseEncryptionCertificate(aDescription);
 
 uno::Sequence < sal_Int8 > aKeyID;
 if (xSignCertificate.is())
diff --git a/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl 
b/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
index e725624e9e19..177c97b8fa46 100644
--- a/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
+++ b/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
@@ -130,11 +130,26 @@ interface XDocumentDigitalSignatures : 
com::sun::star::uno::XInterface
 voidaddLocationToTrustedSources( [in] string Location );
 
 /**  This method shows the CertificateChooser dialog, used by document and 
PDF signing
+ Shows only private certificates
 
  @since LibreOffice 5.3
  */
 com::sun::star::security::XCertificate chooseCertificate( [out] string 
Description );
 
+/**  This is an alias for 'chooseCertificate', shows the 
CertificateChooser dialog
+ with private certificates
+
+ @since LibreOffice 6.0
+ */
+com::sun::star::security::XCertificate chooseSigningCertificate( [out] 
string Description );
+
+/**  This method shows the CertificateChooser dialog with all 
certificates, private and
+ other people's. Useful when choosing certificate/key for encryption
+
+ @since LibreOffice 6.0
+ */
+com::sun::star::security::XCertificate chooseEncryptionCertificate( [out] 
string Description );
+
 } ;
 
 } ; } ; } ; } ;
diff --git a/xmlsecurity/inc/certificatechooser.hxx 
b/xmlsecurity/inc/certificatechooser.hxx
index 176d647fb754..7237e16e75a3 100644
--- a/xmlsecurity/inc/certificatechooser.hxx
+++ b/xmlsecurity/inc/certificatechooser.hxx
@@ -49,6 +49,12 @@ struct UserData
 css::uno::Reference 
xSecurityEnvironment;
 };
 
+enum class UserAction
+{
+Sign,
+Encrypt
+};
+
 class CertificateChooser : public ModalDialog
 {
 private:
@@ -56,12 +62,16 @@ private:
 std::vector< css::uno::Reference< css::xml::crypto::XXMLSecurityContext > 
> mxSecurityContexts;
 std::vector mvUserData;
 
+VclPtr  m_pFTSign;
+VclPtr  m_pFTEncrypt;
+
 VclPtr   m_pCertLB;
 VclPtr  m_pViewBtn;
 VclPtrm_pOKBtn;
 VclPtr m_pDescriptionED;
 
 boolmbInitialized;
+UserAction  meAction;
 
 DECL_LINK(ViewButtonHdl, Button*, void);
 DECL_LINK(CertificateHighlightHdl, SvTreeListBox*, void );
@@ -75,7 +85,8 @@ private:
 public:
 CertificateChooser(vcl::Window* pParent,
css::uno::Reference< css::uno::XComponentContext> const 
& rxCtx,
-   std::vector< css::uno::Reference< 
css::xml::crypto::XXMLSecurityContext > > const & rxSecurityContexts);
+   std::vector< css::uno::Reference< 
css::xml::crypto::XXMLSecurityContext > > const & rxSecurityContexts,
+   UserAction eAction);
 virtual ~CertificateChooser() override;
 virtual void dispose() override;
 
diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx 
b/xmlsecurity/source/component/documentdigitalsignatures.cxx
index 6449ed254787..fb4a7fb1b717 100644
--- a/xmlsecurity/source/component/documentdigitalsignatures.cxx
+++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx
@@ -445,7 +445,7 @@ 

[Libreoffice-bugs] [Bug 55848] FormControls : Can't modify the size of a check box

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55848

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||107742


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107742
[Bug 107742] [META] Form control 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 107742] [META] Form control bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107742

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||55848


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=55848
[Bug 55848] FormControls : Can't modify the size of a check box
-- 
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 97647] Writer loses last string in doc format for MS Word

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97647

--- Comment #5 from Justin L  ---
Unable to reproduce with Ubuntu 16.04/LO6.0dev.
-open test en.doc in LO and save as test_enRT.doc
-opened OK in MSO2013 and MSO2013 - all four lines.

-- 
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 57458] Improve Greek spelling/grammar checking

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57458

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||96000


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96000
[Bug 96000] [META] Spelling and grammar checking 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 96000] [META] Spelling and grammar checking bugs and enhancements

2017-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96000

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||57458


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=57458
[Bug 57458] Improve Greek spelling/grammar checking
-- 
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   3   4   >