Lines Matching refs:SOEvaluation

49 static SOEvaluation*	pSOEval=0;
51 const char* SOEvaluation::interfaces[] =
60 const char* SOEvaluation::implementationName = "com.sun.star.comp.desktop.Evaluation";
61 const char* SOEvaluation::serviceName = "com.sun.star.office.Evaluation";
63 OUString SOEvaluation::GetImplementationName() in GetImplementationName()
68 Sequence< OUString > SOEvaluation::GetSupportedServiceNames() in GetSupportedServiceNames()
78 Reference< XInterface > SAL_CALL SOEvaluation::CreateInstance( in CreateInstance()
86 return (XComponent*) ( new SOEvaluation( rSMgr ) ); in CreateInstance()
91 SOEvaluation::SOEvaluation( const Reference< XMultiServiceFactory >& xFactory ) : in SOEvaluation() function in desktop::SOEvaluation
97 SOEvaluation::~SOEvaluation() in ~SOEvaluation()
102 void SAL_CALL SOEvaluation::dispose() throw ( RuntimeException ) in dispose()
109 void SAL_CALL SOEvaluation::addEventListener( const Reference< XEventListener > & aListener) throw … in addEventListener()
114 void SAL_CALL SOEvaluation::removeEventListener( const Reference< XEventListener > & aListener ) th… in removeEventListener()
120 rtl::OUString SAL_CALL SOEvaluation::getExactName( const rtl::OUString& rApproximateName ) throw ( … in getExactName()
159 Any SAL_CALL SOEvaluation::getMaterial() throw( RuntimeException ) in getMaterial()
178 ::rtl::OUString SAL_CALL SOEvaluation::getImplementationName() in getImplementationName()
181 return SOEvaluation::GetImplementationName(); in getImplementationName()
184 sal_Bool SAL_CALL SOEvaluation::supportsService( const ::rtl::OUString& rServiceName ) in supportsService()
195 Sequence< ::rtl::OUString > SAL_CALL SOEvaluation::getSupportedServiceNames() in getSupportedServiceNames()
198 return SOEvaluation::GetSupportedServiceNames(); in getSupportedServiceNames()