Home
last modified time | relevance | path

Searched refs:inspect (Results 1 – 25 of 76) sorted by relevance

1234

/aoo4110/main/odk/examples/java/Inspector/
H A DInspector.java192 …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 DInspectorPane.java80 …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()
/aoo4110/main/udkapi/com/sun/star/beans/
H A DXIntrospection.idl48 <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 );
/aoo4110/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py147 unohelper.inspect( uno.getComponentContext() , dev )
148 unohelper.inspect( uno.getComponentContext().ServiceManager , dev )
149 unohelper.inspect( uno.getTypeByName( "com.sun.star.lang.XComponent" ) , dev )
/aoo4110/main/extensions/source/propctrlr/
H A Dbuttonnavigationhandler.cxx91 …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 Dpropertycomposer.cxx119 …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 Dgenericpropertyhandler.cxx368 …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()
/aoo4110/main/offapi/com/sun/star/form/
H A DPropertyBrowserController.idl74 // to create a visual component within the frame to inspect our object
77 // tell the controller which object to inspect
94 /** contains the object to inspect.
/aoo4110/main/extensions/qa/integration/extensions/
H A DMethodHandler.java174 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()
/aoo4110/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl83 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…
/aoo4110/main/reportdesign/source/ui/inspection/
H A DReportComponentHandler.cxx121 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 DDataProviderHandler.cxx139 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()
/aoo4110/main/pyuno/source/module/
H A Dunohelper.py76 def inspect( obj , out ): function
106 access = introspection.inspect( obj )
/aoo4110/main/stoc/test/
H A Dtestintrosp.cxx1156 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/reportdesign/source/ui/report/
H A Dpropbrw.cxx352 m_xBrowserController->inspect(uno::Sequence< Reference<uno::XInterface> >()); in implSetNewObject()
353 m_xBrowserController->inspect(_aObjects); in implSetNewObject()
/aoo4110/main/qadevOOo/objdsc/insp/
H A Dcom.sun.star.comp.stoc.Introspection.csv1 "Introspection";"com::sun::star::beans::XIntrospection";"inspect()"
/aoo4110/main/qadevOOo/objdsc/introspection.uno/
H A Dcom.sun.star.comp.stoc.Introspection.csv1 "Introspection";"com::sun::star::beans::XIntrospection";"inspect()"
/aoo4110/main/qadevOOo/tests/java/ifc/beans/
H A D_XIntrospection.java51 XIntrospectionAccess xIA = oObj.inspect(oObj); in _inspect()
/aoo4110/main/qadevOOo/objdsc/pcr/
H A Dorg.openoffice.comp.extensions.ObjectInspector.csv4 "ObjectInspector";"com::sun::star::inspection::XObjectInspector";"inspect()"
H A Dcom.sun.star.comp.extensions.ButtonNavigationHandler.csv1 "ButtonNavigationHandler";"com::sun::star::inspection::XPropertyHandler";"inspect()"
H A Dcom.sun.star.comp.extensions.CellBindingPropertyHandler.csv1 "CellBindingPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"inspect()"
H A Dcom.sun.star.comp.extensions.EFormsPropertyHandler.csv1 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"inspect()"
H A Dcom.sun.star.comp.extensions.EditPropertyHandler.csv1 "EditPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"inspect()"
H A Dcom.sun.star.comp.extensions.EventHandler.csv1 "EventHandler";"com::sun::star::inspection::XPropertyHandler";"inspect()"
/aoo4110/main/qadevOOo/tests/java/ifc/inspection/
H A D_XObjectInspector.java100 oObj.inspect(oInspect); in _inspect()

Completed in 107 milliseconds

1234