Searched refs:xint (Results 1 – 13 of 13) sorted by relevance
192 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test1() local198 xint=0; in test1()230 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test2() local275 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test3() local323 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test4() local372 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test5() local439 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test6() local570 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test8() local581 Reference<XServiceInfo> info( xint, UNO_QUERY); in test8()588 b_instances_identical= xint == xint2; in test8()[all …]
50 #define ITYPE( xint ) \ argument51 ::getCppuType((const uno::Reference< xint >*)0)53 #define QUERYINT( xint ) \ argument54 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \55 aAny <<= uno::Reference< xint >(this)
114 Reference<XInterface> xint= fac->createInstanceWithContext( sService2, context); in test2() local127 xint=0; in test2()148 Reference<XInterface> xint= fac->createInstanceWithContext( sService, context); in test3() local162 xint=0; in test3()203 Reference<XInterface> xint= fac->createInstanceWithContext( sService4, context); in test4() local
72 #define QUERYINT( xint ) \ argument73 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \74 aAny <<= uno::Reference< xint >(this)76 #define ITYPE( xint ) \ argument77 ::getCppuType((const uno::Reference< xint >*)0)
68 #define INTERFACE_TYPE( xint ) \ argument69 ::getCppuType((const Reference< xint >*)0)71 #define QUERYINT( xint ) \ argument72 if( rType == ::getCppuType((const Reference< xint >*)0) ) \73 aAny <<= Reference< xint >(this)
65 #define INTERFACE_TYPE( xint ) \ argument66 ::getCppuType((const Reference< xint >*)0)68 #define QUERYINT( xint ) \ argument69 if( rType == ::getCppuType((const Reference< xint >*)0) ) \70 aAny <<= Reference< xint >(this)
80 #define INTERFACE_TYPE( xint ) \ argument81 ::getCppuType((const Reference< xint >*)0)83 #define QUERYINT( xint ) \ argument84 if( rType == ::getCppuType((const Reference< xint >*)0) ) \85 aAny <<= Reference< xint >(this)
118 #define QUERYINT( xint ) \ argument119 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \120 aAny <<= uno::Reference< xint >(this)
114 …Reference< XInterface> xint= MultiServiceFactory->createInstance(OUString(L"com.sun.star.datatrans… in OnCreate() local115 m_xDragSource= Reference<XDragSource>( xint, UNO_QUERY); in OnCreate()116 Reference<XInitialization> xInit( xint, UNO_QUERY); in OnCreate()
46 #define QUERYINT( xint ) \ argument47 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \48 return uno::makeAny(uno::Reference< xint >(this))
48 #define QUERYINT( xint ) \ argument49 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \50 aAny <<= uno::Reference< xint >(this)
59 #define QUERYINT( xint ) \ argument60 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \61 return uno::makeAny(uno::Reference< xint >(this))
664 … XInterface xint= UnoRuntime.queryInterface(XInterface.class, setVal); in convertPropertyValue() local665 if (xint != null) in convertPropertyValue()666 convObj= new Any(new Type(XInterface.class), xint); in convertPropertyValue()
Completed in 123 milliseconds