Lines Matching refs:UnoControlModel
152 UnoControlModel::UnoControlModel() in UnoControlModel() function in UnoControlModel
165 UnoControlModel::UnoControlModel( const Reference< XMultiServiceFactory >& i_factory ) in UnoControlModel() function in UnoControlModel
177 UnoControlModel::UnoControlModel( const UnoControlModel& rModel ) in UnoControlModel() function in UnoControlModel
194 UnoControlModel::~UnoControlModel() in ~UnoControlModel()
201 UnoControlModel* UnoControlModel::Clone() const in Clone()
207 ::com::sun::star::uno::Sequence<sal_Int32> UnoControlModel::ImplGetPropertyIds() const in ImplGetPropertyIds()
217 sal_Bool UnoControlModel::ImplHasProperty( sal_uInt16 nPropId ) const in ImplHasProperty()
225 ::com::sun::star::uno::Any UnoControlModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
324 …case BASEPROPERTY_DEFAULTCONTROL: aDefault <<= ((UnoControlModel*)this)->getServiceName(); … in ImplGetDefaultValue()
458 void UnoControlModel::ImplRegisterProperty( sal_uInt16 nPropId, const ::com::sun::star::uno::Any& r… in ImplRegisterProperty()
464 void UnoControlModel::ImplRegisterProperty( sal_uInt16 nPropId ) in ImplRegisterProperty()
481 void UnoControlModel::ImplRegisterProperties( const std::list< sal_uInt16 > &rIds ) in ImplRegisterProperties()
491 ::com::sun::star::uno::Any UnoControlModel::queryAggregation( const ::com::sun::star::uno::Type & r… in queryAggregation()
500 IMPL_XUNOTUNNEL( UnoControlModel )
503 IMPLEMENT_FORWARD_REFCOUNT( UnoControlModel, UnoControlModel_Base ) in IMPLEMENT_FORWARD_REFCOUNT() argument
506 IMPLEMENT_FORWARD_XTYPEPROVIDER2( UnoControlModel, UnoControlModel_Base, ::cppu::OPropertySetHelper… in IMPLEMENT_FORWARD_REFCOUNT()
509 uno::Reference< util::XCloneable > UnoControlModel::createClone() throw(::com::sun::star::uno::Runt… in IMPLEMENT_FORWARD_REFCOUNT()
511 UnoControlModel* pClone = Clone(); in IMPLEMENT_FORWARD_REFCOUNT()
517 void UnoControlModel::dispose( ) throw(::com::sun::star::uno::RuntimeException) in dispose()
531 void UnoControlModel::addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::l… in addEventListener()
538 void UnoControlModel::removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star… in removeEventListener()
547 ::com::sun::star::beans::PropertyState UnoControlModel::getPropertyState( const ::rtl::OUString& Pr… in getPropertyState()
559 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > UnoControlModel::getPrope… in getPropertyStates()
575 void UnoControlModel::setPropertyToDefault( const ::rtl::OUString& PropertyName ) throw(::com::sun:… in setPropertyToDefault()
585 ::com::sun::star::uno::Any UnoControlModel::getPropertyDefault( const ::rtl::OUString& rPropertyNam… in getPropertyDefault()
594 ::rtl::OUString UnoControlModel::getServiceName( ) throw(::com::sun::star::uno::RuntimeException) in getServiceName()
602 void UnoControlModel::write( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectO… in write()
822 void UnoControlModel::read( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectIn… in read()
1079 ::rtl::OUString UnoControlModel::getImplementationName( ) throw(::com::sun::star::uno::RuntimeExce… in getImplementationName()
1086 sal_Bool UnoControlModel::supportsService( const ::rtl::OUString& rServiceName ) throw(::com::sun::… in supportsService()
1098 ::com::sun::star::uno::Sequence< ::rtl::OUString > UnoControlModel::getSupportedServiceNames( ) th… in getSupportedServiceNames()
1105 ::cppu::IPropertyArrayHelper& UnoControlModel::getInfoHelper() in getInfoHelper()
1124 sal_Bool UnoControlModel::convertFastPropertyValue( Any & rConvertedValue, Any & rOldValue, sal_Int… in convertFastPropertyValue()
1250 void UnoControlModel::setFastPropertyValue_NoBroadcast( sal_Int32 nPropId, const ::com::sun::star::… in setFastPropertyValue_NoBroadcast()
1261 void UnoControlModel::getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nPropId )… in getFastPropertyValue()
1263 ::osl::Guard< ::osl::Mutex > aGuard( ((UnoControlModel*)this)->GetMutex() ); in getFastPropertyValue()
1318 void UnoControlModel::setPropertyValue( const ::rtl::OUString& rPropertyName, const ::com::sun::sta… in setPropertyValue()
1333 void UnoControlModel::setFastPropertyValue( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rV… in setFastPropertyValue()
1368 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > UnoControlModel::getP… in getPropertySetInfo()
1374 void UnoControlModel::setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& … in setPropertyValues()
1440 void UnoControlModel::ImplNormalizePropertySequence( const sal_Int32, sal_Int32*, in ImplNormalizePropertySequence()
1446 void UnoControlModel::ImplEnsureHandleOrder( const sal_Int32 _nCount, sal_Int32* _pHandles, in ImplEnsureHandleOrder()