Lines Matching refs:OControlModel

94 …m_rModel.firePropertyChanges( m_aHandles, m_aOldValues, m_aNewValues, OControlModel::LockAccess() …  in impl_notifyAll_nothrow()
502 DBG_NAME(OControlModel) in DBG_NAME() argument
504 Sequence<sal_Int8> SAL_CALL OControlModel::getImplementationId() throw(RuntimeException) in DBG_NAME()
510 Sequence<Type> SAL_CALL OControlModel::getTypes() throw(RuntimeException) in getTypes()
522 Sequence<Type> OControlModel::_getTypes() in _getTypes()
531 Any SAL_CALL OControlModel::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation()
554 void OControlModel::readHelpTextCompatibly(const staruno::Reference< stario::XObjectInputStream >& … in readHelpTextCompatibly()
570 void OControlModel::writeHelpTextCompatibly(const staruno::Reference< stario::XObjectOutputStream >… in writeHelpTextCompatibly()
586 OControlModel::OControlModel( in OControlModel() function in frm::OControlModel
604 DBG_CTOR(OControlModel, NULL); in OControlModel()
636 OControlModel::OControlModel( const OControlModel* _pOriginal, const Reference< XMultiServiceFactor… in OControlModel() function in frm::OControlModel
645 DBG_CTOR( OControlModel, NULL ); in OControlModel()
680 OControlModel::~OControlModel() in ~OControlModel()
685 DBG_DTOR(OControlModel, NULL); in ~OControlModel()
689 void OControlModel::clonedFrom( const OControlModel* /*_pOriginal*/ ) in clonedFrom() argument
695 void OControlModel::doResetDelegator() in doResetDelegator()
702 void OControlModel::doSetDelegator() in doSetDelegator()
714 Reference< XInterface > SAL_CALL OControlModel::getParent() throw(RuntimeException) in getParent()
720 void SAL_CALL OControlModel::setParent(const Reference< XInterface >& _rxParent) throw(com::sun::st… in setParent()
737 ::rtl::OUString SAL_CALL OControlModel::getName() throw(RuntimeException) in getName()
745 void SAL_CALL OControlModel::setName(const ::rtl::OUString& _rName) throw(RuntimeException) in setName()
752 sal_Bool SAL_CALL OControlModel::supportsService(const rtl::OUString& _rServiceName) throw ( Runtim… in supportsService()
763 Sequence< ::rtl::OUString > OControlModel::getAggregateServiceNames() in getAggregateServiceNames()
773 Sequence<rtl::OUString> SAL_CALL OControlModel::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
782 Sequence< ::rtl::OUString > SAL_CALL OControlModel::getSupportedServiceNames_Static() throw( Runtim… in getSupportedServiceNames_Static()
792 void SAL_CALL OControlModel::disposing(const com::sun::star::lang::EventObject& _rSource) throw (Ru… in disposing()
813 void OControlModel::disposing() in disposing()
827 void OControlModel::writeAggregate( const Reference< XObjectOutputStream >& _rxOutStream ) const in writeAggregate()
835 void OControlModel::readAggregate( const Reference< XObjectInputStream >& _rxInStream ) in readAggregate()
843 void SAL_CALL OControlModel::write(const Reference<stario::XObjectOutputStream>& _rxOutStream) in write()
889 void OControlModel::read(const Reference<stario::XObjectInputStream>& InStream) throw (::com::sun::… in read()
942 PropertyState OControlModel::getPropertyStateByHandle( sal_Int32 _nHandle ) in getPropertyStateByHandle()
958 void OControlModel::setPropertyToDefaultByHandle( sal_Int32 _nHandle) in setPropertyToDefaultByHandle()
971 Any OControlModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle()
1009 void OControlModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
1045 sal_Bool OControlModel::convertFastPropertyValue( in convertFastPropertyValue()
1082 void OControlModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) in setFastPropertyValue_NoBroadcast()
1122 void OControlModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
1136 void OControlModel::describeAggregateProperties( Sequence< Property >& /* [out] */ _rAggregateProps… in describeAggregateProperties()
1147 ::osl::Mutex& OControlModel::getMutex() in getMutex()
1153 void OControlModel::describeFixedAndAggregateProperties( Sequence< Property >& _out_rFixedPropertie… in describeFixedAndAggregateProperties()
1160 Reference< XMultiPropertySet > OControlModel::getPropertiesInterface() in getPropertiesInterface()
1166 Reference< XPropertySetInfo> SAL_CALL OControlModel::getPropertySetInfo() throw( RuntimeException) in getPropertySetInfo()
1172 ::cppu::IPropertyArrayHelper& OControlModel::getInfoHelper() in getInfoHelper()
1178 void SAL_CALL OControlModel::addProperty( const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, … in addProperty()
1184 void SAL_CALL OControlModel::removeProperty( const ::rtl::OUString& _rName ) throw (UnknownProperty… in removeProperty()
1190 Sequence< PropertyValue > SAL_CALL OControlModel::getPropertyValues() throw (RuntimeException) in getPropertyValues()
1196 void SAL_CALL OControlModel::setPropertyValues( const Sequence< PropertyValue >& _rProps ) throw (U… in setPropertyValues()
1202 void OControlModel::lockInstance( LockAccess ) in lockInstance()
1209 oslInterlockedCount OControlModel::unlockInstance( LockAccess ) in unlockInstance()
1218 void OControlModel::firePropertyChanges( const Sequence< sal_Int32 >& _rHandles, const Sequence< An… in firePropertyChanges()
1237 Any aReturn( OControlModel::queryAggregation(_rType) ); in queryAggregation()
1260 :OControlModel( _rxFactory, _rUnoControlModelTypeName, _rDefault, sal_False ) in OBoundControlModel()
1295 :OControlModel( _pOriginal, _rxFactory, sal_True, sal_False ) in OBoundControlModel()
1365 void OBoundControlModel::clonedFrom( const OControlModel* _pOriginal ) in clonedFrom()
1474 OControlModel::_getTypes(), in _getTypes()
1494 OControlModel::disposing(); in disposing()
1625 OControlModel::setParent( _rxParent ); in setParent()
1669 OControlModel::disposing(_rEvent); in disposing()
1689 OControlModel::getSupportedServiceNames_Static(), in getSupportedServiceNames_Static()
1698 OControlModel::write(_rxOutStream); in write()
1788 OControlModel::read(_rxInStream); in read()
1819 OControlModel::getFastPropertyValue(rValue, nHandle); in getFastPropertyValue()
1858 …bModified = OControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValu… in convertFastPropertyValue()
1959 OControlModel::setFastPropertyValue_NoBroadcast(nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
3092 BEGIN_DESCRIBE_PROPERTIES( 5, OControlModel ) in describeFixedProperties()