Searched refs:ObjectInspectorModel (Results 1 – 7 of 7) sorted by relevance
66 class ObjectInspectorModel : public ImplInspectorModel class72 ObjectInspectorModel( const Reference< XComponentContext >& _rxContext );106 ObjectInspectorModel::ObjectInspectorModel( const Reference< XComponentContext >& _rxContext ) in ObjectInspectorModel() function in pcr::ObjectInspectorModel112 Sequence< Any > SAL_CALL ObjectInspectorModel::getHandlerFactories() throw (RuntimeException) in getHandlerFactories()167 … ::rtl::OUString SAL_CALL ObjectInspectorModel::getImplementationName( ) throw (RuntimeException) in getImplementationName()179 ::rtl::OUString ObjectInspectorModel::getImplementationName_static( ) throw(RuntimeException) in getImplementationName_static()194 return *( new ObjectInspectorModel( _rxContext ) ); in Create()198 void ObjectInspectorModel::createDefault() in createDefault()205 void ObjectInspectorModel::createWithHandlerFactories( const Sequence< Any >& _rFactories ) in createWithHandlerFactories()224 …void ObjectInspectorModel::impl_verifyArgument_throw( bool _bCondition, sal_Int16 _nArgumentPositi… in impl_verifyArgument_throw()[all …]
1 "ObjectInspectorModel";"com::sun::star::inspection::XObjectInspectorModel";"describeCategories()"2 "ObjectInspectorModel";"com::sun::star::inspection::XObjectInspectorModel";"getPropertyOrderIndex()"3 "ObjectInspectorModel";"com::sun::star::inspection::XObjectInspectorModel";"HandlerFactories()"4 "ObjectInspectorModel";"com::sun::star::inspection::XObjectInspectorModel";"HasHelpSection()"5 "ObjectInspectorModel";"com::sun::star::inspection::XObjectInspectorModel";"MinHelpTextLines()"6 "ObjectInspectorModel";"com::sun::star::inspection::XObjectInspectorModel";"MaxHelpTextLines()"7 "ObjectInspectorModel";"com::sun::star::inspection::XObjectInspectorModel";"IsReadOnly()"
39 /** describes a default implementation of an ObjectInspectorModel53 published service ObjectInspectorModel : XObjectInspectorModel55 /** creates a default ObjectInspectorModel, whose one and only handler factory60 …/** creates a default ObjectInspectorModel, using an externally provided sequence of property hand…74 …/** creates a default ObjectInspectorModel, using an externally provided sequence of property hand…
75 @see ObjectInspectorModel89 /** creates an instance of the ObjectInspector, using a given <type>ObjectInspectorModel</type>
41 ObjectInspectorModel.idl \
57 public class ObjectInspectorModel extends TestCase { class125 XObjectInspectorModel oInspectorModel = com.sun.star.inspection.ObjectInspectorModel. in createTestEnvironment()
113 XObjectInspectorModel model = ObjectInspectorModel.createWithHandlerFactoriesAndHelpSection( in createObjectInspector()
Completed in 46 milliseconds