Home
last modified time | relevance | path

Searched refs:xIntrospection (Results 1 – 17 of 17) sorted by relevance

/aoo41x/main/extensions/workben/
H A Dpythonautotest.cxx492 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 Dtestresource.cxx65 XIntrospectionAccessRef xIntrospection = xResLoader->getIntrospection(); in Main() local
/aoo41x/main/scripting/source/vbaevents/
H A Deventhelper.cxx101 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()
/aoo41x/main/eventattacher/source/
H A Deventattacher.cxx594 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()
/aoo41x/main/stoc/source/invocation/
H A Dinvocation.cxx244 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()
/aoo41x/main/scripting/source/dlgprov/
H A Ddlgprov.cxx595 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()
/aoo41x/main/sc/source/ui/vba/
H A Dvbahelper.cxx76 static uno::Reference< beans::XIntrospection > xIntrospection; in getIntrospectionAccess() local
77 if( !xIntrospection.is() ) in getIntrospectionAccess()
80xIntrospection.set( xFactory->createInstance( rtl::OUString::createFromAscii("com.sun.star.beans.I… in getIntrospectionAccess()
82 return xIntrospection->inspect( aObject ); in getIntrospectionAccess()
/aoo41x/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx386 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 Deventhandler.cxx1061 …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()
/aoo41x/main/stoc/test/
H A Dtestintrosp.cxx955 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()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx275 static uno::Reference< beans::XIntrospection > xIntrospection; in getIntrospectionAccess() local
276 if( !xIntrospection.is() ) in getIntrospectionAccess()
279xIntrospection.set( xFactory->createInstance( rtl::OUString::createFromAscii("com.sun.star.beans.I… in getIntrospectionAccess()
281 return xIntrospection->inspect( aObject ); in getIntrospectionAccess()
/aoo41x/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx310 Reference< XIntrospectionAccess > xIntrospection( in propertyChange() local
314 …rObjectInfo.xPropertyIntrospection.set( xIntrospection->queryAdapter( XPropertySet::static_type() … in propertyChange()
/aoo41x/main/pyuno/source/module/
H A Dpyuno_runtime.cxx296 c->xIntrospection = Reference< XIntrospection > ( in create()
301 if( ! c->xIntrospection.is() ) in create()
H A Dpyuno_adapter.cxx130 runtime.getImpl()->cargo->xIntrospection->inspect( makeAny( unoAdapterObject ) ); in getOutIndexes()
H A Dpyuno_impl.hxx211 com::sun::star::uno::Reference< com::sun::star::beans::XIntrospection > xIntrospection; member
/aoo41x/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx411 Reference< XIntrospection > xIntrospection( xIFace, UNO_QUERY); in createEventAttacherManager() local
412 return new ImplEventAttacherManager( xIntrospection, rSMgr ); in createEventAttacherManager()
/aoo41x/main/basic/source/classes/
H A Dsbunoobj.cxx2417 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()

Completed in 174 milliseconds