Home
last modified time | relevance | path

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

/trunk/main/testtools/com/sun/star/comp/bridge/
H A DCurrentContextChecker.java36 XCurrentContextChecker other, int setSteps, int checkSteps) in perform() argument
38 if (setSteps == 0) { in perform()
48 return performCheck(other, setSteps, checkSteps); in perform()
53 return performCheck(other, setSteps, checkSteps); in perform()
58 XCurrentContextChecker other, int setSteps, int checkSteps) in performCheck() argument
71 this, setSteps >= 0 ? setSteps - 1 : -1, checkSteps - 1); in performCheck()
/trunk/main/testtools/source/bridgetest/
H A Dcurrentcontextchecker.cxx90 ::sal_Int32 setSteps, ::sal_Int32 checkSteps) in perform() argument
93 if (setSteps == 0) { in perform()
95 return performCheck(other, setSteps, checkSteps); in perform()
97 return performCheck(other, setSteps, checkSteps); in perform()
104 ::sal_Int32 setSteps, ::sal_Int32 checkSteps) in performCheck() argument
123 this, setSteps >= 0 ? setSteps - 1 : -1, checkSteps - 1); in performCheck()
H A Dcurrentcontextchecker.hxx53 ::sal_Int32 setSteps, ::sal_Int32 checkSteps)
64 ::sal_Int32 setSteps, ::sal_Int32 checkSteps);
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl475 [in] XCurrentContextChecker other, [in] long setSteps,

Completed in 21 milliseconds