LibreOffice Module test (master) 1
Classes | Macros | Functions
AccessibilityTools.hxx File Reference
#include <test/testdllapi.hxx>
#include <functional>
#include <string>
#include <cppunit/TestAssert.h>
#include <com/sun/star/accessibility/AccessibleEventObject.hpp>
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/XAccessibleAction.hpp>
#include <com/sun/star/accessibility/XAccessibleContext.hpp>
#include <com/sun/star/accessibility/XAccessibleText.hpp>
Include dependency graph for AccessibilityTools.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AccessibilityTools
 

Macros

#define AT_ASSERTION_TRAITS(T)
 

Functions

 AT_ASSERTION_TRAITS (css::accessibility::XAccessible)
 
 AT_ASSERTION_TRAITS (css::accessibility::XAccessibleContext)
 

Macro Definition Documentation

◆ AT_ASSERTION_TRAITS

#define AT_ASSERTION_TRAITS (   T)
Value:
template <> struct assertion_traits<css::uno::Reference<T>> \
{ \
static bool equal(const css::uno::Reference<T>& x, const css::uno::Reference<T>& y) \
{ \
} \
\
static std::string toString(const css::uno::Reference<T>& x) \
{ \
} \
}
static std::string debugString(const css::uno::Reference< T > &x)
static bool equals(const css::uno::Reference< css::accessibility::XAccessible > &xacc1, const css::uno::Reference< css::accessibility::XAccessible > &xacc2)
bool equal(T const &rfValA, T const &rfValB)
OUString toString(OptionInfo const *info)

Definition at line 268 of file AccessibilityTools.hxx.

Function Documentation

◆ AT_ASSERTION_TRAITS() [1/2]

AT_ASSERTION_TRAITS ( css::accessibility::XAccessible  )

◆ AT_ASSERTION_TRAITS() [2/2]

AT_ASSERTION_TRAITS ( css::accessibility::XAccessibleContext  )