os/textandloc/textrendering/word/group/WORD.HRH
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 * custom controls - must be #defined to be distinct from all controls in EIKCTRLS.HRH
    16 *
    17 */
    18 
    19 
    20 #define EWordCtBulletPreviewLabel		1000
    21 #define EWordCtSpellSuggestionList		1001
    22 #define EWordCtStyleShortcutKeyEditor	1002
    23 #define EWordCtOutlineNav				1003
    24 #define EWordUnifiedFileNameSelector	1004
    25 
    26 // menu commands etc
    27 
    28 #define EWordCmdFileName			0x6001
    29 #define EWordCmdWordFile			0x6002
    30 
    31 #define EWordCmdCount				0x6003
    32 #define EWordCmdGoTo				0x6004
    33 #define EWordCmdReEditObject		0x6005
    34 
    35 #define EWordCmdPageSetup			0x6008
    36 
    37 #define EWordCmdWrapToScreen		0x6010
    38 
    39 #define EWordCmdToolbar				0x6012
    40 #define EWordCmdToolband			0x6013
    41 
    42 #define EWordCmdStyleGallery		0x6040
    43 #define EWordCmdTabPos				0x6041
    44 #define EWordCmdInsertBullet		0x6043
    45 #define EWordCmdFormatBullet		0x6044
    46 
    47 #define EWordCmdAlignLeft			0x6049
    48 #define EWordCmdAlignRight			0x604a
    49 #define EWordCmdAlignCenter			0x604b
    50 #define EWordCmdAlignJustify		0x604c
    51 
    52 #define EWordCmdSpellCheck			0x6050
    53 #define EWordCmdThesaurus			0x6051
    54 #define EWordCmdViewPreferences		0x6052
    55 #define EWordCmdObjectPreferences	0x6053
    56 
    57 #define EWordCmdInsertObject		0x6060
    58 #define EWordCmdInsertPageBreak		0x6063
    59 #define EWordCmdInsertLineBreak		0x6064
    60 #define EWordCmdInsertSketch		0x6065
    61 #define EWordCmdInsertSheet			0x6066
    62 
    63 #define EWordCmdParaStyleNormal		0x6070
    64 #define EWordCmdRevertToStylePara	0x6073
    65 #define EWordCmdRevertToStyleChar	0x6074
    66 
    67 #define EWordCmdOutline				0x6075
    68 
    69 #define EWordCmdHtmlImport			0x6076
    70 
    71 #define EWordCmdZoomSet				0x6090
    72 
    73 // word button commands
    74 
    75 #define EWordButtonStyle		0x6091
    76 #define EWordButtonFont			0x6092
    77 #define	EWordButtonFontSize		0x6093
    78 #define	EWordButtonBullets		0x6094
    79 #define EWordButtonSketch		0x6095
    80 #define EWordButtonAlign		0x6096
    81 #define EWordButtonBorders		0x6097
    82 
    83 // used in resource file
    84 #define EWordCidToolbarSpacer		0x6099
    85 
    86 #define EWordCmdFileSaveAsTemplate	0x60a0
    87 #define EWordCmdFileDeleteTemplate	0x60a1
    88 
    89 // test commands
    90 #define EWordCmdHighlight				0x6100
    91 #define EWordCmdShadow					0x6101
    92 #define EWordCmdCustomHighlight			0x6102
    93 #define EWordCmdRuledPaper				0x6103
    94 #define EWordCmdBackgroundBitmap		0x6104
    95 #define EWordCmdUpperCase				0x6105
    96 #define EWordCmdBenchmark				0x6106
    97 #define EWordCmdTruncateWithEllipsis	0x6107
    98 #define EWordCmdWrapOn					0x6108
    99 #define EWordCmdWrapOff					0x6109
   100 #define EWordCmdUndoTestNotUndoable		0x610a
   101 #define EWordCmdSelectionHighlightNormal	0x610b
   102 #define EWordCmdSelectionHighlightCustom1	0x610c
   103 #define EWordCmdSelectionHighlightCustom2	0x610d
   104 #define EWordCmdPositioningHintNeutral		0x610e
   105 #define EWordCmdPositioningHintInsertLeftToRight		0x610f
   106 #define EWordCmdPositioningHintInsertRightToLeft		0x6110
   107 
   108 #define EWordCmdPictureAlignTop			0x6200
   109 #define EWordCmdPictureAlignBottom		0x6201
   110 #define EWordCmdPictureAlignCenter		0x6202
   111 #define EWordCmdPictureAlignBaseline	0x6203
   112 
   113 #define EWordCmdStandardKeyboard		0x6300
   114 #define EWordCmdArabicKeyboard			0x6301
   115 #define EWordCmdGreekKeyboard			0x6302
   116 #define EWordCmdRussianKeyboard			0x6303
   117 #define EWordCmdChineseOn				0x6304
   118 #define EWordCmdChineseOff				0x6305
   119 
   120 #define EWordCmdCursorStyleFlash				0x6400
   121 #define EWordCmdCursorStyleHeavy				0x6401
   122 #define EWordCmdCursorStyleRed					0x6402
   123 #define EWordCmdCursorStyleVertical				0x6403
   124 #define EWordCmdCursorStyleUnderlineNext		0x6404
   125 #define EWordCmdCursorStyleUnderlinePrev		0x6405
   126 #define EWordCmdInsertPicture					0x6406
   127 
   128 // tabs dialog
   129 
   130 #define EWordCidDefault			1
   131 #define EWordCidSet				2
   132 #define EWordCidClear			3
   133 #define EWordCidClearAll		4
   134 #define EWordCidAlignList		5
   135 #define EWordCidTabstop			7
   136 #define EWordCidCurrentTab		8
   137 #define EWordCidTabsList		9
   138 
   139 #define EWordCidTabChoice		1
   140 
   141 // bullets dialog
   142 
   143 #define EWordCidBulletCharMap		1
   144 #define EWordCidBulletCharacter		2
   145 #define EWordCidBulletColor			3
   146 #define EWordCidBulletHeight		4
   147 #define EWordCidBulletIndent		5
   148 
   149 #define EWordCidFormatBullet		1
   150 
   151 // goto page dialog
   152 
   153 #define EWordCidPageNumber		1
   154 #define EWordCidPages			2
   155 
   156 #define EEikCmdTrtPrintPageSize 1
   157 #define EEikCmdTrtPageMargins	2
   158 
   159 // style dialog
   160 
   161 #define EWordCidStyleNameList	1
   162 #define EWordCidAddStyle		2
   163 #define EWordCidModifyStyle		4
   164 #define EWordCidStyleName		5
   165 #define EWordCidFormatList		6
   166 #define EWordCidHotKey			7
   167 #define EWordStyleTBar			8
   168 #define EWordCidApply			9
   169 #define EWordCidBullet			10
   170 #define EWordCidStyleInfo		12
   171 #define EWordCidOutline         13
   172 
   173 // spell dialogs
   174 
   175 #define EWordCidSpellDlgLabel			1
   176 #define EWordCidSpellProgress			2
   177 
   178 #define EWordCidSpellIncorrectDlgLabel	1
   179 #define EWordBidSpellIgnoreAll			2
   180 #define EWordBidSpellAddToUserDic		3
   181 
   182 #define EWordBidSpellCorrectAll			4
   183 #define EWordCidSpellCorrectionEdwin	5
   184 #define EWordCidSpellSuggestionList		6
   185 #define EWordCidSpellCorrectionDlgLabel	7
   186 
   187 #define EWordCidSpellIncorrectDlgContext	8
   188 
   189 //text color dialog
   190 
   191 #define EWordCidTextColor				1
   192 #define EWordCidTextColorLabel			2
   193 
   194 // insert object dialog
   195 
   196 #define EWordCidInsertObjectApps		1
   197 
   198 // undo failure dialog
   199 
   200 #define EWordCidCannotUndoLabel			1
   201 
   202 //preferences dialog
   203 
   204 #define EWordCidTab					3
   205 #define EWordCidSpaces				4
   206 #define EWordCidParaEnds			5
   207 #define EWordCidHardHyphens			6
   208 #define EWordCidForcedLineBreaks	7
   209 #define EWordCidNonBreakingSpace	9
   210 #define EWordCidSoftHyphen			10
   211 
   212 #define EWordCidShowSketch			11
   213 #define EWordCidShowGraph			12
   214 #define EWordCidShowCharacters		13
   215 #define EWordCidShowPictures		14
   216 
   217 #define EWordCidRemoveChar			1
   218 #define EWordCidRemovePara			2
   219 
   220 
   221 #define EWordViewPrefsShowAll		0
   222 #define EWordViewPrefsShowSome		1
   223 #define EWordViewPrefsShowNone		2
   224 
   225 // manual zoom dialog
   226 
   227 #define EWordCidZoomSet				1
   228 
   229 // custom file open dialog
   230 
   231 #define EWordCidReadOnly			60
   232 
   233 //
   234 
   235 // outline dialog
   236 
   237 #define EWordCidOutlineNav			1
   238 #define EWordBidOpenAll				10
   239 #define EWordBidCloseAll			11
   240 
   241 #define EWordCidTemplateSaveAsLabel1	1060
   242 #define EWordCidTemplateSaveAsLabel2	1061
   243