Home
last modified time | relevance | path

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

/AOO41X/main/ridljar/com/sun/star/uno/
H A DITypeDescription.java50 IMethodDescription []getMethodDescriptions(); in getMethodDescriptions() method
/AOO41X/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java143 public IMethodDescription[] getMethodDescriptions() { in getMethodDescriptions() method in TypeDescription
424 IMethodDescription[] ds = superTypes[i].getMethodDescriptions(); in initMethodDescriptions()
/AOO41X/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java242 IMethodDescription[] mds = description.getMethodDescriptions(); in test()