Searched refs:oletest (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/extensions/test/ole/unoTocomCalls/Test/ |
H A D | Test.cpp | 78 CComDispatchDriver oletest( retVal.punkVal); in doTest() local 96 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 99 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 102 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 105 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 108 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 111 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 114 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 117 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 120 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() [all …]
|
/aoo42x/main/extensions/test/ole/OleConverterVar1/ |
H A D | convTest.cxx | 59 using namespace oletest; 138 CComDispatchDriver oletest; in doTest() local 143 oletest= pVariant->pdispVal; in doTest() 189 hr= oletest.GetPropertyByName( static_cast<LPCOLESTR>(L"attrBy"), &varRet); in doTest() 190 hr= oletest.GetPropertyByName( static_cast<LPCOLESTR>(L"attrBy"), &varRet); in doTest() 202 hr = oletest.p->Invoke(dispid, IID_NULL, LOCALE_USER_DEFAULT, in doTest() 205 hr = oletest.p->Invoke(dispid, IID_NULL, LOCALE_USER_DEFAULT, in doTest() 212 hr = oletest.p->Invoke(dispid, IID_NULL, LOCALE_USER_DEFAULT, in doTest() 215 hr = oletest.p->Invoke(dispid, IID_NULL, LOCALE_USER_DEFAULT, in doTest() 221 hr = oletest.p->Invoke( dispid, IID_NULL, LOCALE_USER_DEFAULT, in doTest() [all …]
|
H A D | readme.txt | 7 com.sun.star.bridge.OleBridgeSupplierVar1, oletest.OleTest. The OleTest 9 oletest.rdb file that must be merged with the types.rdb and OleTest
|
/aoo42x/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 30 module oletest 215 oletest::XSimple returnInterface(); 217 void outStruct( [out] oletest::SimpleStruct outStruct); 218 void outEnum( [out] oletest::SimpleEnum outEnum); 231 void outValuesAll( [out] oletest::XSimple outInterface, 247 void inoutEnum( [inout] oletest::SimpleEnum inoutVal); 259 void inoutValuesAll( [inout] oletest::XSimple aXSimple, 260 [inout] oletest::SimpleStruct aStruct, 261 [inout] oletest::SimpleEnum aEnum, 281 [attribute] oletest::XSimple simple; [all …]
|
/aoo42x/main/extensions/test/ole/cpnt/ |
H A D | makefile.mk | 26 TARGET= oletest 89 ALLIDLFILES:= ..$/idl$/oletest.idl 91 $(BIN)$/oletest.rdb: $(ALLIDLFILES) 96 $(MISC)$/$(TARGET).cppumaker.done: $(BIN)$/oletest.rdb
|
H A D | readme.txt | 6 The service name is oletest.OleTest. 8 types rdb is in wntmscixx.pro\bin\oletest.rdb 18 The oletest.dll must be registered, for example in the services.rdb, using 19 regcomp. Then the uno types contained in oletest.rdb (wntmscixx/bin) must be merged
|
H A D | cpnt.cxx | 60 using namespace oletest;
|
/aoo42x/main/extensions/test/ole/unoTocomCalls/ |
H A D | readme.txt | 4 Callback implements functions defined in oletest.XCallback 5 and Simple implements functions defined in oletest.XSimple.
|
/aoo42x/main/extensions/test/ole/VisualBasic/ |
H A D | readme.txt | 5 Component oletest.Oletest (extensions/test/ole/cpnt) 10 types (oletest.rdb in wntmsci7/bin/) which must be merged with the rdb.
|
/aoo42x/main/extensions/test/ole/cppToUno/ |
H A D | readme.txt | 4 To run the test, the service oletest.OleTest ( extensions/test/ole/cpnt)
|
Completed in 57 milliseconds