[Libreoffice-bugs] [Bug 94903] Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2 and 32-Bit LibreOffice 5.2.x in Windows

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94903

NISZ LibreOffice Team  changed:

   What|Removed |Added

 CC||kelem...@ubuntu.com,
   ||libreoff...@nisz.hu,
   ||vmik...@collabora.com

--- Comment #17 from NISZ LibreOffice Team  ---
We managed to reproduce this issue with 5.4 and newer versions.
5.3 and older (tested: 5.0-5.3, 4.2, 3.5) did work using an X509 certificate to
sign odt files on Win 8.1 and 32 bit release versions via SI-GUI. 

bibisect-win32-5.4 shows it begun at:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=273da4e3d1d2a9fb10807d9300d5bac47e1e2584

author  Miklos Vajna   2017-05-17 09:13:09 +0200
committer   Miklos Vajna   2017-05-17 10:20:50
+0200

xmlsecurity: use xmlsec API instead of patching out cert verification
This flag does exactly what we need since xmlsec-1.2.24.

Adding CC to: Miklos Vajna

-- 
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 127625] Java application wait for MessageDispatcher thread when using remote bridge

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127625

Oleg Shchelykalnov  changed:

   What|Removed |Added

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

--- Comment #1 from Oleg Shchelykalnov  ---
Found documentation here
https://wiki.openoffice.org/wiki/Uno/Remote/Tutorials/Disposing_Remote_Bridges
and example here:
https://www.programcreek.com/java-api-examples/?code=LibreOffice/noa-libre/noa-libre-master/src/ag/ion/bion/officelayer/internal/application/connection/RemoteOfficeConnection.java

This snippet allows application to be correctly closed:

Object oBridgeFactory =
xcomponentcontext.getServiceManager().createInstanceWithContext("com.sun.star.bridge.BridgeFactory",
xcomponentcontext);
XBridgeFactory xBridgeFactory = (XBridgeFactory)
UnoRuntime.queryInterface(XBridgeFactory.class, oBridgeFactory);
for (XBridge bridge :
xBridgeFactory.getExistingBridges()) {
XComponent xComponent = (XComponent)
UnoRuntime.queryInterface(XComponent.class, bridge);
xComponent.dispose();
}

-- 
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 112456] FILEOPEN, DOCX 2007: Text Box Shape in footer misplaced (OK if resaved in MSO or moved and saved in LO)

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112456

--- Comment #10 from Timur  ---
Created attachment 154280
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154280&action=edit
The file resaved as DOCX in MSO

The file resaved as DOCX in MSO with a duplicate shape outside of footer.
Shapes are in good position. 
As I wrote, if shape is duplicated outside the footer and resaved in MSO with
compatibility option 2007, it will still open wrong, meaning that it's not
footer related.

-- 
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 112456] FILEOPEN, DOCX 2007: Text Box Shape misplaced (OK if resaved in MSO or moved and saved in LO)

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112456

Timur  changed:

   What|Removed |Added

Summary|FILEOPEN, DOCX 2007: Text   |FILEOPEN, DOCX 2007: Text
   |Box Shape in footer |Box Shape misplaced (OK if
   |misplaced (OK if resaved in |resaved in MSO or moved and
   |MSO or moved and saved in   |saved in LO)
   |LO) |

-- 
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 94903] Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2 and 32-Bit LibreOffice 5.2.x in Windows

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94903

NISZ LibreOffice Team  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected,
   ||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 127627] use .stg .stv .str files for galleries in LO

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127627

--- Comment #2 from andreas_k  ---
Best solution would be to use .odg file for each symbol and link the .odg file
like we do with .svg but add image dialogue didn't allow .odg files at gallery
dialogue.

-- 
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 127161] Graphite font rendering is not happening in LibreOffice-6 versions

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127161

--- Comment #4 from Jayakumar  ---
Dear Team,
Is there any update on this request can be expected?

-- 
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 127635] New: TRACK CHANGES: Replacement problem - spaces separated after replaced word

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127635

Bug ID: 127635
   Summary: TRACK CHANGES: Replacement problem - spaces separated
after replaced word
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@rn.dk

Description:
When change tracking is turned on but NOT visible, replacement of a single word
by more than one word separates none-space and space characters.


Steps to Reproduce:
1. Open Writer with some text written without change-tracking.
2. Turn on change-tracking but do not turn on visibility of changes.
3. Highlight one word in the text (no spaces).
4. Write several words (i.e. both spaces and other characters) to replace the
highlighted word.

Actual Results:
The highlighted text is replaced by the written text, but not as written:
spaces are added only at the end of the newly written text (e.g. "thisisnewtext
  ").

Expected Results:
The highlighted text should be replaced by the text as it is written (e.g.
"this is new text").


Reproducible: Always


User Profile Reset: No



Additional Info:
The bug only appears if the highlighted text does not contain any spaces, and
only when change-tracking is not visible.

Version: 6.3.1.2 (x64)
Build ID: b79626edf0065ac373bd1df5c28bd630b4424273
CPU tråde: 4; Styresystem: Windows 10.0; Gengiver af brugergrænseflade: GL;
VCL: win; 
Lokalisering: da-DK (da_DK); Sprog for brugergrænseflade: da-DK
Calc: threaded

-- 
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 127624] COUNTIF irregular result

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127624

--- Comment #11 from Julien Nabet  ---
(In reply to Winfried Donkers from comment #10)
> Created attachment 154277 [details]
> simplified use cases
> 
> (In reply to Julien Nabet from comment #5)
> 
> I can explain what happens: 
> -if the cell to be compared and the criterion are of the same type, the
> comparison result is true;
> -if the cell to be compared is of type numeric and the criterion is of type
> text, the comparison result is true, i.e. the cell to be compared is
> evaluated as text; 
> -if the cell to be compared is of type text and the criterion is of type
> numeric, the comparison result is false.
> (see uploaded document, rows 3..6)
Except using "isNumeric"/"isText" function, how to distinguish them and above
all how to change them?
I only that know that if I put a simple quote before a number, it's considered
as text but the simple quote stays.
Also, when clicking to modify, sometimes the number is aligned at left,
sometimes at right.



> 
> COUNTIF is defined in
> http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.
> html#COUNTIF and the criterion is defined in
> ... 
> Excel produces a result true for all 8 combinations used in the uploaded
> document. However, if COUNTIF in Calc is compliant with the ODFF standard,
> COUNTIF is not at fault, but we may need an Excel-compliant version of
> COUNTIF.

Just my personal opinion but ODFF standard should be the top priority compared
to Excel compatibility.

-- 
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 49994] TABLES : jumps on selecting text in table in big cell on neighboring pages

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49994

--- Comment #8 from Jim Raykowski  ---
The original code that does the selection (incorrectly) puzzels me. Here is a
patch that provides expected behavior for text selection across pages when a
table has repeat heading. I could find no problems while testing but no
guarantees with this one :). 

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

-- 
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 112450] FILEOPEN, DOCX 2007 missing lines (but OK if DOCX resaved in MSO) - comment 6 and comment 7

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112450

Timur  changed:

   What|Removed |Added

   Priority|medium  |low
Summary|FILEOPEN, DOCX missing  |FILEOPEN, DOCX 2007 missing
   |lines   |lines (but OK if DOCX
   ||resaved in MSO) - comment 6
   ||and comment 7

--- Comment #10 from Timur  ---
Repro 6.4+. BUt happens only with attached 2007 DOCX. If resaved in MSO, lines
are there, as can be seen from DOCX attachment 154280 and as noted in comment 6
and comment 7. So I set to Low.

-- 
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 94903] Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2 and 32-Bit LibreOffice 5.2.x in Windows

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94903

--- Comment #18 from NISZ LibreOffice Team  ---
Also a debug build gives this console output when trying to sign a document:

warn:xmlsecurity.xmlsec:17676:14848:xmlsecurity/source/xmlsec/errorcallback.cxx:52:
..\src\xmldsig.c:793: xmlSecDSigCtxProcessKeyInfoNode() '' '' 45 'details=NULL'
A művelet sikeresen befejeződött.
warn:xmlsecurity.xmlsec:17676:14848:xmlsecurity/source/xmlsec/errorcallback.cxx:52:
..\src\xmldsig.c:508: xmlSecDSigCtxProcessSignatureNode() ''
'xmlSecDSigCtxProcessKeyInfoNode' 1 ' ' A művelet sikeresen befejeződött.
warn:xmlsecurity.xmlsec:17676:14848:xmlsecurity/source/xmlsec/errorcallback.cxx:52:
..\src\xmldsig.c:291: xmlSecDSigCtxSign() ''
'xmlSecDSigCtxProcessSignatureNode' 1 ' ' A művelet sikeresen befejeződött.

('A művelet sikeresen befejeződött.' = Operation completed successfully)

-- 
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 127635] TRACK CHANGES: Replacement problem - spaces separated after replaced word

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127635

--- Comment #1 from Lars Jødal  ---
Created attachment 154281
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154281&action=edit
Description of change-tracking problem with screenshots

-- 
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 94903] Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2 and 32-Bit LibreOffice 5.2.x in Windows

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94903

Miklos Vajna  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #19 from Miklos Vajna  ---
Could you please attach some test certificate that triggers this problem? I
used the xmlsecurity/qa/create-certs/ script last time to create a self-signed
cert for testing purposes, and it was OK, even after the above change.

-- 
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 42949] accelerating compile times by removing unnecessary header #include - See Comment 57

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42949

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

https://git.libreoffice.org/core/commit/71ef762f21ada8c25aad2183065478171e985e8c

tdf#42949 Fix IWYU warnings in svtools/

It will be available in 6.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

[Libreoffice-bugs] [Bug 126934] gallery new theme add odg files didn't work

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126934

Heiko Tietze  changed:

   What|Removed |Added

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

-- 
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 127627] use .stg .stv .str files for galleries in LO

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127627

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #3 from Heiko Tietze  ---
(In reply to andreas_k from comment #2)
> Best solution would be to use .odg file for each symbol and link the .odg
> file like we do with .svg but add image dialogue didn't allow .odg files at
> gallery dialogue.

Which was requested and rejected in bug 126934.

-- 
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 123579] Error installing AltSearch extension

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123579

Timur  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #10 from Timur  ---
Hello Daniel. 
This issue wasn't repro and that extension is long-time used. 
So most likely you have/had local issue, such as with your profile. 
I hope you resolved this long time ago. 
If not, to reset user profile is the way: 
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile
I'll close. 
If you have some useful info, feel free to set Unconfirmed. 

PS I hope you issue with styles is resolved in 6.2.7.1 so that you can use it.
If not, please search for that 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 126840] libreoffice 6.2 menu rendering broken with KDE backend

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126840

Timur  changed:

   What|Removed |Added

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

--- Comment #8 from Timur  ---
I didn't test myself but reported says WFM.

-- 
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 127184] AUTO CAPTION: Problems with Image Caption “Figure” in German UI

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127184

--- Comment #9 from Pit Zaclade  ---
I have not said that "Figure" ist the default in the German version. That is no
true.
And the "Figure" is not started in my own intention, but an friend in mind has
this 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 127632] emf import takes more than 30 minutes

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127632

Bartosz  changed:

   What|Removed |Added

 CC||gan...@poczta.onet.pl

--- Comment #2 from Bartosz  ---
Created attachment 154282
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154282&action=edit
EMF file extracted from PPTX document

-- 
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 127624] COUNTIF irregular result

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127624

--- Comment #12 from Winfried Donkers  ---
(In reply to Julien Nabet from comment #11)
> > (see uploaded document, rows 3..6)
> Except using "isNumeric"/"isText" function, how to distinguish them and
> above all how to change them?
> I only that know that if I put a simple quote before a number, it's
> considered as text but the simple quote stays.
> Also, when clicking to modify, sometimes the number is aligned at left,
> sometimes at right.
Simply use Ctrl-F8 or View-Value highlighting.

-- 
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 127619] [macOS][High Sierra 10.13.6]LibreOffice crash within 40s after opening app

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127619

Alex Thurgood  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Alex Thurgood  ---
@pjakruger: the version of LO you are using that you report in comment 2 is
obsolete (LO6101), as is LO6201.

Current releases are either :

LO6271

or

LO6312

Just on a hunch. Crashes on startup or shortly thereafter are often linked to a
malfunctioning extension.

Could you list the LO extensions that you have.

-- 
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 127184] AUTO CAPTION: Problems with Image Caption “Figure” in German UI

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127184

--- Comment #10 from Heiko Tietze  ---
(In reply to Pit Zaclade from comment #9)
> I have not said...

No accusation, I just mentioned what has been done (Illustration was renamed to
Figure). What you can do is to double check the entry at Tools > Options and
test with a new document.

-- 
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 127108] print double-sided and in reverse order

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127108

Timur  changed:

   What|Removed |Added

   Severity|normal  |minor
 Resolution|--- |WONTFIX
   Priority|medium  |lowest
 Status|UNCONFIRMED |RESOLVED

--- Comment #15 from Timur  ---
This is trivial issue, if bug at all. 
You say you want double-sided print with reverse order. Both options are
working in LO and Print Preview is correct. If you don't like what you get, you
may simply add one more empty page at the end before printing. 

I tried to print from MSO 2016 due to your comment 8 and MSO behaves similar to
LO. 
To be clear, I went to File-Options-Advanced-Print and checked "Print in
reverse order2. 
And it did print in reverse, but 3|2-1. It didn't add page.

Unless you have a use case why normal double-sided print is necessary in
reverse order (any what wouldn't you add a page), this can be closed as
NotABug.
If you want LO to think and guess what user wants, it's WontFix.

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

[Libreoffice-bugs] [Bug 94765] FILEOPEN: SVG: URL fails is the reference is not in the mapper ( see comment 17 )

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94765

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |xiscofa...@libreoffice.org
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #18 from Xisco Faulí  ---
taking

-- 
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 126527] Find & Replace dialog: Search for formatting dialog adds unchosen formats (see comment 4)

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126527

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||r...@post.cz,
   ||rayk...@gmail.com

--- Comment #12 from raal  ---
(In reply to stragu from comment #10)
> 
> However, when I navigate to other format tabs, don't select anything and
> click "OK":
> - 5.3 doesn't add anything (i.e. works as expected, just like 5.4 as
> reported by Dieter)
> - 6.2 and 6.3 add a variety of unwanted "Kerning", "Orphan control", "Widow
> control", "Indent" and "From" format options to the search, depending on
> which tab was opened. (Behaviour that I can confirm on my other Ubuntu
> Budgie computer, the one I was using when I originally reported this bug.)
> 

This seems to have begun at the below commit.
Adding Cc: to Jim Raykowski; Could you possibly take a look at this one? Thanks

62cf75d81d946525da55ed740082c10d45957ab7 is the first bad commit
commit 62cf75d81d946525da55ed740082c10d45957ab7
Author: Norbert Thiebaud 
Date:   Fri Jan 26 00:35:42 2018 -0800

source sha:122da2eea23faf6916c3f3b9e1895f5c404b26c7

author  Jim Raykowski2017-11-18 22:21:24 -0900
committer   Samuel Mehrbrodt   2018-01-26
08:10:20 +0100
commit  122da2eea23faf6916c3f3b9e1895f5c404b26c7 (patch)
tree8e817bf22bb392d13c7b53948fc166da23579ce0
parent  674b67ab7d92097089000fcd70c7abd84e180220 (diff)
tdf#107567 et al. Paragraph dialog preview windows fixes

-- 
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 127560] Crash when restart LO after having installed languagetool.oxt (gtk3)

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127560

--- Comment #9 from Timur  ---
Did you test with older versions (AppImage)? Do you have Crash Report?

-- 
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 127560] Crash when restart LO after having installed languagetool.oxt (gtk3)

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127560

Timur  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

-- 
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 127636] New: EDITING

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127636

Bug ID: 127636
   Summary: EDITING
   Product: LibreOffice
   Version: 6.3.1.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: broe...@gmail.com

I have just installed 6.3.2.1 and now my spreadsheet macro buttons all
"vibrate" as if being constantly pressed. The normal spreadsheet functions are
not enabled while this is happening. I have tried re-installing and re-booting
but this does not solve 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 127560] Crash when restart LO after having installed languagetool.oxt (gtk3)

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127560

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #10 from Julien Nabet  ---
Nope, i just provided a bt.

-- 
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 93117] LibreOffice freezes when trying to access/open/read/write documents on NFS mounts

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93117

--- Comment #4 from Cédric Bellegarde  ---
Can confirm the bug always happen with last LibreOffice release.

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

[Libreoffice-bugs] [Bug 127637] New: Crash 10 seconds after FILEOPEN; crashes immediately in safe mode in open dialog box

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127637

Bug ID: 127637
   Summary: Crash 10 seconds after FILEOPEN; crashes immediately
in safe mode in open dialog box
   Product: LibreOffice
   Version: 6.2.7.1 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hout...@gmail.com

Description:
Please tell me how to send you a file. Calc crashes 10 seconds after opening
this .ods file when *no actions* are taken. This was not the case in previous
versions of Libre Office.

Actually, that was the initial bug. However, it still crashes after restarting
in safe mode, resetting my user profile and settings to factory defaults, and
typing command-o to open a file. No specific file necessary, it crashes on the
open dialog box. I'm running macOS 10.14.6

Steps to Reproduce:
1. Open immo.ods
2. Wait 10 seconds

In safe mode:
1. Type command-o
2. Crashes after a second or two

Actual Results:
crash

Expected Results:
That Libre Office doesn't crash


Reproducible: Always


User Profile Reset: Yes



Additional Info:

-- 
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 99562] Error rasterization of SVG gradients

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99562

Xisco Faulí  changed:

   What|Removed |Added

 CC||frederic.parrenin@univ-gren
   ||oble-alpes.fr

--- Comment #11 from Xisco Faulí  ---
*** Bug 127376 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 127376] Incorrect import of this .svg image

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127376

--- Comment #4 from Xisco Faulí  ---
This is a dupe of bug 99562, not bug 94765

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

-- 
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 127632] emf import takes more than 5 minutes

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127632

nd101  changed:

   What|Removed |Added

Summary|emf import takes more than  |emf import takes more than
   |30 minutes  |5 minutes

-- 
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 88278] [META] SVG import image filter (all modules)

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88278
Bug 88278 depends on bug 99562, which changed state.

Bug 99562 Summary: Error rasterization of SVG gradients
https://bugs.documentfoundation.org/show_bug.cgi?id=99562

   What|Removed |Added

 Status|RESOLVED|NEW
 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 99562] Error rasterization of SVG gradients

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99562

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #10 from Xisco Faulí  ---
(In reply to Xisco Faulí from comment #9)
> The problem is the masks use URL in their styles.
> My commit just arose an previous existing problem. See bug 94765
> 
> *** This bug has been marked as a duplicate of bug 94765 ***

Not a duplicate of bug 94765

-- 
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 108770] [META] DOCX (OOXML) bullet and numbering list-related issues

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108770
Bug 108770 depends on bug 64222, which changed state.

Bug 64222 Summary: FORMATTING: A DOCX-file in Writer shows different size of 
list elements (numbering)
https://bugs.documentfoundation.org/show_bug.cgi?id=64222

   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-bugs] [Bug 78232] Embedding PyGal SVG gives black box, but inkscape has no trouble

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78232

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #5 from Xisco Faulí  ---
Not a dupe of bug 94765

-- 
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 126719] FILEOPEN DOCX Last bullet in custom colored paragraphs does not get the font color

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126719

Timur  changed:

   What|Removed |Added

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

-- 
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 115689] FILEOPEN: Highlighting on bullet point is not displayed

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115689

Timur  changed:

   What|Removed |Added

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

--- Comment #5 from Timur  ---
Repro 6.4+ as of today.

-- 
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 127606] DOCX numbered item formatting not reflected when changes

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127606

--- Comment #1 from Jan-Marek Glogowski  ---
Created attachment 154284
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154284&action=edit
ODT with three numbered items

-- 
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 119460] copy hidden child section at beginning of document via transferable will fail

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119460

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de

--- Comment #3 from Oliver Brinzing  ---
still reproducible with:

Version: 6.4.0.0.alpha0+ (x64)
Build ID: c5d37d324cd6d17114c209de1862344ad58a1d93
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded

-- 
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 127638] New: [Request] I want to add the special left/right arrow characters whose lengths are automatically adjusted in a cell.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127638

Bug ID: 127638
   Summary: [Request] I want to add the special left/right arrow
characters whose lengths are automatically adjusted in
a cell.
   Product: LibreOffice
   Version: 6.3.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: i.kat...@mc.e-broad.ne.jp

Description:
While creating a table, I want to draw left & right arrows with a length that
fits the width of a cell.
But I could not find the best way to do that.

At first, I draw only characters, then it was easy, but it was not so
beautiful.

Next, I draw using the arrow shapes, then it was so beautiful, but it was hard
to align the heights and the lengths of arrow shapes.

Please see the attached image.


Steps to Reproduce:
None

Actual Results:
None

Expected Results:
I want to add the special left & right arrow "characters" whose lengths are
automatically adjusted to fit the width of a cell.


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
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 127606] DOCX numbered item formatting not reflected when changes

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127606

--- Comment #2 from Jan-Marek Glogowski  ---
Created attachment 154285
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154285&action=edit
DOCX with three numbered items generated in Word

-- 
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 127606] DOCX numbered item formatting not reflected when changes

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127606

--- Comment #3 from Jan-Marek Glogowski  ---
Created attachment 154286
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154286&action=edit
DOCX with three numbered items generated in LO

-- 
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 127638] [Request] I want to add the special left/right arrow characters whose lengths are automatically adjusted in a cell.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127638

--- Comment #2 from i.kat...@mc.e-broad.ne.jp ---
Created attachment 154288
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154288&action=edit
Writer file

-- 
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 127638] [Request] I want to add the special left/right arrow characters whose lengths are automatically adjusted in a cell.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127638

--- Comment #1 from i.kat...@mc.e-broad.ne.jp ---
Created attachment 154287
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154287&action=edit
Image file

-- 
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 127632] emf import takes more than 5 minutes

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127632

--- Comment #3 from nd101  ---
(In reply to Bartosz from comment #2)
> Created attachment 154282 [details]
> EMF file extracted from PPTX document

I see bug 45820 has been around since 2012.. It must be hard to solve.

-- 
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 127638] [Request] I want to add the special left/right arrow characters whose lengths are automatically adjusted in a cell.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127638

i.kat...@mc.e-broad.ne.jp changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

-- 
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 119958] filter identifiers are not displayed when a standard filter is set

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119958

Oliver Brinzing  changed:

   What|Removed |Added

   Keywords||needsUXEval

--- Comment #3 from Oliver Brinzing  ---
still reproducible with:

Version: 6.4.0.0.alpha0+ (x64)
Build ID: c5d37d324cd6d17114c209de1862344ad58a1d93
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded

-- 
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 119483] crash: disabling shared spreadsheet mode crashes lo if toolbar extension is installed

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119483

Oliver Brinzing  changed:

   What|Removed |Added

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

--- Comment #3 from Oliver Brinzing  ---
cannot reproduce with:

Version: 6.0.7.3 (x64)
Build-ID: dc89aa7a9eabfd848af146d5086077aeed2ae4a5
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: 

Version: 6.4.0.0.alpha0+ (x64)
Build ID: c5d37d324cd6d17114c209de1862344ad58a1d93
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded

-- 
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 127606] DOCX numbered item formatting not reflected when changes

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127606

--- Comment #4 from Jan-Marek Glogowski  ---
To reproduce:

1. Open one of the DOCX.
2. Select the text of one of the formated number items (italic / bold)
3.1 Remove the respective formating
3.2 Change the formating in any other way
4. Save the DOCX as ODT
5. Re-open the ODT
6. Changing any formating works again.

Result:

3.1 The changed formating is *not* reflected in the number.
3.2 The changed formating is reflected in the number.

Expected result:

3.1 The formating should be reflected in the number.
3.2 Works as expected.

Conclusion:

There seems to be a bug in the DOCX import filter.

-- 
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 123795] save as, button frozen until reopen

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123795

--- Comment #5 from Todd  ---
I have no access to the customer's equipment and they haven't complained in
months, so who knows.  Plus the spreadsheet can not be shared.  So I guess go
ahead and close this.  If I get called again by the customer, I will reopen

-- 
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 116091] Replace 'AutoFormat' button with table style listbox in Convert Text to Table dialog

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116091

shubhamgoyal <22shub...@gmail.com> changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |22shub...@gmail.com
   |desktop.org |

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

[Libreoffice-bugs] [Bug 116091] Replace 'AutoFormat' button with table style listbox in Convert Text to Table dialog

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116091

shubhamgoyal <22shub...@gmail.com> changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
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 127606] DOCX imported numbered item formatting not reflected when removed

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127606

Timur  changed:

   What|Removed |Added

Summary|DOCX numbered item  |DOCX imported numbered item
   |formatting not reflected|formatting not reflected
   |when changes|when removed
 Ever confirmed|0   |1
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=64
   ||222
 Status|UNCONFIRMED |NEW

--- Comment #5 from Timur  ---
Looks like formatting not reflected just for removal of imported status,
regardless if direct or Ctrl+M. Setting other format works. New.

-- 
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 127613] Crash with no clear reason - even in safe mode

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127613

Julien Nabet  changed:

   What|Removed |Added

 CC||hout...@gmail.com

--- Comment #8 from Julien Nabet  ---
*** Bug 127637 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 127637] Crash 10 seconds after FILEOPEN; crashes immediately in safe mode in open dialog box

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127637

Julien Nabet  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Julien Nabet  ---
Here's a potential workaround you may test:
https://bugs.documentfoundation.org/show_bug.cgi?id=127613#c6

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

-- 
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 127613] Crash with no clear reason - even in safe mode

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127613

Julien Nabet  changed:

   What|Removed |Added

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

-- 
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 127619] [macOS][High Sierra 10.13.6]LibreOffice crash within 40s after opening app

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127619

Julien Nabet  changed:

   What|Removed |Added

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

-- 
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 127108] print double-sided and in reverse order

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127108

--- Comment #16 from Simonon Olivier  ---
Ok thank you. I find it strange that you get something other than me with MS O,
but it's nothing, I'll add a blank page for files with odd pages.
Thank you for your patience!

-- 
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 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127618

evertjebever...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from evertjebever...@gmail.com ---
when i'm working in Libreoffice Base, and when i want to copy NUMERIC data in a
table, I get the wrong result. 
An older table that worked before, i als can't add this table in. it wan't
recognize the NUMERIC fields.

If i paste the NUMERIC row from a calc file into the table with empty numeric
row, the numbers get mixed up with numbers from a VARCHAR row on the left.

Maybe i use the wrong word for 'row' ?

Table: arrivel
ID (integer)  
Time_in_quarters (VARCHAR)
Value_1 (numeric,2dec)

ID   = auto number
Time_in_quorters = Contains: 07:00 , 07:15 , 07:30 ,..etc
Value_1  = Contains: 7 , 7,25  , 7,5   ,..etc

Building this, u make a spreathsead, and let Librecalc do the work.
Pasting these numbers into the "table" field, used to work.

But now I get the wrong numbers in the table.

Value_1 = Contains: 0,07,0,07   ,0,07  ,  0,07  ,0,08 ...etc

It looks if it takes the '7' from '07:00' 

I've tride a lot of methods, but keeps the same result. It looks to me as a
bug, because reacts to a difrent row.

-- 
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 127639] New: File open: LibreOffice won't show content of docx file

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127639

Bug ID: 127639
   Summary: File open: LibreOffice won't show content of docx file
   Product: LibreOffice
   Version: 6.2.7.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: miho...@miho.im

Description:
When I try to open government docx file, I just get blank page, no content at
all.
When opened in MS Office it shows all content.

Files attached.

Steps to Reproduce:
1. Open attached files.

Actual Results:
Blank page, no content.

Expected Results:
Content.


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
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 127639] File open: LibreOffice won't show content of docx file

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127639

--- Comment #2 from Mikeyy - L10n HR  ---
Created attachment 154290
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154290&action=edit
File 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 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127618

--- Comment #3 from evertjebever...@gmail.com ---
- I use Manjaro.

-- 
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 127639] File open: LibreOffice won't show content of docx file

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127639

Mikeyy - L10n HR  changed:

   What|Removed |Added

 CC||miho...@miho.im

--- Comment #1 from Mikeyy - L10n HR  ---
Created attachment 154289
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154289&action=edit
File 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 127639] File open: LibreOffice won't show content of docx file

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127639

Julien Nabet  changed:

   What|Removed |Added

 Attachment #154289|Nacrt prijedloga Zakona o   |Nacrt prijedloga Zakona o
   filename|izmjenama i dopunama Općeg |izmjenama i dopunama OpÄeg
   |poreznog zakona.docx|poreznog zakona.docx
 Attachment #154289|application/zip |application/vnd.openxmlform
  mime type||ats-officedocument.wordproc
   ||essingml.document

-- 
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 127640] New: libreoffice 6.2.5.2 - openSUSE 15.1 - drag 'n drop copy does not work

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127640

Bug ID: 127640
   Summary: libreoffice 6.2.5.2 - openSUSE 15.1 - drag 'n drop
copy does not work
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: w...@fishes.de

Description:
When pressing the control key drag 'n drop copy does not work.
The moving works
It works when downgrading to version 6.1.3.2

Steps to Reproduce:
1.pressing the control key
2.drag
3.drop

Actual Results:
the content is only moved

Expected Results:
the content is copied


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
this bug affects two computers
OpenGL enabled and 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 127619] [macOS][High Sierra 10.13.6]LibreOffice crash within 40s after opening app

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127619

--- Comment #5 from Alex Thurgood  ---
@pjakruger : do you have the automatic update feature activated in your LO
preferences, and if so, which settings have you chosen ?

-- 
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 127613] Crash with no clear reason - even in safe mode

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127613

--- Comment #9 from Alex Thurgood  ---
@Nahum: which frequency were your update checks set to ?

Mine are set to weekly, and I don't get random crashes like the ones you are
reporting.

Do you have any of the other option boxes ticked on the Online Updates dialog ?
If so, which ones ?

-- 
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 127641] New: Delay in days - Date field is limited to 31 days backwards/forwards

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127641

Bug ID: 127641
   Summary: Delay in days - Date field is limited to 31 days
backwards/forwards
   Product: LibreOffice
   Version: 6.3.1.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@gmx.at

Description:
It isn't possible any more to put a higher value than +/-31 days in the input
field to get a different date in relation to today.

For example: if I want to display the last year from now (2018) I use -365
(delay in days) or -730 to make it display 2017

Steps to Reproduce:
1. insert
2. field 
3. date
4. double click field for settings
5. lower or rise value above 31

Actual Results:
A maximum of 31 days from now are calculated.

Expected Results:
Every date from now should be possible to be calculated


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
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 127613] Crash with no clear reason - even in safe mode

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127613

Alex Thurgood  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #10 from Alex Thurgood  ---
@Stuart : do you have the same online update settings problem that Nahum has
reported ?

-- 
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 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127618

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from Alex Thurgood  ---
@evertjebevertje :

Please indicate which kind of database you are using?
You still haven't replied to Robert's question in that regard, and we need that
information in order to determine whether this is a known bug, or a new
problem.

Ideally, we would need a test database file with step-by-step instructions so
that we could try and reproduce the issue.

Additionally, you say you are using Manjaro as the OS, but which version of
LibreOffice are you using - the one provided by Manjaro packaging system
(distrib provided) or a release version provided by the LibreOffice project
from its download page ?

What you describe sounds like an already known bug which has recently been
fixed by the LibreOffice project, in which case this report will be a
duplicate. Obviously, if you are using a Manjaro provided version, then you
will need to either wait until Mnajaro provides an updated version that takes
into account that fix, or else download and install a daily build from the
LibreOffice download page.

-- 
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 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127618

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
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 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127618

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
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 53027] EDITING: dBase-Import-Wizard fails when trying to append DECIMAL(NUMERIC) and BOOLEAN data types

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53027

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
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 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127618

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
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 112023] Copying data from Base truncates precision to the shown format

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112023

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
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 127635] TRACK CHANGES: Replacement problem - spaces separated from other characters when replacing a single word by several words

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127635

Lars Jødal  changed:

   What|Removed |Added

Summary|TRACK CHANGES: Replacement  |TRACK CHANGES: Replacement
   |problem - spaces separated  |problem - spaces separated
   |after replaced word |from other characters when
   ||replacing a single word by
   ||several words

-- 
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 127618] can't copy a table with a row of 'numeric, 2 dec' into a new tabel in 'base'.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127618

evertjebever...@gmail.com changed:

   What|Removed |Added

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

--- Comment #5 from evertjebever...@gmail.com ---
I installed the fresh libreoffice install, and the problem is solved

Thanks.

I realy enjoy libreoffice>

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

[Libreoffice-bugs] [Bug 127642] New: BASIC IDE and Calc crashed after resizing Watches Panel or Call Stack Panel towards the bottom of screen.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127642

Bug ID: 127642
   Summary: BASIC IDE and Calc crashed after resizing Watches
Panel or Call Stack Panel towards the bottom of
screen.
   Product: LibreOffice
   Version: 6.3.1.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nuk...@gmail.com

Description:
The screen area for writing codes is so small. So, I would like to increase it
by decreasing the 'Watches Panel' or 'Call Stack Panel' towards the bottom of
the screen, not minimizing. When it was the smallest, IDE and LibreOffice Calc
crashed and shut down immediately.

Actual Results:
Using mouse to resize 'Watches Panel' or 'Call Stack Panel' towards the bottom
of the screen in order to increase the are for writing codes.


Expected Results:
Calc crashed and shut down immediately.


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
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 35593] macro themecolor - tintandshade - patterntintandshade are all problems.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35593

LibreOfficiant  changed:

   What|Removed |Added

 Blocks||108908


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108908
[Bug 108908] [META] Visual Basic for Applications (VBA) macro 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 35593] macro themecolor - tintandshade - patterntintandshade are all problems.

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35593

LibreOfficiant  changed:

   What|Removed |Added

 Blocks|107659  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107659
[Bug 107659] [META] Macro 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 108908] [META] Visual Basic for Applications (VBA) macro issues

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108908

LibreOfficiant  changed:

   What|Removed |Added

 Depends on||35593


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=35593
[Bug 35593] macro themecolor - tintandshade - patterntintandshade are all
problems.
-- 
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 107659] [META] Macro bugs and enhancements

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107659

LibreOfficiant  changed:

   What|Removed |Added

 Depends on|35593   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=35593
[Bug 35593] macro themecolor - tintandshade - patterntintandshade are all
problems.
-- 
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 127639] File open: LibreOffice won't show content of docx file

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127639

Timur  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

-- 
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 127639] Fileopen: Writer won't show any content of generated simple DOCX that has word and _rels folders but no docProps

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127639

Timur  changed:

   What|Removed |Added

Summary|File open: LibreOffice  |Fileopen: Writer won't show
   |won't show content of docx  |any content of generated
   |file|simple DOCX that has word
   ||and _rels folders but no
   ||docProps
Version|6.2.7.1 release |4.0.0.3 release

--- Comment #3 from Timur  ---
Writer won't show any content of DOCX. Content itself is simple. 
Repro LO 4.0 and 6.4+.
DOCX seems generated, has word and _rels folders but no docProps. Similar
issues were reported before, so looks like a 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 122336] Probably generated XLSX without DocProps folder opens empty (If resaved in MS Office, opens fine in LO)

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122336

Timur  changed:

   What|Removed |Added

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

-- 
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 97412] Writer can't handle corrupt docx files correctly

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97412

Timur  changed:

   What|Removed |Added

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

-- 
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 127639] Fileopen: Writer won't show any content of generated simple DOCX that has word and _rels folders but no docProps

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127639

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||2336,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||412

--- Comment #4 from Timur  ---
MSO opens DOCX regularly, in Compatibility mode. 
There's similar Bug 97412, but that one in MSO reports unreadable content,
unlike this one. 
Also bug 122336 for XLSX.

-- 
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 127590] [META] Application Programming Interface (API), when all scripted languages are affected

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127590

LibreOfficiant  changed:

   What|Removed |Added

 Depends on||123878


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123878
[Bug 123878] Numeric format inconsistency: Macros vs Writer fields, formula
calculation fails
-- 
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 123878] Numeric format inconsistency: Macros vs Writer fields, formula calculation fails

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123878

LibreOfficiant  changed:

   What|Removed |Added

 Blocks||127590


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127590
[Bug 127590] [META] Application Programming Interface (API), when all scripted
languages are affected
-- 
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 122336] Probably generated XLSX without DocProps folder opens empty (If resaved in MS Office, opens fine in LO)

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122336

Timur  changed:

   What|Removed |Added

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

-- 
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 76115] FILEOPEN: Calc can't read this particular spreadsheet

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

Timur  changed:

   What|Removed |Added

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

--- Comment #14 from Timur  ---
Repro 6.4+

-- 
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 107659] [META] Macro bugs and enhancements

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107659

LibreOfficiant  changed:

   What|Removed |Added

 Depends on|123878  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123878
[Bug 123878] Numeric format inconsistency: Macros vs Writer fields, formula
calculation fails
-- 
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 123878] Numeric format inconsistency: Macros vs Writer fields, formula calculation fails

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123878

LibreOfficiant  changed:

   What|Removed |Added

 Blocks|107659  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107659
[Bug 107659] [META] Macro 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 127421] Export as PDF/EPUB by default on Tabbed bar instead of Export directly as PDF/EPUB

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127421

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org
 Ever confirmed|0   |1
   Keywords|needsUXEval |
 Status|UNCONFIRMED |NEW

--- Comment #5 from Heiko Tietze  ---
(In reply to andreas_k from comment #4)
> the question is only if we should show DirectToPDF or the dialog with
> settings

The request here is to show the dialog as it provides the hybrid feature. And I
asked you whether you want to switch from direct to dialog.

Pro: 
* Promote hybrid feature
* Provide all options, so it's more conservative
=> go for it, ASSIGN

Con:
* Average user doesn't care and wants to quickly export to PDF
=> resolve as WFM

I recommend to not have both options as it adds confusion and clutter to the
NB.

-- 
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 125307] PyUno wrongly converts Tuples of Strings

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125307

Björn Michaelsen  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

-- 
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   5   >