Searched refs:nArgumentPos (Results  1 – 4 of 4) sorted by relevance
| /trunk/main/testtools/source/bridgetest/cli/ | 
| H A D | cli_vb_testobj.vb | 425         nArgumentPos As Short, rMsg As String, xContext As Object) As TestDataElements _427         Throw New IllegalArgumentException(rMsg, xContext, nArgumentPos)
 
 | 
| H A D | cli_cs_testobj.cs | 395         short nArgumentPos, String rMsg, Object xContext )  in raiseException()  argument397         throw new IllegalArgumentException(rMsg, xContext, nArgumentPos);  in raiseException()
 
 | 
| /trunk/main/testtools/source/bridgetest/ | 
| H A D | cppobj.cxx | 376 …virtual TestData SAL_CALL raiseException( sal_Int16 nArgumentPos, const OUString & rMsg, const Ref…629 TestData Test_Impl::raiseException( sal_Int16 nArgumentPos, const OUString & rMsg, const Reference<…  in raiseException()  argument
 633 	aExc.ArgumentPosition = nArgumentPos;  in raiseException()
 
 | 
| /trunk/main/testtools/com/sun/star/comp/bridge/ | 
| H A D | TestComponent.java | 890 		public TestDataElements raiseException(short nArgumentPos, String rMsg, Object xContext)   in raiseException()  argument894 			throw new com.sun.star.lang.IllegalArgumentException(rMsg, xContext, nArgumentPos);  in raiseException()
 
 | 
        Completed in 164 milliseconds