Lines Matching refs:ObjectInspectorModel

66     class ObjectInspectorModel : public ImplInspectorModel  class
72 ObjectInspectorModel( const Reference< XComponentContext >& _rxContext );
106 ObjectInspectorModel::ObjectInspectorModel( const Reference< XComponentContext >& _rxContext ) in ObjectInspectorModel() function in pcr::ObjectInspectorModel
112 Sequence< Any > SAL_CALL ObjectInspectorModel::getHandlerFactories() throw (RuntimeException) in getHandlerFactories()
118 …Sequence< PropertyCategoryDescriptor > SAL_CALL ObjectInspectorModel::describeCategories( ) throw… in describeCategories()
125 …::sal_Int32 SAL_CALL ObjectInspectorModel::getPropertyOrderIndex( const ::rtl::OUString& /*Propert… in getPropertyOrderIndex()
132 …void SAL_CALL ObjectInspectorModel::initialize( const Sequence< Any >& _arguments ) throw (Excepti… in initialize()
167 … ::rtl::OUString SAL_CALL ObjectInspectorModel::getImplementationName( ) throw (RuntimeException) in getImplementationName()
173 …Sequence< ::rtl::OUString > SAL_CALL ObjectInspectorModel::getSupportedServiceNames( ) throw (Run… in getSupportedServiceNames()
179 ::rtl::OUString ObjectInspectorModel::getImplementationName_static( ) throw(RuntimeException) in getImplementationName_static()
185 …Sequence< ::rtl::OUString > ObjectInspectorModel::getSupportedServiceNames_static( ) throw(Runtim… in getSupportedServiceNames_static()
192 …Reference< XInterface > SAL_CALL ObjectInspectorModel::Create(const Reference< XComponentContext >… in Create()
194 return *( new ObjectInspectorModel( _rxContext ) ); in Create()
198 void ObjectInspectorModel::createDefault() in createDefault()
205 void ObjectInspectorModel::createWithHandlerFactories( const Sequence< Any >& _rFactories ) in createWithHandlerFactories()
212 …void ObjectInspectorModel::createWithHandlerFactoriesAndHelpSection( const Sequence< Any >& _rFact… in createWithHandlerFactoriesAndHelpSection()
224 …void ObjectInspectorModel::impl_verifyArgument_throw( bool _bCondition, sal_Int16 _nArgumentPositi… in impl_verifyArgument_throw()
237 ::pcr::OAutoRegistration< ::pcr::ObjectInspectorModel > aObjectInspectorModelRegistration; in createRegistryInfo_ObjectInspectorModel()