class SwCellFrame; class SwAccessibleTable; class SwFrameFormat;
using SwAccessibleCell_BASE = cppu::ImplInheritanceHelper<SwAccessibleContext,
css::accessibility::XAccessibleValue,
css::accessibility::XAccessibleSelection,
css::accessibility::XAccessibleExtendedAttributes>; class SwAccessibleCell : public SwAccessibleCell_BASE
{ // Implementation for XAccessibleSelection interface
SwAccessibleSelectionHelper m_aSelectionHelper; bool m_bIsSelected; // protected by base class mutex
protected: // Set states for getAccessibleStateSet. // This derived class additionally sets SELECTABLE(1) and SELECTED(+) virtualvoid GetStates( sal_Int64& rStateSet ) override;
virtualbool HasCursor() override; // required by map to remember that object
// XAccessibleContext
/// Return this object's description. virtual OUString SAL_CALL
getAccessibleDescription() override;
// XServiceInfo
// 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 // the AccessibleContext service. 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.