https://bugs.documentfoundation.org/show_bug.cgi?id=139539

--- Comment #4 from Hans-Werner <hanswernerher...@t-online.de> ---
After some helpful discussion (us...@de.libreoffice.org) some more detailed
description of the bug:

Test 1 - macro NOT "hidden mode"

1.1 Check attached "CALC.ods": First row should be fixed.
1.2 Unzip "CALC.ods".
1.3 "settings.xml" should contain entry:
config:config-item-map-indexed config:name="Views">
<config:config-item-map-entry>
:
<config:config-item config:name="VerticalSplitMode"
config:type="short">2</config:config-item>
:
</config:config-item-map-indexed>
1.4 Zip unzipped "CALC.ods".
1.5 Run attached macro "TestFixedRows.bas" NOT using "hidden mode"
(aCALCpropv(0).Value = False).
1.6 Result: Fixed row and above mentioned entry are STILL EXISTING.

Test 2 - macro "hidden mode"

2.1 Check attached "CALC.ods": First row should be fixed.
2.2 Run attached macro "TestFixedRows.bas" using "hidden mode"
(aCALCpropv(0).Value = True).
2.3 Result. Fixed row and above mentioned entry are NOT EXISTING ANYMORE.

Test 3 - macro "hidden mode" and "oCALC.Store()" commented

3.1 Check attached "CALC.ods": First row should be fixed.
3.2 Comment macro code line "oCALC.Store()".
3.3 Run attached macro "TestFixedRows.bas" using "hidden mode"
(aCALCpropv(0).Value = True).
3.4 Result: Fixed row and above mentioned entry are STILL EXISTING.

Summary

It seems to be, that "oCALC.Store()" deletes above mentioned entry (unfixes
fixed line) when running macro in "hidden mode".

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

Reply via email to