https://bugs.freedesktop.org/show_bug.cgi?id=78620

--- Comment #3 from AngelBlueSky <[email protected]> ---
The line:

MessageBox.Show(x.GetType().InvokeMember("hasMoreElements",
BindingFlags.InvokeMethod, null, x, null).ToString());

gives me FALSE!!!

Also triybg to enumerate bookmarks give me 0!!!

object myBookmarks = OODoc.GetType().InvokeMember("getBookmarks",
BindingFlags.InvokeMethod, null, OODoc, new object[0]);
object myBookmarksCount = oBookmarks.GetType().InvokeMember("getCount",
BindingFlags.InvokeMethod, null, oBookmarks, new object[0]);
int nCount = (int)myBookmarksCount;
MessageBox.Show(nCount.ToString());

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to