Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/qa/complex/sfx2/
H A DDocumentProperties.java213 assertTrue("Keywords", fromArray(kws).containsAll( in check()
214 fromArray(new Object[] { "Asien", "Memo", "Reis" }))); in check()
317 assertTrue("setKeywords", fromArray(kws).containsAll(fromArray(kws2))); in check()
506 java.util.Collection fromArray(Object[] os) { in fromArray() method in DocumentProperties