Home
last modified time | relevance | path

Searched refs:SIDEModel (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dunomodel.cxx45 SIDEModel::SIDEModel( SfxObjectShell *pObjSh ) in SIDEModel() function in SIDEModel
50 SIDEModel::~SIDEModel() in ~SIDEModel()
54 uno::Any SAL_CALL SIDEModel::queryInterface( const uno::Type& rType ) throw(uno::RuntimeException) in queryInterface()
66 void SAL_CALL SIDEModel::acquire() throw() in acquire()
72 void SAL_CALL SIDEModel::release() throw() in release()
78 uno::Sequence< uno::Type > SAL_CALL SIDEModel::getTypes( ) throw(uno::RuntimeException) in getTypes()
89 OUString SIDEModel::getImplementationName(void) throw( uno::RuntimeException ) in getImplementationName()
94 ::rtl::OUString SIDEModel::getImplementationName_Static() in getImplementationName_Static()
99 sal_Bool SIDEModel::supportsService(const OUString& rServiceName) throw( uno::RuntimeException ) in supportsService()
103 uno::Sequence< OUString > SIDEModel::getSupportedServiceNames(void) throw( uno::RuntimeException ) in getSupportedServiceNames()
[all …]
H A Dregister.cxx70 if( SIDEModel::getImplementationName_Static().equalsAscii( pImplementationName ) ) in component_getFactory()
73 SIDEModel::getImplementationName_Static(), in component_getFactory()
75 SIDEModel::getSupportedServiceNames_Static() ); in component_getFactory()
H A Dunomodel.hxx31 class SIDEModel : public SfxBaseModel, class
35 SIDEModel( SfxObjectShell *pObjSh = 0 );
36 virtual ~SIDEModel();
H A Dbasdoc.cxx62 SetBaseModel( new SIDEModel(this) ); in BasicDocShell()

Completed in 10 milliseconds