| /AOO42X/main/sal/test/unloading/ |
| H A D | unloadTest.cxx | 192 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test1() local 198 xint=0; in test1() 230 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test2() local 275 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test3() local 323 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test4() local 372 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test5() local 439 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test6() local 570 Reference<XInterface> xint= serviceManager->createInstance( OUString( in test8() local 581 Reference<XServiceInfo> info( xint, UNO_QUERY); in test8() 588 b_instances_identical= xint == xint2; in test8() [all …]
|
| /AOO42X/main/sd/source/ui/unoidl/ |
| H A D | unohelp.hxx | 50 #define ITYPE( xint ) \ argument 51 ::getCppuType((const uno::Reference< xint >*)0) 53 #define QUERYINT( xint ) \ argument 54 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \ 55 aAny <<= uno::Reference< xint >(this)
|
| /AOO42X/main/extensions/test/ole/unloading/ |
| H A D | unloadTest.cxx | 114 Reference<XInterface> xint= fac->createInstanceWithContext( sService2, context); in test2() local 127 xint=0; in test2() 148 Reference<XInterface> xint= fac->createInstanceWithContext( sService, context); in test3() local 162 xint=0; in test3() 203 Reference<XInterface> xint= fac->createInstanceWithContext( sService4, context); in test4() local
|
| /AOO42X/main/svx/source/unodraw/ |
| H A D | unomod.cxx | 72 #define QUERYINT( xint ) \ argument 73 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \ 74 aAny <<= uno::Reference< xint >(this) 76 #define ITYPE( xint ) \ argument 77 ::getCppuType((const uno::Reference< xint >*)0)
|
| H A D | unopage.cxx | 68 #define INTERFACE_TYPE( xint ) \ argument 69 ::getCppuType((const Reference< xint >*)0) 71 #define QUERYINT( xint ) \ argument 72 if( rType == ::getCppuType((const Reference< xint >*)0) ) \ 73 aAny <<= Reference< xint >(this)
|
| H A D | unoshap3.cxx | 65 #define INTERFACE_TYPE( xint ) \ argument 66 ::getCppuType((const Reference< xint >*)0) 68 #define QUERYINT( xint ) \ argument 69 if( rType == ::getCppuType((const Reference< xint >*)0) ) \ 70 aAny <<= Reference< xint >(this)
|
| H A D | unoshap2.cxx | 80 #define INTERFACE_TYPE( xint ) \ argument 81 ::getCppuType((const Reference< xint >*)0) 83 #define QUERYINT( xint ) \ argument 84 if( rType == ::getCppuType((const Reference< xint >*)0) ) \ 85 aAny <<= Reference< xint >(this)
|
| H A D | unoshape.cxx | 118 #define QUERYINT( xint ) \ argument 119 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \ 120 aAny <<= uno::Reference< xint >(this)
|
| /AOO42X/main/dtrans/test/win32/dnd/ |
| H A D | atlwindow.cxx | 114 …Reference< XInterface> xint= MultiServiceFactory->createInstance(OUString(L"com.sun.star.datatrans… in OnCreate() local 115 m_xDragSource= Reference<XDragSource>( xint, UNO_QUERY); in OnCreate() 116 Reference<XInitialization> xInit( xint, UNO_QUERY); in OnCreate()
|
| /AOO42X/main/editeng/source/uno/ |
| H A D | unotext2.cxx | 46 #define QUERYINT( xint ) \ argument 47 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \ 48 return uno::makeAny(uno::Reference< xint >(this))
|
| H A D | unofield.cxx | 48 #define QUERYINT( xint ) \ argument 49 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \ 50 aAny <<= uno::Reference< xint >(this)
|
| H A D | unotext.cxx | 59 #define QUERYINT( xint ) \ argument 60 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \ 61 return uno::makeAny(uno::Reference< xint >(this))
|
| /AOO42X/main/javaunohelper/com/sun/star/lib/uno/helper/ |
| H A D | PropertySet.java | 664 … XInterface xint= UnoRuntime.queryInterface(XInterface.class, setVal); in convertPropertyValue() local 665 if (xint != null) in convertPropertyValue() 666 convObj= new Any(new Type(XInterface.class), xint); in convertPropertyValue()
|