initial import
[vuplus_webkit] / Source / WebCore / editing / EditingAllInOne.cpp
1 /*
2  * Copyright (C) 2010 Apple Inc. All Rights Reserved.
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions
6  * are met:
7  * 1. Redistributions of source code must retain the above copyright
8  *    notice, this list of conditions and the following disclaimer.
9  * 2. Redistributions in binary form must reproduce the above copyright
10  *    notice, this list of conditions and the following disclaimer in the
11  *    documentation and/or other materials provided with the distribution.
12  *
13  * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
14  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
17  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
18  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
19  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
20  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
21  * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
24  */
25
26 // This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
27
28 #include <AppendNodeCommand.cpp>
29 #include <ApplyBlockElementCommand.cpp>
30 #include <ApplyStyleCommand.cpp>
31 #include <BreakBlockquoteCommand.cpp>
32 #include <CompositeEditCommand.cpp>
33 #include <CreateLinkCommand.cpp>
34 #include <DeleteButton.cpp>
35 #include <DeleteButtonController.cpp>
36 #include <DeleteFromTextNodeCommand.cpp>
37 #include <DeleteSelectionCommand.cpp>
38 #include <EditCommand.cpp>
39 #include <EditingStyle.cpp>
40 #include <Editor.cpp>
41 #include <EditorCommand.cpp>
42 #include <FormatBlockCommand.cpp>
43 #include <FrameSelection.cpp>
44 #include <HTMLInterchange.cpp>
45 #include <IndentOutdentCommand.cpp>
46 #include <InsertIntoTextNodeCommand.cpp>
47 #include <InsertLineBreakCommand.cpp>
48 #include <InsertListCommand.cpp>
49 #include <InsertNodeBeforeCommand.cpp>
50 #include <InsertParagraphSeparatorCommand.cpp>
51 #include <InsertTextCommand.cpp>
52 #include <MarkupAccumulator.cpp>
53 #include <MergeIdenticalElementsCommand.cpp>
54 #include <ModifySelectionListLevel.cpp>
55 #include <MoveSelectionCommand.cpp>
56 #include <RemoveCSSPropertyCommand.cpp>
57 #include <RemoveFormatCommand.cpp>
58 #include <RemoveNodeCommand.cpp>
59 #include <RemoveNodePreservingChildrenCommand.cpp>
60 #include <RenderedPosition.cpp>
61 #include <ReplaceNodeWithSpanCommand.cpp>
62 #include <ReplaceSelectionCommand.cpp>
63 #include <SetNodeAttributeCommand.cpp>
64 #include <SmartReplace.cpp>
65 #include <SmartReplaceCF.cpp>
66 #include <SpellingCorrectionController.cpp>
67 #include <SpellChecker.cpp>
68 #include <SplitElementCommand.cpp>
69 #include <SplitTextNodeCommand.cpp>
70 #include <SplitTextNodeContainingElementCommand.cpp>
71 #include <TextCheckingHelper.cpp>
72 #include <TextIterator.cpp>
73 #include <TypingCommand.cpp>
74 #include <UnlinkCommand.cpp>
75 #include <VisiblePosition.cpp>
76 #include <VisibleSelection.cpp>
77 #include <WrapContentsInDummySpanCommand.cpp>
78 #include <htmlediting.cpp>
79 #include <markup.cpp>
80 #include <visible_units.cpp>