Lines Matching refs:OGroupBoxModel
56 return *(new OGroupBoxModel(_rxFactory)); in OGroupBoxModel_CreateInstance()
60 DBG_NAME( OGroupBoxModel ) in DBG_NAME() argument
62 OGroupBoxModel::OGroupBoxModel(const Reference<starlang::XMultiServiceFactory>& _rxFactory) in DBG_NAME()
65 DBG_CTOR( OGroupBoxModel, NULL ); in DBG_NAME()
70 OGroupBoxModel::OGroupBoxModel( const OGroupBoxModel* _pOriginal, const Reference<starlang::XMultiS… in OGroupBoxModel() function in frm::OGroupBoxModel
73 DBG_CTOR( OGroupBoxModel, NULL ); in OGroupBoxModel()
78 StringSequence SAL_CALL OGroupBoxModel::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
89 OGroupBoxModel::~OGroupBoxModel() in ~OGroupBoxModel()
91 DBG_DTOR( OGroupBoxModel, NULL ); in ~OGroupBoxModel()
95 IMPLEMENT_DEFAULT_CLONING( OGroupBoxModel ) in IMPLEMENT_DEFAULT_CLONING() argument
98 void OGroupBoxModel::describeAggregateProperties( Sequence< Property >& _rAggregateProps ) const in IMPLEMENT_DEFAULT_CLONING()
106 ::rtl::OUString SAL_CALL OGroupBoxModel::getServiceName() throw(RuntimeException) in getServiceName()
112 void SAL_CALL OGroupBoxModel::write(const Reference< XObjectOutputStream>& _rxOutStream) in write()
123 void SAL_CALL OGroupBoxModel::read(const Reference< XObjectInputStream>& _rxInStream) throw(IOExcep… in read()