<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - supportsService("com.sun.star.text.TextField.Input")"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103278#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - supportsService("com.sun.star.text.TextField.Input")"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103278">bug 103278</a>
              from <span class="vcard"><a class="email" href="mailto:christer.bergstrom.se@gmail.com" title="christer.bergstrom.se@gmail.com">christer.bergstrom.se@gmail.com</a>
</span></b>
        <pre>Hi,

Today, I've tested this again:

Help-About:
Version: 5.4.3.2 (x64)
Build ID: 92a7159f7e4af62137622921e809f8546db437e5
CPU threads: 4; OS: Windows 6.0; UI render: standard; 
SprÃ¥kinställning: sv-SE (sv_SE); Calc: group


With OpenOffice it works fine - just as it always has. Am using the exact same
Word template (.dot). It has two textfields. Running on different machines
though (as you can't have both OpenOffice and LibreOffice installed on the same
machine).

Libre:
oFieldsEnum = oDocument.getTextFields().createEnumeration()
Well, it stops here. oFieldsEnum  is invalid.

OpenOffice:
oFieldsEnum = oDocument.getTextFields().createEnumeration()
while oFieldsEnum.hasMoreElements()
  oElement = oFieldsEnum.nextElement()
...
...  
  // Fails in LO but works in OpenOffice. 
  oElement.supportsService("com.sun.star.text.TextField.Input")
  // Also fails (well, logical I guess since the above line fails too...)
  oElement.getPropertyValue("Hint")
...
Passes with flying colors.


Kind regards
Christer</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>