@@ -87,6 +87,8 @@ set(ODR_SOURCE_FILES
8787 "src/odr/odr.cpp"
8888 "src/odr/quantity.cpp"
8989 "src/odr/style.cpp"
90+ "src/odr/table_dimension.cpp"
91+ "src/odr/table_position.cpp"
9092
9193 "${CMAKE_CURRENT_BINARY_DIR} /src/odr/internal/git_info.cpp"
9294 "src/odr/internal/magic.cpp"
@@ -99,15 +101,14 @@ set(ODR_SOURCE_FILES
99101 "src/odr/internal/cfb/cfb_util.cpp"
100102
101103 "src/odr/internal/common/document.cpp"
102- "src/odr/internal/common/document_element.cpp"
103104 "src/odr/internal/common/file.cpp"
104105 "src/odr/internal/common/filesystem.cpp"
105106 "src/odr/internal/common/image_file.cpp"
106107 "src/odr/internal/common/path.cpp"
107108 "src/odr/internal/common/random.cpp"
108109 "src/odr/internal/common/style.cpp"
109110 "src/odr/internal/common/table_cursor.cpp"
110- "src/odr/internal/common/ table_position.cpp"
111+ "src/odr/table_position.cpp"
111112 "src/odr/internal/common/table_range.cpp"
112113 "src/odr/internal/common/temporary_file.cpp"
113114
@@ -133,25 +134,24 @@ set(ODR_SOURCE_FILES
133134
134135 "src/odr/internal/odf/odf_crypto.cpp"
135136 "src/odr/internal/odf/odf_document.cpp"
136- "src/odr/internal/odf/odf_element .cpp"
137+ "src/odr/internal/odf/odf_element_registry .cpp"
137138 "src/odr/internal/odf/odf_file.cpp"
138139 "src/odr/internal/odf/odf_manifest.cpp"
139140 "src/odr/internal/odf/odf_meta.cpp"
140141 "src/odr/internal/odf/odf_parser.cpp"
141- "src/odr/internal/odf/odf_spreadsheet.cpp"
142142 "src/odr/internal/odf/odf_style.cpp"
143143
144144 "src/odr/internal/oldms/oldms_file.cpp"
145145
146146 "src/odr/internal/ooxml/presentation/ooxml_presentation_document.cpp"
147- "src/odr/internal/ooxml/presentation/ooxml_presentation_element .cpp"
147+ "src/odr/internal/ooxml/presentation/ooxml_presentation_element_registry .cpp"
148148 "src/odr/internal/ooxml/presentation/ooxml_presentation_parser.cpp"
149149 "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_document.cpp"
150- "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_element.cpp"
151150 "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_parser.cpp"
151+ "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_element_registry.cpp"
152152 "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_style.cpp"
153153 "src/odr/internal/ooxml/text/ooxml_text_document.cpp"
154- "src/odr/internal/ooxml/text/ooxml_text_element .cpp"
154+ "src/odr/internal/ooxml/text/ooxml_text_element_registry .cpp"
155155 "src/odr/internal/ooxml/text/ooxml_text_parser.cpp"
156156 "src/odr/internal/ooxml/text/ooxml_text_style.cpp"
157157 "src/odr/internal/ooxml/ooxml_crypto.cpp"
0 commit comments