<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:tk@mic-consulting.de" title="Thomas Krumbein <tk@mic-consulting.de>"> <span class="fn">Thomas Krumbein</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Makro Basic - CALC - makro mode "hidden" - method store() unfixes fixed rows"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139539">bug 139539</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Makro Basic - CALC - makro mode "hidden" - method store() unfixes fixed rows"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139539#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Makro Basic - CALC - makro mode "hidden" - method store() unfixes fixed rows"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139539">bug 139539</a>
              from <span class="vcard"><a class="email" href="mailto:tk@mic-consulting.de" title="Thomas Krumbein <tk@mic-consulting.de>"> <span class="fn">Thomas Krumbein</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>