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





------- Additional comments from [EMAIL PROTECTED] Thu Dec  4 17:28:32 +0000 
2008 -------
In order to use the dispatcher to cut the formatted note text and paste it in
the main text, as I do with footnotes - see the first part of my code:

   oDoc=ThisComponent
   oText = oDoc.Text
   oVC = oDoc.CurrentController.getViewCursor
   fr = oDoc.CurrentController.Frame
   dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

   ...

      ' Get the footnote content.
      oFootnoteCursor = oFootnote.createTextCursor()
      oFootnoteCursor.gotoStart(False)
      oFootnoteCursor.gotoEnd(True)
      oVC.gotoRange(oFootnoteCursor,false)
      dispatcher.executeDispatch(fr,".uno:Cut","",0,Array())
      ...

I did not find any other way to transfer the formatted note content.

---------------------------------------------------------------------
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