1 /* This file is part of the KDE project
3 * Copyright (C) 2004 Leo Savernik <l.savernik@aon.at>
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Library General Public License for more details.
15 * You should have received a copy of the GNU Library General Public License
16 * along with this library; see the file COPYING.LIB. If not, write to
17 * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 * Boston, MA 02111-1307, USA.
21 #ifndef EDITOR_COMMAND_H
22 #define EDITOR_COMMAND_H
27 * List of all supported built-in editor commands.
40 InsertParagraphCommand
,
59 // The "unsupported" commands are listed here since they appear in the Microsoft
60 // documentation used as the basis for the list.
63 // 2d-position (not supported)
64 // absolutePosition (not supported)
65 // blockDirLTR (not supported)
66 // blockDirRTL (not supported)
67 // browseMode (not supported)
68 // clearAuthenticationCache (not supported)
69 // createBookmark (not supported)
70 // createLink (not supported)
71 // dirLTR (not supported)
72 // dirRTL (not supported)
73 // editMode (not supported)
74 // formatBlock (not supported)
75 // inlineDirLTR (not supported)
76 // inlineDirRTL (not supported)
77 // insertButton (not supported)
78 // insertFieldSet (not supported)
79 // insertHorizontalRule (not supported)
80 // insertIFrame (not supported)
81 // insertImage (not supported)
82 // insertInputButton (not supported)
83 // insertInputCheckbox (not supported)
84 // insertInputFileUpload (not supported)
85 // insertInputHidden (not supported)
86 // insertInputImage (not supported)
87 // insertInputPassword (not supported)
88 // insertInputRadio (not supported)
89 // insertInputReset (not supported)
90 // insertInputSubmit (not supported)
91 // insertInputText (not supported)
92 // insertMarquee (not supported)
93 // insertOrderedList (not supported)
94 // insertSelectDropDown (not supported)
95 // insertSelectListBox (not supported)
96 // insertTextArea (not supported)
97 // insertUnorderedList (not supported)
98 // liveResize (not supported)
99 // multipleSelection (not supported)
100 // open (not supported)
101 // overwrite (not supported)
102 // playImage (not supported)
103 // refresh (not supported)
104 // removeFormat (not supported)
105 // removeParaFormat (not supported)
106 // saveAs (not supported)
107 // sizeToControl (not supported)
108 // sizeToControlHeight (not supported)
109 // sizeToControlWidth (not supported)
110 // stop (not supported)
111 // stopimage (not supported)
112 // strikethrough (not supported)
113 // unbookmark (not supported)
114 // underline (not supported)
115 // unlink (not supported)