[Libreoffice-bugs] [Bug 99402] FORMATTING_Black question mark for Mathtype symbols (Brackets)

2016-08-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99402

Mike Kaganski  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |

--- Comment #10 from Mike Kaganski  ---
Oh, couldn't imagine that my fix to Bug 74301 will let all those bugs out...
Bugs in WMF-generation software :)

Instead of correctly writing the LOGFONT structures for "Symbol" font with
CharSet = RTL_TEXTENCODING_SYMBOL, they put there CharSet = OEM_CHARSET.

So, I need to enable special handling for that special-case font.
A patch is submitted to gerrit: https://gerrit.libreoffice.org/28322

-- 
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 99402] FORMATTING_Black question mark for Mathtype symbols (Brackets)

2016-08-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99402

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #9 from Aron Budea  ---
*** Bug 100629 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 99402] FORMATTING_Black question mark for Mathtype symbols (Brackets)

2016-08-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99402

Aron Budea  changed:

   What|Removed |Added

  Component|Impress |filters and storage
   Hardware|x86-64 (AMD64)  |All
Version|5.0.5.2 release |5.0.0.5 release
 OS|Linux (All) |All

--- Comment #8 from Aron Budea  ---
Occurs in Windows as well, as described in [1] in bug 95902.

[1] https://bugs.documentfoundation.org/show_bug.cgi?id=95902#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 99402] FORMATTING_Black question mark for Mathtype symbols (Brackets)

2016-08-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99402

Aron Budea  changed:

   What|Removed |Added

 CC||pincopall...@orange.fr

--- Comment #7 from Aron Budea  ---
*** Bug 95902 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 99402] FORMATTING_Black question mark for Mathtype symbols (Brackets)

2016-08-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99402

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||mikekagan...@hotmail.com

--- Comment #6 from Aron Budea  ---
Adding Mike Kaganski to CC.

Mike, can you please take a look?

8756a2db22ac4c3252c8c0295ac8fb0ee6864606 is the first bad commit
commit 8756a2db22ac4c3252c8c0295ac8fb0ee6864606
Author: Matthew Francis 
Date:   Wed May 27 22:54:28 2015 +0800

source-hash-c6bc9b33d5cac1ea40a829754004fde6ae16d8b1

commit c6bc9b33d5cac1ea40a829754004fde6ae16d8b1
Author: Mike Kaganski 
AuthorDate: Wed May 6 19:10:05 2015 +1000
Commit: Caolán McNamara 
CommitDate: Sun May 10 20:02:49 2015 +

tdf#74301: WMF: use LibreOffice locale on OEM_CHARSET/DEFAULT_CHARSET

[MS-WMF] 2.1.1.5 CharacterSet Enumeration defines DEFAULT_CHARSET
"Specifies a character set based on the current system locale;
for example, when the system locale is United States English,
the default character set is ANSI_CHARSET"

OEM_CHARSET is defined as follows: "Specifies a mapping to one of
the OEM code pages, according to the current system locale setting"

Currently, LO WMF import treats these values as synonim for
RTL_TEXTENCODING_MS_1252. This patch fixes this to use LibreOffice
locale setting instead.

Strictly speaking, this is not quite correct for OEM. E.g., for
Russian, DEFAULT_CHARSET is equal to codepage 1251, while OEM_CHARSET
is codepage 866. But I don't know how to distinguish these two.

Change-Id: Id5eaf070cde040bd6eb1db28f1a498d647ba227e
Reviewed-on: https://gerrit.libreoffice.org/15641
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

-- 
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 99402] FORMATTING_Black question mark for Mathtype symbols (Brackets)

2016-08-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99402

--- Comment #5 from Aron Budea  ---
git bisect start 'latest' 'oldest'
# good: [0c30a2c797b249d0cd804cb71554946e2276b557]
source-hash-45aaec8206182c16025cbcb20651ddbdf558b95d
git bisect good 0c30a2c797b249d0cd804cb71554946e2276b557
# good: [2ce02b2ce56f12b9fcb9efbd380596975a3a5686]
source-hash-17d714eef491bda2512ba8012e5b3067ca19a5be
git bisect good 2ce02b2ce56f12b9fcb9efbd380596975a3a5686
# good: [40875247f0002056effdf6d2fbe43627691cd86c]
source-hash-93f0b14458a618ad575cd446680e5c4aa7d87bdc
git bisect good 40875247f0002056effdf6d2fbe43627691cd86c
# skip: [61f66b1a251477193d796411ca95f50d606ead45]
source-hash-3fd5f8919ec2256c70ff26c14cb9f8065c5cb2f1
git bisect skip 61f66b1a251477193d796411ca95f50d606ead45
# good: [e7374cd735af2344dae55be40946d96633d2f6ee]
source-hash-8a91528a3e03fe6e2923c33327b687ecf57adb0b
git bisect good e7374cd735af2344dae55be40946d96633d2f6ee
# bad: [541837707e7b0c5f5335180de535043c43e78e8d]
source-hash-0811de12ee6727bbb9d4265217833ba02301eed8
git bisect bad 541837707e7b0c5f5335180de535043c43e78e8d
# good: [2faf2a5126e3ccf78be3d6619b571358bb7af742]
source-hash-2523972f6a066488c649ab97dcba4f458126f18b
git bisect good 2faf2a5126e3ccf78be3d6619b571358bb7af742
# bad: [036709cec55938932b487542cdbace379c2651e2]
source-hash-d8eee8e4d1a303044bf34b28c2e95bd6da23fd79
git bisect bad 036709cec55938932b487542cdbace379c2651e2
# bad: [85e4f6947f419de71f7079926bcb198f7071402f]
source-hash-ceb6f473837261f2a6e43e028ce9da3daccc2f6c
git bisect bad 85e4f6947f419de71f7079926bcb198f7071402f
# bad: [39abb47f0db81fb201197bc56d3c27dfc0ef43cf]
source-hash-ffaa8e48b5a98bb7dd1891da09bf796467cf849f
git bisect bad 39abb47f0db81fb201197bc56d3c27dfc0ef43cf
# bad: [54a2e10b5b5ef17bdbceb9c2a922fb2eed30a6d7]
source-hash-3d9edac679a6846bdb21540a42c04e73dd56ea40
git bisect bad 54a2e10b5b5ef17bdbceb9c2a922fb2eed30a6d7
# bad: [e3f04edf3662fd513aa45ec28f92f3f280e5ca61]
source-hash-399fa0ee267a1927c14ce7ca7c19881761034154
git bisect bad e3f04edf3662fd513aa45ec28f92f3f280e5ca61
# good: [4d0fdc1bc9bd53620cecd5bb08a9399817a7cfd9]
source-hash-4f864949a9484bbf21911859398743bfe2b1430f
git bisect good 4d0fdc1bc9bd53620cecd5bb08a9399817a7cfd9
# bad: [356a690e35b48b585827c8b66ab8ac6a76d8000a]
source-hash-cbf8a5c8b208c0a6b87a19f799dc5d5613e61e5f
git bisect bad 356a690e35b48b585827c8b66ab8ac6a76d8000a
# bad: [8756a2db22ac4c3252c8c0295ac8fb0ee6864606]
source-hash-c6bc9b33d5cac1ea40a829754004fde6ae16d8b1
git bisect bad 8756a2db22ac4c3252c8c0295ac8fb0ee6864606
# first bad commit: [8756a2db22ac4c3252c8c0295ac8fb0ee6864606]
source-hash-c6bc9b33d5cac1ea40a829754004fde6ae16d8b1

-- 
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 99402] FORMATTING_Black question mark for Mathtype symbols (Brackets)

2016-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99402

Aron Budea  changed:

   What|Removed |Added

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

-- 
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 99402] FORMATTING_Black question mark for Mathtype symbols (Brackets)

2016-06-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99402

Aron Budea  changed:

   What|Removed |Added

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

-- 
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 99402] FORMATTING_Black question mark for Mathtype symbols (Brackets)

2016-06-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99402

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #4 from Aron Budea  ---
Bug 95902 might be the same issue.

-- 
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 99402] FORMATTING_Black question mark for Mathtype symbols (Brackets)

2016-06-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99402

Aron Budea  changed:

   What|Removed |Added

   Keywords||bibisectRequest
 CC||ba...@caesar.elte.hu
Version|5.1.1.3 release |5.0.5.2 release

--- Comment #3 from Aron Budea  ---
Looks fine in 4.4.0.3 as well.
Doesn't look fine in 5.0.5.2.

-- 
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 99402] FORMATTING_Black question mark for Mathtype symbols (Brackets)

2016-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99402

raal  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
I can confirm with Version: 5.2.0.0.alpha0+
Build ID: 0f27cc992a99568e46ffe807ef9dbb5ba0bc601f
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-04-12_23:40:16

in LO 3.5 it looks better, regression

-- 
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 99402] FORMATTING_Black question mark for Mathtype symbols (Brackets)

2016-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99402

--- Comment #2 from raal  ---
Created attachment 124537
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124537=edit
LO 3.5, 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