diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-04-09 16:56:17 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-04-09 17:48:51 +0200 |
commit | 1223467b15570539bb7fff3b620dc891d0a068ca (patch) | |
tree | 9d8fd523c45c2c5c59c66d7b6af948216908f2b3 /offapi | |
parent | fcffc8694807fb2962d64fc0eae519d94473ce2a (diff) |
Make this readable on a normal screen too.
Change-Id: I91259408aaa2294b2c1e01ac3979ef402665ac7a
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/ItemStyle.idl | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/ItemStyle.idl b/offapi/com/sun/star/ui/ItemStyle.idl index ae3d5f61c14a..cfd8558cb240 100644 --- a/offapi/com/sun/star/ui/ItemStyle.idl +++ b/offapi/com/sun/star/ui/ItemStyle.idl @@ -109,7 +109,15 @@ constants ItemStyle /** specifies if an icon is placed on left side of the text, like an entry in a taskbar. <p>This style is only valid if the item describes a toolbar item and visible if style of the toolbar is set to symboltext.</p> - <p> This style can also be used for custom toolbars and menus, in a custom toolbar an item's Style setting can used to override the toolbar container setting, the style can be bitwise OR-ed with <member scope="::com::sun::star::ui::ItemStyle">TEXT</member> to define text, text+icon or icon only is to be displayed. Similarly for menu items, an items Style can override the application setting to display either text or icon ( note: for menu an icon only setting interpreted as icon+text ) </p> + + <p>This style can also be used for custom toolbars and menus, in a + custom toolbar an item's Style setting can used to override the + toolbar container setting, the style can be bitwise OR-ed with <member + scope="::com::sun::star::ui::ItemStyle">TEXT</member> to define text, + text+icon or icon only is to be displayed. Similarly for menu items, + an items Style can override the application setting to display either + text or icon (note: for menu an icon only setting interpreted as + icon+text)</p> */ const short ICON = 128; @@ -130,7 +138,15 @@ constants ItemStyle */ const short DROPDOWN_ONLY = 1024; /** indicates if icon, text or text+icon is displayed for the item. - <p> This style can be used for custom toolbars and menus, in a custom toolbar an item's Style setting can used to override the toolbar container setting, the style can be bitwise OR-ed with <member scope="com::sun::star::ui::ItemStyle">ICON</member> to define text, text+icon or icon only is to be displayed. Similarly for menu items, an items Style can override the application setting to display either text or icon ( note: for menu an icon only setting interpreted as icon+text ) </p> + + <p>This style can be used for custom toolbars and menus, in a custom + toolbar an item's Style setting can used to override the toolbar + container setting, the style can be bitwise OR-ed with <member + scope="com::sun::star::ui::ItemStyle">ICON</member> to define text, + text+icon or icon only is to be displayed. Similarly for menu items, + an items Style can override the application setting to display either + text or icon (note: for menu an icon only setting interpreted as + icon+text)</p> */ const short TEXT = 2048; }; |