Kaydet (Commit) b399bb87 authored tarafından Mike Kaganski's avatar Mike Kaganski

Clarify bits for non-coders

Change-Id: I8b6ab688ec13cee7c5a6b49d6691efdcea2a3d74
Reviewed-on: https://gerrit.libreoffice.org/52049Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst b0f00885
......@@ -59,11 +59,11 @@
<prop oor:name="Properties" oor:type="xs:int" oor:nillable="false">
<info>
<desc>
Additional information about a single command.
Bit 0 = Command has an image.
Bit 1 = Image must be mirrored (CTL/vertical text).
Bit 2 = Image must be rotated (CTL/vertical text).
Bit 3 = Command supports a toggle state (Accessibility).
Additional information about a single command (a sum (bitwise OR) of following bits).
Bit 0 (1) = Command has an image.
Bit 1 (2) = Image must be mirrored (CTL/vertical text).
Bit 2 (4) = Image must be rotated (CTL/vertical text).
Bit 3 (8) = Command supports a toggle state (Accessibility).
</desc>
</info>
<value>0</value>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment