Lines Matching refs:ImplInspectorModel

168     ImplInspectorModel::ImplInspectorModel( const Reference< XComponentContext >& _rxContext )  in ImplInspectorModel()  function in pcr::ImplInspectorModel
176 ImplInspectorModel::~ImplInspectorModel() in ~ImplInspectorModel()
181 …IMPLEMENT_FORWARD_XINTERFACE2( ImplInspectorModel, ImplInspectorModel_Base, ImplInspectorModel_PBa… in IMPLEMENT_FORWARD_XINTERFACE2() argument
184 …IMPLEMENT_FORWARD_XTYPEPROVIDER2( ImplInspectorModel, ImplInspectorModel_Base, ImplInspectorModel_… in IMPLEMENT_FORWARD_XINTERFACE2()
187 …Reference< XPropertySetInfo > SAL_CALL ImplInspectorModel::getPropertySetInfo( ) throw (RuntimeEx… in IMPLEMENT_FORWARD_XINTERFACE2()
193 ::cppu::IPropertyArrayHelper& SAL_CALL ImplInspectorModel::getInfoHelper() in getInfoHelper()
199 …sal_Bool SAL_CALL ImplInspectorModel::convertFastPropertyValue( Any & rConvertedValue, Any & rOldV… in convertFastPropertyValue()
205 …void SAL_CALL ImplInspectorModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& … in setFastPropertyValue_NoBroadcast()
211 void SAL_CALL ImplInspectorModel::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
217 ::sal_Bool SAL_CALL ImplInspectorModel::getHasHelpSection() throw (RuntimeException) in getHasHelpSection()
223 ::sal_Int32 SAL_CALL ImplInspectorModel::getMinHelpTextLines() throw (RuntimeException) in getMinHelpTextLines()
229 ::sal_Int32 SAL_CALL ImplInspectorModel::getMaxHelpTextLines() throw (RuntimeException) in getMaxHelpTextLines()
235 …::sal_Bool SAL_CALL ImplInspectorModel::getIsReadOnly() throw (::com::sun::star::uno::RuntimeExcep… in getIsReadOnly()
241 …void SAL_CALL ImplInspectorModel::setIsReadOnly( ::sal_Bool _IsReadOnly ) throw (::com::sun::star:… in setIsReadOnly()
247 …::sal_Bool SAL_CALL ImplInspectorModel::supportsService( const ::rtl::OUString& ServiceName ) thro… in supportsService()
261 …void ImplInspectorModel::enableHelpSectionProperties( sal_Int32 _nMinHelpTextLines, sal_Int32 _nMa… in enableHelpSectionProperties()