<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Macro for Writer: Cannot read property of ParaBackGraphicURL"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119609">119609</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Macro for Writer: Cannot read property of ParaBackGraphicURL
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.1.0.3 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>kamlan@post.cz
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Run this macro from Writer and it will generate an error message.


Sub mistake 'Cannot read property of ParaBackGraphicURL
        dim oVCur, a
        oVCur=thisComponent.currentcontroller.getViewCursor() 'view cursor
        a=oVCur.getPropertyValue("ParaBackGraphicURL") 'for other proprerties
it is OK
End Sub


Generated error:
BASIC runtime error.
An exception occurred 
Type: com.sun.star.uno.RuntimeException
Message: Getting from this property is not unsupported.


Version: 6.1.0.3 (x64)
Build ID: efb621ed25068d70781dc026f7e9c5187a4decd1
CPU threads: 2; OS: Windows 6.1; UI render: default; 
Locale: cs-CZ (cs_CZ); Calc: CL</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>