[Libreoffice-bugs] [Bug 139539] Makro Basic - CALC - makro mode "hidden" - method store() unfixes fixed rows

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jan 28 07:14:58 UTC 2021


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

Thomas Krumbein <tk at mic-consulting.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #7 from Thomas Krumbein <tk at mic-consulting.de> ---
I can confirm this behaviour.

having a deeper look to the object with xray-tool:

open the document per macro in normal mode (visible):
- doc-object.currentController -> show the correct properties
SplitRow/SpitColumn.

- using the methode store() noting changed

- open the Document again -> split is corret and visible.


open the document per macro in invisible mode :
- doc-object.currentController -> show the correct properties
SplitRow/SpitColumn.

- using the methode store() 
- inspecting again doc-object.currentController -> show the correct properties
SplitRow/SpitColumn. Nothing has changed.
- closing Document.

- open the Document again -> no split any more. 
- inspecting again doc-object.currentController -> properties
SplitRow/SpitColumn is 0 (zero)


Next Test:
Open a calc-Document via "loadComponentFromURL" - visible mode:
setting per macro: 
-thisComponent.getCurrentController.freezeAtPosition(2,3) ->
Rows and colums are fixed, properties are stored (SplitRow/SpitColumn).
-storing and closing document -> still fixed.

Open a calc-Document via "loadComponentFromURL" - invisible mode:
setting per macro: 
-thisComponent.getCurrentController.freezeAtPosition(2,3) ->

xray does not show any changes, still properties of SplitRow/SpitColumn remain
to zero (0). 
Storing the document -> no split is stored.


Version: 7.0.2.2 (x64)
Build ID: 8349ace3c3162073abd90d81fd06dcfb6b36b994
CPU threads: 8; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE
Calc: CL
Rows and colums are fixed, properties are stored (SplitRow/SpitColumn).
-storing and closing document -> still fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210128/fd982810/attachment.htm>


More information about the Libreoffice-bugs mailing list