Home
last modified time | relevance | path

Searched refs:SOEvaluation (Results 1 – 3 of 3) sorted by relevance

/trunk/main/desktop/source/so_comp/
H A Devaluation.cxx49 static SOEvaluation* pSOEval=0;
51 const char* SOEvaluation::interfaces[] =
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()
181 return SOEvaluation::GetImplementationName(); in getImplementationName()
[all …]
H A Dservices.cxx49 SOEvaluation::serviceName,
56 SOEvaluation::implementationName,
65 SOEvaluation::CreateInstance,
73 SOEvaluation::interfaces,
H A Devaluation.hxx48 class SOEvaluation : public ::cppu::WeakImplHelper4< XExactName, XMaterialHolder, XComponent, XServ… class
55 SOEvaluation( const Reference < XMultiServiceFactory >& xFactory );
56 virtual ~SOEvaluation();

Completed in 19 milliseconds