Home
last modified time | relevance | path

Searched refs:bookmarkNames (Results 1 – 1 of 1) sorted by relevance

/aoo4110/test/testuno/source/fvt/uno/sw/bookmark/
H A DCheckBookmarks.java89 String[] bookmarkNames = xBookmarks.getElementNames(); in getBookmarkContents() local
90 String[] bookmarkContents = new String[bookmarkNames.length]; in getBookmarkContents()
91 for (int i = 0; i < bookmarkNames.length; i++) { in getBookmarkContents()
92 Object xBookmark = xBookmarks.getByName(bookmarkNames[i]); in getBookmarkContents()

Completed in 23 milliseconds