Home
last modified time | relevance | path

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

/AOO42X/main/desktop/source/so_comp/ !
H A Devaluation.cxx49 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()
[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();