Lines Matching refs:OColumnControlModel

61 	static ::dbaui::OMultiInstanceAutoRegistration< ::dbaui::OColumnControlModel> aAutoRegistration;  in createRegistryInfo_OColumnControlModel()
78 DBG_NAME(OColumnControlModel) in DBG_NAME() argument
80 OColumnControlModel::OColumnControlModel(const Reference<XMultiServiceFactory>& _rxFactory) in DBG_NAME()
89 DBG_CTOR(OColumnControlModel,NULL); in DBG_NAME()
93 OColumnControlModel::OColumnControlModel(const OColumnControlModel* _pSource,const Reference<XMulti… in OColumnControlModel() function in dbaui::OColumnControlModel
103 DBG_CTOR(OColumnControlModel,NULL); in OColumnControlModel()
107 OColumnControlModel::~OColumnControlModel() in ~OColumnControlModel()
109 DBG_DTOR(OColumnControlModel,NULL); in ~OColumnControlModel()
117 void OColumnControlModel::registerProperties() in registerProperties()
141 Reference< XCloneable > SAL_CALL OColumnControlModel::createClone( ) throw (RuntimeException) in createClone()
143 return new OColumnControlModel( this, getORB() ); in createClone()
146 IMPLEMENT_TYPEPROVIDER2(OColumnControlModel,OColumnControlModel_BASE,comphelper::OPropertyContainer) in IMPLEMENT_TYPEPROVIDER2() argument
147 IMPLEMENT_PROPERTYCONTAINER_DEFAULTS(OColumnControlModel) in IMPLEMENT_TYPEPROVIDER2()
148 IMPLEMENT_SERVICE_INFO2_STATIC(OColumnControlModel,"com.sun.star.comp.dbu.OColumnControlModel","com… in IMPLEMENT_TYPEPROVIDER2()
149 IMPLEMENT_FORWARD_REFCOUNT( OColumnControlModel, OColumnControlModel_BASE ) in IMPLEMENT_TYPEPROVIDER2()
151 Any SAL_CALL OColumnControlModel::queryInterface( const Type& _rType ) throw (RuntimeException) in IMPLEMENT_TYPEPROVIDER2()
157 Any SAL_CALL OColumnControlModel::queryAggregation( const Type& rType ) throw(RuntimeException) in queryAggregation()
165 ::rtl::OUString SAL_CALL OColumnControlModel::getServiceName() throw ( RuntimeException) in getServiceName()
170 void OColumnControlModel::write(const Reference<XObjectOutputStream>& /*_rxOutStream*/) throw ( ::c… in write()
176 void OColumnControlModel::read(const Reference<XObjectInputStream>& /*_rxInStream*/) throw ( ::com:… in read()