Searched refs:UnorderedList (Results 1 – 6 of 6) sorted by relevance
37 enum Type { OrderedList, UnorderedList }; enumerator
195 case UnorderedList: in doApply()233 return increaseSelectionListLevelWithType(document, UnorderedList); in increaseSelectionListLevelUnordered()
57 enum Type { InheritedListType, OrderedList, UnorderedList }; enumerator
212 …plyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList, "")); in outdentParagraph()
519 …applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::UnorderedList, value)… in executeInsertUnorderedList()
623 …de> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::UnorderedList); in insertUnorderedList()