/aoo4110/main/extensions/workben/ |
H A D | pythonautotest.cxx | 492 XIntrospectionAccessRef xIntrospection = xInvoke->getIntrospection(); in main() local 493 OSL_ASSERT( xIntrospection.is() ); in main() 496 xIntrospection->getMethods(0); in main() 497 xIntrospection->getProperties(0); in main() 499 OSL_ASSERT( xIntrospection->getSuppliedMethodConcepts() == 0 ); in main() 500 OSL_ASSERT( xIntrospection->getSuppliedPropertyConcepts() == 0 ); in main() 502 Property prop = xIntrospection->getProperty( L"nIntTest" ,0 ); in main() 506 XIdlMethodRef method = xIntrospection->getMethod( L"foo" , 0 ); in main()
|
H A D | testresource.cxx | 65 XIntrospectionAccessRef xIntrospection = xResLoader->getIntrospection(); in Main() local
|
/aoo4110/main/scripting/source/vbaevents/ |
H A D | eventhelper.cxx | 101 void dumpListeners( const Reference< beans::XIntrospection >& xIntrospection, const Reference<XInte… 104 if ( xIntrospection.is() ) 106 xIntrospectionAccess = xIntrospection->inspect( 454 Reference< beans::XIntrospection > xIntrospection( in getEventListeners() local 458 dumpListeners( xIntrospection, m_xControl ); in getEventListeners() 459 dumpListeners( xIntrospection, m_xControl->getModel() ); in getEventListeners() 462 if ( xIntrospection.is() ) in getEventListeners() 464 xIntrospectionAccess = xIntrospection->inspect( in getEventListeners()
|
/aoo4110/main/eventattacher/source/ |
H A D | eventattacher.cxx | 594 Reference< XIntrospection > xIntrospection = getIntrospection(); in attachListener() local 595 if( !xIntrospection.is() ) in attachListener() 601 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in attachListener() 746 Reference< XIntrospection > xIntrospection = getIntrospection(); in removeListener() local 747 if( !xIntrospection.is() ) in removeListener() 752 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in removeListener()
|
/aoo4110/main/stoc/source/invocation/ |
H A D | invocation.cxx | 244 Reference<XIntrospection> xIntrospection; member in stoc_inv::Invocation_Impl 280 , xIntrospection( rI ) in Invocation_Impl() 424 if (xIntrospection.is()) in setMaterial() 426 _xIntrospectionAccess = xIntrospection->inspect( _aMaterial ); in setMaterial() 1125 Reference<XIntrospection> xIntrospection; member in stoc_inv::InvocationService 1139 xIntrospection = Reference<XIntrospection>( in InvocationService() 1205 xTypeConverter, xIntrospection, xCoreReflection ) ); in createInstanceWithArguments()
|
/aoo4110/main/scripting/source/dlgprov/ |
H A D | dlgprov.cxx | 595 static Reference< XIntrospection > xIntrospection; in inspectHandler() local 600 if( !xIntrospection.is() ) in inspectHandler() 614 xIntrospection = Reference< XIntrospection >::query( xI ); in inspectHandler() 617 if( xIntrospection.is() ) in inspectHandler() 624 xIntrospectionAccess = xIntrospection->inspect( aHandlerAny ); in inspectHandler()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbahelper.cxx | 76 static uno::Reference< beans::XIntrospection > xIntrospection; in getIntrospectionAccess() local 77 if( !xIntrospection.is() ) in getIntrospectionAccess() 80 …xIntrospection.set( xFactory->createInstance( rtl::OUString::createFromAscii("com.sun.star.beans.I… in getIntrospectionAccess() 82 return xIntrospection->inspect( aObject ); in getIntrospectionAccess()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | genericpropertyhandler.cxx | 386 Reference< XIntrospection > xIntrospection; in inspect() local 387 if ( !m_aContext.createComponent( "com.sun.star.beans.Introspection", xIntrospection ) ) in inspect() 390 …Reference< XIntrospectionAccess > xIntrospectionAccess( xIntrospection->inspect( makeAny( _rxIntro… in inspect()
|
H A D | eventhandler.cxx | 1061 …Reference< XIntrospection > xIntrospection( m_aContext.createComponent( "com.sun.star.beans.Intros… in impl_getCopmonentListenerTypes_nothrow() local 1065 m_xComponent, xIntrospection, aListeners ); in impl_getCopmonentListenerTypes_nothrow() 1070 lcl_addListenerTypesFor_throw( xSecondaryComponent, xIntrospection, aListeners ); in impl_getCopmonentListenerTypes_nothrow()
|
/aoo4110/main/stoc/test/ |
H A D | testintrosp.cxx | 955 Reference< XIdlReflection > /*xRefl*/, Reference< XIntrospection > xIntrospection ) in test_introsp() 1156 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in test_introsp() 1157 xAccess = xIntrospection->inspect( aObjAny ); in test_introsp() 1158 xAccess = xIntrospection->inspect( aObjAny ); in test_introsp()
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 275 static uno::Reference< beans::XIntrospection > xIntrospection; in getIntrospectionAccess() local 276 if( !xIntrospection.is() ) in getIntrospectionAccess() 279 …xIntrospection.set( xFactory->createInstance( rtl::OUString::createFromAscii("com.sun.star.beans.I… in getIntrospectionAccess() 281 return xIntrospection->inspect( aObject ); in getIntrospectionAccess()
|
/aoo4110/main/reportdesign/source/core/sdr/ |
H A D | UndoEnv.cxx | 310 Reference< XIntrospectionAccess > xIntrospection( in propertyChange() local 314 …rObjectInfo.xPropertyIntrospection.set( xIntrospection->queryAdapter( XPropertySet::static_type() … in propertyChange()
|
/aoo4110/main/pyuno/source/module/ |
H A D | pyuno_runtime.cxx | 296 c->xIntrospection = Reference< XIntrospection > ( in create() 301 if( ! c->xIntrospection.is() ) in create()
|
H A D | pyuno_adapter.cxx | 130 runtime.getImpl()->cargo->xIntrospection->inspect( makeAny( unoAdapterObject ) ); in getOutIndexes()
|
H A D | pyuno_impl.hxx | 211 com::sun::star::uno::Reference< com::sun::star::beans::XIntrospection > xIntrospection; member
|
/aoo4110/main/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 411 Reference< XIntrospection > xIntrospection( xIFace, UNO_QUERY); in createEventAttacherManager() local 412 return new ImplEventAttacherManager( xIntrospection, rSMgr ); in createEventAttacherManager()
|
/aoo4110/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 2417 static Reference< XIntrospection > xIntrospection; in SbUnoObject() local 2537 static Reference< XIntrospection > xIntrospection; in doIntrospection() local 2543 if( !xIntrospection.is() ) in doIntrospection() 2551 xIntrospection = Reference< XIntrospection >::query( xI ); in doIntrospection() 2555 if( !xIntrospection.is() ) in doIntrospection() 2564 mxUnoAccess = xIntrospection->inspect( maTmpUnoObj ); in doIntrospection()
|