[Libreoffice-bugs] [Bug 135595] Image behind table on DOCX (and RTF) in footer (header)

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135595

--- Comment #9 from Justin L  ---
Created attachment 164230
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164230=edit
tdf135595_patch.diff: wrap-through in background, but others not

So, because there doesn't seem to be a good answer and everything about
table-anchored items (especially in headers) is goofy, I won't actually submit
any patch for this, but it is at least a good code pointer.

It fixes this particular bug report anyway.
[Attachment 164211 - ss2.odt - is a completely different, unrelated 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 135288] Bullets disappeared in old presentations

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135288

--- Comment #5 from Timur  ---
Created attachment 164229
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164229=edit
lomza.odp

Files should be attached. 
I tested with this one.

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


[Libreoffice-bugs] [Bug 135688] Can't open help page about Comparison on LibreOffice Writer Options

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135688

--- Comment #1 from sawakaze  ---
Created attachment 164228
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164228=edit
Error page Screen cast

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


[Libreoffice-bugs] [Bug 135688] New: Can't open help page about Comparison on LibreOffice Writer Options

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135688

Bug ID: 135688
   Summary: Can't open help page about Comparison on LibreOffice
Writer Options
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: souichi...@gmail.com
CC: olivier.hal...@libreoffice.org

Description:
following steps, I can't open help page.

Steps to Reproduce:
1. open writer 
2. tool > options 
--> open Option window
3. select LibreOffice Writer > Comparison
4. press Help button

Actual Results:
Help page "Could not find help page(404)"

Help ID:modules/swriter/ui/optcomparison/OptComparison

Expected Results:
Open help page about Comparison option.


Reproducible: Always


User Profile Reset: No



Additional Info:
i confirm it

Version: 7.1.0.0.alpha0+
Build ID: 
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-08-11_15:13:29
Calc: threaded

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


[Libreoffice-bugs] [Bug 135687] New: Incorrect printing of a sheet when the orientation changes.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135687

Bug ID: 135687
   Summary: Incorrect printing of a sheet when the orientation
changes.
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dr...@smolpk.ru

Description:
There is a sheet with the "Portrait" orientation.
But when printing, I need to change the orientation to "Landscape".
Print window. In the block "Page Layort" change "Orientation" from "Automatic"
to "Landscape". Preview shows the orientation change. Print. The sheet is
printed in the Portrait orientation.

Steps to Reproduce:
1. File / New / Spreadsheet
2. In same cells enter any text.
3. File / Print
4. Change "Orientation" from "Automatic" to "Landscape". Preview shows the
orientation change. 
5. Print. 


Actual Results:
The sheet is printed in the Portrait orientation.


Expected Results:
The sheet is printed in the Landscape orientation.



Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.0.3 (x86)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
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 135595] Image behind table on DOCX (and RTF) in footer (header)

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135595

--- Comment #8 from Justin L  ---
Created attachment 164227
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164227=edit
tdf135595_HFtableWrap.odt: two scenarios of through wrap and optimal wrap

Through wrap: should always be in the background - otherwise it could obscure
text in the body - which would never happen in Word.

Optimal wrap: conceivably COULD be kept in the foreground, since body text will
wrap around it. However, it would interfere with any other non-text elements in
the body. In Word, it would be behind those objects.

REMINDER: table anchor supposedly has different rules which allow the wrapping
inside the header, although that doesn't seem true with this document. Worth
noting that any changes made in Word 2003 wants to dump the image inside of the
table (layout in table), and Word2016 actually does that on import.

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


[Libreoffice-bugs] [Bug 135686] Open Line Style Help page from TSAs Add dialog

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135686

--- Comment #1 from sawakaze  ---
Created attachment 164226
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164226=edit
screenshot about TSR URL ADD dialog

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


[Libreoffice-bugs] [Bug 135686] New: Open Line Style Help page from TSAs Add dialog

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135686

Bug ID: 135686
   Summary: Open Line Style Help page from TSAs Add dialog
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: souichi...@gmail.com
CC: olivier.hal...@libreoffice.org

Description:
following step, Open line style help page. 

Steps to Reproduce:
1. open options 
2. Security > TSAs...
-> launch Time Stamping Authority URLs daialog
3. press Add
-> launch Name dialog
4 Press Help

Actual Results:
Open help page about Line style name.

Expected Results:
Open help page about Add Time Stamp Authority URL


Reproducible: Always


User Profile Reset: No



Additional Info:
I confirm it

Version: 7.1.0.0.alpha0+
Build ID: 
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-08-11_15:13:29
Calc: threaded

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


[Libreoffice-bugs] [Bug 125357] LO Impress do not import eps

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125357

raal  changed:

   What|Removed |Added

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

--- Comment #7 from raal  ---
I see an image in the file, closing
Version: 7.0.0.3
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
Vlákna CPU: 4; OS: Linux 4.15; Vykreslování UI: výchozí; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: cs-CZ
Calc: threaded

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


[Libreoffice-bugs] [Bug 135291] Sidebar items won't open when undocking they sidebar as the first thing after profile reset

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135291

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 133219] Calc Conditional formatting breaks/not saved correct

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133219

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 135286] libreoffice calc menu and dialog fonts extremely tiny

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135286

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 135260] Backspace has only effect on one character after rejecting all changes

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135260

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 135258] Cannot export slides to PNG when Master contains a transparent object

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135258

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 135253] Drop down list in the toolbar make some bad showing problems

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135253

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 135257] Track and changes show doesn't show the expected bullets

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135257

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 135282] A showcase of HTML import, editing and export bugs

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135282

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 135649] Undo takes action on another shape

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135649

--- Comment #5 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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


[Libreoffice-bugs] [Bug 135649] Undo takes action on another shape

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135649

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 135261] UI: Manage changes dialog is resizing for few seconds after every reject/clear formatting button press

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135261

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 135255] Undo doesn't restore added content with tracking changes enabled

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135255

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 135638] Accessibility of PDF export: some images are not flagged by Figure tag while exporting docx into pdf

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135638

--- Comment #9 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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


[Libreoffice-bugs] [Bug 129677] the Language feature changes from English to some other language when I do not want it to

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129677

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|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 135256] Content removed as 'change' with tracking changes enabled

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135256

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 135638] Accessibility of PDF export: some images are not flagged by Figure tag while exporting docx into pdf

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135638

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 130656] Pictures removed from document when loaded

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130656

--- Comment #2 from QA Administrators  ---
Dear peterjanoblett,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 129677] the Language feature changes from English to some other language when I do not want it to

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129677

--- Comment #3 from QA Administrators  ---
Dear D. Gold,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 135252] Inconsistent positioning of objects when using the "Put on the brakes" effect

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135252

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


GSoC "Extending the UITest framework" Week (10) Report

2020-08-12 Thread ahmed El-Shreif
Hello all,

here is my Week (10) report:
https://ahmedelshreifgsoc20.blogspot.com/2020/08/week-10-report.html

waiting for all your feedback.

Thanks,
Ahmed ElShreif
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'private/quwex/gsoc-box2d-experimental' - 2 commits - slideshow/source

2020-08-12 Thread Sarper Akdemir (via logerrit)
Rebased ref, commits from common ancestor:
commit ca8bc047298e59e598c631d4c93d374793054067
Author: Sarper Akdemir 
AuthorDate: Thu Aug 13 03:40:25 2020 +0300
Commit: Sarper Akdemir 
CommitDate: Thu Aug 13 06:40:50 2020 +0300

make physics animations handle sequential animations correctly

Change-Id: Ie8bb8b32588f4c7bf16317b5229adc5b0334d192

diff --git a/slideshow/source/engine/animationfactory.cxx 
b/slideshow/source/engine/animationfactory.cxx
index bc1848f68435..d6198439b327 100644
--- a/slideshow/source/engine/animationfactory.cxx
+++ b/slideshow/source/engine/animationfactory.cxx
@@ -323,7 +323,9 @@ namespace slideshow::internal
 {
 mpShapeManager->notifyShapeUpdate( mpShape );
 if ( mpBox2DWorld->isInitialized() )
-mpBox2DWorld->queuePositionUpdate( 
mpShape->getXShape(), rOutPos );
+{
+mpBox2DWorld->queueShapePathAnimationUpdate( 
mpShape->getXShape(), mpAttrLayer );
+}
 }
 
 return true;
diff --git a/slideshow/source/engine/box2dtools.cxx 
b/slideshow/source/engine/box2dtools.cxx
index 68ab37fb6868..0dbc7be63f2a 100644
--- a/slideshow/source/engine/box2dtools.cxx
+++ b/slideshow/source/engine/box2dtools.cxx
@@ -203,7 +203,8 @@ box2DWorld::box2DWorld(const ::basegfx::B2DVector& 
rSlideSize)
 , mbShapesInitialized(false)
 , mbHasWorldStepper(false)
 , mpXShapeToBodyMap()
-, maShapeUpdateQueue()
+, maShapeParallelUpdateQueue()
+, maShapeSequentialUpdate()
 {
 }
 
@@ -253,6 +254,13 @@ void box2DWorld::createStaticFrameAroundSlide(const 
::basegfx::B2DVector& rSlide
 pStaticBody->CreateFixture();
 }
 
+void box2DWorld::setShapePosition(const 
css::uno::Reference xShape,
+  const basegfx::B2DPoint& rOutPos)
+{
+Box2DBodySharedPtr pBox2DBody = mpXShapeToBodyMap.find(xShape)->second;
+pBox2DBody->setPosition(rOutPos);
+}
+
 void box2DWorld::setShapePositionByLinearVelocity(
 const css::uno::Reference xShape,
 const basegfx::B2DPoint& rOutPos, const double fPassedTime)
@@ -274,6 +282,13 @@ void box2DWorld::setShapeLinearVelocity(
 pBox2DBody->setLinearVelocity(rVelocity);
 }
 
+void box2DWorld::setShapeAngle(const 
css::uno::Reference xShape,
+   const double fAngle)
+{
+Box2DBodySharedPtr pBox2DBody = mpXShapeToBodyMap.find(xShape)->second;
+pBox2DBody->setAngle(fAngle);
+}
+
 void box2DWorld::setShapeAngleByAngularVelocity(
 const css::uno::Reference xShape, const 
double fAngle,
 const double fPassedTime)
@@ -305,41 +320,75 @@ void box2DWorld::setShapeCollision(
 
 void box2DWorld::processUpdateQueue(const double fPassedTime)
 {
-while (!maShapeUpdateQueue.empty())
+if (maShapeSequentialUpdate.empty())
 {
-Box2DShapeUpdateInformation& aQueueElement = 
maShapeUpdateQueue.front();
-
-if (aQueueElement.mnDelayForSteps > 0)
+while (!maShapeParallelUpdateQueue.empty())
 {
-// it was queued as a delayed action, skip it, don't pop
-aQueueElement.mnDelayForSteps--;
+Box2DDynamicUpdateInformation& aQueueElement = 
maShapeParallelUpdateQueue.front();
+
+if (aQueueElement.mnDelayForSteps > 0)
+{
+// it was queued as a delayed action, skip it, don't pop
+aQueueElement.mnDelayForSteps--;
+}
+else
+{
+switch (aQueueElement.meUpdateType)
+{
+default:
+case BOX2D_UPDATE_POSITION:
+setShapePositionByLinearVelocity(aQueueElement.mxShape,
+ 
aQueueElement.maPosition, fPassedTime);
+break;
+case BOX2D_UPDATE_ANGLE:
+setShapeAngleByAngularVelocity(aQueueElement.mxShape, 
aQueueElement.mfAngle,
+   fPassedTime);
+break;
+case BOX2D_UPDATE_SIZE:
+break;
+case BOX2D_UPDATE_VISIBILITY:
+setShapeCollision(aQueueElement.mxShape, 
aQueueElement.mbVisibility);
+break;
+case BOX2D_UPDATE_LINEAR_VELOCITY:
+setShapeLinearVelocity(aQueueElement.mxShape, 
aQueueElement.maVelocity);
+break;
+case BOX2D_UPDATE_ANGULAR_VELOCITY:
+setShapeAngularVelocity(aQueueElement.mxShape,
+
aQueueElement.mfAngularVelocity);
+}
+maShapeParallelUpdateQueue.pop();
+}
 }
-else
+}
+else
+{
+// clear the 

[Libreoffice-commits] core.git: Branch 'private/quwex/gsoc-box2d-experimental' - slideshow/source

2020-08-12 Thread Sarper Akdemir (via logerrit)
Rebased ref, commits from common ancestor:
commit 31f1b66be2f0bfedf17fa4e1b83268c42c808430
Author: Sarper Akdemir 
AuthorDate: Thu Aug 13 03:40:25 2020 +0300
Commit: Sarper Akdemir 
CommitDate: Thu Aug 13 06:17:12 2020 +0300

make physics animations handle sequential animations correctly

Change-Id: Ie8bb8b32588f4c7bf16317b5229adc5b0334d192

diff --git a/slideshow/source/engine/animationfactory.cxx 
b/slideshow/source/engine/animationfactory.cxx
index bc1848f68435..d6198439b327 100644
--- a/slideshow/source/engine/animationfactory.cxx
+++ b/slideshow/source/engine/animationfactory.cxx
@@ -323,7 +323,9 @@ namespace slideshow::internal
 {
 mpShapeManager->notifyShapeUpdate( mpShape );
 if ( mpBox2DWorld->isInitialized() )
-mpBox2DWorld->queuePositionUpdate( 
mpShape->getXShape(), rOutPos );
+{
+mpBox2DWorld->queueShapePathAnimationUpdate( 
mpShape->getXShape(), mpAttrLayer );
+}
 }
 
 return true;
diff --git a/slideshow/source/engine/box2dtools.cxx 
b/slideshow/source/engine/box2dtools.cxx
index 68ab37fb6868..0dbc7be63f2a 100644
--- a/slideshow/source/engine/box2dtools.cxx
+++ b/slideshow/source/engine/box2dtools.cxx
@@ -203,7 +203,8 @@ box2DWorld::box2DWorld(const ::basegfx::B2DVector& 
rSlideSize)
 , mbShapesInitialized(false)
 , mbHasWorldStepper(false)
 , mpXShapeToBodyMap()
-, maShapeUpdateQueue()
+, maShapeParallelUpdateQueue()
+, maShapeSequentialUpdate()
 {
 }
 
@@ -253,6 +254,13 @@ void box2DWorld::createStaticFrameAroundSlide(const 
::basegfx::B2DVector& rSlide
 pStaticBody->CreateFixture();
 }
 
+void box2DWorld::setShapePosition(const 
css::uno::Reference xShape,
+  const basegfx::B2DPoint& rOutPos)
+{
+Box2DBodySharedPtr pBox2DBody = mpXShapeToBodyMap.find(xShape)->second;
+pBox2DBody->setPosition(rOutPos);
+}
+
 void box2DWorld::setShapePositionByLinearVelocity(
 const css::uno::Reference xShape,
 const basegfx::B2DPoint& rOutPos, const double fPassedTime)
@@ -274,6 +282,13 @@ void box2DWorld::setShapeLinearVelocity(
 pBox2DBody->setLinearVelocity(rVelocity);
 }
 
+void box2DWorld::setShapeAngle(const 
css::uno::Reference xShape,
+   const double fAngle)
+{
+Box2DBodySharedPtr pBox2DBody = mpXShapeToBodyMap.find(xShape)->second;
+pBox2DBody->setAngle(fAngle);
+}
+
 void box2DWorld::setShapeAngleByAngularVelocity(
 const css::uno::Reference xShape, const 
double fAngle,
 const double fPassedTime)
@@ -305,41 +320,75 @@ void box2DWorld::setShapeCollision(
 
 void box2DWorld::processUpdateQueue(const double fPassedTime)
 {
-while (!maShapeUpdateQueue.empty())
+if (maShapeSequentialUpdate.empty())
 {
-Box2DShapeUpdateInformation& aQueueElement = 
maShapeUpdateQueue.front();
-
-if (aQueueElement.mnDelayForSteps > 0)
+while (!maShapeParallelUpdateQueue.empty())
 {
-// it was queued as a delayed action, skip it, don't pop
-aQueueElement.mnDelayForSteps--;
+Box2DDynamicUpdateInformation& aQueueElement = 
maShapeParallelUpdateQueue.front();
+
+if (aQueueElement.mnDelayForSteps > 0)
+{
+// it was queued as a delayed action, skip it, don't pop
+aQueueElement.mnDelayForSteps--;
+}
+else
+{
+switch (aQueueElement.meUpdateType)
+{
+default:
+case BOX2D_UPDATE_POSITION:
+setShapePositionByLinearVelocity(aQueueElement.mxShape,
+ 
aQueueElement.maPosition, fPassedTime);
+break;
+case BOX2D_UPDATE_ANGLE:
+setShapeAngleByAngularVelocity(aQueueElement.mxShape, 
aQueueElement.mfAngle,
+   fPassedTime);
+break;
+case BOX2D_UPDATE_SIZE:
+break;
+case BOX2D_UPDATE_VISIBILITY:
+setShapeCollision(aQueueElement.mxShape, 
aQueueElement.mbVisibility);
+break;
+case BOX2D_UPDATE_LINEAR_VELOCITY:
+setShapeLinearVelocity(aQueueElement.mxShape, 
aQueueElement.maVelocity);
+break;
+case BOX2D_UPDATE_ANGULAR_VELOCITY:
+setShapeAngularVelocity(aQueueElement.mxShape,
+
aQueueElement.mfAngularVelocity);
+}
+maShapeParallelUpdateQueue.pop();
+}
 }
-else
+}
+else
+{
+// clear the 

[Libreoffice-bugs] [Bug 134882] Calc: PageStyle: Fit print range to width/height is not expanding to the margins

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134882

SteveDee  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
 CC||stevedee.atw...@gmail.com

--- Comment #3 from SteveDee  ---
I can confirm that the bug is present in the following builds:

Version: 6.4.5.2 (x64)
Build ID: a726b36747cf2001e06b58ad5db1aa3a9a1872d6
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: GL; VCL: win; 
Locale: en-AU (en_US); UI-Language: en-GB
Calc: CL

and:

Version: 7.1.0.0.alpha0+ (x64)
Build ID: 
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: en-AU (en_US); UI: en-GB
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 135565] Fonts preview and libreoffice cover illegible

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135565

--- Comment #7 from Damián Pérez  ---
(In reply to Heiko Tietze from comment #4)
> Looks like a KDE bug; seems the dropdown doesn't pick up the right system
> color. Works well with Gtk3 backend and KDE/Breeze Dark.

Look at my new capture. I'm not a programmer, but the number list works fine. I
don't think it's a KDE 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 135565] Fonts preview and libreoffice cover illegible

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135565

--- Comment #6 from Damián Pérez  ---
(In reply to Heiko Tietze from comment #4)
> Looks like a KDE bug; seems the dropdown doesn't pick up the right system
> color. Works well with Gtk3 backend and KDE/Breeze Dark.

Look at my new capture. I'm not a programmer, but the number list works fine. I
don't think it's a KDE 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 135565] Fonts preview and libreoffice cover illegible

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135565

--- Comment #5 from Damián Pérez  ---
Created attachment 164225
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164225=edit
LibreOffice Numbers ok

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


[Libreoffice-commits] core.git: icon-themes/sukapura icon-themes/sukapura_svg

2020-08-12 Thread Rizal Muttaqin (via logerrit)
 icon-themes/sukapura/res/draw128.png |binary
 icon-themes/sukapura/res/odg_16_8.png|binary
 icon-themes/sukapura/res/odg_24_8.png|binary
 icon-themes/sukapura/res/odg_32_8.png|binary
 icon-themes/sukapura/res/odg_48_8.png|binary
 icon-themes/sukapura/res/odg_96_8.png|binary
 icon-themes/sukapura/res/otg_16_8.png|binary
 icon-themes/sukapura/res/otg_32_8.png|binary
 icon-themes/sukapura/res/otg_48_8.png|binary
 icon-themes/sukapura/res/otg_96_8.png|binary
 icon-themes/sukapura/sfx2/res/128x128_draw_doc-p.png |binary
 icon-themes/sukapura_svg/fpicker/res/fp015.svg   |   87 ++-
 icon-themes/sukapura_svg/res/draw128.svg |2 
 icon-themes/sukapura_svg/res/odg_16_8.svg|2 
 icon-themes/sukapura_svg/res/odg_24_8.svg|2 
 icon-themes/sukapura_svg/res/odg_32_8.svg|2 
 icon-themes/sukapura_svg/res/odg_48_8.svg|2 
 icon-themes/sukapura_svg/res/odg_96_8.svg|2 
 icon-themes/sukapura_svg/res/otg_16_8.svg|2 
 icon-themes/sukapura_svg/res/otg_32_8.svg|2 
 icon-themes/sukapura_svg/res/otg_48_8.svg|2 
 icon-themes/sukapura_svg/res/otg_96_8.svg|2 
 icon-themes/sukapura_svg/sfx2/res/128x128_draw_doc-p.svg |2 
 23 files changed, 97 insertions(+), 12 deletions(-)

New commits:
commit 47196637a41ddfc9a8707771b1b9f482fd72c3b6
Author: Rizal Muttaqin 
AuthorDate: Thu Aug 13 06:12:26 2020 +0700
Commit: Rizal Muttaqin 
CommitDate: Thu Aug 13 02:47:53 2020 +0200

Sukapura: Update MIME types and document folder icons

Change-Id: If55b75c4af523e2cd1440d0546e7ae38d578af93
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100634
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/sukapura/res/draw128.png 
b/icon-themes/sukapura/res/draw128.png
index 1b1a3211cca1..2cdc88b385b1 100644
Binary files a/icon-themes/sukapura/res/draw128.png and 
b/icon-themes/sukapura/res/draw128.png differ
diff --git a/icon-themes/sukapura/res/odg_16_8.png 
b/icon-themes/sukapura/res/odg_16_8.png
index 209f12f122a4..deba8f3bcc3e 100644
Binary files a/icon-themes/sukapura/res/odg_16_8.png and 
b/icon-themes/sukapura/res/odg_16_8.png differ
diff --git a/icon-themes/sukapura/res/odg_24_8.png 
b/icon-themes/sukapura/res/odg_24_8.png
index daec62e8568c..3d964c5ec90a 100644
Binary files a/icon-themes/sukapura/res/odg_24_8.png and 
b/icon-themes/sukapura/res/odg_24_8.png differ
diff --git a/icon-themes/sukapura/res/odg_32_8.png 
b/icon-themes/sukapura/res/odg_32_8.png
index 105d16185306..e091ddbb7269 100644
Binary files a/icon-themes/sukapura/res/odg_32_8.png and 
b/icon-themes/sukapura/res/odg_32_8.png differ
diff --git a/icon-themes/sukapura/res/odg_48_8.png 
b/icon-themes/sukapura/res/odg_48_8.png
index 2ae6fa1c2d23..65b371d8ad27 100644
Binary files a/icon-themes/sukapura/res/odg_48_8.png and 
b/icon-themes/sukapura/res/odg_48_8.png differ
diff --git a/icon-themes/sukapura/res/odg_96_8.png 
b/icon-themes/sukapura/res/odg_96_8.png
index d0328f4a9e9f..f6a8198e463f 100644
Binary files a/icon-themes/sukapura/res/odg_96_8.png and 
b/icon-themes/sukapura/res/odg_96_8.png differ
diff --git a/icon-themes/sukapura/res/otg_16_8.png 
b/icon-themes/sukapura/res/otg_16_8.png
index 6e6769539935..35edc42f7872 100644
Binary files a/icon-themes/sukapura/res/otg_16_8.png and 
b/icon-themes/sukapura/res/otg_16_8.png differ
diff --git a/icon-themes/sukapura/res/otg_32_8.png 
b/icon-themes/sukapura/res/otg_32_8.png
index c30cec08b4fc..809b8aad509e 100644
Binary files a/icon-themes/sukapura/res/otg_32_8.png and 
b/icon-themes/sukapura/res/otg_32_8.png differ
diff --git a/icon-themes/sukapura/res/otg_48_8.png 
b/icon-themes/sukapura/res/otg_48_8.png
index 39e86131a02b..51117ea28a8d 100644
Binary files a/icon-themes/sukapura/res/otg_48_8.png and 
b/icon-themes/sukapura/res/otg_48_8.png differ
diff --git a/icon-themes/sukapura/res/otg_96_8.png 
b/icon-themes/sukapura/res/otg_96_8.png
index aa59a0b7266f..1592ca169e50 100644
Binary files a/icon-themes/sukapura/res/otg_96_8.png and 
b/icon-themes/sukapura/res/otg_96_8.png differ
diff --git a/icon-themes/sukapura/sfx2/res/128x128_draw_doc-p.png 
b/icon-themes/sukapura/sfx2/res/128x128_draw_doc-p.png
index a02ed8f466b5..06a9be2c973b 100644
Binary files a/icon-themes/sukapura/sfx2/res/128x128_draw_doc-p.png and 
b/icon-themes/sukapura/sfx2/res/128x128_draw_doc-p.png differ
diff --git a/icon-themes/sukapura_svg/fpicker/res/fp015.svg 
b/icon-themes/sukapura_svg/fpicker/res/fp015.svg
index 3b9fde399a9c..c55fa3de4c21 100644
--- a/icon-themes/sukapura_svg/fpicker/res/fp015.svg
+++ b/icon-themes/sukapura_svg/fpicker/res/fp015.svg
@@ -1 +1,86 @@
-http://www.w3.org/2000/svg;>
\ 

[Libreoffice-commits] core.git: Branch 'private/quwex/gsoc-box2d-experimental' - slideshow/source

2020-08-12 Thread Sarper Akdemir (via logerrit)
 slideshow/source/engine/animationfactory.cxx |4 
 slideshow/source/engine/box2dtools.cxx   |  189 ++-
 slideshow/source/inc/box2dtools.hxx  |   44 +-
 3 files changed, 168 insertions(+), 69 deletions(-)

New commits:
commit 1fb53ef7b889b8cc3e6941c64df7c129575c1c5c
Author: Sarper Akdemir 
AuthorDate: Thu Aug 13 03:40:25 2020 +0300
Commit: Sarper Akdemir 
CommitDate: Thu Aug 13 03:40:25 2020 +0300

make physics animations handle sequential animations correctly

Change-Id: Ie8bb8b32588f4c7bf16317b5229adc5b0334d192

diff --git a/slideshow/source/engine/animationfactory.cxx 
b/slideshow/source/engine/animationfactory.cxx
index bc1848f68435..d6198439b327 100644
--- a/slideshow/source/engine/animationfactory.cxx
+++ b/slideshow/source/engine/animationfactory.cxx
@@ -323,7 +323,9 @@ namespace slideshow::internal
 {
 mpShapeManager->notifyShapeUpdate( mpShape );
 if ( mpBox2DWorld->isInitialized() )
-mpBox2DWorld->queuePositionUpdate( 
mpShape->getXShape(), rOutPos );
+{
+mpBox2DWorld->queueShapePathAnimationUpdate( 
mpShape->getXShape(), mpAttrLayer );
+}
 }
 
 return true;
diff --git a/slideshow/source/engine/box2dtools.cxx 
b/slideshow/source/engine/box2dtools.cxx
index 68ab37fb6868..383836b7dca2 100644
--- a/slideshow/source/engine/box2dtools.cxx
+++ b/slideshow/source/engine/box2dtools.cxx
@@ -203,7 +203,7 @@ box2DWorld::box2DWorld(const ::basegfx::B2DVector& 
rSlideSize)
 , mbShapesInitialized(false)
 , mbHasWorldStepper(false)
 , mpXShapeToBodyMap()
-, maShapeUpdateQueue()
+, maShapeParallelUpdateQueue()
 {
 }
 
@@ -253,6 +253,13 @@ void box2DWorld::createStaticFrameAroundSlide(const 
::basegfx::B2DVector& rSlide
 pStaticBody->CreateFixture();
 }
 
+void box2DWorld::setShapePosition(const 
css::uno::Reference xShape,
+  const basegfx::B2DPoint& rOutPos)
+{
+Box2DBodySharedPtr pBox2DBody = mpXShapeToBodyMap.find(xShape)->second;
+pBox2DBody->setPosition(rOutPos);
+}
+
 void box2DWorld::setShapePositionByLinearVelocity(
 const css::uno::Reference xShape,
 const basegfx::B2DPoint& rOutPos, const double fPassedTime)
@@ -274,6 +281,13 @@ void box2DWorld::setShapeLinearVelocity(
 pBox2DBody->setLinearVelocity(rVelocity);
 }
 
+void box2DWorld::setShapeAngle(const 
css::uno::Reference xShape,
+   const double fAngle)
+{
+Box2DBodySharedPtr pBox2DBody = mpXShapeToBodyMap.find(xShape)->second;
+pBox2DBody->setAngle(fAngle);
+}
+
 void box2DWorld::setShapeAngleByAngularVelocity(
 const css::uno::Reference xShape, const 
double fAngle,
 const double fPassedTime)
@@ -305,42 +319,65 @@ void box2DWorld::setShapeCollision(
 
 void box2DWorld::processUpdateQueue(const double fPassedTime)
 {
-while (!maShapeUpdateQueue.empty())
+if (maShapeSequentialUpdate.empty())
 {
-Box2DShapeUpdateInformation& aQueueElement = 
maShapeUpdateQueue.front();
-
-if (aQueueElement.mnDelayForSteps > 0)
-{
-// it was queued as a delayed action, skip it, don't pop
-aQueueElement.mnDelayForSteps--;
-}
-else
+while (!maShapeParallelUpdateQueue.empty())
 {
-switch (aQueueElement.meUpdateType)
+Box2DDynamicUpdateInformation& aQueueElement = 
maShapeParallelUpdateQueue.front();
+
+if (aQueueElement.mnDelayForSteps > 0)
+{
+// it was queued as a delayed action, skip it, don't pop
+aQueueElement.mnDelayForSteps--;
+}
+else
 {
-default:
-case BOX2D_UPDATE_POSITION:
-setShapePositionByLinearVelocity(aQueueElement.mxShape,
- aQueueElement.maPosition, 
fPassedTime);
-break;
-case BOX2D_UPDATE_ANGLE:
-setShapeAngleByAngularVelocity(aQueueElement.mxShape, 
aQueueElement.mfAngle,
-   fPassedTime);
-break;
-case BOX2D_UPDATE_SIZE:
-break;
-case BOX2D_UPDATE_VISIBILITY:
-setShapeCollision(aQueueElement.mxShape, 
aQueueElement.mbVisibility);
-break;
-case BOX2D_UPDATE_LINEAR_VELOCITY:
-setShapeLinearVelocity(aQueueElement.mxShape, 
aQueueElement.maVelocity);
-break;
-case BOX2D_UPDATE_ANGULAR_VELOCITY:
-setShapeAngularVelocity(aQueueElement.mxShape, 
aQueueElement.mfAngularVelocity);
+switch (aQueueElement.meUpdateType)
+{
+  

[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_dark_svg icon-themes/breeze_svg icon-themes/elementary icon-themes/elementary_svg icon-themes/karasa_jaga

2020-08-12 Thread Rizal Muttaqin (via logerrit)
 icon-themes/breeze/sw/res/redline_fmtcollset.png  |binary
 icon-themes/breeze/sw/res/redline_formatted.png   |binary
 icon-themes/breeze/sw/res/redline_tablechg.png|binary
 icon-themes/breeze_dark/sw/res/redline_fmtcollset.png |binary
 icon-themes/breeze_dark/sw/res/redline_formatted.png  |binary
 icon-themes/breeze_dark/sw/res/redline_tablechg.png   |binary
 icon-themes/breeze_dark_svg/sw/res/redline_fmtcollset.svg |1 +
 icon-themes/breeze_dark_svg/sw/res/redline_formatted.svg  |1 +
 icon-themes/breeze_dark_svg/sw/res/redline_tablechg.svg   |1 +
 icon-themes/breeze_svg/sw/res/redline_fmtcollset.svg  |1 +
 icon-themes/breeze_svg/sw/res/redline_formatted.svg   |1 +
 icon-themes/breeze_svg/sw/res/redline_tablechg.svg|1 +
 icon-themes/elementary/sw/res/redline_fmtcollset.png  |binary
 icon-themes/elementary/sw/res/redline_formatted.png   |binary
 icon-themes/elementary/sw/res/redline_tablechg.png|binary
 icon-themes/elementary_svg/sw/res/redline_fmtcollset.svg  |1 +
 icon-themes/elementary_svg/sw/res/redline_formatted.svg   |1 +
 icon-themes/elementary_svg/sw/res/redline_tablechg.svg|1 +
 icon-themes/karasa_jaga/sw/res/redline_fmtcollset.png |binary
 icon-themes/karasa_jaga/sw/res/redline_formatted.png  |binary
 icon-themes/karasa_jaga/sw/res/redline_tablechg.png   |binary
 icon-themes/karasa_jaga_svg/sw/res/redline_fmtcollset.svg |1 +
 icon-themes/karasa_jaga_svg/sw/res/redline_formatted.svg  |1 +
 icon-themes/karasa_jaga_svg/sw/res/redline_tablechg.svg   |1 +
 icon-themes/sifr/sw/res/redline_fmtcollset.png|binary
 icon-themes/sifr/sw/res/redline_formatted.png |binary
 icon-themes/sifr/sw/res/redline_tablechg.png  |binary
 icon-themes/sifr_dark/sw/res/redline_fmtcollset.png   |binary
 icon-themes/sifr_dark/sw/res/redline_formatted.png|binary
 icon-themes/sifr_dark/sw/res/redline_tablechg.png |binary
 icon-themes/sifr_dark_svg/sw/res/redline_fmtcollset.svg   |1 +
 icon-themes/sifr_dark_svg/sw/res/redline_formatted.svg|1 +
 icon-themes/sifr_dark_svg/sw/res/redline_tablechg.svg |1 +
 icon-themes/sifr_svg/sw/res/redline_fmtcollset.svg|1 +
 icon-themes/sifr_svg/sw/res/redline_formatted.svg |1 +
 icon-themes/sifr_svg/sw/res/redline_tablechg.svg  |1 +
 icon-themes/sukapura/sw/res/redline_fmtcollset.png|binary
 icon-themes/sukapura/sw/res/redline_formatted.png |binary
 icon-themes/sukapura/sw/res/redline_tablechg.png  |binary
 icon-themes/sukapura_svg/sw/res/redline_fmtcollset.svg|1 +
 icon-themes/sukapura_svg/sw/res/redline_formatted.svg |1 +
 icon-themes/sukapura_svg/sw/res/redline_tablechg.svg  |1 +
 42 files changed, 21 insertions(+)

New commits:
commit 72268f475d9c5f85c1c2195218cc41cf273f7dc6
Author: Rizal Muttaqin 
AuthorDate: Thu Aug 13 06:04:06 2020 +0700
Commit: Rizal Muttaqin 
CommitDate: Thu Aug 13 02:15:50 2020 +0200

tdf#135265 Add icon variants in Manage Changes dialog

Change-Id: Ifcffc928040fc5e3f82f005d977bf3f6df8bd786
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100633
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/breeze/sw/res/redline_fmtcollset.png 
b/icon-themes/breeze/sw/res/redline_fmtcollset.png
new file mode 100644
index ..56873c89963f
Binary files /dev/null and b/icon-themes/breeze/sw/res/redline_fmtcollset.png 
differ
diff --git a/icon-themes/breeze/sw/res/redline_formatted.png 
b/icon-themes/breeze/sw/res/redline_formatted.png
new file mode 100644
index ..49992c58a7aa
Binary files /dev/null and b/icon-themes/breeze/sw/res/redline_formatted.png 
differ
diff --git a/icon-themes/breeze/sw/res/redline_tablechg.png 
b/icon-themes/breeze/sw/res/redline_tablechg.png
new file mode 100644
index ..1076488ea1fa
Binary files /dev/null and b/icon-themes/breeze/sw/res/redline_tablechg.png 
differ
diff --git a/icon-themes/breeze_dark/sw/res/redline_fmtcollset.png 
b/icon-themes/breeze_dark/sw/res/redline_fmtcollset.png
new file mode 100644
index ..a4366a2e3195
Binary files /dev/null and 
b/icon-themes/breeze_dark/sw/res/redline_fmtcollset.png differ
diff --git a/icon-themes/breeze_dark/sw/res/redline_formatted.png 
b/icon-themes/breeze_dark/sw/res/redline_formatted.png
new file mode 100644
index ..fdce5107c98b
Binary files /dev/null and 
b/icon-themes/breeze_dark/sw/res/redline_formatted.png differ
diff --git a/icon-themes/breeze_dark/sw/res/redline_tablechg.png 
b/icon-themes/breeze_dark/sw/res/redline_tablechg.png
new file mode 100644
index ..13619e903bb5
Binary files /dev/null and 
b/icon-themes/breeze_dark/sw/res/redline_tablechg.png differ
diff --git a/icon-themes/breeze_dark_svg/sw/res/redline_fmtcollset.svg 

[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - icon-themes/colibre icon-themes/colibre_svg

2020-08-12 Thread Rizal Muttaqin (via logerrit)
 icon-themes/colibre/cmd/lc_wrapthrough.png|binary
 icon-themes/colibre/cmd/sc_symbolshapes.diamond-bevel.png |binary
 icon-themes/colibre/cmd/sc_symbolshapes.octagon-bevel.png |binary
 icon-themes/colibre/cmd/sc_symbolshapes.quad-bevel.png|binary
 icon-themes/colibre_svg/cmd/lc_wrapthrough.svg|2 +-
 icon-themes/colibre_svg/cmd/sc_symbolshapes.diamond-bevel.svg |2 +-
 icon-themes/colibre_svg/cmd/sc_symbolshapes.octagon-bevel.svg |2 +-
 icon-themes/colibre_svg/cmd/sc_symbolshapes.quad-bevel.svg|2 +-
 8 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 7cef0327736e84ac544b32567e9408e580b9e969
Author: Rizal Muttaqin 
AuthorDate: Wed Aug 12 21:39:30 2020 +0700
Commit: Rizal Muttaqin 
CommitDate: Thu Aug 13 02:16:12 2020 +0200

Colibre tdf#135670 Square Bevel and Octagon Bevel icons

Change-Id: I99fd0a65899d3322896fe5f9fdab93e6521d41c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100604
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 
(cherry picked from commit d9f944ce9447ec86b3536c9fc8f6f8c6dd450a73)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100520

diff --git a/icon-themes/colibre/cmd/lc_wrapthrough.png 
b/icon-themes/colibre/cmd/lc_wrapthrough.png
index 95a2b4be9966..b4d957bf700b 100644
Binary files a/icon-themes/colibre/cmd/lc_wrapthrough.png and 
b/icon-themes/colibre/cmd/lc_wrapthrough.png differ
diff --git a/icon-themes/colibre/cmd/sc_symbolshapes.diamond-bevel.png 
b/icon-themes/colibre/cmd/sc_symbolshapes.diamond-bevel.png
index 4570ea148ac1..1c8507a46a93 100644
Binary files a/icon-themes/colibre/cmd/sc_symbolshapes.diamond-bevel.png and 
b/icon-themes/colibre/cmd/sc_symbolshapes.diamond-bevel.png differ
diff --git a/icon-themes/colibre/cmd/sc_symbolshapes.octagon-bevel.png 
b/icon-themes/colibre/cmd/sc_symbolshapes.octagon-bevel.png
index a3072ff655a2..17b7fed0cdf6 100644
Binary files a/icon-themes/colibre/cmd/sc_symbolshapes.octagon-bevel.png and 
b/icon-themes/colibre/cmd/sc_symbolshapes.octagon-bevel.png differ
diff --git a/icon-themes/colibre/cmd/sc_symbolshapes.quad-bevel.png 
b/icon-themes/colibre/cmd/sc_symbolshapes.quad-bevel.png
index 82101e957584..258bbe1b2fdf 100644
Binary files a/icon-themes/colibre/cmd/sc_symbolshapes.quad-bevel.png and 
b/icon-themes/colibre/cmd/sc_symbolshapes.quad-bevel.png differ
diff --git a/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg 
b/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg
index 3503ad9b030b..3791093e250d 100644
--- a/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg
+++ b/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/colibre_svg/cmd/sc_symbolshapes.diamond-bevel.svg 
b/icon-themes/colibre_svg/cmd/sc_symbolshapes.diamond-bevel.svg
index 5bb44ef2c8a1..fa3fcd763cd5 100644
--- a/icon-themes/colibre_svg/cmd/sc_symbolshapes.diamond-bevel.svg
+++ b/icon-themes/colibre_svg/cmd/sc_symbolshapes.diamond-bevel.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/colibre_svg/cmd/sc_symbolshapes.octagon-bevel.svg 
b/icon-themes/colibre_svg/cmd/sc_symbolshapes.octagon-bevel.svg
index 21b6ab8f1628..de3cd9daf070 100644
--- a/icon-themes/colibre_svg/cmd/sc_symbolshapes.octagon-bevel.svg
+++ b/icon-themes/colibre_svg/cmd/sc_symbolshapes.octagon-bevel.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/colibre_svg/cmd/sc_symbolshapes.quad-bevel.svg 
b/icon-themes/colibre_svg/cmd/sc_symbolshapes.quad-bevel.svg
index 466967cd08ab..3e33b9e44b9f 100644
--- a/icon-themes/colibre_svg/cmd/sc_symbolshapes.quad-bevel.svg
+++ b/icon-themes/colibre_svg/cmd/sc_symbolshapes.quad-bevel.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 135265] UI: Manage Changes dialog shows the format changes with the same green + icon as insert changes

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135265

--- Comment #8 from Commit Notification 
 ---
Rizal Muttaqin committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/72268f475d9c5f85c1c2195218cc41cf273f7dc6

tdf#135265 Add icon variants in Manage Changes dialog

It will be available in 7.1.0.

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

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

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


Re: feature request for development, funding, and lessons

2020-08-12 Thread Jan-Marek Glogowski
Hi Thomas,

Am 13.08.20 um 01:23 schrieb Thomas Gertin:
> I am really interested in headless LibreOffice, and would like the
> functionality to be able to both convert docs to pdfs, and pdfs to docs
> via the command line. I am not sure if this functionality will be added
> in the next release of LibreOffice. I would like to engage in a
> conversation if this is a feature that can be funded somehow.

There is already: https://github.com/unoconv/unoconv

Converting a PDF to a "doc" will AFAIK generally just work as an ODG
document, if you want to edit the result and not just embed the PDF.

> Also, I do not know C++, but I would like to learn C++ and how to do
> LibreOffice development. I would be willing to pay $15 an hour for
> online lessons. Please let me know if you are interested.

I think you should look for some C++ courses from some local education
providers. Or maybe book some online university courses. These are
normally free, but for a small fee you normally get additional help from
instructors and eventually a certificate.

To start with LO development, you can have a look at
https://wiki.documentfoundation.org/Development/GetInvolved

HTH

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


[Libreoffice-bugs] [Bug 135650] Can't set default font/char size in draw, can do it in writer

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135650

V Stuart Foote  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #4 from V Stuart Foote  ---
(In reply to lachenmaier from comment #3)
>...
> What a nuisance just to change font/size  Writer does it so much
> better  Suggest modification of Draw to work like Writer.  So much
> easier and it would also be consistent across LO apps.

Nope! Not better, the Writer UI is limited to Direct Formatting for the Text
Box and Shape Text Frames in Writer. With only limited styling when a Text Box
is added to the Draw shape and taking 'Frame Contents' styling for the
inscribed frame.

In Draw on the other hand--adding additional styles beyond the single font/size
'Default Drawing Style' is more efficient than applying direct formatting to
multiple Draw objects.  

As you note repetitively applying Direct Formatting to draw object text is not
supported--that is for a given Draw objects text, the objects context menu
Character dialog provides the Direct Formatting, no Toolbar listboxes for
applying the DF. And the context menu selections (e.g. Character...) are only
applicable to that object.

The Draw object styles mechanism are simply more efficient work flows, offering
ability to define hundreds of drawing styles to template for reuse--and
applicable not just to lettering.

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


[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - include/vcl vcl/unx

2020-08-12 Thread Caolán McNamara (via logerrit)
 include/vcl/weld.hxx |6 +-
 vcl/unx/gtk3/gtk3gtkinst.cxx |2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 1138c3d51a2e5caea7832597c00c62918299a3d7
Author: Caolán McNamara 
AuthorDate: Wed Aug 12 15:59:40 2020 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Aug 13 01:26:17 2020 +0200

tdf#135640 ensure parent rows are expanded on scolling to make a row visible

Change-Id: I37e55ed8d0d3d5916950228ba78982b90356fbc2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100516
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index cae26c1ffccf..33138aae57c2 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -935,7 +935,9 @@ public:
 virtual void swap(int pos1, int pos2) = 0;
 virtual std::vector get_selected_rows() const = 0;
 virtual void set_font_color(int pos, const Color& rColor) = 0;
-virtual void scroll_to_row(int pos) = 0;
+// scroll to make 'row' visible, this will also expand all parent rows of 
'row' as necessary to
+// make 'row' visible
+virtual void scroll_to_row(int row) = 0;
 virtual bool is_selected(int pos) const = 0;
 virtual int get_cursor_index() const = 0;
 virtual void set_cursor(int pos) = 0;
@@ -1031,6 +1033,8 @@ public:
const css::uno::Reference& 
rImage, int col = -1)
 = 0;
 virtual void set_font_color(const TreeIter& rIter, const Color& rColor) = 
0;
+// scroll to make rIter visible, this will also expand all parent rows of 
rIter as necessary to
+// make rIter visible
 virtual void scroll_to_row(const TreeIter& rIter) = 0;
 virtual bool is_selected(const TreeIter& rIter) const = 0;
 
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index c399eaf1a356..5ac1ec88fc10 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -10196,6 +10196,7 @@ public:
 assert(gtk_tree_view_get_model(m_pTreeView) && "don't select when 
frozen, select after thaw. Note selection doesn't survive a freeze");
 disable_notify_events();
 GtkTreePath* path = gtk_tree_path_new_from_indices(pos, -1);
+gtk_tree_view_expand_to_path(m_pTreeView, path);
 gtk_tree_view_scroll_to_cell(m_pTreeView, path, nullptr, false, 0, 0);
 gtk_tree_path_free(path);
 enable_notify_events();
@@ -10865,6 +10866,7 @@ public:
 const GtkInstanceTreeIter& rGtkIter = static_cast(rIter);
 GtkTreeModel *pModel = GTK_TREE_MODEL(m_pTreeStore);
 GtkTreePath* path = gtk_tree_model_get_path(pModel, 
const_cast());
+gtk_tree_view_expand_to_path(m_pTreeView, path);
 gtk_tree_view_scroll_to_cell(m_pTreeView, path, nullptr, false, 0, 0);
 gtk_tree_path_free(path);
 enable_notify_events();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


feature request for development, funding, and lessons

2020-08-12 Thread Thomas Gertin
To Whom This May Concern,

I am really interested in headless LibreOffice, and would like the
functionality to be able to both convert docs to pdfs, and pdfs to docs via
the command line. I am not sure if this functionality will be added in the
next release of LibreOffice. I would like to engage in a conversation if
this is a feature that can be funded somehow.

Also, I do not know C++, but I would like to learn C++ and how to do
LibreOffice development. I would be willing to pay $15 an hour for online
lessons. Please let me know if you are interested.

Thanks,

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


[Libreoffice-bugs] [Bug 135685] New: Changed Icon in user-defined symbol bar is not saved in Writer

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135685

Bug ID: 135685
   Summary: Changed Icon in user-defined symbol bar is not saved
in Writer
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: w.sir...@gmx.net

Description:
I have recorded a macro (working) and assigned it to a new user-defined symbol
bar. That macro shows up with its name in the symbol bar, and it works. I tried
to change the symbol with a custon graphic (24x24 png) by Import, and it works
- one time. Next time I open Writer with another document, the icon is gone,
only text of the macro is displayed.

Actual Results:
Doesn't work like I expected.

Expected Results:
This worked in 6.4.5.2


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
OS: Windows 10 Pro x64 V2004 with all available patches

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


[Libreoffice-bugs] [Bug 135684] New: Editing an odt document freezes after some minutes of inactivity

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135684

Bug ID: 135684
   Summary: Editing an odt document freezes after some minutes of
inactivity
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: w.sir...@gmx.net

Description:
I open an odt document to edit. I have to leave my desk for 5-6 minutes. When
back, cursor is not blinking, mouse & keyboard commands are not working.

Steps to Reproduce:
1. Open an odt file to edit.
2. Edit some, and let it sit for some minutes
3. Check mouse & keyboard commands

Actual Results:
Writer is not responsive. I have to close Writer and start anew.

Expected Results:
Writer working as in 6.5.4.2 ;-)


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
OS: Windows 10 Pro V 2004 x64 German
Fresh installation on new hardware

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


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

2020-08-12 Thread Maxim Monastirsky (via logerrit)
 include/svtools/toolbarmenu.hxx   |   53 ++--
 sd/source/ui/controller/slidelayoutcontroller.cxx |8 -
 svtools/source/control/toolbarmenu.cxx|   97 ++
 svx/source/tbxctrls/tbcontrl.cxx  |2 
 4 files changed, 45 insertions(+), 115 deletions(-)

New commits:
commit 839b27f249197c83ce0260396a67a2f15bdf4e9a
Author: Maxim Monastirsky 
AuthorDate: Wed Aug 12 15:42:50 2020 +0300
Commit: Maxim Monastirsky 
CommitDate: Thu Aug 13 00:40:05 2020 +0200

Merge toolbar popup classes

Now that all popups are welded.

Change-Id: I5ad8a4eb6b9512ea9dd075b56d0ae6ee201fff19
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100597
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky 

diff --git a/include/svtools/toolbarmenu.hxx b/include/svtools/toolbarmenu.hxx
index c08da7e9c899..6e8aa5588de2 100644
--- a/include/svtools/toolbarmenu.hxx
+++ b/include/svtools/toolbarmenu.hxx
@@ -33,45 +33,7 @@ namespace com :: sun :: star :: frame { class XFrame; }
 namespace com :: sun :: star :: frame { struct FeatureStateEvent; }
 namespace svt { class FrameStatusListener; }
 
-namespace svtools {
-
-class SVT_DLLPUBLIC ToolbarPopupBase
-{
-friend class ToolbarPopupStatusListener;
-public:
-ToolbarPopupBase(const css::uno::Reference& rFrame);
-virtual ~ToolbarPopupBase();
-
-protected:
-void AddStatusListener( const OUString& rCommandURL );
-
-// Forwarded from XStatusListener (subclasses must override this one to 
get the status updates):
-/// @throws css::uno::RuntimeException
-virtual void statusChanged(const css::frame::FeatureStateEvent& Event );
-
-css::uno::Reference  mxFrame;
-rtl::Reference mxStatusListener;
-};
-
-class UNLESS_MERGELIBS(SVT_DLLPUBLIC) ToolbarPopup : public DockingWindow, 
public ToolbarPopupBase
-{
-public:
-ToolbarPopup(const css::uno::Reference& rFrame,
- vcl::Window* pParentWindow,
- const OString& rID, const OUString& rUIXMLDescription );
-virtual ~ToolbarPopup() override;
-virtual void dispose() override;
-
-protected:
-void EndPopupMode();
-
-private:
-void init();
-};
-
-} // namespace svtools
-
-class SVT_DLLPUBLIC WeldToolbarPopup : public svtools::ToolbarPopupBase
+class SVT_DLLPUBLIC WeldToolbarPopup
 {
 private:
 DECL_LINK(FocusHdl, weld::Widget&, void);
@@ -80,14 +42,20 @@ protected:
 std::unique_ptr m_xBuilder;
 std::unique_ptr m_xTopLevel;
 std::unique_ptr m_xContainer;
+css::uno::Reference m_xFrame;
+rtl::Reference m_xStatusListener;
 
 public:
 WeldToolbarPopup(const css::uno::Reference& rFrame,
  weld::Widget* pParent, const OUString& rUIFile, const 
OString& rId);
-virtual ~WeldToolbarPopup() override;
+virtual ~WeldToolbarPopup();
 weld::Container* getTopLevel() { return m_xTopLevel.get(); }
 weld::Container* getContainer() { return m_xContainer.get(); }
+void AddStatusListener(const OUString& rCommandURL);
 
+// Forwarded from XStatusListener (subclasses must override this one to 
get the status updates):
+/// @throws css::uno::RuntimeException
+virtual void statusChanged(const css::frame::FeatureStateEvent& Event);
 virtual void GrabFocus() = 0;
 };
 
@@ -116,10 +84,11 @@ public:
 void unsetPopover();
 };
 
-class SVT_DLLPUBLIC InterimToolbarPopup final : public svtools::ToolbarPopup
+class SVT_DLLPUBLIC InterimToolbarPopup final : public DockingWindow
 {
 private:
 VclPtr m_xBox;
+css::uno::Reference m_xFrame;
 std::unique_ptr m_xBuilder;
 std::unique_ptr m_xContainer;
 std::unique_ptr m_xPopup;
@@ -132,7 +101,7 @@ public:
 
 virtual void GetFocus() override;
 
-using ToolbarPopup::EndPopupMode;
+void EndPopupMode();
 };
 
 #endif
diff --git a/sd/source/ui/controller/slidelayoutcontroller.cxx 
b/sd/source/ui/controller/slidelayoutcontroller.cxx
index 41071def8409..284df02be296 100644
--- a/sd/source/ui/controller/slidelayoutcontroller.cxx
+++ b/sd/source/ui/controller/slidelayoutcontroller.cxx
@@ -170,9 +170,9 @@ LayoutToolbarMenu::LayoutToolbarMenu(SlideLayoutController* 
pControl, weld::Widg
 DrawViewMode eMode = DrawViewMode_DRAW;
 
 // find out which view is running
-if( mxFrame.is() ) try
+if( m_xFrame.is() ) try
 {
-Reference< XPropertySet > xControllerSet( mxFrame->getController(), 
UNO_QUERY_THROW );
+Reference< XPropertySet > xControllerSet( m_xFrame->getController(), 
UNO_QUERY_THROW );
 xControllerSet->getPropertyValue( "DrawViewMode" ) >>= eMode;
 }
 catch( Exception& )
@@ -220,7 +220,7 @@ LayoutToolbarMenu::LayoutToolbarMenu(SlideLayoutController* 
pControl, weld::Widg
 if( eMode != DrawViewMode_DRAW )
 return;
 
-if( !mxFrame.is() )
+if( !m_xFrame.is() )
 return;
 
 OUString sSlotStr;
@@ -230,7 +230,7 @@ LayoutToolbarMenu::LayoutToolbarMenu(SlideLayoutController* 

[Libreoffice-bugs] [Bug 135649] Undo takes action on another shape

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135649

--- Comment #4 from mustafa  ---

the files are here

https://drive.google.com/drive/folders/1Gvixzv00Gc0R4pSirZfxfo_IJzkk1B17

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


[Libreoffice-bugs] [Bug 135650] Can't set default font/char size in draw, can do it in writer

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135650

--- Comment #3 from lachenma...@mchsi.com ---
As I tried to explain my modus operandi is:

 I set the font/size and create a few text boxes.  Then I want to change the
font/size and create a few more.  I click the Styles sidebar, select
Default>Modify, make the changes, and go back to my drawing.  Now I see that
all my text boxes that I just typed have been changed to the new font size. 
Now I have to change them all back, go create an new Style for second set of
text boxes.  I type the next set of text boxes.  Now I want create a few text
boxes with a third font/size.  Again I have to create a new Style.  Now, in
order to save these font/sizes for next time I have to create a template.  

Now I a make a new drawing. I bring up the template I saved last time, but I
want a completely different set of font/sizes.  Again I have to create new
Styles for each font/size.  And I have to remember to save it before I quit
Draw, or I lose them.

What a nuisance just to change font/size  Writer does it so much
better  Suggest modification of Draw to work like Writer.  So much easier
and it would also be consistent across LO apps.

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


[Libreoffice-bugs] [Bug 133892] select a range from heading-A to heading-B's end, using Navigator

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133892

--- Comment #2 from Jim Raykowski  ---
Created attachment 164224
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164224=edit
text selection using shift+arrow/page keys and headings content navigation view
multi-selection

In version 7.0 and above there is opportunity to delete multiple chapters in
Navigator Headings Content Navigation View using list multi-selection
techniques, e.g. shift+arrow up/down, ctrl/shift + mouse click, and then either
pressing the 'Del' key or from the context menu item 'Delete'.

Since version - I don't know - text selection can be accomplished by many
keyboard methods, e.g. Shift + arrow/page keys.

Please see attached video demo.

Perhaps I misunderstand what is being asked for enhancement?

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


[Libreoffice-ux-advise] [Bug 133892] select a range from heading-A to heading-B's end, using Navigator

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133892

--- Comment #2 from Jim Raykowski  ---
Created attachment 164224
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164224=edit
text selection using shift+arrow/page keys and headings content navigation view
multi-selection

In version 7.0 and above there is opportunity to delete multiple chapters in
Navigator Headings Content Navigation View using list multi-selection
techniques, e.g. shift+arrow up/down, ctrl/shift + mouse click, and then either
pressing the 'Del' key or from the context menu item 'Delete'.

Since version - I don't know - text selection can be accomplished by many
keyboard methods, e.g. Shift + arrow/page keys.

Please see attached video demo.

Perhaps I misunderstand what is being asked for enhancement?

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


[Libreoffice-commits] core.git: icon-themes/colibre icon-themes/colibre_svg

2020-08-12 Thread Rizal Muttaqin (via logerrit)
 icon-themes/colibre/cmd/lc_wrapthrough.png|binary
 icon-themes/colibre/cmd/sc_symbolshapes.diamond-bevel.png |binary
 icon-themes/colibre/cmd/sc_symbolshapes.octagon-bevel.png |binary
 icon-themes/colibre/cmd/sc_symbolshapes.quad-bevel.png|binary
 icon-themes/colibre_svg/cmd/lc_wrapthrough.svg|2 +-
 icon-themes/colibre_svg/cmd/sc_symbolshapes.diamond-bevel.svg |2 +-
 icon-themes/colibre_svg/cmd/sc_symbolshapes.octagon-bevel.svg |2 +-
 icon-themes/colibre_svg/cmd/sc_symbolshapes.quad-bevel.svg|2 +-
 8 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit d9f944ce9447ec86b3536c9fc8f6f8c6dd450a73
Author: Rizal Muttaqin 
AuthorDate: Wed Aug 12 21:39:30 2020 +0700
Commit: Rizal Muttaqin 
CommitDate: Wed Aug 12 23:54:22 2020 +0200

Colibre tdf#135670 Square Bevel and Octagon Bevel icons

Change-Id: I99fd0a65899d3322896fe5f9fdab93e6521d41c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100604
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/colibre/cmd/lc_wrapthrough.png 
b/icon-themes/colibre/cmd/lc_wrapthrough.png
index 95a2b4be9966..b4d957bf700b 100644
Binary files a/icon-themes/colibre/cmd/lc_wrapthrough.png and 
b/icon-themes/colibre/cmd/lc_wrapthrough.png differ
diff --git a/icon-themes/colibre/cmd/sc_symbolshapes.diamond-bevel.png 
b/icon-themes/colibre/cmd/sc_symbolshapes.diamond-bevel.png
index 4570ea148ac1..1c8507a46a93 100644
Binary files a/icon-themes/colibre/cmd/sc_symbolshapes.diamond-bevel.png and 
b/icon-themes/colibre/cmd/sc_symbolshapes.diamond-bevel.png differ
diff --git a/icon-themes/colibre/cmd/sc_symbolshapes.octagon-bevel.png 
b/icon-themes/colibre/cmd/sc_symbolshapes.octagon-bevel.png
index a3072ff655a2..17b7fed0cdf6 100644
Binary files a/icon-themes/colibre/cmd/sc_symbolshapes.octagon-bevel.png and 
b/icon-themes/colibre/cmd/sc_symbolshapes.octagon-bevel.png differ
diff --git a/icon-themes/colibre/cmd/sc_symbolshapes.quad-bevel.png 
b/icon-themes/colibre/cmd/sc_symbolshapes.quad-bevel.png
index 82101e957584..258bbe1b2fdf 100644
Binary files a/icon-themes/colibre/cmd/sc_symbolshapes.quad-bevel.png and 
b/icon-themes/colibre/cmd/sc_symbolshapes.quad-bevel.png differ
diff --git a/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg 
b/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg
index 3503ad9b030b..3791093e250d 100644
--- a/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg
+++ b/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/colibre_svg/cmd/sc_symbolshapes.diamond-bevel.svg 
b/icon-themes/colibre_svg/cmd/sc_symbolshapes.diamond-bevel.svg
index 5bb44ef2c8a1..fa3fcd763cd5 100644
--- a/icon-themes/colibre_svg/cmd/sc_symbolshapes.diamond-bevel.svg
+++ b/icon-themes/colibre_svg/cmd/sc_symbolshapes.diamond-bevel.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/colibre_svg/cmd/sc_symbolshapes.octagon-bevel.svg 
b/icon-themes/colibre_svg/cmd/sc_symbolshapes.octagon-bevel.svg
index 21b6ab8f1628..de3cd9daf070 100644
--- a/icon-themes/colibre_svg/cmd/sc_symbolshapes.octagon-bevel.svg
+++ b/icon-themes/colibre_svg/cmd/sc_symbolshapes.octagon-bevel.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/colibre_svg/cmd/sc_symbolshapes.quad-bevel.svg 
b/icon-themes/colibre_svg/cmd/sc_symbolshapes.quad-bevel.svg
index 466967cd08ab..3e33b9e44b9f 100644
--- a/icon-themes/colibre_svg/cmd/sc_symbolshapes.quad-bevel.svg
+++ b/icon-themes/colibre_svg/cmd/sc_symbolshapes.quad-bevel.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 135645] LO corrupts bitmaps and crashes in X11 with 16 bit color (TrueColor)

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135645

--- Comment #4 from crx...@hotmail.com ---
Sorry, I should clarify that because we are using thin clients, I am NOT using
the console (a locally-connected Xserver).  LO is running on a server and
displaying, through X11, on remote 16-bit-display machines.  Anyone can
simulate this by using ssh.  I will follow up with some additional testing,
soon, to try and see if it can be narrowed down any more.

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


[Libreoffice-bugs] [Bug 129542] CRASH: Setting anchor for a formcontrol to character of pageheader leads to crash

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129542

raal  changed:

   What|Removed |Added

 CC||caol...@redhat.com
   Keywords|bibisectRequest,|bibisected, bisected,
   |possibleRegression  |regression

--- Comment #10 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Caolán McNamara ; Could you possibly take a look at this one?
Thanks

774506468555179a6274e6418058c48906fcc882 is the first bad commit
commit 774506468555179a6274e6418058c48906fcc882
Author: Matthew Francis 
Date:   Wed May 27 19:03:50 2015 +0800

source-hash-0a6a151c4b7c78a363fb64598fbda39db4f42d07

commit 0a6a151c4b7c78a363fb64598fbda39db4f42d07
Author: Caolán McNamara 
AuthorDate: Wed Feb 11 10:51:13 2015 +
Commit: Caolán McNamara 
CommitDate: Wed Feb 11 12:00:03 2015 +

Related: tdf#70062 keep drawing anchor objects sorted

take attachment from tdf#70062, ungroup the bottom pair,
anchor as char the left one, anchor as char the right one

asserts with debugging stl on unsorted container

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


[Libreoffice-bugs] [Bug 134415] Text boxes with border lines set or background set don't show up in the slide preview or presentation mode (until text is entered)

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134415

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #8 from Regina Henschel  ---
It is not a text box, but a presentation object placeholder, which means an
empty presentation object. It is intended, that an empty presentation object is
not shown. For example
https://opengrok.libreoffice.org/xref/core/sd/source/ui/tools/PreviewRenderer.cxx?r=d7855213#515
[Primitive2DContainer() is a container of size zero.]

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


[Libreoffice-bugs] [Bug 135683] New: FILEOPEN DOCX: Slow opening of document containing a 222 pages table

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135683

Bug ID: 135683
   Summary: FILEOPEN DOCX: Slow opening of document containing a
222 pages table
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
FILEOPEN DOCX: Slow opening of document containing a 222 pages table

Steps to Reproduce:
1. Open attachment 164209 bug 135584
2. Take notice of the time until the page counter reaches 222 pages/ cpu drops
3. Save file as ODT
4. File reload and measure time until CPU drops

Note: disable the automatic spell checker

Actual Results:
Opening of the ODT is by faster and smoother compared to DOCX

Expected Results:
Maybe some tweaking can be done


Reproducible: Always


User Profile Reset: No



Additional Info:
Found in
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: nl-NL
Calc: CL

and in
3.3.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-commits] core.git: sw/inc sw/source

2020-08-12 Thread Miklos Vajna (via logerrit)
 sw/inc/numrule.hxx |8 +++
 sw/inc/tblafmt.hxx |2 -
 sw/inc/unodraw.hxx |2 -
 sw/source/core/bastyp/init.cxx |2 -
 sw/source/core/doc/number.cxx  |   34 
 sw/source/core/doc/tblafmt.cxx |   39 ++---
 sw/source/core/unocore/unodraw.cxx |   12 +--
 7 files changed, 49 insertions(+), 50 deletions(-)

New commits:
commit 29eaf5c012ea52fe148ee7af7a56efeb6e3338a6
Author: Miklos Vajna 
AuthorDate: Wed Aug 12 17:43:59 2020 +0200
Commit: Miklos Vajna 
CommitDate: Wed Aug 12 22:37:42 2020 +0200

sw: prefix members of SwFmDrawPage, SwNumRule, SwTableAutoFormat and ...

... WriterSpecificAutoFormatBlock

See tdf#94879 for motivation.

Change-Id: Ie740f07e1c65a6def6ba673529144d0e111b056e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100610
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins

diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 6152e6bee99f..dba69c701671 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -105,11 +105,11 @@ public:
 private:
 friend void FinitCore();
 
-static SwNumFormat* maBaseFormats [ RULE_END ][ MAXLEVEL ];
-static const sal_uInt16 maDefNumIndents[ MAXLEVEL ];
+static SwNumFormat* saBaseFormats [ RULE_END ][ MAXLEVEL ];
+static const sal_uInt16 saDefNumIndents[ MAXLEVEL ];
 /// default list level properties for position-and-space mode 
LABEL_ALIGNMENT
-static SwNumFormat* maLabelAlignmentBaseFormats [ RULE_END ][ MAXLEVEL ];
-static sal_uInt16 mnRefCount;
+static SwNumFormat* saLabelAlignmentBaseFormats [ RULE_END ][ MAXLEVEL ];
+static sal_uInt16 snRefCount;
 
 std::unique_ptr maFormats[ MAXLEVEL ];
 
diff --git a/sw/inc/tblafmt.hxx b/sw/inc/tblafmt.hxx
index f9073edff8c5..0a6866c3cb2a 100644
--- a/sw/inc/tblafmt.hxx
+++ b/sw/inc/tblafmt.hxx
@@ -153,7 +153,7 @@ class SW_DLLPUBLIC SwTableAutoFormat
 {
 friend class SwDocTest;
 friend void FinitCore();   // To destroy default pointer.
-static SwBoxAutoFormat* pDfltBoxAutoFormat;
+static SwBoxAutoFormat* s_pDefaultBoxAutoFormat;
 
 css::uno::WeakReference m_wXObject;
 
diff --git a/sw/inc/unodraw.hxx b/sw/inc/unodraw.hxx
index 599a3308e252..ecead00bf183 100644
--- a/sw/inc/unodraw.hxx
+++ b/sw/inc/unodraw.hxx
@@ -43,7 +43,7 @@ class SwXShape;
 
 class SwFmDrawPage final : public SvxFmDrawPage
 {
-SdrPageView*pPageView;
+SdrPageView*m_pPageView;
 std::vector m_vShapes;
 public:
 SwFmDrawPage( SdrPage* pPage );
diff --git a/sw/source/core/bastyp/init.cxx b/sw/source/core/bastyp/init.cxx
index 79cea41a8cc0..1c5c1da46120 100644
--- a/sw/source/core/bastyp/init.cxx
+++ b/sw/source/core/bastyp/init.cxx
@@ -681,7 +681,7 @@ void FinitCore()
 delete pCaseCollator;
 
 // destroy default TableAutoFormat
-delete SwTableAutoFormat::pDfltBoxAutoFormat;
+delete SwTableAutoFormat::s_pDefaultBoxAutoFormat;
 
 delete SwSelPaintRects::s_pMapMode;
 delete SwFntObj::pPixMap;
diff --git a/sw/source/core/doc/number.cxx b/sw/source/core/doc/number.cxx
index 2dd071433192..43cbad07cb61 100644
--- a/sw/source/core/doc/number.cxx
+++ b/sw/source/core/doc/number.cxx
@@ -57,14 +57,14 @@
 
 using namespace ::com::sun::star;
 
-sal_uInt16 SwNumRule::mnRefCount = 0;
-SwNumFormat* SwNumRule::maBaseFormats[ RULE_END ][ MAXLEVEL ] = {
+sal_uInt16 SwNumRule::snRefCount = 0;
+SwNumFormat* SwNumRule::saBaseFormats[ RULE_END ][ MAXLEVEL ] = {
 {nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, 
nullptr, nullptr } };
 
-SwNumFormat* SwNumRule::maLabelAlignmentBaseFormats[ RULE_END ][ MAXLEVEL ] = {
+SwNumFormat* SwNumRule::saLabelAlignmentBaseFormats[ RULE_END ][ MAXLEVEL ] = {
 {nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, 
nullptr, nullptr } };
 
-const sal_uInt16 SwNumRule::maDefNumIndents[ MAXLEVEL ] = {
+const sal_uInt16 SwNumRule::saDefNumIndents[ MAXLEVEL ] = {
 //inch:   0,5  1,0  1,5  2,0   2,5   3,0   3,5   4,0   4,5   5,0
 1440/4, 1440/2, 1440*3/4, 1440, 1440*5/4, 1440*3/2, 1440*7/4, 1440*2,
 1440*9/4, 1440*5/2
@@ -81,8 +81,8 @@ const SwNumFormat& SwNumRule::Get( sal_uInt16 i ) const
 return maFormats[ i ]
? *maFormats[ i ]
: ( meDefaultNumberFormatPositionAndSpaceMode == 
SvxNumberFormat::LABEL_WIDTH_AND_POSITION
-   ? *maBaseFormats[ meRuleType ][ i ]
-   : *maLabelAlignmentBaseFormats[ meRuleType ][ i ] );
+   ? *saBaseFormats[ meRuleType ][ i ]
+   : *saLabelAlignmentBaseFormats[ meRuleType ][ i ] );
 }
 
 const SwNumFormat* SwNumRule::GetNumFormat( sal_uInt16 i ) const
@@ -160,13 +160,13 @@ void 
SwNumRule::SetNumRuleMap(std::unordered_map *
 sal_uInt16 SwNumRule::GetNumIndent( sal_uInt8 nLvl )
 {
 OSL_ENSURE( MAXLEVEL > nLvl, "NumLevel is out of range" );
-return 

[Libreoffice-bugs] [Bug 121465] Impossible to insert a cross reference to paragraph without the content of fields Before and After of the Customize tab of the list style, if field Before is used..

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121465

Carl Hudkins  changed:

   What|Removed |Added

 CC||iamtheweakestl...@gmail.com

--- Comment #16 from Carl Hudkins  ---
I need to retract part of my previous comment.  It's not only first-level items
that exhibit this behavior.  In my situation, only the top-level outline item
had anything in "Before" separator, so only that one displayed this behavior. 
My test was flawed, because I only reproduced what I had been trying to get
working.

Further testing shows that this happens no matter which outline level 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


[Libreoffice-commits] core.git: helpcontent2

2020-08-12 Thread Olivier Hallot (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 50c6fba059c6f31eb359d258fab2172ffeee0cc4
Author: Olivier Hallot 
AuthorDate: Wed Aug 12 17:32:57 2020 -0300
Commit: Gerrit Code Review 
CommitDate: Wed Aug 12 22:32:57 2020 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  to 6b7711c79345eb2171679b634d23e1be1722dc81
  - Fix "zurueck" in many files

Change-Id: I6c8203f5a3ace90e58453792b5356d51dc12e59e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100630
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 49af25239f65..6b7711c79345 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 49af25239f655a8d87dbe28bf5ed75040ca6bc11
+Subproject commit 6b7711c79345eb2171679b634d23e1be1722dc81
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: source/text

2020-08-12 Thread Olivier Hallot (via logerrit)
 source/text/shared/00/0001.xhp   |2 +-
 source/text/shared/01/01010200.xhp   |2 +-
 source/text/shared/01/01010300.xhp   |2 +-
 source/text/shared/01/0110.xhp   |2 +-
 source/text/shared/01/0502.xhp   |2 +-
 source/text/shared/01/05020100.xhp   |2 +-
 source/text/shared/01/05020200.xhp   |2 +-
 source/text/shared/01/05020500.xhp   |2 +-
 source/text/shared/01/0503.xhp   |2 +-
 source/text/shared/01/05030100.xhp   |2 +-
 source/text/shared/01/05030300.xhp   |2 +-
 source/text/shared/01/05030500.xhp   |2 +-
 source/text/shared/01/05030700.xhp   |2 +-
 source/text/shared/01/05040100.xhp   |2 +-
 source/text/shared/01/0520.xhp   |2 +-
 source/text/shared/01/0521.xhp   |2 +-
 source/text/shared/01/05210100.xhp   |2 +-
 source/text/shared/01/05210700.xhp   |2 +-
 source/text/shared/01/0523.xhp   |2 +-
 source/text/shared/01/0599.xhp   |2 +-
 source/text/shared/01/06050600.xhp   |2 +-
 source/text/shared/optionen/0101.xhp |2 +-
 source/text/shared/optionen/0102.xhp |2 +-
 source/text/shared/optionen/0103.xhp |2 +-
 source/text/shared/optionen/0105.xhp |2 +-
 source/text/shared/optionen/0106.xhp |2 +-
 source/text/shared/optionen/0107.xhp |2 +-
 source/text/shared/optionen/0108.xhp |2 +-
 source/text/shared/optionen/0109.xhp |2 +-
 source/text/shared/optionen/0111.xhp |2 +-
 source/text/shared/optionen/0115.xhp |2 +-
 source/text/shared/optionen/0116.xhp |2 +-
 32 files changed, 32 insertions(+), 32 deletions(-)

New commits:
commit 6b7711c79345eb2171679b634d23e1be1722dc81
Author: Olivier Hallot 
AuthorDate: Wed Aug 12 17:30:06 2020 -0300
Commit: Olivier Hallot 
CommitDate: Wed Aug 12 22:32:57 2020 +0200

Fix "zurueck" in many files

Change-Id: I6c8203f5a3ace90e58453792b5356d51dc12e59e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100630
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/00/0001.xhp 
b/source/text/shared/00/0001.xhp
index b87f68d1f..22a53eefe 100644
--- a/source/text/shared/00/0001.xhp
+++ b/source/text/shared/00/0001.xhp
@@ -263,7 +263,7 @@
   Save 
the changes in the page and close the Options dialog.
 Cancel
   Close the Options dialog and discard all changes 
done.
-
+
 
 Some options cannot be reset once edited. 
Either edit back the changes manually or click Cancel and reopen 
the Options dialog.
 
diff --git a/source/text/shared/01/01010200.xhp 
b/source/text/shared/01/01010200.xhp
index d9bcecac6..4a79fb48c 100644
--- a/source/text/shared/01/01010200.xhp
+++ b/source/text/shared/01/01010200.xhp
@@ -43,7 +43,7 @@
 
 New 
Document
   Creates a new document for 
editing.
-
+
 
   Creating 
labels
 
diff --git a/source/text/shared/01/01010300.xhp 
b/source/text/shared/01/01010300.xhp
index d22b42d4d..0528bc211 100644
--- a/source/text/shared/01/01010300.xhp
+++ b/source/text/shared/01/01010300.xhp
@@ -42,7 +42,7 @@
 
 
 
-
+
 
 
 
diff --git a/source/text/shared/01/0110.xhp 
b/source/text/shared/01/0110.xhp
index 9950605f6..323957087 100644
--- a/source/text/shared/01/0110.xhp
+++ b/source/text/shared/01/0110.xhp
@@ -48,7 +48,7 @@
 
 
 
-
+
 Depending on your 
access rights to the file, you might not see all of the tabs in the 
Properties dialog.
 
 
diff --git a/source/text/shared/01/0502.xhp 
b/source/text/shared/01/0502.xhp
index c8e068c6d..6d0aec10b 100644
--- a/source/text/shared/01/0502.xhp
+++ b/source/text/shared/01/0502.xhp
@@ -56,6 +56,6 @@
 
 
 
-
+
 
 
diff --git a/source/text/shared/01/05020100.xhp 
b/source/text/shared/01/05020100.xhp
index 7f521922b..de7bf4c08 100644
--- a/source/text/shared/01/05020100.xhp
+++ b/source/text/shared/01/05020100.xhp
@@ -108,7 +108,7 @@
 
 
 
-
+
 
 
 Asian 
languages support
diff --git a/source/text/shared/01/05020200.xhp 
b/source/text/shared/01/05020200.xhp
index 8c214ef99..aa2c6d1a0 100644
--- a/source/text/shared/01/05020200.xhp
+++ b/source/text/shared/01/05020200.xhp
@@ -182,7 +182,7 @@
 Position
   Specify where to display the emphasis 
marks.
   
-  
+  
 Only Writer has Apply button
 
   
diff --git a/source/text/shared/01/05020500.xhp 
b/source/text/shared/01/05020500.xhp
index ea08a9342..b35392e0d 100644
--- a/source/text/shared/01/05020500.xhp
+++ b/source/text/shared/01/05020500.xhp
@@ -110,7 +110,7 @@
 Automatically adjust the character 
spacing for specific letter combinations.
 Kerning is 
only available for certain font types and requires that your printer support 
this option.
 
-
+
 
 
 
diff --git a/source/text/shared/01/0503.xhp 
b/source/text/shared/01/0503.xhp
index 72301a378..2bef61a97 100644
--- a/source/text/shared/01/0503.xhp
+++ b/source/text/shared/01/0503.xhp
@@ 

[Libreoffice-commits] core.git: helpcontent2

2020-08-12 Thread Olivier Hallot (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cd3675f05080ec0ba697482be62289b767ab04c9
Author: Olivier Hallot 
AuthorDate: Wed Aug 12 17:32:17 2020 -0300
Commit: Gerrit Code Review 
CommitDate: Wed Aug 12 22:32:17 2020 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  to 49af25239f655a8d87dbe28bf5ed75040ca6bc11
  - Reposition query design help page

Change-Id: I5bf19c20cbac1b764aec972fa756586438279cc0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100629
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 297a0c90cb07..49af25239f65 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 297a0c90cb07b299bf89bc031b770c3c49ee96a6
+Subproject commit 49af25239f655a8d87dbe28bf5ed75040ca6bc11
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: AllLangHelp_sdatabase.mk AllLangHelp_shared.mk source/text

2020-08-12 Thread Olivier Hallot (via logerrit)
 AllLangHelp_sdatabase.mk  |1 
 AllLangHelp_shared.mk |1 
 source/text/sdatabase/0200.xhp|8 -
 source/text/sdatabase/0202.xhp|4 
 source/text/sdatabase/02010100.xhp|  100 +++---
 source/text/shared/02/01170203.xhp|2 
 source/text/shared/02/1403.xhp|2 
 source/text/shared/02/1404.xhp|2 
 source/text/shared/02/1405.xhp|2 
 source/text/shared/02/1406.xhp|2 
 source/text/shared/02/1407.xhp|2 
 source/text/shared/02/limit.xhp   |2 
 source/text/shared/explorer/database/0502.xhp |2 
 source/text/shared/explorer/database/1108.xhp |2 
 source/text/shared/guide/data_enter_sql.xhp   |2 
 source/text/shared/guide/data_queries.xhp |2 
 source/text/shared/guide/data_search2.xhp |2 
 source/text/shared/guide/data_tables.xhp  |2 
 18 files changed, 70 insertions(+), 70 deletions(-)

New commits:
commit 49af25239f655a8d87dbe28bf5ed75040ca6bc11
Author: Olivier Hallot 
AuthorDate: Wed Aug 12 17:15:17 2020 -0300
Commit: Olivier Hallot 
CommitDate: Wed Aug 12 22:32:17 2020 +0200

Reposition query design help page

Change-Id: I5bf19c20cbac1b764aec972fa756586438279cc0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100629
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/AllLangHelp_sdatabase.mk b/AllLangHelp_sdatabase.mk
index 4065e5c30..bca681984 100644
--- a/AllLangHelp_sdatabase.mk
+++ b/AllLangHelp_sdatabase.mk
@@ -19,6 +19,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sdatabase,\
 helpcontent2/source/text/sdatabase/main \
 helpcontent2/source/text/sdatabase/0200 \
 helpcontent2/source/text/sdatabase/0202 \
+helpcontent2/source/text/sdatabase/02010100 \
 helpcontent2/source/text/sdatabase/toolbars \
 ))
 
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index b3e7f75f8..92c720da5 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -856,7 +856,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 ))
 
 $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
-helpcontent2/source/text/shared/explorer/database/02010100 \
 helpcontent2/source/text/shared/explorer/database/02010101 \
 helpcontent2/source/text/shared/explorer/database/0400 \
 helpcontent2/source/text/shared/explorer/database/0403 \
diff --git a/source/text/sdatabase/0200.xhp 
b/source/text/sdatabase/0200.xhp
index e3fa83b2e..265121e3b 100644
--- a/source/text/sdatabase/0200.xhp
+++ b/source/text/sdatabase/0200.xhp
@@ -59,14 +59,14 @@
 You can also open the data source view 
(Ctrl+Shift+F4), select the entire database table in the data source view 
(click on the top left corner of the table), and then drag the selection to a 
text document or spreadsheet.
 Sorting and Filtering Data
 Allows you to 
sort and filter the data in a query table.
-Query Design
+Query Design
 With the 
Query Design, you can create and edit a query or view.
 
-Query Through Several Tables
+Query Through Several Tables
 The query 
result can contain data from several tables if these are linked to each other 
by suitable data fields.
-Formulating Query Criteria
+Formulating Query Criteria
 You can find 
out which operators and commands can be used to formulate the filter conditions 
for a query.
-Executing Functions
+Executing Functions
 You can 
perform calculations with the data of a table and store the results as a query 
result.
 
 
diff --git a/source/text/sdatabase/0202.xhp 
b/source/text/sdatabase/0202.xhp
index 5181290fb..99024ab9a 100644
--- a/source/text/sdatabase/0202.xhp
+++ b/source/text/sdatabase/0202.xhp
@@ -33,10 +33,10 @@
 How to continue?
 There are 
three options available for answering this question:
 Do you really want to open the query in the graphic 
view?
-Allows you to open the query in the Design 
View in spite of missing elements. This option also allows you 
to specify if other errors need to be ignored.
+Allows you to open the query in the Design View in 
spite of missing elements. This option also allows you to specify if 
other errors need to be ignored.
 The query is 
opened in the Design View (the graphical interface). Missing tables appear 
blank and invalid fields appear with their (invalid) names in the list of 
fields. This lets you work with exactly those fields that caused the 
error.
 Open the query in the SQL View
-Allows you to open the query design in the SQL 
Mode and to interpret the query as a Native SQL. 
You can only quit the native SQL mode when the $[officename] statement is 
completely interpreted (only possible if the used tables or fields in the query 
really exist).
+Allows you to open the query design in the SQL Mode and to 

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

2020-08-12 Thread Noel Grandin (via logerrit)
 sfx2/source/control/bindings.cxx |5 -
 sfx2/source/control/statcach.cxx |5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 0a8ce55f715156d72d38b4416ada33cd0d9b237f
Author: Noel Grandin 
AuthorDate: Wed Aug 12 13:24:36 2020 +0200
Commit: Noel Grandin 
CommitDate: Wed Aug 12 22:27:16 2020 +0200

expand out DELETEZ

Change-Id: I5460de0f54a0d7c1a18ce8f1fa33ef3405d8183c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100622
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx
index 94b9fea11e4b..ce4d3a4230d4 100644
--- a/sfx2/source/control/bindings.cxx
+++ b/sfx2/source/control/bindings.cxx
@@ -1591,7 +1591,10 @@ SfxItemState SfxBindings::QueryState( sal_uInt16 nSlot, 
std::unique_ptrRelease();
 xBind.clear();
 if ( bDeleteCache )
-DELETEZ( pCache );
+{
+delete pCache;
+pCache = nullptr;
+}
 return eState;
 }
 }
diff --git a/sfx2/source/control/statcach.cxx b/sfx2/source/control/statcach.cxx
index dfdc10f83687..b71b96a62579 100644
--- a/sfx2/source/control/statcach.cxx
+++ b/sfx2/source/control/statcach.cxx
@@ -428,7 +428,10 @@ void SfxStateCache::SetState_Impl
 
 // Remember new value
 if ( !IsInvalidItem(pLastItem) )
-DELETEZ(pLastItem);
+{
+delete pLastItem;
+pLastItem = nullptr;
+}
 if ( pState && !IsInvalidItem(pState) )
 pLastItem = pState->Clone();
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 129542] CRASH: Setting anchor for a formcontrol to character of pageheader leads to crash

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129542

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #9 from raal  ---
(In reply to Julien Nabet from comment #7)
> On pc Debian x86-64 with master sources updated today, I gave a new try and
> don't reproduce the crash anymore with "To Character".
> 
> However, I got a crash with "As Character".
> 
> Could someone confirm this?

I can confirm with Version: 7.1.0.0.alpha0+
Build ID: 6ad2f463784a24c566477cdd60ae729651bb8564
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 135681] Imported icon disappears after restart

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135681

--- Comment #1 from L Duperval  ---
Created attachment 164223
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164223=edit
Video showing the icon disappearance

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


[Libreoffice-bugs] [Bug 135500] UI: previously inserted images are broken (not Skia related)

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135500

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||mikekagan...@hotmail.com,
   ||r...@post.cz
 OS|Windows (All)   |All

--- Comment #4 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Mike Kaganski ; Could you possibly take a look at this one?
Thanks

1346a232e449ab004077d170510ae00e5409680f is the first bad commit
commit 1346a232e449ab004077d170510ae00e5409680f
Author: Jenkins Build User 
Date:   Tue Jun 2 01:48:09 2020 +0200

source sha:8c84448febf817875ad0d377de0f0b34987992cb

author  Mike Kaganski  2020-05-28 20:13:50
+0200
committer   Mike Kaganski  2020-05-29
06:26:16 +0200
commit  8c84448febf817875ad0d377de0f0b34987992cb (patch)
tree03442162059cbe6fdfe82fa983e51881cab803a5
parent  c9f4952b98da9adad1b556414c5fcecafedca473 (diff)
Use buffer with alpha in VclProcessor2D::RenderUnifiedTransparencePrimitive2D

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


[Libreoffice-bugs] [Bug 135682] New: EDITING: If a table is the first element of the document, "Select All" does not select all

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135682

Bug ID: 135682
   Summary: EDITING: If a table is the first element of the
document, "Select All" does not select all
   Product: LibreOffice
   Version: 6.3.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: iavs.le...@gmail.com

Description:
If a table is the first element of the document, menu `Edit` - `Select All` or
`Ctrl+A` does not select all.

Steps to Reproduce:
1. Open a new text document
2. Insert a table
3. Choose menu Edit - Select All (or Ctrl+A) twice

Actual Results:
First time table is selected, second time all content is selected and
inmediatelly deselected.

Expected Results:
First time table is selected, second time all content is and remain selected.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 6.3.6.2 (x86)
Build ID: 2196df99b074d8a661f4036fca8fa0cbfa33a497
CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; 
Locale: es-MX (es_MX); UI-Language: en-US
Calc: threaded

The same with and without 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-commits] core.git: editeng/source reportdesign/source sot/source svl/source svtools/source

2020-08-12 Thread Noel Grandin (via logerrit)
 editeng/source/items/numitem.cxx   |6 --
 reportdesign/source/ui/report/StartMarker.cxx  |6 --
 sot/source/sdstor/storage.cxx  |8 ++--
 svl/source/items/itempool.cxx  |6 --
 svtools/source/brwbox/ebbcontrols.cxx  |2 +-
 svtools/source/config/accessibilityoptions.cxx |3 ++-
 6 files changed, 21 insertions(+), 10 deletions(-)

New commits:
commit d4df251320ba266ff3fe3da9e3b991c18ea50f5c
Author: Noel Grandin 
AuthorDate: Wed Aug 12 11:15:51 2020 +0200
Commit: Noel Grandin 
CommitDate: Wed Aug 12 22:04:55 2020 +0200

expand out DELETEZ

Change-Id: Ia69fb105c6cc661ac94a360d47655b3faa9d6bb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100618
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx
index 91a6cee1f7a2..bc10590f460f 100644
--- a/editeng/source/items/numitem.cxx
+++ b/editeng/source/items/numitem.cxx
@@ -726,8 +726,10 @@ SvxNumRule::~SvxNumRule()
 {
 if(!--nRefCount)
 {
-DELETEZ(pStdNumFmt);
-DELETEZ(pStdOutlineNumFmt);
+delete pStdNumFmt;
+pStdNumFmt = nullptr;
+delete pStdOutlineNumFmt;
+pStdOutlineNumFmt = nullptr;
 }
 }
 
diff --git a/reportdesign/source/ui/report/StartMarker.cxx 
b/reportdesign/source/ui/report/StartMarker.cxx
index 2d9eda114000..09a118f41a97 100644
--- a/reportdesign/source/ui/report/StartMarker.cxx
+++ b/reportdesign/source/ui/report/StartMarker.cxx
@@ -85,8 +85,10 @@ void OStartMarker::dispose()
 {
 if ( osl_atomic_decrement(_nImageRefCount) == 0 )
 {
-DELETEZ(s_pDefCollapsed);
-DELETEZ(s_pDefExpanded);
+delete s_pDefCollapsed;
+s_pDefCollapsed = nullptr;
+delete s_pDefExpanded;
+s_pDefExpanded = nullptr;
 }
 m_aVRuler.disposeAndClear();
 m_aText.disposeAndClear();
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx
index f15fb22dd9f1..56ffb92dc108 100644
--- a/sot/source/sdstor/storage.cxx
+++ b/sot/source/sdstor/storage.cxx
@@ -306,7 +306,10 @@ void SotStorage::CreateStorage( bool bForceUCBStorage, 
StreamMode nMode )
 // check the stream
 m_pStorStm = ::utl::UcbStreamHelper::CreateStream( m_aName, nMode 
).release();
 if ( m_pStorStm && m_pStorStm->GetError() )
-DELETEZ( m_pStorStm );
+{
+delete m_pStorStm;
+m_pStorStm = nullptr;
+}
 
 if ( m_pStorStm )
 {
@@ -319,7 +322,8 @@ void SotStorage::CreateStorage( bool bForceUCBStorage, 
StreamMode nMode )
 if ( bIsUCBStorage )
 {
 // UCBStorage always works directly on the UCB content, so 
discard the stream first
-DELETEZ( m_pStorStm );
+delete m_pStorStm;
+m_pStorStm = nullptr;
 m_pOwnStg = new UCBStorage( m_aName, nMode, true, 
true/*bIsRoot*/ );
 }
 else
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx
index 82668c909a35..6deec84947c0 100644
--- a/svl/source/items/itempool.cxx
+++ b/svl/source/items/itempool.cxx
@@ -542,7 +542,8 @@ void SfxItemPool::SetPoolDefaultItem(const SfxPoolItem 
)
 if (rOldDefault)
 {
 rOldDefault->SetRefCount(0);
-DELETEZ(rOldDefault);
+delete rOldDefault;
+rOldDefault = nullptr;
 }
 rOldDefault = pNewDefault;
 }
@@ -567,7 +568,8 @@ void SfxItemPool::ResetPoolDefaultItem( sal_uInt16 nWhichId 
)
 if (rOldDefault)
 {
 rOldDefault->SetRefCount(0);
-DELETEZ(rOldDefault);
+delete rOldDefault;
+rOldDefault = nullptr;
 }
 }
 else if ( pImpl->mpSecondary )
diff --git a/svtools/source/brwbox/ebbcontrols.cxx 
b/svtools/source/brwbox/ebbcontrols.cxx
index b15927af9e58..1ac4605a3096 100644
--- a/svtools/source/brwbox/ebbcontrols.cxx
+++ b/svtools/source/brwbox/ebbcontrols.cxx
@@ -525,7 +525,7 @@ namespace svt
 EditCellController::~EditCellController( )
 {
 if ( m_bOwnImplementation )
-DELETEZ( m_pEditImplementation );
+delete m_pEditImplementation;
 }
 
 void EditCellController::SaveValue()
diff --git a/svtools/source/config/accessibilityoptions.cxx 
b/svtools/source/config/accessibilityoptions.cxx
index 43fa4287f9e0..2790296c424d 100644
--- a/svtools/source/config/accessibilityoptions.cxx
+++ b/svtools/source/config/accessibilityoptions.cxx
@@ -379,7 +379,8 @@ SvtAccessibilityOptions::~SvtAccessibilityOptions()
 {
 //if( sm_pSingleImplConfig->IsModified() )
 //  sm_pSingleImplConfig->Commit();
-DELETEZ( sm_pSingleImplConfig );
+delete sm_pSingleImplConfig;
+sm_pSingleImplConfig = nullptr;
 }
 }
 
___
Libreoffice-commits 

[Libreoffice-bugs] [Bug 132457] #DIV/0! error after undoing a deleting a row

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132457

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #3 from raal  ---
no repro with Version: 7.1.0.0.alpha0+

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


[Libreoffice-bugs] [Bug 135594] Unable to access a file in server throu macro

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135594

Robert Großkopf  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||rob...@familiegrosskopf.de
 Ever confirmed|1   |0

--- Comment #3 from Robert Großkopf  ---
Hi karadaidis,

you can't confirm you own bugs. There must be somebody, who could reproduce the
buggy behavior. You could add a little example here so somebody could reproduce
ist.

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


[Libreoffice-bugs] [Bug 135681] New: Imported icon disappears after restart

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135681

Bug ID: 135681
   Summary: Imported icon disappears after restart
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: servi...@duperval.com

I imported a 24x24 PNG icon that I want to assign to a macro. When I import the
icon, it appears at the beginning of the list and shows up correctly in the
toolbar. However, if I exit and restart Writer, the icon is no longer
displayed, replaced instead by the name of the macro.

When I change the icon for the macro, I see that the location where my icon was
imported is now empty. When I re-import it, Writer says it is already there and
asks if I want to re-import. I say yes.

The icon now appears in the list of icons, and I can select it for my macro.

If I exit and restart Writer, the icon disappears and I am back with the name
of the macro again.

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


[Libreoffice-bugs] [Bug 108827] [META] Calc functions bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108827

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||93627


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=93627
[Bug 93627] new version of DEC2BIN() and HEX2BIN() with support of more than 10
binary digits
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93627] new version of DEC2BIN() and HEX2BIN() with support of more than 10 binary digits

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93627

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||108827


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108827
[Bug 108827] [META] Calc functions bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 126587] EDITING: If form goes all the way up the page -> Height value displayed wrong

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126587

canned  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #10 from canned  ---
I confirm this with

Version: 7.0.0.3 (x64)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU-Threads: 4; BS: Windows 6.1 Service Pack 1 Build 7601; UI-Render:
Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE
Calc: threaded

How to reproduce:
- New Document (A4 = 210 x 297mm)
- Insert > Shape > Standard > Rectangle
- Draw Rectangle
- Select shape + Right click "Position and size"
- Type size width 50mm and size height 297mm; Anchor at Page; Position
Horizontal left to page, Vertical top to page (see attached settings)
- Click OK (closes the Settings-Popup)
- Select shape + Right click "Position and size"
- Height displayed incorrectly 99,99mm (correct size 297mm)

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


[Libreoffice-bugs] [Bug 108019] [META] Calc UX bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108019

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||92543


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=92543
[Bug 92543] add ability to use non-native formulas (such as using English
formulas in Italian locale)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 92543] add ability to use non-native formulas (such as using English formulas in Italian locale)

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92543

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||108019


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108019
[Bug 108019] [META] Calc UX bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135679] Unwanted recalculation of RAND() data when using SOLVER, SOLVER does not use given start-values.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135679

--- Comment #3 from Tomaz Vajngerl  ---
RAND always returns a new random number when the formula is recalculated and
with the solver you are changing the variables (cells), which forces all the
dependent formulas to recalculate. 

You obviously don't want this behaviour so you can store the random values in
the sheet and reference them as cells and use "Sheet->Fill Cells->Fill Random
Numbers..." in the menu to regenerate the random numbers on demand.

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


[Libreoffice-bugs] [Bug 109236] [META] CSV import bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109236
Bug 109236 depends on bug 131274, which changed state.

Bug 131274 Summary: When opening a CSV file with Calc, the default template is 
ignored.
https://bugs.documentfoundation.org/show_bug.cgi?id=131274

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

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


[Libreoffice-bugs] [Bug 131274] When opening a CSV file with Calc, the default template is ignored.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131274

Mike Kaganski  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|NEW |RESOLVED

--- Comment #3 from Mike Kaganski  ---
This is not a bug.

A (default) template is like existing document that is opened and copied when
you create a new document. It isn't used when you open any existing document,
even if the format is simple, such as CSV.

The template can contain column widths and row heights; it may contain styles;
conditional formatting; headers and footers... using the template for CSV would
appear as if  all that info  was in the file.

Doing otherwise would create surprise in users when they open a CSV, see
headers there, edit, save and see it reverted to old headers (not "no headers"
as reasonable per format, but old headers from template).

It could *maybe* follow e.g. Options->LO->Fonts->Font Settings for HTML, Basic
and SQL sources. Personally I would prefer a per-filter configuration, e.g. own
configuration for CSV. But that's a different issue, requiring own report.

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


[Libreoffice-ux-advise] [Bug 131274] When opening a CSV file with Calc, the default template is ignored.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131274

Mike Kaganski  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|NEW |RESOLVED

--- Comment #3 from Mike Kaganski  ---
This is not a bug.

A (default) template is like existing document that is opened and copied when
you create a new document. It isn't used when you open any existing document,
even if the format is simple, such as CSV.

The template can contain column widths and row heights; it may contain styles;
conditional formatting; headers and footers... using the template for CSV would
appear as if  all that info  was in the file.

Doing otherwise would create surprise in users when they open a CSV, see
headers there, edit, save and see it reverted to old headers (not "no headers"
as reasonable per format, but old headers from template).

It could *maybe* follow e.g. Options->LO->Fonts->Font Settings for HTML, Basic
and SQL sources. Personally I would prefer a per-filter configuration, e.g. own
configuration for CSV. But that's a different issue, requiring own report.

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


[Libreoffice-bugs] [Bug 132691] FILESAVE: Default settings when saving the CSV file - corrupts localized text

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132691

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

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

--- Comment #5 from Roman Kuznetsov <79045_79...@mail.ru> ---
no problem in 7.0.0.3 on Windows. If I select "Text (.csv)" and don't select
"Edit filter settings", then I see a special dialog with CSV export settings
anyway


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109239
[Bug 109239] [META] CSV import and export dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109239] [META] CSV import and export dialog bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109239

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||132691


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=132691
[Bug 132691] FILESAVE: Default settings when saving the CSV file - corrupts
localized text
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135673] VBA 'For Each' statement 'Data type mismatch.' error

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135673

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||r...@post.cz
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from raal  ---
I cannot reproduce with Version: 7.1.0.0.alpha0+
Build ID: 6ad2f463784a24c566477cdd60ae729651bb8564
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

Please can you test in dev version? Thank you

http://dev-builds.libreoffice.org/daily/master/

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


[Libreoffice-bugs] [Bug 135669] EDITING: Drag and drop from Windows Explorer to Writer does not make OLE object

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135669

--- Comment #5 from V Stuart Foote  ---
(In reply to Regina Henschel from comment #4)
> DnD creates an OLE-Object in Draw/Impress and in Calc, why not in Writer
> too? I disagree with WF.

Oops, your right as usual Regina. The DnD opens/unpacks the document onto sd
Draw/Impress or sc Calc cell--why not to sw Writer canvas? So guess that is
actually a bug? Checked and the DnD behavior (no response) is inherited from
OOo with LO 3.3.0.4 release.

But also, the DnD OLE gets default handling of copying into document (not
linked), and of extracting into an OLE frame (no Icon view). 

A bit unwieldy compared to precision of "OLE Object..." insertion dialog--and
maybe not what folks used to the MSO way expect being dropped as an Icon. When
we do the same with an .ODT being DnD it by default is placed as a
Section--rather than an OLE object.

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


[Libreoffice-ux-advise] [Bug 135669] EDITING: Drag and drop from Windows Explorer to Writer does not make OLE object

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135669

--- Comment #5 from V Stuart Foote  ---
(In reply to Regina Henschel from comment #4)
> DnD creates an OLE-Object in Draw/Impress and in Calc, why not in Writer
> too? I disagree with WF.

Oops, your right as usual Regina. The DnD opens/unpacks the document onto sd
Draw/Impress or sc Calc cell--why not to sw Writer canvas? So guess that is
actually a bug? Checked and the DnD behavior (no response) is inherited from
OOo with LO 3.3.0.4 release.

But also, the DnD OLE gets default handling of copying into document (not
linked), and of extracting into an OLE frame (no Icon view). 

A bit unwieldy compared to precision of "OLE Object..." insertion dialog--and
maybe not what folks used to the MSO way expect being dropped as an Icon. When
we do the same with an .ODT being DnD it by default is placed as a
Section--rather than an OLE object.

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


[Libreoffice-bugs] [Bug 109237] [META] CSV export bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109237

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||131906


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=131906
[Bug 131906] RFE: --convert-to spreadsheet->csv specify sheet to export
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131906] RFE: --convert-to spreadsheet->csv specify sheet to export

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131906

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||103266, 109237


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103266
[Bug 103266] [META] Command line bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=109237
[Bug 109237] [META] CSV export bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103266] [META] Command line bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103266

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||131906


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=131906
[Bug 131906] RFE: --convert-to spreadsheet->csv specify sheet to export
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132901] Tools > Options > LibreOffice > Online update does not handle the situation of "online update" feature not being installed gracefully

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132901

Mike Kaganski  changed:

   What|Removed |Added

 CC||kdot...@gmail.com

--- Comment #10 from Mike Kaganski  ---
*** Bug 135680 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 135680] Crash on open Online update options menu

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135680

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #1 from Mike Kaganski  ---


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

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


[Libreoffice-bugs] [Bug 131274] When opening a CSV file with Calc, the default template is ignored.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131274

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||109236
 Status|NEEDINFO|NEW
 CC||79045_79...@mail.ru

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
I understood the problem.

Steps:

1. Change Default cell style => change font to Liberation Serif
2. Save file as Template (File-Templates-Save as Template) and select "Set as
default template option" there
3. Try create a new Calc file => we have a Libreration Serif font in every cell
4. Try import any CSV file
5. We have a Liberation Sans font in any cell with imported CSV file instead
Liberation Serif

Version: 7.0.0.3 (x64)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Vulkan; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL

My opinion - in this case imported data should have cell format from default
Calc template even it was changed

I don't think it's a UX bug. Heiko?


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 109236] [META] CSV import bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109236

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||131274


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=131274
[Bug 131274] When opening a CSV file with Calc, the default template is
ignored.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 131274] When opening a CSV file with Calc, the default template is ignored.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131274

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||109236
 Status|NEEDINFO|NEW
 CC||79045_79...@mail.ru

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
I understood the problem.

Steps:

1. Change Default cell style => change font to Liberation Serif
2. Save file as Template (File-Templates-Save as Template) and select "Set as
default template option" there
3. Try create a new Calc file => we have a Libreration Serif font in every cell
4. Try import any CSV file
5. We have a Liberation Sans font in any cell with imported CSV file instead
Liberation Serif

Version: 7.0.0.3 (x64)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Vulkan; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL

My opinion - in this case imported data should have cell format from default
Calc template even it was changed

I don't think it's a UX bug. Heiko?


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 126225] CSV Cell preview showing wrong text when navigates with arrows

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126225

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #5 from Mike Kaganski  ---
Fixed in 6.4.

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

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


[Libreoffice-commits] core.git: bridges/Library_cpp_uno.mk

2020-08-12 Thread Stephan Bergmann (via logerrit)
 bridges/Library_cpp_uno.mk |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2cb40c77cd05c1cb5a85468ff9801051829871e4
Author: Stephan Bergmann 
AuthorDate: Wed Aug 12 18:42:48 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Aug 12 21:11:26 2020 +0200

Let exceptions pass through aarch64 callVirtualFunction built with Clang

At least with Clang 12 trunk on Linux, CustomTarget_testtools/uno_test 
aborted
with

libc++abi: terminating with uncaught exception of type 
com::sun::star::uno::RuntimeException

at

> #0  0xad97e598 in raise () from /lib64/libc.so.6
> #1  0xad96ada0 in abort () from /lib64/libc.so.6
> #2  0xadbf704c in abort_message 
(format=format@entry=0xadbfa398 "terminating with %s exception of type %s") 
at /llvm/llvm-project/libcxxabi/src/abort_message.cpp:78
> #3  0xadbe50ec in demangling_terminate_handler () at 
/llvm/llvm-project/libcxxabi/src/cxa_default_handlers.cpp:67
> #4  0xadbf633c in std::__terminate (func=) at 
/llvm/llvm-project/libcxxabi/src/cxa_handlers.cpp:59
> #5  0xadbf92ac in __cxxabiv1::failed_throw 
(exception_header=0x361b5970) at 
/llvm/llvm-project/libcxxabi/src/cxa_exception.cpp:152
> #6  __cxxabiv1::__cxa_throw (thrown_object=0x361b59f0, tinfo=0x43f5a0 
, dest=0xa0575b84 
) at 
/llvm/llvm-project/libcxxabi/src/cxa_exception.cpp:283
> #7  0xa056944c in bridge_object::(anonymous 
namespace)::Test_Impl::getRaiseAttr1 (this=0x361810c0) at 
testtools/source/bridgetest/cppobj.cxx:296
> #8  0xa0644b70 in callVirtualFunction (function=281473371790408, 
gpr=0xcc4c1b68, fpr=0xcc4c1b28, stack=0xcc4c18d0, sp=0, 
ret=0xcc4c1cf0) at 
bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx:38
> #9  0xa064c5b4 in (anonymous namespace)::call (proxy=0x36193710, 
slot=..., returnType=0x3615b380, count=0, parameters=0x0, 
returnValue=0xcc4c1cf0, arguments=0xcc4c1cf0, exception=0xcc4c1e78) 
at bridges/source/cpp_uno/gcc3_linux_aarch64/uno2cpp.cxx:176
> #10 0xa064bd58 in 
bridges::cpp_uno::shared::unoInterfaceProxyDispatch (pUnoI=0x36193710, 
pMemberDescr=0x361a5b70, pReturn=0xcc4c1cf0, pArgs=0xcc4c1cf0, 
ppException=0xcc4c1e78) at 
bridges/source/cpp_uno/gcc3_linux_aarch64/uno2cpp.cxx:328
> #11 0xa064b174 in (anonymous namespace)::call (proxy=0x361a9280, 
description=..., returnType=0x3615b380, count=0, parameters=0x0, 
gpr=0xcc4c2070, fpr=0xcc4c20b0, stack=0xcc4c20f0, 
indirectRet=0x361a92a8) at 
bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx:120
> #12 0xa064a900 in vtableCall (functionIndex=37, vtableOffset=0, 
gpr=0xcc4c2070, fpr=0xcc4c20b0, stack=0xcc4c20f0, 
indirectRet=0x361a92a8) at 
bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx:240
> #13 0xa065c1cc in vtableSlotCall () from 
instdir/program/libgcc3_uno.so
> #14 0xa05f9ce0 in bridge_test::performTest 
(xContext=uno::Reference to (cppu::(anonymous namespace)::ComponentContext *) 
0x3616eac0, xLBT=uno::Reference to (com::sun::star::uno::XInterface *) 
0x361a92a8, noCurrentContext=false) at 
testtools/source/bridgetest/bridgetest.cxx:527
> #15 0xa05f7400 in bridge_test::(anonymous 
namespace)::TestBridgeImpl::run (this=0x361806e0, rArgs=uno::Sequence of length 
1 = {...}) at testtools/source/bridgetest/bridgetest.cxx:1168
> #16 0x004050c0 in sal_main () at 
cpputools/source/unoexe/unoexe.cxx:517
> #17 0x004040cc in main (argc=8, argv=0xcc4c4458) at 
cpputools/source/unoexe/unoexe.cxx:357

The reason is that _Unwind_RaiseException (in libgcc_s.so.1) called from
__cxa_throw (in libc++abi.so.1) for some reason does not find unwind 
information
for the callVirtualFunction frame #8, so returns _URC_FATAL_PHASE2_ERROR.  
This
looks similar to the issue discussed in the comment at the top of
bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx introduced 
with
0fdbb5b0eabbaa571f3747fda12a56c938cba474 "Make cpp_uno/gcc3_linux_x86-64 
bridge
work with GCC 4.7".  Though what happens to fix it here appears to be
-fasynchronous-unwind-tables.  (The -fnon-call-exceptions mentioned in that
comment appears to be ignored by Clang.)

The actual difference that -fasynchronous-unwind-tables makes in the 
generated
callvirtualfunction.s is that it drops a single line

>  .Lfunc_begin0:
>   .file   7 "" 
"bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx"
>   .loc7 32 0  // 
bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx:32:0
> - .cfi_sections .debug_frame
>   .cfi_startproc
>  // %bb.0:
>   stp d15, d14, [sp, #-128]!  // 16-byte Folded Spill

Change-Id: Ib60e9f4958c6041b10ca959a0953e998ac6f141a

[Libreoffice-bugs] [Bug 130605] LibreOffice Calc Opens a 37mb CSV with 15 columns and around 100 thousand rows Much Slower than Excel

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130605

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 164222
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164222=edit
Another example CSV with text and numbers

slower import than with first file but fast anyway =)

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


[Libreoffice-bugs] [Bug 135680] New: Crash on open Online update options menu

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135680

Bug ID: 135680
   Summary: Crash on open Online update options menu
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kdot...@gmail.com

Description:
On try to open menu Tools > Options > Online Update,
Libreoffice 7.0.0.3 being installed without update checker - crashes saying:

Libreoffice 7.0 - Fatal Error
cannot find /org.openoffice.Office.Jobs/Jobs/UpdateCheck/Arguments

Steps to Reproduce:
open menu Tools > Options > Online Update

Actual Results:
Libreoffice 7.0 - Fatal Error
cannot find /org.openoffice.Office.Jobs/Jobs/UpdateCheck/Arguments

Expected Results:
Maybe there must be no element like "menu Tools > Options > Online Update"
available when no update checker installed
or to say something like "sorry, no update checker installed"?
and not to crash.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.0.3 (x64)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: threaded

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


[Libreoffice-commits] core.git: vcl/workben

2020-08-12 Thread Caolán McNamara (via logerrit)
 vcl/workben/cgmfuzzer.cxx |   14 --
 vcl/workben/pptfuzzer.cxx |   14 --
 vcl/workben/ww2fuzzer.cxx |   14 --
 vcl/workben/ww6fuzzer.cxx |   14 --
 vcl/workben/ww8fuzzer.cxx |   14 --
 5 files changed, 60 insertions(+), 10 deletions(-)

New commits:
commit bb098efaded60118aa25ccd23083955041ba9cea
Author: Caolán McNamara 
AuthorDate: Wed Aug 12 19:52:51 2020 +0100
Commit: Caolán McNamara 
CommitDate: Wed Aug 12 20:53:43 2020 +0200

ucb_component_getFactory no longer exists

Change-Id: I9c937d5fa0e235de114d8f3962eba0ba3bcb33ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100626
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/vcl/workben/cgmfuzzer.cxx b/vcl/workben/cgmfuzzer.cxx
index 0984b70c2233..7d36f2acc7a0 100644
--- a/vcl/workben/cgmfuzzer.cxx
+++ b/vcl/workben/cgmfuzzer.cxx
@@ -16,7 +16,6 @@
 
 extern "C" {
 void * i18npool_component_getFactory( const char* , void* , void* );
-void * ucb_component_getFactory( const char* , void* , void* );
 
 void * com_sun_star_i18n_LocaleDataImpl_get_implementation( void *, void * );
 void * com_sun_star_i18n_BreakIterator_Unicode_get_implementation( void *, 
void * );
@@ -69,6 +68,12 @@ void * 
com_sun_star_comp_draw_SdHtmlOptionsDialog_get_implementation( void *, vo
 void * com_sun_star_comp_sd_InsertSlideController_get_implementation( void *, 
void * );
 void * com_sun_star_comp_sd_SlideLayoutController_get_implementation( void *, 
void * );
 void * com_sun_star_comp_sd_DisplayModeController_get_implementation( void *, 
void * );
+void * ucb_UcbCommandEnvironment_get_implementation( void *, void * );
+void * ucb_UcbContentProviderProxyFactory_get_implementation( void *, void * );
+void * ucb_UcbPropertiesManager_get_implementation( void *, void * );
+void * ucb_UcbStore_get_implementation( void *, void * );
+void * ucb_UniversalContentBroker_get_implementation( void *, void * );
+void * ucb_OFileAccess_get_implementation( void *, void * );
 }
 
 const lib_to_factory_mapping *
@@ -76,7 +81,6 @@ lo_get_factory_map(void)
 {
 static lib_to_factory_mapping map[] = {
 { "libi18npoollo.a", i18npool_component_getFactory },
-{ "libucb1.a", ucb_component_getFactory },
 { 0, 0 }
 };
 
@@ -138,6 +142,12 @@ lo_get_constructor_map(void)
 { "com_sun_star_comp_sd_InsertSlideController_get_implementation", 
com_sun_star_comp_sd_InsertSlideController_get_implementation },
 { "com_sun_star_comp_sd_SlideLayoutController_get_implementation", 
com_sun_star_comp_sd_SlideLayoutController_get_implementation },
 { "com_sun_star_comp_sd_DisplayModeController_get_implementation", 
com_sun_star_comp_sd_DisplayModeController_get_implementation },
+{ "ucb_UcbCommandEnvironment_get_implementation", 
ucb_UcbCommandEnvironment_get_implementation, },
+{ "ucb_UcbContentProviderProxyFactory_get_implementation", 
ucb_UcbContentProviderProxyFactory_get_implementation },
+{ "ucb_UcbPropertiesManager_get_implementation", 
ucb_UcbPropertiesManager_get_implementation },
+{ "ucb_UcbStore_get_implementation", ucb_UcbStore_get_implementation },
+{ "ucb_UniversalContentBroker_get_implementation", 
ucb_UniversalContentBroker_get_implementation },
+{ "ucb_OFileAccess_get_implementation", 
ucb_OFileAccess_get_implementation },
 { 0, 0 }
 };
 
diff --git a/vcl/workben/pptfuzzer.cxx b/vcl/workben/pptfuzzer.cxx
index 2911475c1c15..77fe063cb18a 100644
--- a/vcl/workben/pptfuzzer.cxx
+++ b/vcl/workben/pptfuzzer.cxx
@@ -16,7 +16,6 @@
 
 extern "C" {
 void * i18npool_component_getFactory( const char* , void* , void* );
-void * ucb_component_getFactory( const char* , void* , void* );
 
 void * com_sun_star_i18n_LocaleDataImpl_get_implementation( void *, void * );
 void * com_sun_star_i18n_BreakIterator_Unicode_get_implementation( void *, 
void * );
@@ -49,6 +48,12 @@ void * i18npool_Calendar_gregorian_get_implementation( void 
*, void * );
 void * unoxml_CXPathAPI_get_implementation( void *, void * );
 void * unoxml_CDocumentBuilder_get_implementation( void *, void * );
 void * sd_PresentationDocument_get_implementation( void *, void * );
+void * ucb_UcbCommandEnvironment_get_implementation( void *, void * );
+void * ucb_UcbContentProviderProxyFactory_get_implementation( void *, void * );
+void * ucb_UcbPropertiesManager_get_implementation( void *, void * );
+void * ucb_UcbStore_get_implementation( void *, void * );
+void * ucb_UniversalContentBroker_get_implementation( void *, void * );
+void * ucb_OFileAccess_get_implementation( void *, void * );
 }
 
 const lib_to_factory_mapping *
@@ -56,7 +61,6 @@ lo_get_factory_map(void)
 {
 static lib_to_factory_mapping map[] = {
 { "libi18npoollo.a", i18npool_component_getFactory },
-{ "libucb1.a", ucb_component_getFactory },
 { 0, 0 }
 };
 
@@ -98,6 +102,12 @@ lo_get_constructor_map(void)
 { 

[Libreoffice-bugs] [Bug 130605] LibreOffice Calc Opens a 37mb CSV with 15 columns and around 100 thousand rows Much Slower than Excel

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130605

--- Comment #6 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 164221
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164221=edit
Example CSV with 15 columns and 10 rows

so fast import in

Version: 7.0.0.3 (x64)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
Потоков ЦП: 4; ОС: Windows 6.1 Service Pack 1 Build 7601; Отрисовка ИП:
Skia/Vulkan; VCL: win
Locale: ru-RU (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 130605] LibreOffice Calc Opens a 37mb CSV with 15 columns and around 100 thousand rows Much Slower than Excel

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130605

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||109236


Referenced Bugs:

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


  1   2   3   4   5   >