To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92461
                 Issue #|92461
                 Summary|bookmark's bug in OO.Writer's Tables
               Component|Word processor
                 Version|OOo 2.4.1
                Platform|All
                     URL|
              OS/Version|Windows 2000
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|programming
             Assigned to|mru
             Reported by|pigcat





------- Additional comments from [EMAIL PROTECTED] Tue Aug  5 02:39:16 +0000 
2008 -------
Sorry! My english is poor.

In Open Office Writer

My Step:
1: I made a Table (dim is 2 * 2 ).
2: I made a bookmark in the Table ,bookmark's name is "Bookmark2".
3: I wrote a marco name "man2" it's program is:

Sub man2
Dim Doc As Object
Dim Bookmark As Object
Dim Cursor As Object
Doc = StarDesktop.CurrentComponent
Bookmark = Doc.Bookmarks.getByName("Bookmark2")
Cursor = Doc.Text.createTextCursorByRange(Bookmark.Anchor)
Cursor.String = "Here is the bookmark"
End Sub

4: Run the macro "man2" ,there are a error occur.(Because bookmark in the Table)

But If bookmark not in Table ,It Will work.

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