Home
last modified time | relevance | path

Searched refs:xint (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sal/test/unloading/
H A DunloadTest.cxx192 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 …]
/trunk/main/sd/source/ui/unoidl/
H A Dunohelp.hxx50 #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)
/trunk/main/extensions/test/ole/unloading/
H A DunloadTest.cxx114 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
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx72 #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 Dunopage.cxx68 #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 Dunoshap3.cxx65 #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 Dunoshap2.cxx80 #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 Dunoshape.cxx118 #define QUERYINT( xint ) \ argument
119 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \
120 aAny <<= uno::Reference< xint >(this)
/trunk/main/dtrans/test/win32/dnd/
H A Datlwindow.cxx114 …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()
/trunk/main/editeng/source/uno/
H A Dunotext2.cxx46 #define QUERYINT( xint ) \ argument
47 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \
48 return uno::makeAny(uno::Reference< xint >(this))
H A Dunofield.cxx48 #define QUERYINT( xint ) \ argument
49 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \
50 aAny <<= uno::Reference< xint >(this)
H A Dunotext.cxx59 #define QUERYINT( xint ) \ argument
60 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \
61 return uno::makeAny(uno::Reference< xint >(this))
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java664 … 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()

Completed in 94 milliseconds