Lines Matching refs:DefaultComponentInspectorModel

66     DBG_NAME(DefaultComponentInspectorModel)      in DBG_NAME()  argument
68DefaultComponentInspectorModel::DefaultComponentInspectorModel( const Reference< XComponentContext… in DBG_NAME()
77 DBG_CTOR(DefaultComponentInspectorModel,NULL); in DBG_NAME()
81 DefaultComponentInspectorModel::~DefaultComponentInspectorModel() in ~DefaultComponentInspectorModel()
83 DBG_DTOR(DefaultComponentInspectorModel,NULL); in ~DefaultComponentInspectorModel()
87 …::rtl::OUString SAL_CALL DefaultComponentInspectorModel::getImplementationName( ) throw(RuntimeEx… in getImplementationName()
93 …sal_Bool SAL_CALL DefaultComponentInspectorModel::supportsService( const ::rtl::OUString& ServiceN… in supportsService()
99 …Sequence< ::rtl::OUString > SAL_CALL DefaultComponentInspectorModel::getSupportedServiceNames( ) … in getSupportedServiceNames()
105 …::rtl::OUString DefaultComponentInspectorModel::getImplementationName_Static( ) throw(RuntimeExce… in getImplementationName_Static()
111 …Sequence< ::rtl::OUString > DefaultComponentInspectorModel::getSupportedServiceNames_static( ) th… in getSupportedServiceNames_static()
119 …Reference< XInterface > SAL_CALL DefaultComponentInspectorModel::create( const Reference< XCompone… in create()
121 return *(new DefaultComponentInspectorModel( _rxContext )); in create()
125 …Sequence< Any > SAL_CALL DefaultComponentInspectorModel::getHandlerFactories() throw (RuntimeExcep… in getHandlerFactories()
156 ::sal_Bool SAL_CALL DefaultComponentInspectorModel::getHasHelpSection() throw (RuntimeException) in getHasHelpSection()
163 …::sal_Int32 SAL_CALL DefaultComponentInspectorModel::getMinHelpTextLines() throw (RuntimeException) in getMinHelpTextLines()
169 …::sal_Bool SAL_CALL DefaultComponentInspectorModel::getIsReadOnly() throw (::com::sun::star::uno::… in getIsReadOnly()
175 …void SAL_CALL DefaultComponentInspectorModel::setIsReadOnly( ::sal_Bool _isreadonly ) throw (::com… in setIsReadOnly()
182 …::sal_Int32 SAL_CALL DefaultComponentInspectorModel::getMaxHelpTextLines() throw (RuntimeException) in getMaxHelpTextLines()
188 …void SAL_CALL DefaultComponentInspectorModel::initialize( const Sequence< Any >& _arguments ) thro… in initialize()
213 void DefaultComponentInspectorModel::createDefault() in createDefault()
218 …void DefaultComponentInspectorModel::createWithHelpSection( sal_Int32 _nMinHelpTextLines, sal_Int3… in createWithHelpSection()
229 …Sequence< PropertyCategoryDescriptor > SAL_CALL DefaultComponentInspectorModel::describeCategories… in describeCategories()
257 …::sal_Int32 SAL_CALL DefaultComponentInspectorModel::getPropertyOrderIndex( const ::rtl::OUString&… in getPropertyOrderIndex()