Home
last modified time | relevance | path

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

/trunk/main/officecfg/registry/schema/
H A Doo-common-ad.ldf31 objectClass: attributeSchema
40 objectClass: attributeSchema
49 objectClass: attributeSchema
58 objectClass: attributeSchema
73 objectClass: classSchema
87 objectClass: classSchema
99 objectClass: classSchema
/trunk/main/toolkit/qa/complex/toolkit/
H A DAssert.java56 Class objectClass = i_object.getClass(); in assertException() local
63 Method method = impl_getMethod( objectClass, i_methodName, i_argClasses ); in assertException()
69 …message.append( "no such method: " ).append( objectClass.getName() ).append( "." ).append( i_metho… in assertException()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DTestCase.java140 Class objectClass = _object.getClass(); in assureException() local
147 Method method = objectClass.getMethod( _methodName, _argClasses ); in assureException()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complexlib/
H A DAssurance.java270 Class objectClass = _object.getClass(); in assureException() local
277 Method method = objectClass.getMethod( _methodName, _argClasses ); in assureException()

Completed in 18 milliseconds