|
static CommandDict | DOM::createCommandDictionary () |
|
static bool | DOM::enabled (KHTMLPart *) |
|
static bool | DOM::enabledAnySelection (KHTMLPart *part) |
|
static bool | DOM::enabledPaste (KHTMLPart *part) |
|
static bool | DOM::enabledRangeSelection (KHTMLPart *part) |
|
static bool | DOM::enabledRedo (KHTMLPart *part) |
|
static bool | DOM::enabledUndo (KHTMLPart *part) |
|
static bool | DOM::execBackColor (KHTMLPart *part, bool, const DOMString &value) |
|
static bool | DOM::execBold (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execCopy (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execCut (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execDelete (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execFontName (KHTMLPart *part, bool, const DOMString &value) |
|
static bool | DOM::execFontSize (KHTMLPart *part, bool, const DOMString &value) |
|
static bool | DOM::execForeColor (KHTMLPart *part, bool, const DOMString &value) |
|
static bool | DOM::execIndent (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execInsertNewline (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execInsertOrderedList (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execInsertParagraph (KHTMLPart *, bool, const DOMString &) |
|
static bool | DOM::execInsertText (KHTMLPart *part, bool, const DOMString &value) |
|
static bool | DOM::execInsertUnorderedList (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execItalic (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execJustifyCenter (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execJustifyFull (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execJustifyLeft (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execJustifyRight (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execOutdent (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execPaste (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execPrint (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execRedo (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execSelectAll (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execStrikeThrough (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execStyleChange (KHTMLPart *part, int propertyID, const char *propertyValue) |
|
static bool | DOM::execStyleChange (KHTMLPart *part, int propertyID, const DOMString &propertyValue) |
|
static bool | DOM::execStyleChange (KHTMLPart *part, int propertyID, int propertyEnum) |
|
static bool | DOM::execSubscript (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execSuperscript (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execUnderline (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execUndo (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::execUnselect (KHTMLPart *part, bool, const DOMString &) |
|
static bool | DOM::selectionStartHasStyle (KHTMLPart *part, int propertyID, const char *desiredValue) |
|
static Editor::TriState | DOM::stateBold (KHTMLPart *part) |
|
static Editor::TriState | DOM::stateItalic (KHTMLPart *part) |
|
static Editor::TriState | DOM::stateNone (KHTMLPart *) |
|
static Editor::TriState | DOM::stateStrike (KHTMLPart *part) |
|
static Editor::TriState | DOM::stateStyle (KHTMLPart *part, int propertyID, const char *desiredValue) |
|
static Editor::TriState | DOM::stateSubscript (KHTMLPart *part) |
|
static Editor::TriState | DOM::stateSuperscript (KHTMLPart *part) |
|
static Editor::TriState | DOM::stateUnderline (KHTMLPart *part) |
|
static DOMString | DOM::valueBackColor (KHTMLPart *part) |
|
static DOMString | DOM::valueFontName (KHTMLPart *part) |
|
static DOMString | DOM::valueFontSize (KHTMLPart *part) |
|
static DOMString | DOM::valueForeColor (KHTMLPart *part) |
|
static DOMString | DOM::valueNull (KHTMLPart *) |
|
static DOMString | DOM::valueStyle (KHTMLPart *part, int propertyID) |
|