Lines Matching refs:OFileControlModel

60 	return *(new OFileControlModel(_rxFactory));  in OFileControlModel_CreateInstance()
64 Sequence<Type> OFileControlModel::_getTypes() in _getTypes()
84 StringSequence OFileControlModel::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
95 DBG_NAME( OFileControlModel ) in DBG_NAME() argument
97 OFileControlModel::OFileControlModel(const Reference<XMultiServiceFactory>& _rxFactory) in DBG_NAME()
101 DBG_CTOR( OFileControlModel, NULL ); in DBG_NAME()
106 OFileControlModel::OFileControlModel( const OFileControlModel* _pOriginal, const Reference<XMultiSe… in OFileControlModel() function in frm::OFileControlModel
110 DBG_CTOR( OFileControlModel, NULL ); in OFileControlModel()
116 OFileControlModel::~OFileControlModel() in ~OFileControlModel()
123 DBG_DTOR( OFileControlModel, NULL ); in ~OFileControlModel()
127 IMPLEMENT_DEFAULT_CLONING( OFileControlModel ) in IMPLEMENT_DEFAULT_CLONING() argument
130 Any SAL_CALL OFileControlModel::queryAggregation(const Type& _rType) throw (RuntimeException) in IMPLEMENT_DEFAULT_CLONING()
143 void OFileControlModel::disposing() in disposing()
152 Any OFileControlModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle()
164 void OFileControlModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle) const in getFastPropertyValue()
175 void OFileControlModel::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& rValue) thro… in setFastPropertyValue_NoBroadcast()
189 sal_Bool OFileControlModel::convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, sal_Int3… in convertFastPropertyValue()
202 void OFileControlModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
211 ::rtl::OUString SAL_CALL OFileControlModel::getServiceName() throw ( ::com::sun::star::uno::Runtime… in getServiceName()
217 void OFileControlModel::write(const Reference<stario::XObjectOutputStream>& _rxOutStream) throw ( :… in write()
231 void OFileControlModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw ( ::co… in read()
257 void SAL_CALL OFileControlModel::reset() throw ( ::com::sun::star::uno::RuntimeException) in reset()
277 void OFileControlModel::addResetListener(const Reference<XResetListener>& _rxListener) throw ( ::co… in addResetListener()
283 void OFileControlModel::removeResetListener(const Reference<XResetListener>& _rxListener) throw ( :… in removeResetListener()
289 void OFileControlModel::_reset() in _reset()