/trunk/main/ucbhelper/source/provider/ |
H A D | interactionrequest.cxx | 140 static_cast< lang::XTypeProvider * >( this ), in queryInterface() 182 uno::Reference< lang::XTypeProvider > * >( 0 ) ), in getTypes() 290 static_cast< lang::XTypeProvider * >( this ), in queryInterface() 334 uno::Reference< lang::XTypeProvider > * >( 0 ) ), in getTypes() 392 static_cast< lang::XTypeProvider * >( this ), in queryInterface() 436 uno::Reference< lang::XTypeProvider > * >( 0 ) ), in getTypes() 494 static_cast< lang::XTypeProvider * >( this ), in queryInterface() 596 static_cast< lang::XTypeProvider * >( this ), in queryInterface() 698 static_cast< lang::XTypeProvider * >( this ), in queryInterface() 964 static_cast< lang::XTypeProvider * >( this ), in queryInterface() [all …]
|
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | MultiTypeInterfaceContainer_Test.java | 28 import com.sun.star.lang.XTypeProvider; 65 proxyObj2TypeProv= ProxyProvider.createProxy(obj2, XTypeProvider.class); in MultiTypeInterfaceContainer_Test() 133 ci= cont.addInterface(new Type(XTypeProvider.class), null); in addInterface() 170 cont.addInterface(new Type(XTypeProvider.class), null); in getContainedTypes() 181 else if(types[c].equals( new Type(XTypeProvider.class))) in getContainedTypes() 220 ci= cont.addInterface(new Type(XTypeProvider.class), null); in getContainer() 223 icont= cont.getContainer( new Type(XTypeProvider.class)); in getContainer() 248 count= cont.removeInterface( new Type(XTypeProvider.class), obj1); in removeInterface() 250 count= cont.removeInterface( new Type(XTypeProvider.class), null); in removeInterface() 293 ci= cont.addInterface(new Type(XTypeProvider.class), null); in clear() [all …]
|
/trunk/main/toolkit/test/accessibility/ |
H A D | AccessibleUNOHandler.java | 29 import com.sun.star.lang.XTypeProvider; 64 private XTypeProvider GetTypeProvider (AccessibleTreeNode aNode) in GetTypeProvider() 66 XTypeProvider xTypeProvider = null; in GetTypeProvider() 68 xTypeProvider = (XTypeProvider)UnoRuntime.queryInterface( in GetTypeProvider() 69 XTypeProvider.class, ((AccTreeNode)aNode).getContext()); in GetTypeProvider() 97 XTypeProvider xTypeProvider = GetTypeProvider (aParent); in createChild() 125 XTypeProvider xTypeProvider) in CreateInterfaceTree()
|
/trunk/main/cppuhelper/test/ |
H A D | testimplhelper.cxx | 332 Reference< lang::XTypeProvider > xTP( xOriginal, UNO_QUERY ); in dotest() 368 Reference< lang::XTypeProvider > xProv( xg, UNO_QUERY ); in dotest() 430 Reference< XInterface > xImpl( (lang::XTypeProvider *)new TestImpl() ); in test_ImplHelper() 431 Reference< lang::XTypeProvider > xTP1( xImpl, UNO_QUERY ); in test_ImplHelper() 433 Reference< lang::XTypeProvider > xTP2( xWeakImpl, UNO_QUERY ); in test_ImplHelper() 435 Reference< lang::XTypeProvider > xTP3( xWeakAggImpl, UNO_QUERY ); in test_ImplHelper() 437 Reference< lang::XTypeProvider > xTP4( xWeakComponentImpl, UNO_QUERY ); in test_ImplHelper() 439 Reference< lang::XTypeProvider > xTP5( xWeakAggComponentImpl, UNO_QUERY ); in test_ImplHelper() 461 Reference< lang::XTypeProvider > xTP6( xWeakImpl, UNO_QUERY ); in test_ImplHelper() 469 Reference< lang::XTypeProvider > xTP7( xWeakAggImpl, UNO_QUERY ); in test_ImplHelper()
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpintreq.cxx | 69 SAL_STATIC_CAST( lang::XTypeProvider*, this ), in queryInterface() 80 XTypeProvider, in XTYPEPROVIDER_IMPL_2() argument 128 SAL_STATIC_CAST( lang::XTypeProvider*, this ), in queryInterface() 139 XTypeProvider, in XTYPEPROVIDER_IMPL_2() argument 188 SAL_STATIC_CAST( lang::XTypeProvider*, this ), in queryInterface() 199 XTypeProvider, in XTYPEPROVIDER_IMPL_2() argument
|
/trunk/main/ucb/source/ucp/file/ |
H A D | filinsreq.cxx | 70 SAL_STATIC_CAST( lang::XTypeProvider*, this ), in queryInterface() 81 XTypeProvider, in XTYPEPROVIDER_IMPL_2() argument 109 SAL_STATIC_CAST( lang::XTypeProvider*, this ), in queryInterface() 120 XTypeProvider, in XTYPEPROVIDER_IMPL_2() argument 169 SAL_STATIC_CAST( lang::XTypeProvider*, this ), in queryInterface() 180 XTypeProvider, in XTYPEPROVIDER_IMPL_2() argument
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | dbg.java | 34 import com.sun.star.lang.XTypeProvider; 85 XTypeProvider xTypeProvider = (XTypeProvider) in getInterfaceTypes() 86 UnoRuntime.queryInterface( XTypeProvider.class, xTarget); in getInterfaceTypes() 327 XTypeProvider xTypeProvider = (XTypeProvider) in getImplID() 328 UnoRuntime.queryInterface( XTypeProvider.class, xTarget); in getImplID()
|
/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/ |
H A D | service1_impl.cxx | 58 , public lang::XTypeProvider 108 static_cast< lang::XTypeProvider * >( this ) ); in queryInterface() 111 if (type.equals(::cppu::UnoType< Reference< lang::XTypeProvider > >::get())) in queryInterface() 115 static_cast< lang::XTypeProvider * >( this ) ); in queryInterface() 158 seq[ 0 ] = ::cppu::UnoType< Reference< lang::XTypeProvider > >::get(); in getTypes() 226 return static_cast< lang::XTypeProvider * >( new MyService1Impl( xContext) ); in create_MyService1Impl()
|
/trunk/main/connectivity/source/sdbcx/ |
H A D | VCollection.cxx | 305 m_aContainerListeners.disposeAndClear(EventObject(static_cast<XTypeProvider*>(this))); in disposing() 306 m_aRefreshListeners.disposeAndClear(EventObject(static_cast<XTypeProvider*>(this))); in disposing() 319 …throw IndexOutOfBoundsException(::rtl::OUString::valueOf(Index),static_cast<XTypeProvider*>(this)); in getByIndex() 335 throw NoSuchElementException( sError, static_cast< XTypeProvider* >( this ) ); in getByName() 354 EventObject aEvt(static_cast<XTypeProvider*>(this)); in refresh() 387 throw ElementExistException(sName,static_cast<XTypeProvider*>(this)); in appendByDescriptor() 413 throw NoSuchElementException(elementName,static_cast<XTypeProvider*>(this)); in dropByName() 422 …throw IndexOutOfBoundsException(::rtl::OUString::valueOf(index),static_cast<XTypeProvider*>(this)); in dropByIndex() 566 throw WrappedTargetException(e.Message,static_cast<XTypeProvider*>(this),makeAny(e)); in getObject()
|
/trunk/main/ucbhelper/inc/ucbhelper/ |
H A D | interactionrequest.hxx | 67 public com::sun::star::lang::XTypeProvider, 188 public com::sun::star::lang::XTypeProvider, 225 public com::sun::star::lang::XTypeProvider, 262 public com::sun::star::lang::XTypeProvider, 299 public com::sun::star::lang::XTypeProvider, 337 public com::sun::star::lang::XTypeProvider, 638 public com::sun::star::lang::XTypeProvider, 692 public com::sun::star::lang::XTypeProvider,
|
/trunk/main/ucb/source/core/ |
H A D | provprox.cxx | 62 XTypeProvider, 73 XTypeProvider, 152 static_cast< XTypeProvider * >( this ), in queryInterface() 188 Reference< XTypeProvider > xProvider( getContentProvider(), UNO_QUERY ); in getTypes() 196 CPPU_TYPE_REF( XTypeProvider ), in getTypes()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/ |
H A D | _XCloneable.java | 29 import com.sun.star.lang.XTypeProvider; 67 XTypeProvider provider = (XTypeProvider) in getImplementationID() 68 UnoRuntime.queryInterface(XTypeProvider.class, ifc); in getImplementationID()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | AKeys.cxx | 71 …on->throwGenericSQLException( STR_INVALID_KEY_DESCRIPTOR_ERROR,static_cast<XTypeProvider*>(this) ); in appendObject() 95 ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); in appendObject() 97 …on->throwGenericSQLException( STR_INVALID_KEY_DESCRIPTOR_ERROR,static_cast<XTypeProvider*>(this) ); in appendObject() 107 ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); in dropObject()
|
H A D | AViews.cxx | 70 …)->throwGenericSQLException( STR_INVALID_VIEW_DESCRIPTOR_ERROR,static_cast<XTypeProvider*>(this) ); in appendObject() 75 …nection()->throwGenericSQLException( STR_VIEW_NO_COMMAND_ERROR,static_cast<XTypeProvider*>(this) ); in appendObject() 82 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in appendObject() 95 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in dropObject()
|
/trunk/main/cppuhelper/inc/cppuhelper/ |
H A D | implbase_ex_post.hxx | 34 __IFC_EX_TYPE_INIT_NAME( class_cast, ::com::sun::star::lang::XTypeProvider ) \ 52 : public ::com::sun::star::lang::XTypeProvider \ 70 , public ::com::sun::star::lang::XTypeProvider \ 92 , public ::com::sun::star::lang::XTypeProvider \ 176 , public ::com::sun::star::lang::XTypeProvider \ 201 , public ::com::sun::star::lang::XTypeProvider \
|
H A D | implbase1.hxx | 53 …{ { ::com::sun::star::lang::XTypeProvider::static_type }, ((sal_IntPtr)(::com::sun::star::lang::XT… in operator ()() 70 : public ::com::sun::star::lang::XTypeProvider 93 , public ::com::sun::star::lang::XTypeProvider 126 , public ::com::sun::star::lang::XTypeProvider
|
H A D | implbase2.hxx | 53 …{ { ::com::sun::star::lang::XTypeProvider::static_type }, ((sal_IntPtr)(::com::sun::star::lang::XT… in operator ()() 70 : public ::com::sun::star::lang::XTypeProvider 94 , public ::com::sun::star::lang::XTypeProvider 127 , public ::com::sun::star::lang::XTypeProvider
|
H A D | implbase3.hxx | 54 …{ { ::com::sun::star::lang::XTypeProvider::static_type }, ((sal_IntPtr)(::com::sun::star::lang::XT… in operator ()() 71 : public ::com::sun::star::lang::XTypeProvider 95 , public ::com::sun::star::lang::XTypeProvider 128 , public ::com::sun::star::lang::XTypeProvider
|
H A D | implbase4.hxx | 56 …{ { ::com::sun::star::lang::XTypeProvider::static_type }, ((sal_IntPtr)(::com::sun::star::lang::XT… in operator ()() 73 : public ::com::sun::star::lang::XTypeProvider 97 , public ::com::sun::star::lang::XTypeProvider 130 , public ::com::sun::star::lang::XTypeProvider
|
H A D | implbase5.hxx | 57 …{ { ::com::sun::star::lang::XTypeProvider::static_type }, ((sal_IntPtr)(::com::sun::star::lang::XT… in operator ()() 74 : public ::com::sun::star::lang::XTypeProvider 98 , public ::com::sun::star::lang::XTypeProvider 131 , public ::com::sun::star::lang::XTypeProvider
|
H A D | implbase6.hxx | 58 …{ { ::com::sun::star::lang::XTypeProvider::static_type }, ((sal_IntPtr)(::com::sun::star::lang::XT… in operator ()() 75 : public ::com::sun::star::lang::XTypeProvider 99 , public ::com::sun::star::lang::XTypeProvider 132 , public ::com::sun::star::lang::XTypeProvider
|
/trunk/main/ucb/source/cacher/ |
H A D | cacheddynamicresultset.cxx | 97 static_cast< XTypeProvider* >( this ) in XINTERFACE_COMMON_IMPL() 108 , XTypeProvider 157 XTypeProvider, 166 XTypeProvider,
|
H A D | cacheddynamicresultsetstub.cxx | 98 static_cast< XTypeProvider* >( this ) in XINTERFACE_COMMON_IMPL() 109 , XTypeProvider 147 XTypeProvider, 156 XTypeProvider,
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | ServiceInterfaceView.java | 41 import com.sun.star.lang.XTypeProvider; 145 XTypeProvider xTypeProvider = (XTypeProvider)UnoRuntime.queryInterface( in CreateInterfaceTree() 146 XTypeProvider.class, mxContext); in CreateInterfaceTree()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | implbase_var.hxx | 123 { { ::com::sun::star::lang::XTypeProvider::static_type }, in BOOST_PP_CAT() 125 static_cast< ::com::sun::star::lang::XTypeProvider * >( in BOOST_PP_CAT() 149 : public ::com::sun::star::lang::XTypeProvider, 197 public ::com::sun::star::lang::XTypeProvider, 341 public ::com::sun::star::lang::XTypeProvider,
|