To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47269


User bc changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|bc                        |os
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon May  9 03:24:10 -0700 
2005 -------
BC->OS: To give you a hint, how I set the title I add some code fragments of the
reportwizard

                XDocumentInfoSupplier xDocInfoSuppl = (XDocumentInfoSupplier)
UnoRuntime.queryInterface(XDocumentInfoSupplier.class, xTextDocument);
                xDocInfo = xDocInfoSuppl.getDocumentInfo();

....

    public void updateReportTitle(com.sun.star.awt.XTextComponent 
xTitleTextBox){
                String TitleName = xTitleTextBox.getText();
                Helper.setUnoPropertyValue(xDocInfo, "Title", TitleName);
    }

As we discussed-> to you


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to