1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/textrendering/word/group/WORD.HRH Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,243 @@
1.4 +/*
1.5 +* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +* custom controls - must be #defined to be distinct from all controls in EIKCTRLS.HRH
1.19 +*
1.20 +*/
1.21 +
1.22 +
1.23 +#define EWordCtBulletPreviewLabel 1000
1.24 +#define EWordCtSpellSuggestionList 1001
1.25 +#define EWordCtStyleShortcutKeyEditor 1002
1.26 +#define EWordCtOutlineNav 1003
1.27 +#define EWordUnifiedFileNameSelector 1004
1.28 +
1.29 +// menu commands etc
1.30 +
1.31 +#define EWordCmdFileName 0x6001
1.32 +#define EWordCmdWordFile 0x6002
1.33 +
1.34 +#define EWordCmdCount 0x6003
1.35 +#define EWordCmdGoTo 0x6004
1.36 +#define EWordCmdReEditObject 0x6005
1.37 +
1.38 +#define EWordCmdPageSetup 0x6008
1.39 +
1.40 +#define EWordCmdWrapToScreen 0x6010
1.41 +
1.42 +#define EWordCmdToolbar 0x6012
1.43 +#define EWordCmdToolband 0x6013
1.44 +
1.45 +#define EWordCmdStyleGallery 0x6040
1.46 +#define EWordCmdTabPos 0x6041
1.47 +#define EWordCmdInsertBullet 0x6043
1.48 +#define EWordCmdFormatBullet 0x6044
1.49 +
1.50 +#define EWordCmdAlignLeft 0x6049
1.51 +#define EWordCmdAlignRight 0x604a
1.52 +#define EWordCmdAlignCenter 0x604b
1.53 +#define EWordCmdAlignJustify 0x604c
1.54 +
1.55 +#define EWordCmdSpellCheck 0x6050
1.56 +#define EWordCmdThesaurus 0x6051
1.57 +#define EWordCmdViewPreferences 0x6052
1.58 +#define EWordCmdObjectPreferences 0x6053
1.59 +
1.60 +#define EWordCmdInsertObject 0x6060
1.61 +#define EWordCmdInsertPageBreak 0x6063
1.62 +#define EWordCmdInsertLineBreak 0x6064
1.63 +#define EWordCmdInsertSketch 0x6065
1.64 +#define EWordCmdInsertSheet 0x6066
1.65 +
1.66 +#define EWordCmdParaStyleNormal 0x6070
1.67 +#define EWordCmdRevertToStylePara 0x6073
1.68 +#define EWordCmdRevertToStyleChar 0x6074
1.69 +
1.70 +#define EWordCmdOutline 0x6075
1.71 +
1.72 +#define EWordCmdHtmlImport 0x6076
1.73 +
1.74 +#define EWordCmdZoomSet 0x6090
1.75 +
1.76 +// word button commands
1.77 +
1.78 +#define EWordButtonStyle 0x6091
1.79 +#define EWordButtonFont 0x6092
1.80 +#define EWordButtonFontSize 0x6093
1.81 +#define EWordButtonBullets 0x6094
1.82 +#define EWordButtonSketch 0x6095
1.83 +#define EWordButtonAlign 0x6096
1.84 +#define EWordButtonBorders 0x6097
1.85 +
1.86 +// used in resource file
1.87 +#define EWordCidToolbarSpacer 0x6099
1.88 +
1.89 +#define EWordCmdFileSaveAsTemplate 0x60a0
1.90 +#define EWordCmdFileDeleteTemplate 0x60a1
1.91 +
1.92 +// test commands
1.93 +#define EWordCmdHighlight 0x6100
1.94 +#define EWordCmdShadow 0x6101
1.95 +#define EWordCmdCustomHighlight 0x6102
1.96 +#define EWordCmdRuledPaper 0x6103
1.97 +#define EWordCmdBackgroundBitmap 0x6104
1.98 +#define EWordCmdUpperCase 0x6105
1.99 +#define EWordCmdBenchmark 0x6106
1.100 +#define EWordCmdTruncateWithEllipsis 0x6107
1.101 +#define EWordCmdWrapOn 0x6108
1.102 +#define EWordCmdWrapOff 0x6109
1.103 +#define EWordCmdUndoTestNotUndoable 0x610a
1.104 +#define EWordCmdSelectionHighlightNormal 0x610b
1.105 +#define EWordCmdSelectionHighlightCustom1 0x610c
1.106 +#define EWordCmdSelectionHighlightCustom2 0x610d
1.107 +#define EWordCmdPositioningHintNeutral 0x610e
1.108 +#define EWordCmdPositioningHintInsertLeftToRight 0x610f
1.109 +#define EWordCmdPositioningHintInsertRightToLeft 0x6110
1.110 +
1.111 +#define EWordCmdPictureAlignTop 0x6200
1.112 +#define EWordCmdPictureAlignBottom 0x6201
1.113 +#define EWordCmdPictureAlignCenter 0x6202
1.114 +#define EWordCmdPictureAlignBaseline 0x6203
1.115 +
1.116 +#define EWordCmdStandardKeyboard 0x6300
1.117 +#define EWordCmdArabicKeyboard 0x6301
1.118 +#define EWordCmdGreekKeyboard 0x6302
1.119 +#define EWordCmdRussianKeyboard 0x6303
1.120 +#define EWordCmdChineseOn 0x6304
1.121 +#define EWordCmdChineseOff 0x6305
1.122 +
1.123 +#define EWordCmdCursorStyleFlash 0x6400
1.124 +#define EWordCmdCursorStyleHeavy 0x6401
1.125 +#define EWordCmdCursorStyleRed 0x6402
1.126 +#define EWordCmdCursorStyleVertical 0x6403
1.127 +#define EWordCmdCursorStyleUnderlineNext 0x6404
1.128 +#define EWordCmdCursorStyleUnderlinePrev 0x6405
1.129 +#define EWordCmdInsertPicture 0x6406
1.130 +
1.131 +// tabs dialog
1.132 +
1.133 +#define EWordCidDefault 1
1.134 +#define EWordCidSet 2
1.135 +#define EWordCidClear 3
1.136 +#define EWordCidClearAll 4
1.137 +#define EWordCidAlignList 5
1.138 +#define EWordCidTabstop 7
1.139 +#define EWordCidCurrentTab 8
1.140 +#define EWordCidTabsList 9
1.141 +
1.142 +#define EWordCidTabChoice 1
1.143 +
1.144 +// bullets dialog
1.145 +
1.146 +#define EWordCidBulletCharMap 1
1.147 +#define EWordCidBulletCharacter 2
1.148 +#define EWordCidBulletColor 3
1.149 +#define EWordCidBulletHeight 4
1.150 +#define EWordCidBulletIndent 5
1.151 +
1.152 +#define EWordCidFormatBullet 1
1.153 +
1.154 +// goto page dialog
1.155 +
1.156 +#define EWordCidPageNumber 1
1.157 +#define EWordCidPages 2
1.158 +
1.159 +#define EEikCmdTrtPrintPageSize 1
1.160 +#define EEikCmdTrtPageMargins 2
1.161 +
1.162 +// style dialog
1.163 +
1.164 +#define EWordCidStyleNameList 1
1.165 +#define EWordCidAddStyle 2
1.166 +#define EWordCidModifyStyle 4
1.167 +#define EWordCidStyleName 5
1.168 +#define EWordCidFormatList 6
1.169 +#define EWordCidHotKey 7
1.170 +#define EWordStyleTBar 8
1.171 +#define EWordCidApply 9
1.172 +#define EWordCidBullet 10
1.173 +#define EWordCidStyleInfo 12
1.174 +#define EWordCidOutline 13
1.175 +
1.176 +// spell dialogs
1.177 +
1.178 +#define EWordCidSpellDlgLabel 1
1.179 +#define EWordCidSpellProgress 2
1.180 +
1.181 +#define EWordCidSpellIncorrectDlgLabel 1
1.182 +#define EWordBidSpellIgnoreAll 2
1.183 +#define EWordBidSpellAddToUserDic 3
1.184 +
1.185 +#define EWordBidSpellCorrectAll 4
1.186 +#define EWordCidSpellCorrectionEdwin 5
1.187 +#define EWordCidSpellSuggestionList 6
1.188 +#define EWordCidSpellCorrectionDlgLabel 7
1.189 +
1.190 +#define EWordCidSpellIncorrectDlgContext 8
1.191 +
1.192 +//text color dialog
1.193 +
1.194 +#define EWordCidTextColor 1
1.195 +#define EWordCidTextColorLabel 2
1.196 +
1.197 +// insert object dialog
1.198 +
1.199 +#define EWordCidInsertObjectApps 1
1.200 +
1.201 +// undo failure dialog
1.202 +
1.203 +#define EWordCidCannotUndoLabel 1
1.204 +
1.205 +//preferences dialog
1.206 +
1.207 +#define EWordCidTab 3
1.208 +#define EWordCidSpaces 4
1.209 +#define EWordCidParaEnds 5
1.210 +#define EWordCidHardHyphens 6
1.211 +#define EWordCidForcedLineBreaks 7
1.212 +#define EWordCidNonBreakingSpace 9
1.213 +#define EWordCidSoftHyphen 10
1.214 +
1.215 +#define EWordCidShowSketch 11
1.216 +#define EWordCidShowGraph 12
1.217 +#define EWordCidShowCharacters 13
1.218 +#define EWordCidShowPictures 14
1.219 +
1.220 +#define EWordCidRemoveChar 1
1.221 +#define EWordCidRemovePara 2
1.222 +
1.223 +
1.224 +#define EWordViewPrefsShowAll 0
1.225 +#define EWordViewPrefsShowSome 1
1.226 +#define EWordViewPrefsShowNone 2
1.227 +
1.228 +// manual zoom dialog
1.229 +
1.230 +#define EWordCidZoomSet 1
1.231 +
1.232 +// custom file open dialog
1.233 +
1.234 +#define EWordCidReadOnly 60
1.235 +
1.236 +//
1.237 +
1.238 +// outline dialog
1.239 +
1.240 +#define EWordCidOutlineNav 1
1.241 +#define EWordBidOpenAll 10
1.242 +#define EWordBidCloseAll 11
1.243 +
1.244 +#define EWordCidTemplateSaveAsLabel1 1060
1.245 +#define EWordCidTemplateSaveAsLabel2 1061
1.246 +