diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-02-19 12:53:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-02-19 12:53:00 +0000 |
commit | 42ca334fd7a007da18fdd79f286e6b77e6b18c06 (patch) | |
tree | 825953dc4ee3388fd11dacbb389fb73ddbb27d81 /sw/source/ui/app/mn.src | |
parent | 7262932905e7a5be5ee366649086943a82b26d2a (diff) |
INTEGRATION: CWS notes2 (1.47.46); FILE MERGED
2008/01/29 19:39:59 mod 1.47.46.10: spellchecking and context menu
2008/01/25 17:46:10 mod 1.47.46.9: View - Notes
2008/01/16 15:15:18 mod 1.47.46.8: fixes
2008/01/11 17:59:52 mod 1.47.46.7: reduced popup menu
2007/12/11 15:19:12 mod 1.47.46.6: various fixes and double ankor
2007/11/29 14:46:59 mod 1.47.46.5: enable popup, bugfix for Ctrl-Alt-N
2007/11/14 17:05:21 mod 1.47.46.4: mod is really stupid
2007/10/22 10:04:24 mod 1.47.46.3: fix for centered zoom; new buttons inside meta area
2007/09/28 16:32:56 mod 1.47.46.2: RESYNC: (1.47-1.48); FILE MERGED
2007/07/04 15:42:22 mba 1.47.46.1: new shell for editing notes
Diffstat (limited to 'sw/source/ui/app/mn.src')
-rw-r--r-- | sw/source/ui/app/mn.src | 87 |
1 files changed, 85 insertions, 2 deletions
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src index 0d97b30f7a09..d107b245e3d6 100644 --- a/sw/source/ui/app/mn.src +++ b/sw/source/ui/app/mn.src @@ -4,9 +4,9 @@ * * $RCSfile: mn.src,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: hr $ $Date: 2007-09-27 10:17:38 $ + * last change: $Author: rt $ $Date: 2008-02-19 13:53:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -433,6 +433,47 @@ ITEM_REPLACE_CONTROL\ };\ + +#define MN_ANNOTATIONS \ + MenuItem\ + {\ + Identifier = FN_DELETE_NOTE ;\ + HelpID = FN_DELETE_NOTE ;\ + Text [ en-US ] = "Delete ~Note" ;\ + };\ + MenuItem\ + {\ + Identifier = FN_DELETE_NOTE_AUTHOR ;\ + HelpID = FN_DELETE_NOTE ;\ + Text [ en-US ] = "Delete Author's N~otes" ;\ + };\ + MenuItem\ + {\ + Identifier = FN_DELETE_ALL_NOTES ;\ + HelpID = FN_DELETE_NOTE ;\ + Text [ en-US ] = "Delete All No~tes" ;\ + };\ + /* + MenuItem\ + {\ + Identifier = FN_HIDE_NOTE ;\ + HelpID = FN_DELETE_NOTE ;\ + Text [ en-US ] = "~Hide note" ;\ + };\ + MenuItem\ + {\ + Identifier = FN_HIDE_NOTE_AUTHOR ;\ + HelpID = FN_DELETE_NOTE ;\ + Text [ en-US ] = "Hide ~author" ;\ + };\ + MenuItem\ + {\ + Identifier = FN_HIDE_ALL_NOTES ;\ + HelpID = FN_DELETE_NOTE ;\ + Text [ en-US ] = "Hide all ~notes" ;\ + }; + */ + /*--Popups---------------------------------------------------------------*/ String MN_TEXT_POPUPMENU @@ -769,6 +810,48 @@ Menu MN_DRWTXT_POPUPMENU }; }; +Menu MN_ANNOTATION_POPUPMENU +{ + ItemList = + { + //MN_RESET + //SEPARATOR ; + //MN_TEXT_ATTR + MenuItem\ + {\ + ITEM_FORMAT_ATTR_CHAR_WEIGHT\ + };\ + MenuItem\ + {\ + ITEM_FORMAT_ATTR_CHAR_POSTURE\ + };\ + MenuItem\ + {\ + ITEM_FORMAT_ATTR_CHAR_UNDERLINE\ + };\ + MenuItem\ + {\ + ITEM_FORMAT_ATTR_CHAR_STRIKEOUT\ + };\ + SEPARATOR ; + //ITEM_TRANSLITERATE_MENU + //SEPARATOR ; + //MN_DRWTXT + //MN_FRM_CAPTION_ITEM + SEPARATOR ; + MN_ANNOTATIONS + }; +}; + +Menu MN_ANNOTATION_BUTTON +{ + ItemList = + { + MN_ANNOTATIONS + }; +}; + + String MN_GRF_POPUPMENU { Text [ en-US ] = "Graphic" ; |