Searched refs:SIDEModel (Results 1 – 4 of 4) sorted by relevance
45 SIDEModel::SIDEModel( SfxObjectShell *pObjSh ) in SIDEModel() function in SIDEModel50 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 …]
70 if( SIDEModel::getImplementationName_Static().equalsAscii( pImplementationName ) ) in component_getFactory()73 SIDEModel::getImplementationName_Static(), in component_getFactory()75 SIDEModel::getSupportedServiceNames_Static() ); in component_getFactory()
31 class SIDEModel : public SfxBaseModel, class35 SIDEModel( SfxObjectShell *pObjSh = 0 );36 virtual ~SIDEModel();
62 SetBaseModel( new SIDEModel(this) ); in BasicDocShell()
Completed in 24 milliseconds