/** Returns an identifier for the implementation of this object.
*/ virtual OUString SAL_CALL
getImplementationName() override;
/** Return whether the specified service is supported by this class.
*/ virtual sal_Bool SAL_CALL
supportsService (const OUString& sServiceName) override;
/** Returns a list of all supported services. In this case that is just theAccessibleContextservice.
*/ virtual css::uno::Sequence< OUString> SAL_CALL
getSupportedServiceNames() override;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.