Home
last modified time | relevance | path

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

/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DSmartId.java31 public class SmartId { class
37 public SmartId(long id) { in SmartId() method in SmartId
42 public SmartId(String sid) { in SmartId() method in SmartId
69 if (!(o instanceof SmartId)) in equals()
71 SmartId id2 = (SmartId) o; in equals()
H A DCommandCaller.java55 private SmartId responseExceptionId = null;
346 private SmartId readId() { in readId()
349 return new SmartId(readString()); in readId()
351 return new SmartId(readULong()); in readId()
367 SmartId sid = readId(); in handleResponse()
H A DVclHookException.java298 private SmartId id = null;
310 public VclHookException(SmartId id, String message) { in VclHookException()
H A DWinInfoReceiver.java26 void addWinInfo(SmartId id, long type, String t1); in addWinInfo()
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DControlInfo.java33 import org.openoffice.test.vcl.client.SmartId;
55 public SmartId id;
67 public ControlInfo(SmartId id, long type, String tip) { in ControlInfo()
H A DUIMapOp.java56 import org.openoffice.test.vcl.client.SmartId;
188 SmartId smartId = idList.getId(id); in populateName()
H A DVclExplorer.java84 import org.openoffice.test.vcl.client.SmartId;
419 public void addWinInfo(final SmartId id, final long type, final String t) { in addWinInfo()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 80 milliseconds