Lines Matching refs:OCheckBoxModel
85 return *(new OCheckBoxModel(_rxFactory)); in OCheckBoxModel_CreateInstance()
89 DBG_NAME( OCheckBoxModel ) in DBG_NAME() argument
91 OCheckBoxModel::OCheckBoxModel(const Reference<XMultiServiceFactory>& _rxFactory) in DBG_NAME()
95 DBG_CTOR( OCheckBoxModel, NULL ); in DBG_NAME()
102 OCheckBoxModel::OCheckBoxModel( const OCheckBoxModel* _pOriginal, const Reference<XMultiServiceFact… in OCheckBoxModel() function in frm::OCheckBoxModel
105 DBG_CTOR( OCheckBoxModel, NULL ); in OCheckBoxModel()
109 OCheckBoxModel::~OCheckBoxModel() in ~OCheckBoxModel()
111 DBG_DTOR( OCheckBoxModel, NULL ); in ~OCheckBoxModel()
115 IMPLEMENT_DEFAULT_CLONING( OCheckBoxModel ) in IMPLEMENT_DEFAULT_CLONING() argument
119 StringSequence SAL_CALL OCheckBoxModel::getSupportedServiceNames() throw(::com::sun::star::uno::Run… in IMPLEMENT_DEFAULT_CLONING()
142 void OCheckBoxModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
150 ::rtl::OUString SAL_CALL OCheckBoxModel::getServiceName() throw(RuntimeException) in getServiceName()
156 void SAL_CALL OCheckBoxModel::write(const Reference<stario::XObjectOutputStream>& _rxOutStream) in write()
172 void SAL_CALL OCheckBoxModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw(… in read()
214 Any OCheckBoxModel::translateDbColumnToControlValue() in translateDbColumnToControlValue()
235 sal_Bool OCheckBoxModel::commitControlValueToDbColumn( bool /*_bPostReset*/ ) in commitControlValueToDbColumn()