Searched refs:checkSteps (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/testtools/source/bridgetest/ |
H A D | currentcontextchecker.cxx | 90 ::sal_Int32 setSteps, ::sal_Int32 checkSteps) in perform() argument 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 106 OSL_ASSERT(other.is() && checkSteps >= 0); in performCheck() 107 if (checkSteps == 0) { in performCheck() 123 this, setSteps >= 0 ? setSteps - 1 : -1, checkSteps - 1); in performCheck()
|
H A D | currentcontextchecker.hxx | 53 ::sal_Int32 setSteps, ::sal_Int32 checkSteps) 64 ::sal_Int32 setSteps, ::sal_Int32 checkSteps);
|
/aoo41x/main/testtools/com/sun/star/comp/bridge/ |
H A D | CurrentContextChecker.java | 36 XCurrentContextChecker other, int setSteps, int checkSteps) in perform() argument 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 61 if (checkSteps == 0) { in performCheck() 71 this, setSteps >= 0 ? setSteps - 1 : -1, checkSteps - 1); in performCheck()
|
/aoo41x/main/wizards/com/sun/star/wizards/web/ |
H A D | WWD_Events.java | 180 checkSteps(); in loadSession() 382 checkSteps(); in removeDocument() 1291 checkSteps(); in loadDocuments()
|
H A D | WWD_General.java | 232 protected void checkSteps() in checkSteps() method in WWD_General
|
H A D | WWD_Startup.java | 418 checkSteps(); in show()
|
/aoo41x/main/testtools/source/bridgetest/idl/ |
H A D | bridgetest.idl | 476 [in] long checkSteps);
|
Completed in 50 milliseconds