Home
last modified time | relevance | path

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

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_testobj.vb425 nArgumentPos As Short, rMsg As String, xContext As Object) As TestDataElements _
427 Throw New IllegalArgumentException(rMsg, xContext, nArgumentPos)
H A Dcli_cs_testobj.cs395 short nArgumentPos, String rMsg, Object xContext ) in raiseException() argument
397 throw new IllegalArgumentException(rMsg, xContext, nArgumentPos); in raiseException()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx376 …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 DTestComponent.java890 public TestDataElements raiseException(short nArgumentPos, String rMsg, Object xContext) in raiseException() argument
894 throw new com.sun.star.lang.IllegalArgumentException(rMsg, xContext, nArgumentPos); in raiseException()

Completed in 33 milliseconds