Lines Matching refs:SmModel

325 SmModel::SmModel( SfxObjectShell *pObjSh )  in SmModel()  function in SmModel
333 SmModel::~SmModel() throw () in ~SmModel()
340 uno::Any SAL_CALL SmModel::queryInterface( const uno::Type& rType ) throw(uno::RuntimeException) in queryInterface()
360 void SAL_CALL SmModel::acquire() throw() in acquire()
367 void SAL_CALL SmModel::release() throw() in release()
374 uno::Sequence< uno::Type > SAL_CALL SmModel::getTypes( ) throw(uno::RuntimeException) in getTypes()
395 const uno::Sequence< sal_Int8 > & SmModel::getUnoTunnelId() in getUnoTunnelId()
410 sal_Int64 SAL_CALL SmModel::getSomething( const uno::Sequence< sal_Int8 >& rId ) in getSomething()
443 OUString SmModel::getImplementationName(void) throw( uno::RuntimeException ) in getImplementationName()
449 ::rtl::OUString SmModel::getImplementationName_Static() in getImplementationName_Static()
457 sal_Bool SmModel::supportsService(const OUString& rServiceName) throw( uno::RuntimeException ) in supportsService()
467 uno::Sequence< OUString > SmModel::getSupportedServiceNames(void) throw( uno::RuntimeException ) in getSupportedServiceNames()
472 uno::Sequence< OUString > SmModel::getSupportedServiceNames_Static(void) in getSupportedServiceNames_Static()
483 void SmModel::_setPropertyValues(const PropertyMapEntry** ppEntries, const Any* pValues) in _setPropertyValues()
767 void SmModel::_getPropertyValues( const PropertyMapEntry **ppEntries, Any *pValue ) in _getPropertyValues()
992 sal_Int32 SAL_CALL SmModel::getRendererCount( in getRendererCount()
1024 uno::Sequence< beans::PropertyValue > SAL_CALL SmModel::getRenderer( in getRenderer()
1062 void SAL_CALL SmModel::render( in render()
1162 void SAL_CALL SmModel::setParent( const uno::Reference< uno::XInterface >& xParent) in setParent()