| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2004 Apple Computer, Inc. All rights reserved. | 2 * Copyright (C) 2004 Apple Computer, Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 EditActionSetFont, | 44 EditActionSetFont, |
| 45 EditActionChangeAttributes, | 45 EditActionChangeAttributes, |
| 46 EditActionAlignLeft, | 46 EditActionAlignLeft, |
| 47 EditActionAlignRight, | 47 EditActionAlignRight, |
| 48 EditActionCenter, | 48 EditActionCenter, |
| 49 EditActionJustify, | 49 EditActionJustify, |
| 50 EditActionSetWritingDirection, | 50 EditActionSetWritingDirection, |
| 51 EditActionSubscript, | 51 EditActionSubscript, |
| 52 EditActionSuperscript, | 52 EditActionSuperscript, |
| 53 EditActionUnderline, | 53 EditActionUnderline, |
| 54 EditActionStrikeThrough, |
| 54 EditActionOutline, | 55 EditActionOutline, |
| 55 EditActionUnscript, | 56 EditActionUnscript, |
| 56 EditActionDrag, | 57 EditActionDrag, |
| 57 EditActionCut, | 58 EditActionCut, |
| 58 EditActionBold, | 59 EditActionBold, |
| 59 EditActionItalics, | 60 EditActionItalics, |
| 60 EditActionPaste, | 61 EditActionPaste, |
| 61 EditActionPasteFont, | 62 EditActionPasteFont, |
| 62 EditActionPasteRuler, | 63 EditActionPasteRuler, |
| 63 EditActionTyping, | 64 EditActionTyping, |
| 64 EditActionCreateLink, | 65 EditActionCreateLink, |
| 65 EditActionUnlink, | 66 EditActionUnlink, |
| 66 EditActionFormatBlock, | 67 EditActionFormatBlock, |
| 67 EditActionInsertList, | 68 EditActionInsertList, |
| 68 EditActionIndent, | 69 EditActionIndent, |
| 69 EditActionOutdent | 70 EditActionOutdent |
| 70 }; | 71 }; |
| 71 } // namespace blink | 72 } // namespace blink |
| 72 | 73 |
| 73 #endif // EditAction_h | 74 #endif // EditAction_h |
| OLD | NEW |