diff options
author | Adesola Samuel <adesolasamuel2022@outlook.com> | 2024-11-11 01:27:35 +0100 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2024-12-10 15:06:22 +0100 |
commit | 62fbc583a7a04c69631d84177f26f51a5aad16d9 (patch) | |
tree | 458175217744455229b381ccb52d83c9523c33cd /sw/inc | |
parent | 46ce77dfffaa6445ed05e1400284f4f9491b9faf (diff) |
tdf#150839 a11y added page layout view under View Option
An option "Layout of pages" is added to the view option
which allows user to select any of the three page layout:
1) Single Page per Row 2) Multiple Pages per Row 3) Book View
view for ease of accessibility.
Change-Id: I8dcab9b78deee15fb68cf313dab6eff40025f5a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176367
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/cmdid.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index e6bef505a03c..f50754b6e274 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -777,6 +777,10 @@ class SwUINumRuleItem; #define FN_TO_PREV_PAGE (FN_SELECTION + 96) #define FN_SELECTION_CYCLE (FN_SELECTION + 97) +#define FN_SINGLE_PAGE_PER_ROW (FN_SELECTION + 98) /*Show Single Page per row*/ +#define FN_MULTIPLE_PAGES_PER_ROW (FN_SELECTION + 99) /*Show Multiple Page per row*/ +#define FN_BOOKVIEW (FN_SELECTION + 100) /*Show in Bookview*/ + // QUERY-Block #define FN_TXTATR_INET (FN_QUERY +29) /* INet-Attribute */ |