Andrey Gusev
|
5cdcd4493f
|
Assorted spelling and typos fixes.
|
2015-08-18 15:00:13 +09:00 |
Nikolay Sivov
|
f70ddf7614
|
scrrun: Support BYREF types for integer keys.
|
2015-03-23 16:39:24 +09:00 |
Nikolay Sivov
|
94a1838b7e
|
scrrun: Added support for VT_DATE keys, and BYREF float key types.
|
2015-03-23 16:39:22 +09:00 |
Nikolay Sivov
|
5189dc417a
|
scrrun: Added support for interface pointers as keys for dictionary.
|
2015-03-23 16:39:17 +09:00 |
Nikolay Sivov
|
ba48217429
|
scrrun: Implement IEnumVARIANT support for dictionary.
|
2015-03-19 14:06:42 +09:00 |
Nikolay Sivov
|
2d15758c38
|
scrrun/tests: A test for adding BYREF item.
|
2015-03-03 12:40:04 +09:00 |
Nikolay Sivov
|
1c813d5be3
|
scrrun: Implement Keys() and Items() of dictionary.
|
2015-03-03 12:39:54 +09:00 |
Nikolay Sivov
|
9419e97c3e
|
scrrun: Implement Exists() method for dictionary.
|
2015-03-02 13:53:56 +09:00 |
Nikolay Sivov
|
acfde52f06
|
scrrun: Implement Remove() for dictionary.
|
2015-03-02 13:53:51 +09:00 |
Nikolay Sivov
|
1bc4c57e55
|
scrrun: Implement Item() property for dictionary.
|
2015-03-02 13:53:46 +09:00 |
Nikolay Sivov
|
5f41a746e9
|
scrrun: Implement Add() and RemoveAll() for dictionary.
|
2015-03-02 13:53:37 +09:00 |
Nikolay Sivov
|
94e5353f0d
|
scrrun/tests: More dictionary tests.
|
2015-02-27 13:18:17 +09:00 |
Nikolay Sivov
|
08900265a0
|
scrrun: Implement HashVal for floating point keys.
|
2015-02-25 20:35:18 +09:00 |
Nikolay Sivov
|
2fc2a7ae02
|
scrrun: Implement HashVal property for integer keys.
|
2015-02-25 16:18:34 +09:00 |
Nikolay Sivov
|
37120e7582
|
scrrun: Implement HashVal property for VT_BSTR case.
|
2015-02-25 16:18:34 +09:00 |
Nikolay Sivov
|
075fe10ba5
|
scrrun: Store compare method for dictionary.
|
2015-02-24 21:55:49 +09:00 |
Alistair Leslie-Hughes
|
98aa713fa7
|
scrrun: Add Scripting.Dictionary interface.
|
2012-09-20 19:55:14 +02:00 |