Lines Matching refs:L

70 #define IMPL_NAME L"oletest.OleTestImpl"  // oletest.OleTestImpl in applicat.rdb
71 #define SERVICE_NAME L"oletest.OleTest"
72 #define KEY1 L"/oletest.OleTestImpl/UNO/SERVICES"
73 #define KEY2 L"oletest.OleTest"
977 rout3= L" another string"; in testout_methodMulParams2()
981 sout= L"Out Hallo!"; in testout_methodMulParams3()
1232 any= rOut->getValue( OUString( L"value")); in testinout_methodXInterface()
1235 OUString string(L"out"); in testinout_methodXInterface()
1237 rOut->setValue( OUString(L"value"), any); in testinout_methodXInterface()
1239 any= rOut->getValue( OUString( L"value")); in testinout_methodXInterface()
1289 …Property a(L"OleTest_Property", 255, getCppuType( (Reference<XInterface>*)0), PropertyAttribute::M… in retMethodStruct()
1298 …Property a(L"OleTest_Property", 255, getCppuType( (Reference<XInterface>*)0), PropertyAttribute::M… in getAttrStruct()
1326 rAny <<= OUString(L"Ein Any"); in other_methodAnyOut()
1332 a <<= OUString(L"Ein Any"); in other_methodAnyRet()
1477 xSimple->func(L"XCallback::returnInterface"); in testInterface()
1485 xSimple->func(L"XCallback::outInterface works"); in testInterface()
1565 xCallback->outValuesMixed( 1111, outLong, OUString( L"in string") ); in testInterface()
1622 xSimple->func(L"XSimple called from OleTest"); in testInterface()
1627 …Reference<XIdlReflection> xRefl( m_rFactory->createInstance(L"com.sun.star.reflection.CoreReflecti… in testInterface()
1630 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface()
1662 arAny[0] <<= OUString( L"string 0"); in testInterface()
1663 arAny[1] <<= OUString( L"string 1"); in testInterface()
1664 arAny[2] <<= OUString( L"string 2"); in testInterface()
1689 OUString s(L" OleTest"); in testInterface()
1710 sal_Unicode uc= L'A'; in testInterface()
1719 OUString s(L"OleTest"); in testInterface()
1776 …Reference<XIdlReflection> xRefl( m_rFactory->createInstance(L"com.sun.star.reflection.CoreReflecti… in testInterface()
1779 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface()
1796 arAny[0] <<= OUString( L"string 0"); in testInterface()
1797 arAny[1] <<= OUString( L"string 1"); in testInterface()
1798 arAny[2] <<= OUString( L"string 2"); in testInterface()
1802 OUString s(L" OleTest"); in testInterface()
1806 sal_Unicode aChar= L'A'; in testInterface()
1807 OUString aString( L"OleTest"); in testInterface()
1818 aXSimple->func(L"XSimple called from OleTest"); in testInterface()
1841 xCallback->inValues( L'a', 0xffffL, OUString(L" a string from OleTest")); in testInterface()
1873 …Reference<XInterface> xIntFact = m_rFactory->createInstance(L"com.sun.star.bridge.oleautomation.Fa… in testInterface()
1877 Reference<XInterface> xIntCallback= oleFact->createInstance(L"XCallback_Impl.Callback"); in testInterface()
1883 xInv->invoke( OUString( L"outValuesAll"), Sequence<Any>(), seqIndizes, seqOutParams); in testInterface()
1901 xSimple->func( L"Call from OleTest on XSimple"); in testInterface()
1932 …Reference<XInterface> xIntFact = m_rFactory->createInstance(L"com.sun.star.bridge.oleautomation.Fa… in testInterface()
1936 Reference<XInterface> xIntCallback= oleFact->createInstance(L"XCallback_Impl.Callback"); in testInterface()
1947 …Reference<XIdlReflection> xRefl( m_rFactory->createInstance(L"com.sun.star.reflection.CoreReflecti… in testInterface()
1950 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface()
1966 arSeqAny[0] <<= OUString( L"string 0"); in testInterface()
1967 arSeqAny[1] <<= OUString( L"string 1"); in testInterface()
1968 arSeqAny[2] <<= OUString( L"string 2"); in testInterface()
1972 OUString str(L" Ein Any param"); in testInterface()
1975 arAny[6] <<= L'B'; in testInterface()
1976 OUString stringParam(L" a string parameter"); in testInterface()
1991 xInv->invoke( OUString( L"inoutValuesAll"), params, seqIndizes, seqOutParams); in testInterface()
1996 xSimple->func( L"Call from OleTest on XSimple"); in testInterface()
2029 L"com.sun.star.bridge.oleautomation.Factory"); in testInterface()
2033 Reference<XInterface> xIntCallback= oleFact->createInstance(L"XCallback_Impl.Callback"); in testInterface()
2039 sal_Unicode aChar=L'a'; in testInterface()
2043 OUString aString(L" a string parameter"); in testInterface()
2046 xInv->invoke( OUString( L"inValues"), Sequence<Any>(arAny,3), seqIndizes, seqOutParams); in testInterface()
2056 simple->func(L"OleTest calls on XSimple"); in testInterface()
2101 return L"XSimple"; in getName()
2109 xSimple->func( L"OleTest is calling XSimple"); in testInterface2()
2112 xSimple2->func2( L"OleTest is calling XSimple2"); in testInterface2()
2115 xSimple3->func3( L"OleTest is calling XSimple3"); in testInterface2()