[Libreoffice-bugs] [Bug 108064] [FILESAVE DOCX] Border Line Style property of the data series not preserved when saved as DOCX

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108064

--- Comment #6 from Adam Kovacs  ---
Hello!
I've noticed that if you make the docx file with MS Word, inside the unzipped
docx folder in the chart1.xml file there are a tag something like:  or  or .
The value of val="something" certainly depends on the custom line style you
chose (for example sysdot is also like normal dashes, and lgDashDotDot contains
more than one dashes and dots).
When you save the docx file with LibreOffice Writer, this a:prstdash tag will
be removed and there will be an  tag instead of it/them (without
val="something").
If you save the file with LibreOffice Writer (...then it loses the custom line
style of course...) and manually edit the chart1.xml file, and delete the
 tag, and instert an appropriate tag (for example a ) instead of it, rezip the contents of the folder and rename it to
docx, the custom line style will work again, and it will have the same look (I
havent tried all of the custom styles, just a few one).

(You can check out and edit the xml files with xml copy or open xml sdk. Open
xml sdk can also compare two xml files).

I guess the responsible code for this, is in the WriteOutLine function in the
https://opengrok.libreoffice.org/xref/core/oox/source/export/drawingml.cxx#573
file, starting at the line 700, with this: if( bDashSet && aStyleLineStyle !=
drawing::LineStyle_DASH ). Currently I have no idea how to solve it. I tried to
rename XML_custdash macros to XML_prstDash, but thats not working. I also tried
to delete the else block and the if header, and the result was losing the
custom dash property, but the line style wont be continous, instead of it it
will be dashed with long dashes and long spacing. Can somebody help? :)

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


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

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41063

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #68 from Mike Kaganski  ---
https://gerrit.libreoffice.org/58034

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


[Libreoffice-bugs] [Bug 118943] New: Enhancement Request: Libreoffice Calc "Draw Border" tool

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118943

Bug ID: 118943
   Summary: Enhancement Request: Libreoffice Calc "Draw Border"
tool
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tray...@gmail.com

Description:
Excel has a "Draw Border" tool; it is very handy.

I'd like to suggest it for addition to LibreOffice.



Steps to Reproduce:
N/A

Actual Results:
N/A

Expected Results:
1.Select "Draw Border" tool
2.Cursor turns into pen
3.Draw border between snap points while following mouse


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 41063] Saving/Autosaving (Save/Autosave) while in table causes view to jump to cursor position

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41063

--- Comment #67 from Mike Kaganski  ---
The call stack that resets the view is the following:

> swlo.dll!SwViewShell::IsViewLocked() Line 461
>   at c:\lo\core\sw\inc\viewsh.hxx(461)
> swlo.dll!SwViewShell::MakeVisible(const SwRect & rRect) Line 572
>   at c:\lo\core\sw\source\core\view\viewsh.cxx(572)
> swlo.dll!SwCursorShell::MakeSelVisible() Line 2828
>   at c:\lo\core\sw\source\core\crsr\crsrsh.cxx(2828)
> swlo.dll!SwFEShell::MakeSelVisible() Line 2584
>   at c:\lo\core\sw\source\core\frmedt\feshview.cxx(2584)
> swlo.dll!SwCursorShell::UpdateCursor(unsigned short eFlags, bool bIdleEnd) 
> Line 1844
>   at c:\lo\core\sw\source\core\crsr\crsrsh.cxx(1844)
> swlo.dll!SwCursorShell::EndAction(const bool bIdleEnd, const bool DoSetPosX) 
> Line 274
>   at c:\lo\core\sw\source\core\crsr\crsrsh.cxx(274)
> swlo.dll!SwCursorShell::CheckTableBoxContent(const SwPosition * pPos) Line 868
>   at c:\lo\core\sw\source\core\crsr\trvltbl.cxx(868)
> swlo.dll!SwCursorShell::EndAllTableBoxEdit() Line 923
>   at c:\lo\core\sw\source\core\crsr\trvltbl.cxx(923)
> swlo.dll!SwDocShell::SaveAs(SfxMedium & rMedium) Line 506
>   at c:\lo\core\sw\source\uibase\app\docsh.cxx(506)
> sfxlo.dll!SfxObjectShell::SaveAsOwnFormat(SfxMedium & rMedium) Line 3087
>   at c:\lo\core\sfx2\source\doc\objstor.cxx(3087)
> sfxlo.dll!SfxObjectShell::SaveTo_Impl(SfxMedium & rMedium, const SfxItemSet * 
> pSet) Line 1427
>   at c:\lo\core\sfx2\source\doc\objstor.cxx(1427)
> sfxlo.dll!SfxObjectShell::PreDoSaveAs_Impl(const rtl::OUString & rFileName, 
> const rtl::OUString & aFilterName, const SfxItemSet & rItemSet) Line 2847
>   at c:\lo\core\sfx2\source\doc\objstor.cxx(2847)
> sfxlo.dll!SfxObjectShell::CommonSaveAs_Impl(const INetURLObject & aURL, const 
> rtl::OUString & aFilterName, SfxItemSet & rItemSet) Line 2705
>   at c:\lo\core\sfx2\source\doc\objstor.cxx(2705)
> sfxlo.dll!SfxObjectShell::APISaveAs_Impl(const rtl::OUString & aFileName, 
> SfxItemSet & rItemSet) Line 307
>   at c:\lo\core\sfx2\source\doc\objserv.cxx(307)
> sfxlo.dll!SfxBaseModel::impl_store(const rtl::OUString & sURL, const 
> com::sun::star::uno::Sequence & 
> seqArguments, bool bSaveTo) Line 2970
>   at c:\lo\core\sfx2\source\doc\sfxbasemodel.cxx(2970)
> sfxlo.dll!SfxBaseModel::storeToRecoveryFile(const rtl::OUString & 
> i_TargetLocation, const 
> com::sun::star::uno::Sequence & 
> i_MediaDescriptor) Line 1666
>   at c:\lo\core\sfx2\source\doc\sfxbasemodel.cxx(1666)
> fwklo.dll!`anonymous namespace'::AutoRecovery::implts_saveOneDoc(const 
> rtl::OUString & sBackupPath, 
> `anonymous-namespace'::AutoRecovery::TDocumentInfo & rInfo, const 
> com::sun::star::uno::Reference & 
> xExternalProgress) Line 3061
>   at c:\lo\core\framework\source\services\autorecovery.cxx(3061)
> fwklo.dll!`anonymous namespace'::AutoRecovery::implts_saveDocs(bool 
> bAllowUserIdleLoop, bool bRemoveLockFiles, const 
> `anonymous-namespace'::DispatchParams * pParams) Line 2960
>   at c:\lo\core\framework\source\services\autorecovery.cxx(2960)
> fwklo.dll!`anonymous namespace'::AutoRecovery::implts_timerExpired(Timer * 
> __formal) Line 2310
>   at c:\lo\core\framework\source\services\autorecovery.cxx(2310)
> fwklo.dll!`anonymous 
> namespace'::AutoRecovery::LinkStubimplts_timerExpired(void * instance, Timer 
> * data) Line 2248
>   at c:\lo\core\framework\source\services\autorecovery.cxx(2248)
> vcllo.dll!Link::Call(Timer * data) Line 84
>   at c:\lo\core\include\tools\link.hxx(84)
> vcllo.dll!Timer::Invoke() Line 77
>   at c:\lo\core\vcl\source\app\timer.cxx(77)
> vcllo.dll!Scheduler::ProcessTaskScheduling() Line 448
>   at c:\lo\core\vcl\source\app\scheduler.cxx(448)
> vcllo.dll!Scheduler::CallbackTaskScheduling() Line 271
>   at c:\lo\core\vcl\source\app\scheduler.cxx(271)
> vcllo.dll!SalTimer::CallCallback() Line 56
>   at c:\lo\core\vcl\inc\saltimer.hxx(56)
> vcllo.dll!WinSalTimer::ImplHandleElapsedTimer() Line 158
>   at c:\lo\core\vcl\win\app\saltimer.cxx(158)
> vcllo.dll!WinSalTimer::ImplHandleTimerEvent(unsigned __int64 aWPARAM) Line 168
>   at c:\lo\core\vcl\win\app\saltimer.cxx(168)
> vcllo.dll!SalComWndProc(HWND__ * __formal, unsigned int nMsg, unsigned 
> __int64 wParam, __int64 lParam, bool & rDef) Line 642
>   at c:\lo\core\vcl\win\app\salinst.cxx(642)
> vcllo.dll!SalComWndProcW(HWND__ * hWnd, unsigned int nMsg, unsigned __int64 
> wParam, __int64 lParam) Line 670
>   at c:\lo\core\vcl\win\app\salinst.cxx(670)
> user32.dll!UserCallWinProcCheckWow()
> user32.dll!DispatchMessageWorker()
> vcllo.dll!ImplSalDispatchMessage(const tagMSG * pMsg) Line 458
>   at c:\lo\core\vcl\win\app\salinst.cxx(458)
> vcllo.dll!ImplSalYield(bool bWait, bool bHandleAllCurrentEvents) Line 526
>   at c:\lo\core\vcl\win\app\salinst.cxx(526)
> vcllo.dll!WinSalInstance::DoYield(bool bWait, bool bHandleAllCurrentEvents) 
> Line 555
> 

[Libreoffice-bugs] [Bug 118942] [PRINTING] Messed up letter spacing on print

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118942

--- Comment #2 from Aridatopus  ---
Created attachment 143767
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143767&action=edit
normal on worksheet

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


[Libreoffice-bugs] [Bug 118942] [PRINTING] Messed up letter spacing on print

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118942

--- Comment #1 from Aridatopus  ---
Created attachment 143766
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143766&action=edit
overlapping 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 118942] New: [PRINTING] Messed up letter spacing on print

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118942

Bug ID: 118942
   Summary: [PRINTING] Messed up letter spacing on print
   Product: LibreOffice
   Version: 5.4.7.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bcadisapu...@gmail.com

Description:
After i updated my LO from 4.** to 5.4.7.2, i've got overlapping letter per
sentence on print preview and print on papper ( http://prntscr.com/kb4m0j ),
even tought they're appears normal on worksheet ( http://prntscr.com/kb4lsi ).
I've tried to reset my user settings but it won't work. I've tried disable and
enable Open GL. This problem didn't happened on LO < 5.0. Oh by the way, this
just happens on Calc, my Writer seems normal.


Actual Results:
All word overlapping each other on print and preview

Expected Results:
normal letter spacing


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Version: 5.4.7.2
Build ID: c838ef25c16710f8838b1faec480ebba495259d0
CPU threads: 2; OS: Windows 5.1; UI render: default; 
Locale: en-US (en_US); Calc: group

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


[Libreoffice-bugs] [Bug 104475] FILESAVE DOCX: Lines lost after RT

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104475

--- Comment #6 from Justin L  ---
Ubuntu 18.04 and LO 6.2 alpha: writer crashed while opening the 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 118890] FILEOPEN PPTX: Pulse Animation incorrectly imported

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118890

Luke  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #6 from Luke  ---
Verified FIXED in Version: 6.2.0.0.alpha0+
Build ID: 75a5b5a850511bf1a0a32c113237085cbc069cc4
CPU threads: 4; OS: Windows 10.0; UI render: GL; 


Thanks Mark!

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


[Libreoffice-bugs] [Bug 118893] Impress: UI locks up when I drag a slide from the left "Slides" view to the Windows taskbar

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118893

--- Comment #2 from V Stuart Foote  ---
Created attachment 143765
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143765&action=edit
stack trace of hang on dragging slide to drop on Impress jump list

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


[Libreoffice-bugs] [Bug 118893] Impress: UI locks up when I drag a slide from the left "Slides" view to the Windows taskbar

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118893

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from V Stuart Foote  ---
Confirmed on Windows 10 Home 64-bit en-US with
Version: 6.1.0.2 (x64)
Build ID: b3972dcf1284967612d5ee04fea9d15bcf0cc106
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
Locale: en-US (en_US); Calc: CL

stack trace attached

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


libreoffice-bugs@lists.freedesktop.org

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109141

--- Comment #4 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109138] FILEOPEN: table and chart in the imported word documents are misplaced

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109138

--- Comment #4 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106561] Transparent image saved in ms word format is not transparent when opened in MS Word.

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106561

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95697] Assertion editeng/source/items/frmitems.cxx:478: unknown MemberId

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95697

--- Comment #4 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103230] SUMIF resulted wrong with blank cell criteria for data range on linked files.

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103230

--- Comment #6 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54073] CONFIGURATION: Formatting Aids - Options are not stored correctly, unchecked nonprinting characters becoming checked after disable/re-enabling formatting aids

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54073

--- Comment #18 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105414] Blank cells formatted as numbers not treated as ZERO when pulled via VLOOKUP to external file

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105414

--- Comment #15 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104303] CUPS Print dialog page preview incorrect with default paper size US Letter and prints pages with offset

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104303

--- Comment #12 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86576] Division of two =SUM() functions holding currency formatted data is incorrectly assigned currency cell formatting

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86576

--- Comment #7 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99868] Remove the grid line setting from Tools > Options

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99868

--- Comment #10 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 91502] The functions FORMULA and ISFORMULA do not return the correct array under "iterative evaluation" condition (array-evaluation)

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91502

--- Comment #11 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109298] Ctrl+Cursor jumps incorrectly after pasting data

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109298

--- Comment #3 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103963] FILEOPEN: DOCX: Chart bars not imported

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103963

--- Comment #11 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96923] Criteria evaluation of COUNTIF, COUNTIFS, SUMIF, SUMIFS, AVERAGEIF, AVERAGEIFS

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96923

--- Comment #15 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99746] [META] PDF import filter in Draw

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99746
Bug 99746 depends on bug 118929, which changed state.

Bug 118929 Summary: unable to resize rows and columns of pdf file in 
libreoffice draw
https://bugs.documentfoundation.org/show_bug.cgi?id=118929

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

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


[Libreoffice-bugs] [Bug 118929] unable to resize rows and columns of pdf file in libreoffice draw

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118929

V Stuart Foote  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED
 Blocks||99746
 CC||vstuart.fo...@utsa.edu

--- Comment #5 from V Stuart Foote  ---
LibreOffice is not a PDF editor. When a PDF is "opened" it is being imported to
a Draw canvas and the text and graphic elements of the PDF are being converted
to Draw objects.

In fact the imported line elements of the PDF form can each individually be
selected and repositioned or reshaped to resize rows and columns--so this issue
is not valid. 

Put another way, rows and columns are not present in the PDF, nor imported to
the Draw canvas, as tabular rows or columns. 

Rather as recorded to the PDF, and as parsed by filter, they are just disjoint
graphics and text--that is the nature of PDF, which is a final page description
language is not an editable document format. LibreOffice can not "edit" PDF!


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 99746] [META] PDF import filter in Draw

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99746

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||118929


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118929
[Bug 118929] unable to resize rows and columns of pdf file in libreoffice draw
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118594] impossible to specify relative file link including URI's like file: or run:

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118594

--- Comment #23 from muso  ---
> Unpack the file and run the included presentation. I hope it will be clearer
> then.
Thanks you for your file but it shows again the bug as I described it:

- take your presentation and export it as PDF.
result: the link is an absolute link. Move your PDF to another folder and you
will get troubles.
expected result: the link is a relative link

- the link contains the URI "file:". For some file types one needs the URI
"run:" to assure that the linked file is executed.

So again, LO does not provide a way to create relative file links and one
cannot use all defined URIs for links.

(You might wonder why I insist on a PDF. In real life you never know on what PC
you have to hold your presentation. Many PCs don't have LO installed. With the
PDF you are always on the right side, also on Linux and Mac.)

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


[Libreoffice-bugs] [Bug 118890] FILEOPEN PPTX: Pulse Animation incorrectly imported

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118890

Mark Hung  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 118941] New: Find not opening in Edit Menu or when using keyboard shortcut (command+F)

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118941

Bug ID: 118941
   Summary: Find not opening in Edit Menu or when using keyboard
shortcut (command+F)
   Product: LibreOffice
   Version: 6.0.5.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: raws...@hotmail.com

Description:
The following only happens with the "Find" command and NOT with "Find &
Replace" which works.
Selecting: Edit>Find or pressing "⌘F" will not open anything when using Calc.

Steps to Reproduce:
1.Press "Command+F"
2.Nothing happens.
3.Select "Find" in "Edit" menu
4.Nothing happens.

Actual Results:
Will not open "Find" dialog window.

Expected Results:
"Find" dialog window should appear.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.0.5.2
Build ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
CPU threads: 8; OS: Mac OS X 10.13.4; UI render: default; 
Locale: en-US (en_US.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 109132] FILESAVE: ODS: VBA Macro name in Cell are converted to lowercase and macro is unknown

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109132

Markus Mohrhard  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com
 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 101773] link frame style to paragraph style so applying paragraph style also applies frame style to current (or selected) paragraph

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101773

--- Comment #7 from Regina Henschel  ---
(In reply to Regina Henschel from comment #6)
> So it would be possible to include a reference to a paragraph style into a
> frame style from point of file format.

not "into a frame style" but "into a frame object". So linking paragraph style
to frame style or the other way round is not possible on _style_ level.

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


[Libreoffice-bugs] [Bug 101773] link frame style to paragraph style so applying paragraph style also applies frame style to current (or selected) paragraph

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101773

--- Comment #6 from Regina Henschel  ---
I have to correct me. There is an attribute draw:text-style-name, which refers
a paragraph-style. It can be used as attribute in a  element and in
most other graphic objects. But LibreOffice has not implemented the use of this
attribute with common styles (=styles in UI). It uses it only for automatic
style (=hard formatting in UI) of graphic objects.

So it would be possible to include a reference to a paragraph style into a
frame style from point of file format.

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


[Libreoffice-bugs] [Bug 118940] New: Crash in: libc-2.27.so

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118940

Bug ID: 118940
   Summary: Crash in: libc-2.27.so
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: a@inwind.it

This bug was filed from the crash reporting server and is
br-f6dcc1dd-608e-44e2-80f5-c0d32270d4f5.
=

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


[Libreoffice-bugs] [Bug 118867] EDITING Formula is not pasted correctly after Cut - Delete - Paste

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118867

Eike Rathke  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |er...@redhat.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 118939] New: Line styles are missing in the drop-down list of tab Border in Paragraph and Character dialog

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118939

Bug ID: 118939
   Summary: Line styles are missing in the drop-down list of tab
Border in Paragraph and Character dialog
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 143764
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143764&action=edit
Missing border line style in drop-down-list, screenshot

Start Writer an open style dialog for paragraph.
Goto tab Border and select icon "border on all four edges".
Open drop-down list for to select a line style.
Notice that many rows are empty.

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


[Libreoffice-bugs] [Bug 97993] EDITING: Copy and Paste for Images / Shapes Need to be Shifted

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97993

Luke  changed:

   What|Removed |Added

Summary|EDITING: Copy and Paste for |EDITING: Copy and Paste for
   |Images / Shapes Need to be  |Images / Shapes Need to be
   |Shifted in Writer   |Shifted

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


[Libreoffice-bugs] [Bug 97993] EDITING: Copy and Paste for Images / Shapes Need to be Shifted in Writer

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97993

--- Comment #15 from Luke  ---
Created attachment 143763
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143763&action=edit
SoftMaker Office, same procedure

As you can see from the screenshot, the Softmaker Office also shifts duplicated
objects. This is the industry standard.

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


[Libreoffice-bugs] [Bug 97993] EDITING: Copy and Paste for Images / Shapes Need to be Shifted in Writer

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97993

--- Comment #14 from Luke  ---
Created attachment 143762
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143762&action=edit
Google Docs also does not hide pasted copies

Only recently did most browsers start supporting HTML5's Clipboard API, even so
CTRL+C/CTRL+V does not work for me. Google Docs is in the default "in line"
wrapping and you copy/paste with the menu, it behaves exactly the same as Word
when "in line", which makes sense as wrapping options should be respected. 

Their Presentation app stacks exactly like the behavior bug report is
requesting.

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


[Libreoffice-bugs] [Bug 118594] impossible to specify relative file link including URI's like file: or run:

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118594

--- Comment #22 from Regina Henschel  ---
Created attachment 143761
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143761&action=edit
ExampleWithRelativeLink

Unpack the file and run the included presentation. I hope it will be clearer
then.

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


[Libreoffice-bugs] [Bug 118777] [Crash] Insert Signature Line after select image object

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118777

--- Comment #15 from Commit Notification 
 ---
Michael Stahl committed a patch related to this issue.
It has been pushed to "libreoffice-6-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=8a4f07b367284e898898b1840fc22f357099aba9&h=libreoffice-6-1

tdf#118777 cui: use right XText in SignatureLineDialog

It will be available in 6.1.1.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

kam3...@gmail.com changed:

   What|Removed |Added

 CC||kam3...@gmail.com

--- Comment #1 from kam3...@gmail.com ---
Created attachment 143760
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143760&action=edit
A supposedly read-only password-protected .xlsx spreadsheet

A supposedly read-only password-protected .xlsx spreadsheet

A simple spreadsheet saved as a read only, password-protected .xlsx file with
an additional editing password.

Read-only password: open
Editing password: edit

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


[Libreoffice-bugs] [Bug 118938] New: FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

Bug ID: 118938
   Summary: FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx)
files as read-only with additional password protection
for editing not working (Calc)
   Product: LibreOffice
   Version: 6.0.5.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kam3...@gmail.com

Description:
FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with
additional password protection for editing not working (Calc).

SAVE WITH PASSWORD (.xlsx files) working. After closing the file, I am required
to enter my password to access the file again. 

SAVE AS WITH PASSWORD (.xlsx files) working. After closing the file, I am
required to enter my password to access the file again. 

SAVE OR SAVE AS WITH READ-ONLY PASSWORD AND EDIT PASSWORD OPTIONS SELECTED
(.xlsx files) not working. After closing the file, I am required to enter my
password to access the file again, but I can then edit and save changes without
having to enter my edit password. 




Steps to Reproduce:
1. Create a spreadsheet
2. Save to .xlsx format (same thing happens if you do a Save As of a
spreadsheet originally saved in a different format).
3. Select the option to password protect and add the option to make this
read-only with an additional password for editing.
4. Enter and confirm your passwords and save the file.
5. Close the file.
6. Open the file, and you will see a password is requested to open the file
again. 
7. Edit the file and save it, and you see that you can do so without entering
the required editing password you set up.




Actual Results:
When saving a Microsoft Excel 2007-2013 XML (.xlsx) file as read-only with an
additional password for editing, I am only required to enter the read-only
password. Once I have entered this and the file is opened, I can edit and save
changes without ever having to enter the editing password.





Expected Results:
When saving a Microsoft Excel 2007-2013 XML (.xlsx) file as read-only with an
additional password for editing, I would expect to be asked to enter the
read-only password before being allowed to open the file. 

Then I would expect to be asked to enter the additional editing password upon
attempting to edit the file.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
I followed the steps to reset my profile, but the problem remains.

I am not using OpenGL.

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


[Libreoffice-bugs] [Bug 118929] unable to resize rows and columns of pdf file in libreoffice draw

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118929

--- Comment #4 from kompilainenn <79045_79...@mail.ru> ---
we can move lines in table from PDF, but it doesn't work as moving borders of
table cells in Writer

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


[Libreoffice-bugs] [Bug 118929] unable to resize rows and columns of pdf file in libreoffice draw

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118929

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

   What|Removed |Added

   Keywords||filter:pdf

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


[Libreoffice-bugs] [Bug 116872] 6-page DOCX shows 10 pages in Writer

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116872

Justin L  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 CC||jl...@mail.com

--- Comment #5 from Justin L  ---
(In reply to Aron Budea from comment #1)
> I left the bibisectRequest keyword for the 2nd point, maybe it can be
> bibisected in Linux or something (if the bug occurs there at all).

Used Ubuntu 18.04 and bibisect-linux-6.0 which clearly bibisected to author
Jan-Marek Glogowski 2017-07-20 10:27:19 +0200
commit d7a2fd3e8262b8897ad06f01f25f46330e050e0c
tdf#109123 Change SwDocIdle base class to Idle

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


[Libreoffice-bugs] [Bug 118920] [META] Additional blank pages on file-open

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118920
Bug 118920 depends on bug 117538, which changed state.

Bug 117538 Summary: ODT empty pages at end of file
https://bugs.documentfoundation.org/show_bug.cgi?id=117538

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 97166] Fileopen: .docx: Some formulas aren't correctly imported

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97166

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

   What|Removed |Added

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

--- Comment #10 from kompilainenn <79045_79...@mail.ru> ---
last file from Regina opens fine in LO 6.1.0.2. 
There is a problem with rendering, but we don't have red question marks.

For me it's WFM (if first docx from Rolle is really bad by default)

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


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

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107936
Bug 107936 depends on bug 117538, which changed state.

Bug 117538 Summary: ODT empty pages at end of file
https://bugs.documentfoundation.org/show_bug.cgi?id=117538

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 117538] ODT empty pages at end of file

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117538

Justin L  changed:

   What|Removed |Added

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

--- Comment #6 from Justin L  ---


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

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


[Libreoffice-bugs] [Bug 116872] 6-page DOCX shows 10 pages in Writer

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116872

Justin L  changed:

   What|Removed |Added

 CC||nikola.ko...@e-racuni.com

--- Comment #4 from Justin L  ---
*** Bug 117538 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 118777] [Crash] Insert Signature Line after select image object

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118777

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.2.0|target:6.2.0 target:6.1.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 118777] [Crash] Insert Signature Line after select image object

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118777

--- Comment #14 from Commit Notification 
 ---
Katarina Behrens committed a patch related to this issue.
It has been pushed to "libreoffice-6-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=545ddabc6614e751c807e9d1e1cbf7c617fc4141&h=libreoffice-6-1

tdf#118777: Disable signature line slot if non-text object

It will be available in 6.1.1.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 89356] in exported PDF sqrt sign has displaced horizontal bar

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89356

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

   What|Removed |Added

 OS|Linux (All) |All

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


[Libreoffice-bugs] [Bug 89356] in exported PDF sqrt sign has displaced horizontal bar

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89356

--- Comment #14 from kompilainenn <79045_79...@mail.ru> ---
still repro in

Version: 6.1.0.2 (x64)
Build ID: b3972dcf1284967612d5ee04fea9d15bcf0cc106
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
Locale: ru-RU (ru_RU); Calc: CL

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


[Libreoffice-bugs] [Bug 104522] [META] DOCX (OOXML) header & footer-related issues

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104522
Bug 104522 depends on bug 70007, which changed state.

Bug 70007 Summary: Line cut in header text with small font size
https://bugs.documentfoundation.org/show_bug.cgi?id=70007

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 70007] Line cut in header text with small font size

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70007

Justin L  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 OS|Windows (All)   |All
 Status|NEW |RESOLVED

--- Comment #15 from Justin L  ---
Wonder why no one attempted to fix this before.  Super-easy - just look for the
most likely setting and undo them one by one until you stumble across the right
one. @Xisco - looking to your testing tool to ensure this is not a regression
in case this is just an odd-ball document.

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

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


[Libreoffice-bugs] [Bug 84134] PDF: PDF conversion of a .doc (XP generated) document containing math formulas

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84134

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

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 84134] PDF: PDF conversion of a .doc (XP generated) document containing math formulas

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84134

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

   What|Removed |Added

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

--- Comment #5 from kompilainenn <79045_79...@mail.ru> ---
Created attachment 143759
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143759&action=edit
result of export to PDF from LO 6.1.0.2

looks fine

status -> 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 103988] FILESAVE: DOCX with chart corrupted after roundtrip, cannot open in MSO

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103988

--- Comment #11 from Justin L  ---
confirmed that Word 2013 still cannot open the file if round-tripped by LO
6.2alpha.

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


[Libreoffice-bugs] [Bug 116979] [META] Regression introduced by Aw080

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116979

Armin Le Grand (CIB)  changed:

   What|Removed |Added

 Depends on|118731  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118731
[Bug 118731] Dialogs like Format page/ format header open with a annoying delay
since 6.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 118731] Dialogs like Format page/ format header open with a annoying delay since 6.2

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118731

--- Comment #10 from Armin Le Grand (CIB)  ---
Took out tdf#116979 relation due to no DrawingLayer involved.

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


[Libreoffice-bugs] [Bug 118731] Dialogs like Format page/ format header open with a annoying delay since 6.2

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118731

Armin Le Grand (CIB)  changed:

   What|Removed |Added

 Blocks|116979  |


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 116979] [META] Regression introduced by Aw080

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116979
Bug 116979 depends on bug 118730, which changed state.

Bug 118730 Summary: Label in report builder doesn't have text
https://bugs.documentfoundation.org/show_bug.cgi?id=118730

   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 118649] Impress Slideshow "Fade Smoothly" Starts Aggressively

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118649

--- Comment #5 from Steve White  ---
Buovjaga,

I meant to comment earlier.
Thank you for looking into this.

I agree, I see it EVERY time now.

Here's another one for your investigation:
https://bugs.documentfoundation.org/show_bug.cgi?id=118643

Steve

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


[Libreoffice-bugs] [Bug 118643] Impress Hourglass Icon Distracting During Presentation

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118643

--- Comment #10 from Steve White  ---
JBF and ALL,

IF you do not see the hourglass icon
THEN check your monitor(s) for Overscan.

Make sure you're seeing every pixel.
You many NOT be.

---

From:
https://www.howtogeek.com/252193/hdtv-overscan-what-it-is-and-why-you-should-probably-turn-it-off/

In fact, content creators defined three areas of all displays so they could
make sure all content would display correctly:

Tile Safe: The area that virtually all televisions would show, confirming that
no text would be cut off.
Action Safe: The larger part of the viewing area, which was defined by the
highest TV set calibration.
Underscan: The full image.

Regards,
Steve

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


[Libreoffice-bugs] [Bug 106649] Android: change icons from material to breeze SVG

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106649

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #3 from andreas_k  ---
any progress. we also have colibre now as svg icon theme. I don't know what
will look best but breeze, colibre and elementary are available in svg.

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


[Libreoffice-bugs] [Bug 105501] LibreOffice becomes non-responsive while installing a large font

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105501

--- Comment #8 from Volga  ---
This is still present in:

版本:6.1.0.2 (x64)
Build ID:b3972dcf1284967612d5ee04fea9d15bcf0cc106
CPU 线程:4; 操作系统:Windows 10.0; UI 渲染:默认; 
区域语言:zh-CN (zh_CN); Calc: group threaded

However, I saw GIMP 2.10.4 release notes having the following announcement:

“GIMP now performs the loading of fonts in a parallel process, which
dramatically improves startup time.”

So I think maybe there is a solution to improve our font loading, we can also
implement this process to load and update the fonts if system fonts have been
changed, then the interface would not be 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 34303] PDF export location should have option in settings to set path of the original file, last path used for save/export/.. or home directory

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34303

--- Comment #43 from janeqpubli...@gmail.com ---
This problem is also occurring on Linux. This is new behavior, probably started
with the latest version. Previously, exporting a document to PDF would bring up
a file dialogue with the current directory selected. Now it pulls up the home
directory EVERY time, regardless of whether or not a PDF was exported to a
different directory in the same session. Something changed the original
behavior.

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


[Libreoffice-bugs] [Bug 118918] F9 does not redraw a chart correctly

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118918

--- Comment #9 from MD  ---
Created attachment 143758
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143758&action=edit
simpler version of chart redraw 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 118918] F9 does not redraw a chart correctly

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118918

--- Comment #8 from MD  ---
I have spent some time cutting down the complex file to create another with
this problem.

I now have it down to the attached file badredraw.ods.

This has only one sheet.
IT has 100 rows of data from row 5 to row 104.
The idea is to plot x against itself.
As the chart shows this should produce a straight line not random scatter.

When you first load the sheet you see a blue and red points on a straight line.
Now press F9 a few times , usually 2 or 3 needed. 
You get a random scatter.


If you remove row 104 data save, reload you get straight lines even after many
presses of F9.

If you add row 104 back, save, reload you get the problem back.

This may be related to other bugs. Libre Office has a problem working with more
than 100 lines of data. I have seen this before
https://bugs.documentfoundation.org/show_bug.cgi?id=112434

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


[Libreoffice-bugs] [Bug 118594] impossible to specify relative file link including URI's like file: or run:

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118594

--- Comment #21 from muso  ---
Created attachment 143757
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143757&action=edit
Acrobat file execution dialog

Also the execution dialog of Acrobat shows you that the created link is
absolute.

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


[Libreoffice-bugs] [Bug 118594] impossible to specify relative file link including URI's like file: or run:

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118594

--- Comment #20 from muso  ---
Created attachment 143756
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143756&action=edit
The LO hyperlink dialog

The dialog shows you that the created link is absolute despite the ODG and the
MP4 is in the same folder.

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


[Libreoffice-bugs] [Bug 118594] impossible to specify relative file link including URI's like file: or run:

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118594

--- Comment #19 from muso  ---
Created attachment 143755
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143755&action=edit
a test ODG file

You can see that the file path is always an absolute path.

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


[Libreoffice-bugs] [Bug 118594] impossible to specify relative file link including URI's like file: or run:

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118594

--- Comment #18 from muso  ---
(In reply to Regina Henschel from comment #17)
> You do not need "file:" or "run:" in case Windows has registered an
> application to open .mno files. A simple hyperlink of type "Document" to the
> file will work. Please try it.

Thanks for your patience with me. However that is the bug. This doesn't work
because:
- the link is always absolute
- the link contains then always the URI "file:"

I need:
- relative links to files to assure that they will be opened also on other PCs.
- a possibility to decide which URI should be used and full access to all
defined URIs.

I attached now again an odg file to show you the problem. can't you see the
problem? Also after exporting the odg to PDF you can see that the link created
by LO is an absolute path.
(I always use PDFs when presenting my stuff in front of audience because you
never know on what PC you have to run your presentations.)

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


[Libreoffice-bugs] [Bug 113458] [META] Packaging/installation/removal bugs and enhancements

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113458
Bug 113458 depends on bug 97530, which changed state.

Bug 97530 Summary: Installs, then hangs while verifying (OSX 10.10 and earlier)
https://bugs.documentfoundation.org/show_bug.cgi?id=97530

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 97530] Installs, then hangs while verifying (OSX 10.10 and earlier)

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97530

Caolán McNamara  changed:

   What|Removed |Added

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

--- Comment #27 from Caolán McNamara  ---
Lets take tml's advice here, we never figured what was wrong, but it works in
contemporary releases of macOS

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


[Libreoffice-bugs] [Bug 118937] Border around text portion has padding color artifacts

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118937

--- Comment #1 from Regina Henschel  ---
Created attachment 143754
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143754&action=edit
Screenshot

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


[Libreoffice-bugs] [Bug 118937] New: Border around text portion has padding color artifacts

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118937

Bug ID: 118937
   Summary: Border around text portion has padding color artifacts
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 143753
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143753&action=edit
Testdocument

Open attached file. The text portion has a green background color and a
padding. And it has a grey border. Notice, that at the top and right side of
the border a green line is visible. That line should not be there. The green
color should end at the inner border edge. You might want to draw a pixel wide
under the border to avoid gaps coming from rounding errors. But drawing the
padding color beyond the outer edge of the border is too far.

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


[Libreoffice-bugs] [Bug 70007] Line cut in header text with small font size

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70007

Xisco Faulí  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 117988] FILEOPEN An empty line is too tall in the attached DOCX

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117988

Justin L  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |
   Keywords||bisected

--- Comment #5 from Justin L  ---
proposed fix  https://gerrit.libreoffice.org/57991

I used Word2013 to save the file as RTF, but it acts differently (without
showing this bug) and seems unaffected by this patch.

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


[Libreoffice-bugs] [Bug 118889] The 262Mb suite will not open. MS asks if the suite is formulated for windows and will not open the installation pkg.

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118889

--- Comment #5 from plv...@yahoo.com ---
I believe that I did download the file from your site. But since it doesn't
work I have elected to download Open Office and it installs and work fine. I
suggest you look into the problem you are having with your program. Thanks,
Peter

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


[Libreoffice-bugs] [Bug 90667] Problem with index

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90667

gon_ara...@hotmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #7 from gon_ara...@hotmail.com ---
First, when you load the file the index is

1.

That is the desire outcome, but in the index configuration it never has the
first tab. That’s why when you update the index the first tab dissapears. So I
think the bug would be loading .dot files with index you lose some settings. In
this case, you lose the first tab in every level. When I tried to added it
manually all broke because you also lose the “align right” from level 3 and
above of the second tab (and I didn't notice).

The ideal would be that these settings load automatically and you could update
without losing format.

I get the desire outcome making this modifications:

- Adding a tab between E and E# in every level, with tab stop at 0.8, 1.6 and
2.5 cm for the first three levels
- Adding “align right” for the second tab from 3 level to above.

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


[Libreoffice-bugs] [Bug 118594] impossible to specify relative file link including URI's like file: or run:

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118594

--- Comment #17 from Regina Henschel  ---
You do not need "file:" or "run:" in case Windows has registered an application
to open .mno files. A simple hyperlink of type "Document" to the file will
work. Please try it.
[BTW: The slideshow setting "Presentation always on top" has to be off.
Otherwise you cannot work in that app.]

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


[Libreoffice-bugs] [Bug 118936] FILEOPEN DOCX top border is missing for border around text portion

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118936

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
Version|6.2.0.0.alpha0+ Master  |4.3 all versions
   Keywords||filter:docx

--- Comment #2 from Xisco Faulí  ---
Reproduced in

Version: 5.2.0.0.alpha0+
Build ID: 3ca42d8d51174010d5e8a32b96e9b4c0b3730a53
Threads 4; Ver: 4.10; Render: default; 

Version: 5.0.0.0.alpha1+
Build ID: 0db96caf0fcce09b87621c11b584a6d81cc7df86
Locale: ca-ES (ca_ES.UTF-8)

Version: 4.3.0.0.alpha1+
Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e

but in

Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

the other borders weren't even displayed...

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


[Libreoffice-bugs] [Bug 118777] [Crash] Insert Signature Line after select image object

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118777

--- Comment #13 from Commit Notification 
 ---
Katarina Behrens committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=2a00e1f98d4cca448c1394e2504cc7539cb9ac1d

tdf#118777: Disable signature line slot if non-text object

It will be available in 6.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 118594] impossible to specify relative file link including URI's like file: or run:

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118594

--- Comment #16 from muso  ---
(In reply to Regina Henschel from comment #14)
> I obviously wasn't clear enough.
Seems that I was not clear enough. What I need but what LO doesn't allow me is
to link to a file in general. For example I need to set a link to the file
"test.mno" which is in the same folder than my .odg file. During hte
presentation I need to click on that file link and the program that is
connected in the Windows registry to open .mno files will open my test.mno
file.
To achieve this, I need in this form
file:test.mno
or
run:test.mno

The problem is that Lo doesn't offer me any method to set the URI "file." or
"run:"

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


[Libreoffice-bugs] [Bug 118917] black images in impress

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118917

--- Comment #8 from mgor...@medlineschool.com ---
Unfortunately, I'm not able to do that.  I'm not the content owner and the site
requires enrollment.  It isn't one presentation though, it's all of them.  Any
picture image does not show.

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


[Libreoffice-bugs] [Bug 118918] F9 does not redraw a chart correctly

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118918

--- Comment #7 from MD  ---
Another odd thing.  If I set the background color of a cell everything updates
as if I pressed shift-ctrl-F9. 

think there could be several spin off bugs here

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


[Libreoffice-bugs] [Bug 101773] link frame style to paragraph style so applying paragraph style also applies frame style to current (or selected) paragraph

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101773

--- Comment #5 from Regina Henschel  ---
"Styles" are stored in a  element in ODF. Such style belongs to a
"family". In this context the families "graphic"  and "paragraph" and "text"
are relevant. A  of family "paragraph" can have
"paragraph-properties" and "text-properties" but no "graphic-properties". But a
style of family "graphic" can have not only "graphic-properties" but it can
have "paragraph-properties" and "text-properties" too.

A  element has no attribute to link to a style other than its
parent in the inheritance chain. The properties are all directly contained in
the element. You know this from paragraph styles. They have a tab "Font" where
you can set text properties, but you cannot link to a character style.

So what would be possible is, to extend the frame style with tabs for paragraph
and text properties, which were used as default, if a property is not set in
the actual paragraph of the inserted frame.

=

A frame has a structure

   
  
Currently the paragraph style for the  element is "Frame Contents" as
default. We can make it user defined, but it can only be stored in user
settings, not in the file.

=

The workflow contains the steps "convert an existing text into a frame" and the
other way round "convert a frame into an ordinary text". That is independent of
styles and has no effects on file format. Such enhancement of the UI would be
possible.

=

@Zenaan: For your use case and a quick solution, I suggest you write a
paragraph and a marginalia frame with all the needed style settings and then
generate an AutoText from it. For the AutoText you need to select till the
start of the paragraph, which is after the paragraph, to which the frame is
anchored.

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


[Libreoffice-bugs] [Bug 118936] FILEOPEN DOCX top border is missing for border around text portion

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118936

--- Comment #1 from Regina Henschel  ---
Created attachment 143752
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143752&action=edit
Screenhot, Comparison of Word and 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 113259] soffice --convert-to hangs on Windows Server 2016 when called multiple times

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113259

--- Comment #16 from Neil Youngman  ---
Checking the above for consistency I see the "corrupt" backtrace is due to
passing gdb the wrong binary.

Repeating it, more carefully 

$ ps auxww | grep '[l]ibre'
neily64802  0.0  0.0 297160  2324 pts/0Sl+  13:37   0:00
/opt/libreoffice5.4/program/oosplash --convert-to pdf /tmp/hamlet250.docx
neily64819 79.6  1.7 1099548 136680 pts/0  Sl+  13:37   0:28
/opt/libreoffice5.4/program/soffice.bin --convert-to pdf /tmp/hamlet250.docx
neily64953  0.0  0.0 149696  2312 pts/3Sl+  13:37   0:00
/opt/libreoffice5.4/program/oosplash --convert-to pdf /tmp/test250.docx


$ gdb /opt/libreoffice5.4/program/oosplash 64802
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7
...
(gdb) bt
#0  0x7ff399705ab2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /usr/lib64/libpthread.so.0
#1  0x7ff39a34251e in osl_waitCondition ()
   from /opt/libreoffice5.4/program/libuno_sal.so.3
#2  0x7ff39a349e68 in osl_joinProcessWithTimeout ()
   from /opt/libreoffice5.4/program/libuno_sal.so.3
#3  0x00406e3f in sal_main_with_args ()
#4  0x00403cca in main ()



$ gdb /opt/libreoffice5.4/program/soffice.bin 64819 
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7
...
(gdb) bt
#0  0x7fe15fbddf27 in pthread_join () from /usr/lib64/libpthread.so.0
#1  0x7fe163bf7213 in desktop::RequestHandler::Disable() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#2  0x7fe163bd2cf3 in desktop::Desktop::DeInit() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#3  0x7fe164be4c03 in DeInitVCL() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#4  0x7fe164be5a4b in ImplSVMain() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#5  0x7fe164be5ab2 in SVMain() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#6  0x7fe163bffe9d in soffice_main ()
   from /opt/libreoffice5.4/program/libmergedlo.so



$ gdb /opt/libreoffice5.4/program/oosplash 64953
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7
...
(gdb) bt
#0  0x7f34438b099d in read () from /usr/lib64/libc.so.6
#1  0x00407ab6 in sal_main_with_args ()
#2  0x00403cca in main ()
(gdb)

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


[Libreoffice-bugs] [Bug 118936] New: FILEOPEN DOCX top border is missing for border around text portion

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118936

Bug ID: 118936
   Summary: FILEOPEN DOCX top border is missing for border around
text portion
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 143751
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143751&action=edit
character style with border, generated by Word 365

Open the attached file. You should see a cyan shaded word with a border. The
border should be on all four sides, but the top border is missing.

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


[Libreoffice-bugs] [Bug 118933] Crash on changing chart y-axis parameters in the 'Scale' tab

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118933

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
Thank you for reporting the bug.
it seems you're using an old version of LibreOffice.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest 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 118489] FILEOPEN DOCX: margins are not respected

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118489

--- Comment #1 from Justin L  ---
warning: this is a really goofy document. I can't even figure out how it was
built in Word.

negative page margins are probably the problem here.

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


[Libreoffice-bugs] [Bug 93315] Calc: Print Preview empty with a 100 bordered rows. Works, if row 85 is without borders

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93315

--- Comment #14 from Zineta  ---
I tested, reinserting the borders was not successful, behavior is the same in
new daily Version: 6.2.0.0.alpha0+ (x64)
Build ID: 7119184f4b5441600f7b3eae7ec6771c094bbb7f
CPU threads: 2; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-07-23_05:38:07
Locale: bs-BA (bs_BA); Calc: group threaded


Set border from A1 to F100
Print Preview shows only columns where 85th cell is  with no border. 
But when only A85 with no border and added  G85 cell with  border
 shows all  columns.(moved to right: instead A85-F85 with border  B85-G85 )

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


[Libreoffice-bugs] [Bug 50499] SLIDESHOW: Custom animation "Put on the Brake" incomplete when FILEOPEN particular(?) MSO2007 .pptx

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50499

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

http://cgit.freedesktop.org/libreoffice/core/commit/?id=d459f4c92e7bbb7e031b8cbba395d4767ecf344e

tdf#50499 convert by, from, and to of AnimContext.

It will be available in 6.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 50499] SLIDESHOW: Custom animation "Put on the Brake" incomplete when FILEOPEN particular(?) MSO2007 .pptx

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50499

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.2.0

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


[Libreoffice-bugs] [Bug 118935] FORMATTING Optimal height not working because of a particular line

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118935

p...@fingerprint.fr changed:

   What|Removed |Added

 CC||p...@fingerprint.fr

--- Comment #1 from p...@fingerprint.fr ---
Created attachment 143750
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143750&action=edit
File that show the problem

This file also contains, under "How to reproduce", various tests I made.

Problem has happened on one file, I anonymised it and here it is, I'm not sure
how to reproduce the problem from an empty file (there's something weird in the
format of the 12th row, but I couldn't find what it is)

-- 
You are receiving this mail because:
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   >