Does anyone have insight on the following bug (<span id="summary_alias_container">
      <span id="short_desc_nonedit_display">&quot;Writer input fields are not populated using the Java UNO API</span>&quot;
</span>)?<br><br><a href="https://bugs.freedesktop.org/show_bug.cgi?id=42073">https://bugs.freedesktop.org/show_bug.cgi?id=42073</a><br><br>I can&#39;t process any documents with LO 3.4.3 or greater.  Here is the summary:<br>
<br><pre class="bz_comment_text" id="comment_text_0">I&#39;ve been using OpenOffice and LibreOffice to batch process documents using the
Java UNO interface.  Upon updating to LibreOffice 3.4.3, LibreOffice is
ignoring the Java UNO calls to populate the input fields with data.  Running
the same code with LibreOffice 3.3 works flawlessly.  Below is sample code,
which I&#39;ve stepped through in debug mode, and everything is running correctly. 
The fields are found, but calling xPropertySet.setPropertyValue(&quot;Content&quot;,
newValue) leaves the document unchanged. Updating table cells with 3.4.3,
however, is working as expected.  Has something changed with the API that is
not documented?</pre><br><br><br>