[Libreoffice-bugs] [Bug 123380] LibreOfficeKit: Does not load and convert the attached document

2023-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123380

--- Comment #5 from QA Administrators  ---
Dear Murat,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 123380] LibreOfficeKit: Does not load and convert the attached document

2021-02-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123380

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #4 from Aron Budea  ---
Murat, have you tried if the bug exists in a recent version?

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


[Libreoffice-bugs] [Bug 123380] LibreOfficeKit: Does not load and convert the attached document

2019-04-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123380

--- Comment #3 from Murat  ---
By the way I did not have any problem while opening from GUI with versions
libreoffice-6.0.7.3, libreoffice-6.1.3.2, libreoffice5.4, libreoffice6.2, 

I have the problem here in libreofficekit:

LibreOfficeKit.hxx ==>>

/**
 * Loads a document from an URL.
 *
 * @param pUrl the URL of the document to load
 * @param pFilterOptions options for the import filter, e.g. SkipImages.
 *Another useful FilterOption is "Language=...".  It is consumed
 *by the documentLoad() itself, and when provided, LibreOfficeKit
 *switches the language accordingly first.
 * @since pFilterOptions argument added in LibreOffice 5.0
 */
Document* documentLoad(const char* pUrl, const char* pFilterOptions = NULL)
{
LibreOfficeKitDocument* pDoc = NULL;

if (LIBREOFFICEKIT_HAS(mpThis, documentLoadWithOptions))
pDoc = mpThis->pClass->documentLoadWithOptions(mpThis, pUrl,
pFilterOptions);
else
pDoc = mpThis->pClass->documentLoad(mpThis, pUrl);

if (pDoc == NULL)
return NULL;

return new Document(pDoc);
}

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

[Libreoffice-bugs] [Bug 123380] LibreOfficeKit: Does not load and convert the attached document

2019-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123380

Regis Perdreau  changed:

   What|Removed |Added

Version|6.0.7.3 release |6.3.0.0.alpha0+ Master
  Component|Printing and PDF export |LibreOffice

--- Comment #2 from Regis Perdreau  ---
Set to new because of the lack of import speed .

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

[Libreoffice-bugs] [Bug 123380] LibreOfficeKit: Does not load and convert the attached document

2019-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123380

Regis Perdreau  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Regis Perdreau  ---
Confirmed with load by hand in Libreoffice.
Import of a .doc file is a lot slower than in 6.0.7.3 version.
No macros imported.


Version: 6.3.0.0.alpha0+
Build ID: 413461e3cf3a4b32a17419f67f879a8975c43987
Threads CPU : 4; OS : Linux 4.15; UI Render : par défaut; VCL: gtk3; 
Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR
Calc: threaded


the import progress bar seems to go slower and slower and will reach the end
after  5 minutes around althought the UI stays responsive, you can open another
file.


Unconfirmed with version Version: 6.0.7.3
Build ID: 1:6.0.7-0ubuntu0.18.04.2
Threads CPU : 4; OS : Linux 4.15; UI Render : par défaut; VCL: x11; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group
load in less then 20 secondes...

no macro in macro editor.

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