LibreOffice Module accessibility (master) 1
Variables
strings.hxx File Reference
#include <rtl/ustring.hxx>
Include dependency graph for strings.hxx:

Go to the source code of this file.

Variables

constexpr OUStringLiteral RID_STR_ACC_ACTION_CLICK = u"press"
 
constexpr OUStringLiteral RID_STR_ACC_ACTION_TOGGLEPOPUP = u"togglePopup"
 
constexpr OUStringLiteral RID_STR_ACC_ACTION_SELECT = u"select"
 
constexpr OUStringLiteral RID_STR_ACC_ACTION_INCLINE = u"incrementLine"
 
constexpr OUStringLiteral RID_STR_ACC_ACTION_DECLINE = u"decrementLine"
 
constexpr OUStringLiteral RID_STR_ACC_ACTION_INCBLOCK = u"incrementBlock"
 
constexpr OUStringLiteral RID_STR_ACC_ACTION_DECBLOCK = u"decrementBlock"
 

Variable Documentation

◆ RID_STR_ACC_ACTION_CLICK

constexpr OUStringLiteral RID_STR_ACC_ACTION_CLICK = u"press"
inlineconstexpr

◆ RID_STR_ACC_ACTION_DECBLOCK

constexpr OUStringLiteral RID_STR_ACC_ACTION_DECBLOCK = u"decrementBlock"
inlineconstexpr

Definition at line 20 of file strings.hxx.

Referenced by VCLXAccessibleScrollBar::getAccessibleActionDescription().

◆ RID_STR_ACC_ACTION_DECLINE

constexpr OUStringLiteral RID_STR_ACC_ACTION_DECLINE = u"decrementLine"
inlineconstexpr

Definition at line 18 of file strings.hxx.

Referenced by VCLXAccessibleScrollBar::getAccessibleActionDescription().

◆ RID_STR_ACC_ACTION_INCBLOCK

constexpr OUStringLiteral RID_STR_ACC_ACTION_INCBLOCK = u"incrementBlock"
inlineconstexpr

Definition at line 19 of file strings.hxx.

Referenced by VCLXAccessibleScrollBar::getAccessibleActionDescription().

◆ RID_STR_ACC_ACTION_INCLINE

constexpr OUStringLiteral RID_STR_ACC_ACTION_INCLINE = u"incrementLine"
inlineconstexpr

Definition at line 17 of file strings.hxx.

Referenced by VCLXAccessibleScrollBar::getAccessibleActionDescription().

◆ RID_STR_ACC_ACTION_SELECT

constexpr OUStringLiteral RID_STR_ACC_ACTION_SELECT = u"select"
inlineconstexpr

◆ RID_STR_ACC_ACTION_TOGGLEPOPUP

constexpr OUStringLiteral RID_STR_ACC_ACTION_TOGGLEPOPUP = u"togglePopup"
inlineconstexpr

Definition at line 15 of file strings.hxx.

Referenced by VCLXAccessibleBox::getAccessibleActionDescription().