From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- extensions/test/ole/OleTest.htm | 1080 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 1080 insertions(+) create mode 100644 extensions/test/ole/OleTest.htm (limited to 'extensions/test/ole/OleTest.htm') diff --git a/extensions/test/ole/OleTest.htm b/extensions/test/ole/OleTest.htm new file mode 100644 index 000000000..acca9fda0 --- /dev/null +++ b/extensions/test/ole/OleTest.htm @@ -0,0 +1,1080 @@ + + + + + +Document Title + + + + + + + +
+ + + +

JScript

+Tests Array/Sequence conversion.
+All methods receive a Sequence as Parameter. The element type of the Sequence is written on the buttons. +
+ + + + + + + + + + + + + + + + +

+ +

+Out Parameter
+ + + + + + + + + + + + + + + + + + + + +

+In Out Parameter
+ + + + + + + + + + + + + + +

+ +Tests Array/Sequence conversion with Attributes. All params are of type Sequence and + the element type of the Sequence is written on the buttons.
+ + + + + + + + + + + + + +

+ +Test of Any parameter in a method. Any contains:
+ + + + + +

+Test of Any parameter in a property. Any contains:
+ + + + + +

+Test of Struct conversions
+ + + + + + + +

+ + +

Visual Basic Tests

+Test array /Sequence conversion and return value
+Template: Sequence < type > method( Sequence< type > )
+ + + + + + + + + + +
+
+ + +IN/Out parameter
+Template: void method(type )
+ + + + + + + + + +
+ +Simple out parameter
+ + +
+ + +Tests Array/Sequence conversion with Attributes. All params are of type Sequence and + the element type of the Sequence is written on the buttons.
+ + + + + + + + + + +
+ +In Out parameter
+ +

+Structs
+ + + + + + -- cgit v1.2.3