Home
last modified time | relevance | path

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

/aoo42x/main/qadevOOo/tests/java/ifc/ucb/
H A D_XCommandProcessor.java92 int testCmdId = oObj.createCommandIdentifier(); in _createCommandIdentifier() local
95 if (cmdId == 0 || testCmdId == 0) { in _createCommandIdentifier()
99 if (cmdId == testCmdId) { in _createCommandIdentifier()
104 testCmdId != 0 && cmdId != 0 && cmdId != testCmdId); in _createCommandIdentifier()
/aoo42x/main/ucb/qa/complex/tdoc/
H A D_XCommandProcessor.java102 int testCmdId = oObj.createCommandIdentifier(); in _createCommandIdentifier() local
105 if (cmdId == 0 || testCmdId == 0) { in _createCommandIdentifier()
109 if (cmdId == testCmdId) { in _createCommandIdentifier()
113 return testCmdId != 0 && cmdId != 0 && cmdId != testCmdId; in _createCommandIdentifier()

Completed in 20 milliseconds