/trunk/main/odk/examples/java/Inspector/ |
H A D | Inspector.java | 192 …public void inspect(java.lang.Object _oUserDefinedObject, String _sTitle) throws com.sun.star.uno.… in inspect() method in Inspector._Inspector 197 oInspectorPane.inspect(_oUserDefinedObject, _sTitle); in inspect() 208 inspect(xComponent, sRootTitle); in inspectOpenEmptyDocument() 216 inspect(xTDocModel, sTreeNodeName); in inspectOpenDocument() 227 inspect(oUnoObject, sNodeDescription); in inspectSelectedNode()
|
H A D | InspectorPane.java | 80 …public void inspect(java.lang.Object _oUserDefinedObject, String _sTitle) throws com.sun.star.uno.… in inspect() method in InspectorPane 82 Object oContainer = m_xTreeControlProvider.inspect(_oUserDefinedObject, _sTitle); in inspect()
|
/trunk/main/udkapi/com/sun/star/beans/ |
H A D | XIntrospection.idl | 48 <p>For details see method <member>XIntrospection::inspect</member>. </p> 56 // DocMerge from xml: method com::sun::star::beans::XIntrospection::inspect 94 <p>In addition, the inspect method identifies all listener 109 com::sun::star::beans::XIntrospectionAccess inspect( [in] any aObject );
|
/trunk/main/testtools/source/bridgetest/pyuno/ |
H A D | impl.py | 147 unohelper.inspect( uno.getComponentContext() , dev ) 148 unohelper.inspect( uno.getComponentContext().ServiceManager , dev ) 149 unohelper.inspect( uno.getTypeByName( "com.sun.star.lang.XComponent" ) , dev )
|
/trunk/main/extensions/source/propctrlr/ |
H A D | buttonnavigationhandler.cxx | 91 …void SAL_CALL ButtonNavigationHandler::inspect( const Reference< XInterface >& _rxIntrospectee ) t… in inspect() function in pcr::ButtonNavigationHandler 93 ButtonNavigationHandler_Base::inspect( _rxIntrospectee ); in inspect() 94 m_xSlaveHandler->inspect( _rxIntrospectee ); in inspect()
|
H A D | propertycomposer.cxx | 119 …void SAL_CALL PropertyComposer::inspect( const Reference< XInterface >& _rxIntrospectee ) throw (R… in inspect() function in pcr::PropertyComposer 128 (*loop)->inspect( _rxIntrospectee ); in inspect()
|
H A D | genericpropertyhandler.cxx | 368 …void SAL_CALL GenericPropertyHandler::inspect( const Reference< XInterface >& _rxIntrospectee ) th… in inspect() function in pcr::GenericPropertyHandler 390 …Reference< XIntrospectionAccess > xIntrospectionAccess( xIntrospection->inspect( makeAny( _rxIntro… in inspect()
|
H A D | propcontroller.cxx | 286 …void SAL_CALL OPropertyBrowserController::inspect( const Sequence< Reference< XInterface > >& _rOb… in inspect() function in pcr::OPropertyBrowserController 1529 xHandler->inspect( _rObjects[0] ); in getPropertyHandlers() 1547 (*pHandler)->inspect( *pObject ); in getPropertyHandlers()
|
/trunk/main/offapi/com/sun/star/form/ |
H A D | PropertyBrowserController.idl | 73 // to create a visual component within the frame to inspect our object 76 // tell the controller which object to inspect 93 /** contains the object to inspect.
|
/trunk/main/offapi/com/sun/star/inspection/ |
H A D | XPropertyHandler.idl | 83 the component to inspect. Must not be <NULL/> 87 void inspect( [in] com::sun::star::uno::XInterface Component ) 233 is set in the next <member>inspect</member> call.</p> 255 when a fixed set of property handlers is used for a variety of components to inspect, 320 …<p>An object inspector can inspect multiple components at once, displaying the <em>intersection</e…
|
/trunk/main/extensions/qa/integration/extensions/ |
H A D | MethodHandler.java | 174 public void inspect(Object _component) throws com.sun.star.lang.NullPointerException in inspect() method in MethodHandler 183 m_introspectionAccess = m_introspection.inspect( _component ); in inspect()
|
/trunk/main/reportdesign/source/ui/inspection/ |
H A D | ReportComponentHandler.cxx | 121 void SAL_CALL ReportComponentHandler::inspect(const uno::Reference< uno::XInterface > & Component) … in inspect() function in rptui::ReportComponentHandler 142 m_xFormComponentHandler->inspect(m_xFormComponent); in inspect()
|
H A D | DataProviderHandler.cxx | 139 void SAL_CALL DataProviderHandler::inspect(const uno::Reference< uno::XInterface > & Component) thr… in inspect() function in rptui::DataProviderHandler 181 m_xFormComponentHandler->inspect(m_xFormComponent); in inspect()
|
/trunk/main/pyuno/source/module/ |
H A D | unohelper.py | 76 def inspect( obj , out ): function 106 access = introspection.inspect( obj )
|
/trunk/main/stoc/test/ |
H A D | testintrosp.cxx | 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()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | propbrw.cxx | 352 m_xBrowserController->inspect(uno::Sequence< Reference<uno::XInterface> >()); in implSetNewObject() 353 m_xBrowserController->inspect(_aObjects); in implSetNewObject()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/insp/ |
H A D | com.sun.star.comp.stoc.Introspection.csv | 1 "Introspection";"com::sun::star::beans::XIntrospection";"inspect()"
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/introspection.uno/ |
H A D | com.sun.star.comp.stoc.Introspection.csv | 1 "Introspection";"com::sun::star::beans::XIntrospection";"inspect()"
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/ |
H A D | _XIntrospection.java | 51 XIntrospectionAccess xIA = oObj.inspect(oObj); in _inspect()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/pcr/ |
H A D | org.openoffice.comp.extensions.ObjectInspector.csv | 4 "ObjectInspector";"com::sun::star::inspection::XObjectInspector";"inspect()"
|
H A D | com.sun.star.comp.extensions.ButtonNavigationHandler.csv | 1 "ButtonNavigationHandler";"com::sun::star::inspection::XPropertyHandler";"inspect()"
|
H A D | com.sun.star.comp.extensions.CellBindingPropertyHandler.csv | 1 "CellBindingPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"inspect()"
|
H A D | com.sun.star.comp.extensions.EditPropertyHandler.csv | 1 "EditPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"inspect()"
|
/trunk/main/eventattacher/source/ |
H A D | eventattacher.cxx | 601 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in attachListener() 752 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in removeListener()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/inspection/ |
H A D | _XObjectInspector.java | 100 oObj.inspect(oInspect); in _inspect()
|