Home
last modified time | relevance | path

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

/AOO41X/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A Durp.java402 && functionId != MethodDescription.ID_RELEASE) in readRequest()
481 if (desc.getIndex() == MethodDescription.ID_RELEASE in writeRequest()
507 && funId != MethodDescription.ID_RELEASE; in writeRequest()
568 && funId != MethodDescription.ID_RELEASE) in writeRequest()
/AOO41X/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DMethodDescription.java98 public static final int ID_RELEASE = 2; field in MethodDescription
H A DTypeDescription.java417 "release", MethodDescription.ID_RELEASE, true, in initMethodDescriptions()
/AOO41X/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java111 if (fid == MethodDescription.ID_RELEASE) { in run()