|
@@ -0,0 +1,3859 @@
|
|
|
+// Automatically generated by opc_generate "test_docs\helloworld.pptx" "sample\opc_album.c".
|
|
|
+
|
|
|
+#include <opc/opc.h>
|
|
|
+#ifdef WIN32
|
|
|
+#include <crtdbg.h>
|
|
|
+#endif
|
|
|
+
|
|
|
+void writef(opcContainerOutputStream* stream, const char *s, ...) {
|
|
|
+ va_list ap;
|
|
|
+ va_start(ap, s);
|
|
|
+ char buf[1024];
|
|
|
+ int len=vsnprintf(buf, sizeof(buf), s, ap);
|
|
|
+ opcContainerWriteOutputStream(stream, (const opc_uint8_t *)buf, len);
|
|
|
+ va_end(ap);
|
|
|
+}
|
|
|
+
|
|
|
+void writes(opcContainerOutputStream* stream, const char *s) {
|
|
|
+ int const len=strlen(s);
|
|
|
+ opcContainerWriteOutputStream(stream, (const opc_uint8_t *)s, len);
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_docProps_app_xml(opcContainer *c);
|
|
|
+static opcPart create_docProps_core_xml(opcContainer *c);
|
|
|
+static opcPart create_docProps_thumbnail_jpeg(opcContainer *c);
|
|
|
+static opcPart create_ppt_presProps_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_presentation_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout1_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout10_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout11_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout2_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout3_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout4_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout5_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout6_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout7_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout8_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout9_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slideMasters_slideMaster1_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_slides_slide1_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_tableStyles_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_theme_theme1_xml(opcContainer *c);
|
|
|
+static opcPart create_ppt_viewProps_xml(opcContainer *c);
|
|
|
+
|
|
|
+static opcPart create_docProps_app_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("docProps/app.xml"), _X("application/vnd.openxmlformats-officedocument.extended-properties+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("docProps/app.xml"), _X("application/vnd.openxmlformats-officedocument.extended-properties+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<Properties xmlns=\"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties\" xmlns:vt=\"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\">\n");
|
|
|
+ writes(out, " <TotalTime>0</TotalTime>\n");
|
|
|
+ writes(out, " <Words>5</Words>\n");
|
|
|
+ writes(out, " <Application>Microsoft Office PowerPoint</Application>\n");
|
|
|
+ writes(out, " <PresentationFormat>On-screen Show (4:3)</PresentationFormat>\n");
|
|
|
+ writes(out, " <Paragraphs>2</Paragraphs>\n");
|
|
|
+ writes(out, " <Slides>1</Slides>\n");
|
|
|
+ writes(out, " <Notes>0</Notes>\n");
|
|
|
+ writes(out, " <HiddenSlides>0</HiddenSlides>\n");
|
|
|
+ writes(out, " <MMClips>0</MMClips>\n");
|
|
|
+ writes(out, " <ScaleCrop>false</ScaleCrop>\n");
|
|
|
+ writes(out, " <HeadingPairs>\n");
|
|
|
+ writes(out, " <vt:vector size=\"4\" baseType=\"variant\">\n");
|
|
|
+ writes(out, " <vt:variant>\n");
|
|
|
+ writes(out, " <vt:lpstr>Theme</vt:lpstr>\n");
|
|
|
+ writes(out, " </vt:variant>\n");
|
|
|
+ writes(out, " <vt:variant>\n");
|
|
|
+ writes(out, " <vt:i4>1</vt:i4>\n");
|
|
|
+ writes(out, " </vt:variant>\n");
|
|
|
+ writes(out, " <vt:variant>\n");
|
|
|
+ writes(out, " <vt:lpstr>Slide Titles</vt:lpstr>\n");
|
|
|
+ writes(out, " </vt:variant>\n");
|
|
|
+ writes(out, " <vt:variant>\n");
|
|
|
+ writes(out, " <vt:i4>1</vt:i4>\n");
|
|
|
+ writes(out, " </vt:variant>\n");
|
|
|
+ writes(out, " </vt:vector>\n");
|
|
|
+ writes(out, " </HeadingPairs>\n");
|
|
|
+ writes(out, " <TitlesOfParts>\n");
|
|
|
+ writes(out, " <vt:vector size=\"2\" baseType=\"lpstr\">\n");
|
|
|
+ writes(out, " <vt:lpstr>Office Theme</vt:lpstr>\n");
|
|
|
+ writes(out, " <vt:lpstr>libOPC</vt:lpstr>\n");
|
|
|
+ writes(out, " </vt:vector>\n");
|
|
|
+ writes(out, " </TitlesOfParts>\n");
|
|
|
+ writes(out, " <LinksUpToDate>false</LinksUpToDate>\n");
|
|
|
+ writes(out, " <SharedDoc>false</SharedDoc>\n");
|
|
|
+ writes(out, " <HyperlinksChanged>false</HyperlinksChanged>\n");
|
|
|
+ writes(out, " <AppVersion>12.0000</AppVersion>\n");
|
|
|
+ writes(out, "</Properties>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_docProps_core_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("docProps/core.xml"), _X("application/vnd.openxmlformats-package.core-properties+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("docProps/core.xml"), _X("application/vnd.openxmlformats-package.core-properties+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<cp:coreProperties xmlns:cp=\"http://schemas.openxmlformats.org/package/2006/metadata/core-properties\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:dcterms=\"http://purl.org/dc/terms/\" xmlns:dcmitype=\"http://purl.org/dc/dcmitype/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n");
|
|
|
+ writes(out, " <dc:title>libOPC</dc:title>\n");
|
|
|
+ writes(out, " <dc:creator>flr</dc:creator>\n");
|
|
|
+ writes(out, " <cp:lastModifiedBy>flr</cp:lastModifiedBy>\n");
|
|
|
+ writes(out, " <cp:revision>1</cp:revision>\n");
|
|
|
+ writes(out, " <dcterms:created xsi:type=\"dcterms:W3CDTF\">2011-04-03T21:06:50Z</dcterms:created>\n");
|
|
|
+ writes(out, " <dcterms:modified xsi:type=\"dcterms:W3CDTF\">2011-04-03T21:07:58Z</dcterms:modified>\n");
|
|
|
+ writes(out, "</cp:coreProperties>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_docProps_thumbnail_jpeg(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("docProps/thumbnail.jpeg"), NULL, 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("docProps/thumbnail.jpeg"), NULL, 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ static opc_uint8_t data[]={
|
|
|
+ 0xFF, 0xD8, 0xFF, 0xE0, 0x00, 0x10, 0x4A, 0x46, 0x49, 0x46, 0x00, 0x01, 0x01, 0x01, 0x00, 0x60, 0x00, 0x60, 0x00, 0x00, 0xFF, 0xDB, 0x00, 0x43, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0xFF, 0xDB, 0x00, 0x43, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01
|
|
|
+ , 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0xFF, 0xC0, 0x00, 0x11, 0x08, 0x00, 0xC0, 0x01, 0x00, 0x03, 0x01, 0x22, 0x00, 0x02, 0x11, 0x01, 0x03, 0x11, 0x01, 0xFF, 0xC4, 0x00, 0x1F, 0x00, 0x00, 0x01, 0x05, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01
|
|
|
+ , 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0xFF, 0xC4, 0x00, 0xB5, 0x10, 0x00, 0x02, 0x01, 0x03, 0x03, 0x02, 0x04, 0x03, 0x05, 0x05, 0x04, 0x04, 0x00, 0x00, 0x01, 0x7D, 0x01, 0x02, 0x03, 0x00, 0x04, 0x11, 0x05, 0x12, 0x21, 0x31, 0x41, 0x06, 0x13, 0x51, 0x61, 0x07, 0x22, 0x71, 0x14, 0x32, 0x81, 0x91, 0xA1, 0x08, 0x23, 0x42, 0xB1, 0xC1, 0x15, 0x52, 0xD1, 0xF0, 0x24, 0x33, 0x62, 0x72, 0x82, 0x09, 0x0A, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x25, 0x26, 0x27, 0x28, 0x29, 0x2A, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3A, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4A, 0x53, 0x54, 0x55, 0x56
|
|
|
+ , 0x57, 0x58, 0x59, 0x5A, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6A, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79, 0x7A, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8A, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97, 0x98, 0x99, 0x9A, 0xA2, 0xA3, 0xA4, 0xA5, 0xA6, 0xA7, 0xA8, 0xA9, 0xAA, 0xB2, 0xB3, 0xB4, 0xB5, 0xB6, 0xB7, 0xB8, 0xB9, 0xBA, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, 0xC8, 0xC9, 0xCA, 0xD2, 0xD3, 0xD4, 0xD5, 0xD6, 0xD7, 0xD8, 0xD9, 0xDA, 0xE1, 0xE2, 0xE3, 0xE4, 0xE5, 0xE6, 0xE7, 0xE8, 0xE9, 0xEA, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, 0xF8, 0xF9, 0xFA, 0xFF, 0xC4, 0x00, 0x1F, 0x01, 0x00, 0x03
|
|
|
+ , 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0xFF, 0xC4, 0x00, 0xB5, 0x11, 0x00, 0x02, 0x01, 0x02, 0x04, 0x04, 0x03, 0x04, 0x07, 0x05, 0x04, 0x04, 0x00, 0x01, 0x02, 0x77, 0x00, 0x01, 0x02, 0x03, 0x11, 0x04, 0x05, 0x21, 0x31, 0x06, 0x12, 0x41, 0x51, 0x07, 0x61, 0x71, 0x13, 0x22, 0x32, 0x81, 0x08, 0x14, 0x42, 0x91, 0xA1, 0xB1, 0xC1, 0x09, 0x23, 0x33, 0x52, 0xF0, 0x15, 0x62, 0x72, 0xD1, 0x0A, 0x16, 0x24, 0x34, 0xE1, 0x25, 0xF1, 0x17, 0x18, 0x19, 0x1A, 0x26, 0x27, 0x28, 0x29, 0x2A, 0x35
|
|
|
+ , 0x36, 0x37, 0x38, 0x39, 0x3A, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4A, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59, 0x5A, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6A, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79, 0x7A, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8A, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97, 0x98, 0x99, 0x9A, 0xA2, 0xA3, 0xA4, 0xA5, 0xA6, 0xA7, 0xA8, 0xA9, 0xAA, 0xB2, 0xB3, 0xB4, 0xB5, 0xB6, 0xB7, 0xB8, 0xB9, 0xBA, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, 0xC8, 0xC9, 0xCA, 0xD2, 0xD3, 0xD4, 0xD5, 0xD6, 0xD7, 0xD8, 0xD9, 0xDA, 0xE2, 0xE3, 0xE4, 0xE5, 0xE6, 0xE7, 0xE8, 0xE9, 0xEA
|
|
|
+ , 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, 0xF8, 0xF9, 0xFA, 0xFF, 0xDA, 0x00, 0x0C, 0x03, 0x01, 0x00, 0x02, 0x11, 0x03, 0x11, 0x00, 0x3F, 0x00, 0xFE, 0xFE, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A
|
|
|
+ , 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A
|
|
|
+ , 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0x8A
|
|
|
+ , 0x00, 0x28, 0xA2, 0x8A, 0x00, 0x28, 0xA2, 0xBE, 0x3D, 0xFD, 0xAD, 0xBF, 0x68, 0x2F, 0x19, 0xFC, 0x05, 0xD5, 0x3F, 0x64, 0xDB, 0x1F, 0x07, 0xE9, 0x9E, 0x18, 0xD4, 0xA2, 0xF8, 0xEF, 0xFB, 0x5E, 0xFC, 0x32, 0xF8, 0x03, 0xE2, 0xF6, 0xF1, 0x2D, 0x96, 0xAB, 0x79, 0x26, 0x9D, 0xE0, 0xEF, 0x1A, 0x78, 0x5F, 0xE2, 0x0E, 0xB7, 0xAA, 0x6A, 0x5E, 0x1B, 0x3A, 0x5E, 0xB5, 0xA3, 0xAD, 0x9F, 0x89, 0xAD, 0xEE, 0xBC, 0x29, 0xA7, 0x47, 0xA7, 0xDE, 0x6A, 0x69, 0xAC, 0x69, 0x71, 0x5B, 0xCD, 0x7A, 0x97, 0x1A, 0x35, 0xD4, 0x92, 0x41, 0x2D, 0xB4, 0xF3, 0x2F, 0x6B, 0x83, 0xA3, 0xF6, 0xF1, 0xD9, 0x96, 0x57, 0x95, 0x61
|
|
|
+ , 0xD7, 0x47, 0x8B, 0xCE, 0x33, 0x1C, 0x2E, 0x57, 0x82, 0x53, 0x7F, 0x66, 0x9C, 0xB1, 0x78, 0xCA, 0x2A, 0xA4, 0xDE, 0x94, 0xE9, 0xB9, 0x4D, 0xA6, 0xA3, 0x60, 0x7A, 0x51, 0xC5, 0xD7, 0x7F, 0xC3, 0xC1, 0x60, 0x33, 0x1C, 0xCA, 0xBB, 0xEA, 0xB0, 0xB9, 0x5E, 0x07, 0x11, 0x98, 0xE2, 0xDC, 0x57, 0xDA, 0x9A, 0xC3, 0x61, 0x6A, 0xB8, 0x41, 0x6B, 0x39, 0xA8, 0xC1, 0x34, 0xE5, 0x73, 0xEC, 0x2A, 0x2B, 0xF2, 0x9B, 0xE2, 0x87, 0xFC, 0x14, 0x1F, 0xC6, 0xDE, 0x02, 0xD0, 0xBE, 0x1E, 0x78, 0xA7, 0x5D, 0xF0, 0x97, 0xC1, 0xBF, 0x86, 0x9E, 0x1D, 0xBE, 0xFF, 0x00, 0x82, 0x91, 0xF8, 0x87, 0xF6, 0x3D, 0xF8, 0x81, 0xAC
|
|
|
+ , 0x6B, 0xBF, 0x19, 0x7C, 0x21, 0xF1, 0x5B, 0x42, 0xD3, 0x7E, 0x09, 0xF8, 0x4E, 0xCF, 0xE2, 0x5D, 0xFD, 0xF7, 0xC5, 0xDD, 0x4B, 0xC4, 0xFE, 0x03, 0xF1, 0x0F, 0x87, 0xF4, 0x5F, 0x83, 0xFE, 0x36, 0xD4, 0x34, 0x8F, 0x05, 0xE9, 0xDE, 0x22, 0xD6, 0xFC, 0x01, 0xF1, 0x1A, 0x5B, 0xFD, 0x57, 0xE1, 0x3D, 0xA5, 0xC6, 0xA3, 0xA4, 0xF8, 0xEB, 0x4A, 0x9A, 0xFA, 0x35, 0xBA, 0xB6, 0xF6, 0xBF, 0x8A, 0x3F, 0xF0, 0x50, 0x7F, 0x81, 0x3A, 0x27, 0xC0, 0xDF, 0x0A, 0xFC, 0x63, 0xFD, 0x9E, 0x7C, 0x47, 0xE0, 0xFF, 0x00, 0xDB, 0x22, 0xE3, 0xE2, 0xC7, 0xC5, 0x4D, 0x23, 0xE0, 0x17, 0xC0, 0x6F, 0x0D, 0xFE, 0xCF, 0x1F, 0x14
|
|
|
+ , 0xBE, 0x1A, 0xF8, 0xB7, 0x46, 0xF8, 0xAD, 0xF1, 0xCB, 0xC4, 0x09, 0xA8, 0xCB, 0x67, 0xE0, 0xA8, 0xFE, 0x25, 0x5A, 0x78, 0x92, 0xEB, 0xC0, 0xBE, 0x1A, 0xD3, 0x3C, 0x39, 0xA6, 0xE8, 0xFA, 0xE7, 0x8B, 0x3E, 0x24, 0xF8, 0x8A, 0xFB, 0x52, 0xBC, 0x9B, 0xC1, 0x1E, 0x06, 0xF0, 0xDF, 0x88, 0xF5, 0xD5, 0xD0, 0xB5, 0xCD, 0x4A, 0xC6, 0xCB, 0xC3, 0xFA, 0xA4, 0x50, 0xAD, 0x0C, 0x4D, 0x08, 0xE2, 0x28, 0xB7, 0x52, 0x13, 0xC6, 0x65, 0xF8, 0x1A, 0x70, 0x84, 0x65, 0x3A, 0xF3, 0xC4, 0x66, 0xD8, 0x0E, 0x1F, 0xCC, 0x32, 0xC8, 0x2C, 0x3C, 0x14, 0xAB, 0xC6, 0x58, 0xEA, 0x5C, 0x4F, 0x94, 0x61, 0xE8, 0x52, 0xA9, 0x4E
|
|
|
+ , 0x15, 0xDE, 0x3E, 0xBD, 0x4C, 0x04, 0xE9, 0x43, 0x15, 0x46, 0xA5, 0x25, 0x75, 0xA0, 0xF0, 0xF8, 0x89, 0xE1, 0xAB, 0x38, 0xD3, 0x9D, 0x3C, 0x36, 0x37, 0x17, 0x52, 0x73, 0x9C, 0x23, 0x87, 0x85, 0x0C, 0xB7, 0x1D, 0x9E, 0x60, 0x33, 0x09, 0xBC, 0x4C, 0xA4, 0xA8, 0x4A, 0x9E, 0x0E, 0xA7, 0x0E, 0xE6, 0xB5, 0xEB, 0xD7, 0x85, 0x49, 0xE1, 0xD6, 0x06, 0x8C, 0x31, 0xF0, 0xAD, 0x3C, 0x25, 0x58, 0x55, 0x7F, 0x77, 0x51, 0x5F, 0x9E, 0x7E, 0x00, 0xFD, 0xB0, 0x7E, 0x36, 0x78, 0x7F, 0xF6, 0x93, 0xF8, 0x77, 0xFB, 0x30, 0x7E, 0xD8, 0x1F, 0xB3, 0xCF, 0xC3, 0xDF, 0x82, 0x5E, 0x2B, 0xF8, 0xED, 0xE0, 0xFF, 0x00, 0x1B
|
|
|
+ , 0x78, 0xA3, 0xF6, 0x7E, 0xF1, 0xFF, 0x00, 0xC1, 0x0F, 0xDA, 0x13, 0x5C, 0xFD, 0xA2, 0xFE, 0x14, 0x78, 0xF7, 0x5A, 0xF8, 0x5B, 0x0D, 0xAE, 0xA7, 0xF1, 0x23, 0xE1, 0x87, 0x89, 0xB5, 0x8F, 0x1B, 0xFE, 0xCF, 0xFF, 0x00, 0xB3, 0x2F, 0x8D, 0xBC, 0x09, 0xF1, 0x37, 0x4A, 0xF0, 0xB6, 0xA7, 0xA7, 0xF8, 0xE3, 0xC3, 0x1A, 0x68, 0xF8, 0x7D, 0xE2, 0x7F, 0x09, 0x78, 0xC7, 0xC2, 0x76, 0x5E, 0x2D, 0x9E, 0xD7, 0xC6, 0x9A, 0x7E, 0xB9, 0xE1, 0x5B, 0x9D, 0x06, 0xEF, 0xE7, 0x2F, 0x82, 0x9F, 0xF0, 0x54, 0x2F, 0x8D, 0x1E, 0x36, 0xB2, 0xFD, 0x99, 0xFE, 0x26, 0xFC, 0x58, 0xFD, 0x93, 0x7C, 0x03, 0xE0, 0x0F, 0xD9, 0xD3
|
|
|
+ , 0xF6, 0xB2, 0xF8, 0xF5, 0xE2, 0x6F, 0xD9, 0xC7, 0xE1, 0x8F, 0x8F, 0x7E, 0x1A, 0xFE, 0xD3, 0x5E, 0x22, 0xF8, 0xBF, 0xF1, 0x4B, 0xC3, 0x5F, 0x10, 0xAC, 0x3C, 0x47, 0xF1, 0x23, 0xC3, 0x7E, 0x13, 0xBF, 0xF8, 0xB1, 0xF0, 0x7F, 0xC4, 0x1F, 0xB3, 0x27, 0xC1, 0xCD, 0x13, 0xC3, 0x9E, 0x0A, 0xF1, 0x4D, 0xE7, 0xC2, 0xDF, 0x10, 0xC5, 0x7F, 0xAF, 0xF8, 0x1B, 0xE2, 0xD7, 0xC4, 0xCB, 0xFF, 0x00, 0x09, 0x4F, 0x7F, 0xA0, 0xCD, 0xAA, 0xE8, 0x33, 0x68, 0x32, 0xEB, 0xBA, 0xFF, 0x00, 0x87, 0xB4, 0x72, 0x8A, 0xA9, 0x83, 0xA4, 0xE7, 0x05, 0x2C, 0x7D, 0x48, 0xD1, 0xC2, 0xB7, 0x38, 0x2A, 0x75, 0x2B, 0xD4, 0xC7, 0x53
|
|
|
+ , 0xCB, 0x29, 0x61, 0xE5, 0x55, 0xCB, 0xD9, 0x52, 0xC4, 0xD6, 0xC7, 0xD5, 0xA7, 0x86, 0xA1, 0x87, 0xAD, 0x3A, 0x75, 0xEB, 0xD4, 0x9C, 0x5D, 0x2A, 0x73, 0x8B, 0xE6, 0x32, 0x94, 0xE3, 0x08, 0x62, 0x6A, 0x4A, 0xEA, 0x38, 0x4A, 0x15, 0x71, 0x58, 0x86, 0xE3, 0x2B, 0xC3, 0x0B, 0x43, 0x0B, 0x3C, 0x66, 0x23, 0x14, 0xA3, 0x6E, 0x6A, 0x98, 0x6C, 0x3E, 0x1A, 0x9D, 0x4A, 0xB8, 0x8C, 0x45, 0x25, 0x3A, 0x38, 0x75, 0x4E, 0xA4, 0x6B, 0x4E, 0x13, 0xA7, 0x38, 0xC7, 0xF6, 0x66, 0x8A, 0xFC, 0xD8, 0xF8, 0x2D, 0xFB, 0x64, 0xFE, 0xD2, 0x9F, 0xB4, 0x69, 0xF0, 0xF7, 0xC5, 0xEF, 0x82, 0xDF, 0xB2, 0x47, 0x82, 0x3C, 0x47
|
|
|
+ , 0xFB, 0x1B, 0x78, 0xBB, 0xC7, 0xD1, 0xF8, 0x6F, 0xC1, 0xFF, 0x00, 0x15, 0x35, 0xEF, 0xDA, 0x78, 0x78, 0x5B, 0xF6, 0x84, 0xF1, 0xAF, 0xC3, 0xC8, 0x7C, 0x4D, 0x0F, 0x83, 0x35, 0x2F, 0x8F, 0x1E, 0x14, 0xFD, 0x9E, 0x26, 0xF8, 0x1B, 0xA8, 0x7C, 0x32, 0x9F, 0xE1, 0x81, 0xD5, 0x13, 0x55, 0xF1, 0x97, 0x87, 0x2D, 0xBC, 0x43, 0xFB, 0x56, 0x78, 0x67, 0xE2, 0x27, 0x8A, 0xFE, 0x10, 0x69, 0x27, 0xC5, 0xFA, 0x67, 0x81, 0x17, 0xC6, 0x9A, 0xCF, 0x87, 0x7E, 0x17, 0xEA, 0xFF, 0x00, 0xA4, 0xF5, 0x51, 0x4E, 0x54, 0x69, 0xD6, 0xB3, 0x8C, 0x6A, 0x3B, 0x28, 0x54, 0xFD, 0xD6, 0x22, 0x2F, 0xD8, 0xD0, 0xAE, 0xD5, 0x5C
|
|
|
+ , 0x2D, 0x4E, 0x5C, 0x4D, 0x06, 0xA1, 0x88, 0xA7, 0x17, 0xED, 0xA9, 0x53, 0xB5, 0x78, 0xD7, 0xC3, 0x3B, 0x62, 0x30, 0xB8, 0xAA, 0x54, 0x6E, 0x4B, 0x92, 0xA4, 0xE9, 0x3B, 0x39, 0x43, 0x77, 0x06, 0xAA, 0x53, 0x7E, 0xF4, 0xA3, 0xEE, 0x56, 0x83, 0x95, 0x2A, 0x8A, 0xF0, 0x6E, 0xF4, 0xE7, 0x25, 0xCA, 0xE3, 0x2F, 0x86, 0x70, 0x72, 0x28, 0xA2, 0x8A, 0x42, 0x0A, 0x28, 0xA2, 0x80, 0x0A, 0x28, 0xA2, 0x80, 0x0A, 0x28, 0xA2, 0x80, 0x0A, 0x28, 0xA2, 0x80, 0x0A, 0x28, 0xA2, 0x80, 0x0A, 0x28, 0xA2, 0x80, 0x0A, 0x28, 0xA2, 0x80, 0x0A, 0x28, 0xA2, 0x80, 0x0A, 0x28, 0xA2, 0x80, 0x0A, 0x28, 0xA2, 0x80, 0x0A, 0x28
|
|
|
+ , 0xA2, 0x80, 0x0A, 0xF8, 0x5F, 0xF6, 0xDB, 0xF8, 0x39, 0xF1, 0x23, 0xE2, 0xEE, 0xB1, 0xFB, 0x14, 0xDD, 0x7C, 0x3C, 0xF0, 0xE7, 0xFC, 0x24, 0x36, 0xFF, 0x00, 0x09, 0x3F, 0x6E, 0x3F, 0x84, 0x5F, 0x18, 0x7E, 0x21, 0x49, 0xFD, 0xAF, 0xA0, 0xE9, 0x3F, 0xF0, 0x8F, 0xFC, 0x39, 0xF0, 0xBF, 0x84, 0x3E, 0x27, 0x69, 0x7A, 0xEF, 0x88, 0xB6, 0xEB, 0x9A, 0xA6, 0x98, 0xFA, 0xAF, 0xD8, 0x6F, 0xFC, 0x43, 0xA3, 0xC1, 0xFD, 0x91, 0xA2, 0x2E, 0xA5, 0xAE, 0xDC, 0xFD, 0xB3, 0xCD, 0xB3, 0xD3, 0x2E, 0x21, 0xB7, 0xBA, 0x92, 0x0F, 0xBA, 0x28, 0xA9, 0xE5, 0x5E, 0xDF, 0x01, 0x5F, 0x5E, 0x7C, 0xBF, 0x35, 0xC9, 0xF3, 0x8A
|
|
|
+ , 0x2B, 0xEC, 0xCB, 0x13, 0x92, 0x66, 0xB8, 0x3C, 0xDF, 0x0B, 0x4E, 0xAA, 0xDE, 0x54, 0x2A, 0x62, 0x70, 0x54, 0xA1, 0x88, 0x8C, 0x1C, 0x2A, 0x4E, 0x84, 0xAA, 0x46, 0x9D, 0x5A, 0x55, 0x1C, 0x6A, 0xC0, 0x97, 0xBD, 0x43, 0x1B, 0x41, 0xFC, 0x18, 0xFC, 0xB7, 0x34, 0xCA, 0xAB, 0x35, 0xF1, 0x47, 0x0F, 0x9B, 0x65, 0xD8, 0xAC, 0xB3, 0x13, 0x3A, 0x6F, 0x65, 0x5A, 0x18, 0x7C, 0x5D, 0x49, 0xD0, 0x94, 0xA3, 0x38, 0x46, 0xB4, 0x61, 0x2A, 0x94, 0xEA, 0xC1, 0x4A, 0x9C, 0xBF, 0x9E, 0x5F, 0x89, 0xDF, 0xB1, 0x67, 0xED, 0x2D, 0x2F, 0xC3, 0x41, 0xE5, 0xFE, 0xCC, 0xFA, 0x37, 0xC6, 0xAB, 0xBF, 0x0D, 0xFF, 0x00, 0xC1
|
|
|
+ , 0x6C, 0xBC, 0x7D, 0xFB, 0x6F, 0xBF, 0xC2, 0x6D, 0x6F, 0xC7, 0x5F, 0x08, 0x6C, 0xA2, 0xF1, 0xB7, 0xC0, 0x0B, 0x6B, 0xAF, 0x1E, 0x78, 0x83, 0xC3, 0xFE, 0x24, 0xD2, 0x6E, 0xFC, 0x5F, 0xAF, 0x5C, 0x78, 0x39, 0x7C, 0x5B, 0xAA, 0x5C, 0xDD, 0xE8, 0xAD, 0xE0, 0x7F, 0x0A, 0x78, 0xA6, 0xEF, 0x43, 0xBE, 0x87, 0xC6, 0x73, 0x68, 0x2B, 0xE2, 0xDB, 0xCF, 0x00, 0x68, 0x90, 0xEA, 0xFE, 0x32, 0xF0, 0xE4, 0x7E, 0x21, 0xFD, 0x91, 0xBF, 0x6C, 0x4F, 0x1D, 0x7C, 0x54, 0xF8, 0xA5, 0xFF, 0x00, 0x05, 0x00, 0xF0, 0xA7, 0xEC, 0xFF, 0x00, 0x07, 0xC3, 0x2F, 0x89, 0xBA, 0x3F, 0xED, 0x93, 0xFB, 0x3D, 0xFE, 0xD1, 0xFF, 0x00
|
|
|
+ , 0x0A, 0xFF, 0x00, 0x63, 0x6F, 0x88, 0x7F, 0x10, 0x7E, 0x14, 0xD9, 0x7C, 0x41, 0xF8, 0x8B, 0xE0, 0x8F, 0x82, 0x5F, 0xB3, 0x6F, 0x8E, 0xFF, 0x00, 0x66, 0xBF, 0x8B, 0x49, 0xE3, 0x3F, 0x1F, 0x7C, 0x2F, 0xF1, 0xCF, 0xC4, 0xDF, 0x80, 0x9E, 0x15, 0xF8, 0xD7, 0xF1, 0xAB, 0xC2, 0x5F, 0x13, 0xF5, 0xF6, 0xF8, 0x6F, 0x37, 0xFC, 0x27, 0xDE, 0x21, 0xF0, 0xED, 0x8A, 0x7C, 0x38, 0xF8, 0x53, 0x63, 0xF1, 0x27, 0xE2, 0x0F, 0x86, 0x2C, 0xF5, 0x5D, 0x66, 0x2F, 0x02, 0xFF, 0x00, 0x43, 0xD4, 0x56, 0x78, 0x1A, 0x2B, 0x01, 0x86, 0xC2, 0x61, 0xA8, 0xCE, 0x72, 0x8E, 0x02, 0x59, 0x25, 0x5C, 0x1D, 0x4A, 0x8E, 0x2E, 0xA5
|
|
|
+ , 0x1C, 0x46, 0x43, 0x96, 0x70, 0x4E, 0x53, 0x83, 0xAE, 0xF9, 0x23, 0x0A, 0x75, 0xFD, 0xB6, 0x13, 0x80, 0xF2, 0x85, 0x8C, 0xC3, 0x62, 0xA9, 0xD7, 0xC0, 0xE2, 0x67, 0x8A, 0xCC, 0x9B, 0xC2, 0xC6, 0x15, 0xB0, 0xB0, 0xC1, 0x5E, 0x26, 0x6B, 0x15, 0x88, 0xC5, 0xE2, 0x6A, 0x46, 0x31, 0x9E, 0x3A, 0x96, 0x79, 0x87, 0xC6, 0x46, 0x9B, 0xA9, 0x18, 0x57, 0xC2, 0x71, 0x06, 0x37, 0x8B, 0xB1, 0xD8, 0xFC, 0x2B, 0x4E, 0x72, 0x95, 0x28, 0x46, 0xB7, 0x1A, 0x66, 0xCB, 0x0D, 0x5F, 0x0F, 0x2A, 0x38, 0xCA, 0x34, 0xE8, 0xE0, 0x57, 0xD6, 0x65, 0x2A, 0x58, 0x89, 0xE2, 0xBF, 0x30, 0x34, 0xAF, 0x0B, 0x7C, 0x7F, 0xFD, 0xAB
|
|
|
+ , 0x7F, 0x6B, 0x4F, 0xD9, 0xAF, 0xE3, 0x8F, 0xC4, 0x7F, 0xD9, 0xC3, 0xC7, 0xBF, 0xB2, 0x8F, 0xC2, 0x1F, 0xD9, 0x26, 0xC3, 0xE3, 0x0F, 0x89, 0x34, 0x8F, 0x0D, 0xFC, 0x6B, 0xF1, 0xBF, 0xC0, 0x8F, 0x13, 0xFC, 0x5E, 0xF8, 0xAB, 0xF1, 0x93, 0xE2, 0xB7, 0x82, 0x97, 0xE1, 0x86, 0x8D, 0x71, 0xA3, 0x68, 0xDF, 0xB3, 0x6F, 0xC5, 0xCF, 0x8F, 0x9E, 0x01, 0xD0, 0x3E, 0x15, 0xF8, 0x23, 0xE1, 0xFE, 0xB3, 0xE3, 0xAB, 0x9D, 0x57, 0x55, 0xF1, 0x27, 0xC4, 0xED, 0x3F, 0xC6, 0x5E, 0x22, 0xF1, 0xA6, 0xB7, 0xA0, 0xD8, 0xD9, 0xF8, 0x0E, 0xD3, 0x41, 0xF0, 0xFD, 0xCF, 0x88, 0x35, 0x7F, 0x28, 0xFF, 0x00, 0x82, 0x74, 0x7F
|
|
|
+ , 0xC1, 0x32, 0xBC, 0x17, 0xF0, 0x77, 0xE0, 0xAF, 0xC2, 0xAF, 0x13, 0xFC, 0x7F, 0xF0, 0x47, 0xC4, 0x63, 0xFB, 0x46, 0xF8, 0x47, 0x5C, 0xF8, 0xF5, 0xAB, 0x59, 0x68, 0x7E, 0x3D, 0xFD, 0xA4, 0x3E, 0x2C, 0xFC, 0x64, 0xF8, 0x73, 0xF0, 0xA7, 0x53, 0xF8, 0x8F, 0xF1, 0x2F, 0xE2, 0x68, 0xB2, 0xF1, 0x77, 0xC2, 0x1F, 0x84, 0x1A, 0xCF, 0xC5, 0xDF, 0x1F, 0xFE, 0xCD, 0xFF, 0x00, 0x0A, 0xBC, 0x61, 0xAA, 0xFC, 0x34, 0xF1, 0x44, 0x56, 0x43, 0xC5, 0x5F, 0x0A, 0x7C, 0x11, 0xE1, 0xDF, 0x12, 0x59, 0x69, 0x3E, 0x28, 0xF1, 0x46, 0x87, 0x77, 0x7F, 0x6C, 0xFE, 0x25, 0xF1, 0x86, 0x9F, 0xA8, 0x7E, 0xCB, 0x51, 0x55, 0x56
|
|
|
+ , 0x8D, 0x1A, 0xD1, 0x50, 0x9D, 0x34, 0xBF, 0xD9, 0xB1, 0x78, 0x59, 0xCE, 0x32, 0xA8, 0xAA, 0x55, 0xA3, 0x8E, 0x9B, 0x96, 0x26, 0x33, 0xAB, 0xCF, 0xED, 0x23, 0xED, 0x21, 0xC9, 0x41, 0xAA, 0x52, 0xA7, 0x0F, 0x61, 0x46, 0x8C, 0x39, 0x6F, 0x4D, 0x48, 0xCE, 0x2A, 0x51, 0xA8, 0xEA, 0x7B, 0x49, 0x3B, 0xB8, 0x35, 0x09, 0x28, 0x3A, 0x69, 0x52, 0x4B, 0xD9, 0xAE, 0x45, 0x04, 0xA6, 0xA9, 0xCD, 0xD5, 0xA9, 0x0F, 0x6A, 0xEA, 0x38, 0xCF, 0x13, 0x88, 0xB3, 0x50, 0xA9, 0xCB, 0x1F, 0xC7, 0xCF, 0xD8, 0xA3, 0xFE, 0x1B, 0x43, 0xF6, 0x47, 0xF8, 0x33, 0xF0, 0x6F, 0xF6, 0x1D, 0xF1, 0x0F, 0xEC, 0x61, 0xE2, 0xFF, 0x00
|
|
|
+ , 0x89, 0x89, 0xF0, 0x32, 0xF3, 0x42, 0xF8, 0x39, 0xE1, 0x6F, 0xDA, 0xBF, 0x41, 0xF8, 0xD1, 0xFB, 0x3B, 0x78, 0x77, 0xF6, 0x6D, 0xF1, 0x4F, 0xC0, 0x9D, 0x07, 0x57, 0xB4, 0x83, 0xC3, 0xBF, 0x12, 0x7C, 0x4D, 0xA7, 0x6A, 0x7F, 0x11, 0xDB, 0xF6, 0x9F, 0xF0, 0xD7, 0xC4, 0x3D, 0x27, 0xE1, 0x73, 0x9D, 0x3F, 0x5F, 0xF8, 0x75, 0xA3, 0xFE, 0xCB, 0xFE, 0x2A, 0xD2, 0x35, 0x5F, 0x8B, 0x7A, 0x20, 0xD1, 0x74, 0xBF, 0x1E, 0x41, 0xF0, 0xFB, 0xC4, 0x07, 0xE2, 0x5E, 0x83, 0xFB, 0x07, 0x45, 0x15, 0xD3, 0x52, 0xB5, 0x5A, 0xF7, 0x9E, 0x22, 0x6F, 0x11, 0x8A, 0xA9, 0x52, 0x75, 0xB1, 0x18, 0xDA, 0xBF, 0xEF, 0x18, 0xAA
|
|
|
+ , 0xB5, 0x29, 0xD1, 0x8D, 0x5A, 0x95, 0xA3, 0x4F, 0xD9, 0xE1, 0x94, 0xAA, 0x56, 0xA7, 0x57, 0x17, 0x2F, 0x61, 0x87, 0xA2, 0xBD, 0xBE, 0x2F, 0x11, 0x18, 0xA8, 0xE1, 0xA3, 0x85, 0xC3, 0xE1, 0x92, 0x8C, 0x63, 0x27, 0xEC, 0xE2, 0xA9, 0xD2, 0xB5, 0xA9, 0xD0, 0x8B, 0x6E, 0x9D, 0x18, 0x29, 0x4D, 0xC6, 0x14, 0xE5, 0x37, 0x3A, 0xD2, 0x8C, 0x61, 0x28, 0xD3, 0x4E, 0xAD, 0x5A, 0xB2, 0x70, 0xA7, 0x07, 0x29, 0x4A, 0xA3, 0xA9, 0x52, 0xA1, 0x45, 0x14, 0x56, 0x45, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05
|
|
|
+ , 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x05, 0x14, 0x51, 0x40, 0x1E, 0x4F, 0xF1, 0xAF, 0xC5, 0x9A, 0xFF, 0x00, 0x82, 0x7C, 0x0A, 0xBE, 0x20, 0xF0, 0xCD, 0x9E, 0xA3
|
|
|
+ , 0xA9, 0x6A, 0xF1, 0x78, 0xD7, 0xE1, 0x86, 0x9A, 0x9A, 0x4E, 0x92, 0x9A, 0x03, 0x6A, 0x9A, 0xCD, 0x8E, 0xBF, 0xF1, 0x2F, 0xC2, 0x5A, 0x0E, 0xAF, 0xA2, 0xE9, 0xED, 0xE2, 0x8B, 0xDD, 0x33, 0x40, 0x86, 0xF3, 0x58, 0xD2, 0x75, 0x2B, 0xDD, 0x36, 0xDE, 0xEB, 0x53, 0xD5, 0x34, 0xB8, 0x2D, 0x25, 0xBA, 0x5B, 0x91, 0xA9, 0xE9, 0xD2, 0x44, 0x97, 0x90, 0xFC, 0xE3, 0x3F, 0xED, 0x3D, 0xE3, 0x9D, 0x02, 0xE7, 0xC7, 0xCB, 0xA8, 0x7C, 0x33, 0xF1, 0x65, 0xC6, 0xBB, 0x37, 0xC6, 0x1B, 0x6F, 0x05, 0xF8, 0x43, 0xC0, 0x1A, 0xFD, 0x95, 0xED, 0xFE, 0xA1, 0xE1, 0x9D, 0x16, 0xD3, 0xE0, 0xBF, 0x81, 0x7C, 0x71, 0xA9, 0xFF
|
|
|
+ , 0x00, 0x6C, 0x5E, 0xFE, 0xCF, 0x1E, 0x11, 0xFD, 0xA0, 0xAF, 0xEF, 0x3E, 0xD9, 0x7D, 0xA8, 0xEA, 0xBA, 0xB6, 0x9D, 0x25, 0xA6, 0x9B, 0xE2, 0x36, 0x11, 0xEA, 0xD1, 0xDB, 0x6A, 0x9A, 0x96, 0x85, 0x6B, 0x60, 0xD6, 0xD6, 0x3F, 0x48, 0x78, 0x3B, 0xE0, 0xCF, 0x82, 0x3C, 0x1A, 0xFA, 0xE4, 0xF6, 0xF6, 0x72, 0xEB, 0x97, 0x9E, 0x22, 0xD4, 0x34, 0xED, 0x57, 0x56, 0xBD, 0xF1, 0x14, 0x5A, 0x65, 0xF4, 0xB7, 0x1A, 0x96, 0x97, 0xE2, 0x4D, 0x63, 0xC6, 0xB6, 0x77, 0xC2, 0x0B, 0x6D, 0x36, 0xC6, 0xC2, 0x3B, 0xC8, 0xBC, 0x6D, 0xE2, 0x2D, 0x7F, 0xC5, 0xF1, 0x5E, 0x25, 0x98, 0xBA, 0xB5, 0xD6, 0xF5, 0x46, 0x6B, 0x29
|
|
|
+ , 0xAD, 0x6C, 0x34, 0xED, 0x16, 0xC7, 0x4C, 0xE8, 0x7C, 0x45, 0xF0, 0xDB, 0xE1, 0xD7, 0x8B, 0xEC, 0x75, 0x4D, 0x2F, 0xC5, 0x9E, 0x01, 0xF0, 0x57, 0x8A, 0x34, 0xCD, 0x73, 0x55, 0xB4, 0xD7, 0x35, 0xAD, 0x3B, 0xC4, 0x5E, 0x15, 0xD0, 0xB5, 0xBB, 0x1D, 0x5F, 0x5B, 0xB0, 0xB0, 0xB5, 0xD2, 0xAC, 0x75, 0x8D, 0x52, 0xD3, 0x52, 0xB0, 0xB9, 0xB7, 0xD4, 0x35, 0x5B, 0x2D, 0x2E, 0xC6, 0xCB, 0x4D, 0xB4, 0xD4, 0x2E, 0xE3, 0x9A, 0xEE, 0xDA, 0xC2, 0xCE, 0xD6, 0xCE, 0x19, 0x92, 0xDE, 0xDE, 0x28, 0xD2, 0x22, 0xA7, 0x18, 0xD6, 0xB4, 0x94, 0xA5, 0x56, 0x52, 0xE4, 0x72, 0x49, 0xAA, 0x31, 0x9D, 0x4C, 0xA1, 0xB5, 0x0B
|
|
|
+ , 0xA7, 0xAA, 0xA7, 0x82, 0xC7, 0x45, 0x36, 0x9A, 0x8B, 0xC6, 0x37, 0x4F, 0xD9, 0xBA, 0x98, 0x89, 0x4E, 0x93, 0x8D, 0xFD, 0xE4, 0xED, 0x17, 0x52, 0xCE, 0x3F, 0x14, 0xEF, 0x4E, 0xA4, 0x69, 0xF3, 0xA6, 0xED, 0x14, 0xA7, 0x28, 0x4D, 0xA8, 0xEA, 0x9C, 0x5A, 0x73, 0xA9, 0x1B, 0x44, 0xF0, 0x6B, 0xBF, 0x8B, 0x5E, 0x2F, 0xD4, 0x35, 0x54, 0xBA, 0xB2, 0x1A, 0xC7, 0x85, 0xEC, 0x35, 0x11, 0xFB, 0x29, 0xDE, 0xC3, 0xE1, 0x9F, 0x10, 0x68, 0x56, 0x96, 0x3A, 0xEE, 0x83, 0x17, 0xC5, 0x3F, 0x1F, 0xEB, 0xBA, 0x57, 0x8C, 0xB4, 0x7D, 0x66, 0xD3, 0x51, 0xD3, 0xFF, 0x00, 0xB4, 0x2D, 0x35, 0x49, 0xF4, 0xAB, 0x5B, 0x5D
|
|
|
+ , 0x26, 0xFA, 0xDE, 0xEC, 0x8B, 0x8D, 0x22, 0xE6, 0xD6, 0x47, 0xD3, 0xC5, 0x85, 0xE3, 0x4D, 0x2B, 0x75, 0x7E, 0x06, 0xF8, 0xD7, 0xAC, 0x78, 0xAF, 0xC5, 0xFA, 0x4E, 0x8D, 0xA8, 0xF8, 0x37, 0x4B, 0xD1, 0xFC, 0x35, 0xE3, 0x08, 0xBE, 0x20, 0xCD, 0xE0, 0x4D, 0x72, 0xC3, 0xC6, 0x33, 0x6B, 0xBA, 0xF5, 0xEA, 0x7C, 0x37, 0xF1, 0x05, 0xAE, 0x81, 0xAD, 0x8F, 0x18, 0xF8, 0x5C, 0xF8, 0x53, 0x49, 0xB3, 0xF0, 0x8C, 0x97, 0x52, 0xDD, 0xAC, 0xF6, 0x31, 0x69, 0xFE, 0x29, 0xF1, 0x63, 0xC0, 0xE8, 0xDA, 0x76, 0xB6, 0x34, 0x7D, 0x50, 0xAD, 0x99, 0xF6, 0x08, 0x7C, 0x1F, 0xE1, 0x2B, 0x78, 0xED, 0xE1, 0xB7, 0xF0, 0xB7
|
|
|
+ , 0x87, 0x20, 0x8A, 0xD6, 0x1F, 0x0E, 0xDB, 0x5A, 0xC5, 0x0E, 0x89, 0xA6, 0x45, 0x1D, 0xB5, 0xBF, 0x84, 0x27, 0x7B, 0xAF, 0x09, 0xDB, 0xDB, 0xA2, 0x5A, 0xAA, 0xC3, 0x0F, 0x85, 0xEE, 0x64, 0x92, 0xE3, 0xC3, 0xB1, 0x46, 0x16, 0x3D, 0x12, 0x79, 0x1E, 0x6D, 0x35, 0x6D, 0xA4, 0x66, 0x63, 0x47, 0x44, 0xF8, 0x77, 0xF0, 0xFF, 0x00, 0xC3, 0x5E, 0x20, 0xD7, 0x3C, 0x59, 0xE1, 0xCF, 0x02, 0xF8, 0x3B, 0x40, 0xF1, 0x4F, 0x89, 0xDD, 0xE4, 0xF1, 0x2F, 0x89, 0x74, 0x4F, 0x0C, 0xE8, 0x9A, 0x57, 0x88, 0x3C, 0x42, 0xF2, 0x4F, 0xF6, 0xA9, 0x1F, 0x5C, 0xD6, 0x6C, 0x2C, 0x60, 0xD4, 0x75, 0x67, 0x92, 0xE8, 0x9B, 0x97
|
|
|
+ , 0x6B, 0xFB, 0x9B, 0x82, 0xF3, 0x9F, 0x39, 0x89, 0x93, 0xE6, 0xAD, 0x93, 0x8A, 0x9D, 0x5B, 0x47, 0xF7, 0x52, 0xC5, 0x63, 0x2B, 0x41, 0x36, 0xDB, 0x85, 0x2A, 0xB8, 0x4C, 0x15, 0x0C, 0x35, 0x0D, 0x5F, 0x3D, 0xA8, 0xD6, 0xC3, 0xD7, 0xAE, 0xAD, 0x5B, 0x92, 0x32, 0xAF, 0x27, 0x2A, 0x75, 0xA5, 0x39, 0x99, 0x25, 0x3E, 0x48, 0x73, 0x49, 0x3A, 0x8A, 0x96, 0x1E, 0x13, 0xB6, 0x8A, 0x53, 0x85, 0x6C, 0x45, 0x4A, 0xD5, 0x13, 0xB3, 0x8A, 0xE7, 0x85, 0x5A, 0x70, 0xB7, 0xB2, 0xE6, 0x92, 0xA6, 0x92, 0xA9, 0x45, 0x46, 0x27, 0xC8, 0x17, 0x5F, 0x1F, 0x7C, 0x6B, 0xE1, 0x2F, 0x10, 0xD8, 0x45, 0xE2, 0x9D, 0x7A, 0x29
|
|
|
+ , 0xFC, 0x35, 0xF0, 0x8B, 0xC4, 0x7E, 0x34, 0xD1, 0x7E, 0x3C, 0xDD, 0x7F, 0x63, 0x69, 0x30, 0xDD, 0xDE, 0xE9, 0x5E, 0x26, 0xD5, 0xF5, 0xCD, 0x37, 0xE0, 0x8E, 0xBD, 0x94, 0x86, 0xC0, 0xE9, 0xB2, 0xDC, 0x59, 0x69, 0xFA, 0x45, 0xEE, 0xA9, 0x06, 0x8D, 0x65, 0x15, 0xA5, 0xFD, 0xCE, 0xB4, 0x89, 0x14, 0xA6, 0x28, 0x56, 0x09, 0x7B, 0xBB, 0x5F, 0x8D, 0xBF, 0x10, 0x7C, 0x2D, 0x63, 0xA2, 0x59, 0x78, 0xA3, 0xC2, 0xBA, 0x3F, 0x88, 0x66, 0xF0, 0xEE, 0x89, 0xF0, 0xA6, 0x7F, 0x8B, 0x9A, 0xFC, 0xDE, 0x29, 0x4F, 0x0F, 0x6B, 0xDA, 0x66, 0xB7, 0xF1, 0x63, 0x57, 0xFE, 0xCA, 0xB0, 0xB4, 0xF0, 0x67, 0x82, 0x34, 0xFF
|
|
|
+ , 0x00, 0x08, 0xEA, 0x96, 0x5E, 0x27, 0xB4, 0xD1, 0x6F, 0x65, 0x5B, 0x7B, 0xA9, 0xF5, 0x1F, 0x12, 0x78, 0x48, 0x5D, 0x47, 0x04, 0xB6, 0xDA, 0x4B, 0xEB, 0x9A, 0xB5, 0xAD, 0xF4, 0x09, 0xF4, 0x66, 0xA3, 0xE0, 0x6F, 0x04, 0xEA, 0xE9, 0xAF, 0xC5, 0xAB, 0x78, 0x3B, 0xC2, 0xDA, 0xA4, 0x7E, 0x2B, 0x93, 0x4C, 0x97, 0xC5, 0x11, 0xEA, 0x3E, 0x1F, 0xD2, 0x6F, 0x53, 0xC4, 0x92, 0xE8, 0x82, 0x05, 0xD1, 0xA4, 0xD7, 0xD2, 0xE6, 0xD2, 0x55, 0xD6, 0x24, 0xD2, 0x16, 0xD6, 0xD9, 0x74, 0xC7, 0xD4, 0x45, 0xCB, 0x58, 0x0B, 0x78, 0x05, 0xA9, 0x88, 0x45, 0x1E, 0xDA, 0xFA, 0xB7, 0xC3, 0xBF, 0x87, 0xFA, 0xFF, 0x00, 0x89
|
|
|
+ , 0x74, 0x6F, 0x1A, 0x6B, 0xBE, 0x05, 0xF0, 0x76, 0xB5, 0xE3, 0x1F, 0x0E, 0x22, 0x47, 0xE1, 0xEF, 0x16, 0x6A, 0xDE, 0x19, 0xD1, 0x35, 0x1F, 0x12, 0xE8, 0x29, 0x1C, 0xB3, 0x4F, 0x1A, 0x68, 0xDA, 0xED, 0xE5, 0x8C, 0xDA, 0xA6, 0x96, 0x89, 0x3D, 0xC4, 0xF3, 0x22, 0xD8, 0xDD, 0x40, 0x16, 0x59, 0xA6, 0x91, 0x40, 0x79, 0x1C, 0xB4, 0x51, 0xF7, 0x21, 0x46, 0x15, 0x7F, 0x7B, 0x28, 0xD5, 0xA3, 0x2A, 0xD5, 0x5E, 0x8E, 0x74, 0xE3, 0x4E, 0x52, 0xAF, 0x05, 0x4E, 0x3C, 0xB7, 0x55, 0x71, 0x15, 0x66, 0xE0, 0x95, 0x4A, 0x53, 0xA5, 0x87, 0xA7, 0x86, 0xA4, 0xAA, 0xB9, 0x52, 0xAB, 0x52, 0xBD, 0xD4, 0xF7, 0xA7, 0x56
|
|
|
+ , 0x74, 0xFF, 0x00, 0x77, 0x19, 0x42, 0xAA, 0xA7, 0x47, 0xE2, 0x51, 0x94, 0xAA, 0x42, 0x54, 0x5A, 0xAB, 0x2B, 0xC9, 0x3A, 0x54, 0xD5, 0x4A, 0x72, 0x94, 0xA1, 0x5A, 0x35, 0x39, 0xA3, 0x27, 0x49, 0x4D, 0x4A, 0x52, 0xF0, 0xAB, 0x5F, 0x8C, 0xBE, 0x36, 0xD4, 0xB5, 0x1F, 0x0A, 0x6B, 0x3A, 0x97, 0x87, 0x34, 0xFF, 0x00, 0x0A, 0x78, 0x3A, 0xEB, 0xE2, 0x57, 0xC5, 0x2F, 0x0C, 0xA4, 0x1A, 0x5F, 0x88, 0x3F, 0xE1, 0x2C, 0xD7, 0x7C, 0x59, 0xA0, 0x7C, 0x3A, 0xF0, 0xCF, 0xC5, 0x68, 0xEE, 0xAE, 0xF5, 0x3D, 0x3A, 0x7F, 0x08, 0xE8, 0xF1, 0x78, 0x62, 0x7B, 0x9D, 0x77, 0xC1, 0x36, 0x1A, 0xAE, 0x93, 0x63, 0xA3, 0x6B
|
|
|
+ , 0x9A, 0xE5, 0xD5, 0xD5, 0xB4, 0x89, 0x6D, 0xA8, 0x5E, 0x59, 0xFF, 0x00, 0xA4, 0x58, 0xDC, 0x73, 0x7E, 0x0C, 0xF8, 0x97, 0xF1, 0xCB, 0xE2, 0x67, 0x89, 0x7C, 0x53, 0xA7, 0x59, 0xDB, 0x78, 0x27, 0xC1, 0x26, 0x7F, 0x87, 0x1F, 0x00, 0xFC, 0x75, 0xE1, 0x9D, 0x36, 0xCF, 0xC5, 0xB1, 0x78, 0xDA, 0xC2, 0xC3, 0x40, 0xF1, 0xBF, 0x8B, 0x7C, 0x7F, 0x71, 0xE2, 0x6D, 0x56, 0x7D, 0x6F, 0xFE, 0x15, 0xE6, 0x97, 0x29, 0xF1, 0x46, 0xAD, 0xE1, 0x3D, 0x02, 0xD7, 0x49, 0x83, 0x45, 0x6B, 0x4D, 0x73, 0xC3, 0x1A, 0x7D, 0xF5, 0xA5, 0xAE, 0xA7, 0xA6, 0x6B, 0x97, 0x90, 0x5D, 0xDD, 0x4F, 0x3F, 0xD6, 0x50, 0xF8, 0x77, 0xC3
|
|
|
+ , 0xF6, 0xFF, 0x00, 0x60, 0xFB, 0x3E, 0x85, 0xA3, 0xC1, 0xFD, 0x95, 0x7F, 0xA9, 0x6A, 0xBA, 0x67, 0x93, 0xA6, 0x59, 0x45, 0xFD, 0x9B, 0xAA, 0x6B, 0x1F, 0xDA, 0x1F, 0xDA, 0xFA, 0x95, 0x86, 0xC8, 0x17, 0xEC, 0x77, 0xFA, 0xAF, 0xF6, 0xB6, 0xAB, 0xFD, 0xA5, 0x79, 0x6F, 0xE5, 0xDC, 0x5F, 0x7F, 0x69, 0xEA, 0x1F, 0x69, 0x92, 0x5F, 0xB6, 0xDC, 0xF9, 0x98, 0x9E, 0x12, 0xF8, 0x71, 0xF0, 0xF3, 0xC0, 0x07, 0x51, 0x3E, 0x04, 0xF0, 0x1F, 0x83, 0x3C, 0x14, 0x75, 0x79, 0x12, 0x6D, 0x58, 0xF8, 0x4B, 0xC2, 0xFA, 0x1F, 0x86, 0xCE, 0xA7, 0x2C, 0x72, 0x4F, 0x2C, 0x72, 0xEA, 0x27, 0x46, 0xB1, 0xB2, 0x37, 0xB2, 0x47
|
|
|
+ , 0x2D, 0xD5, 0xCC, 0x88, 0xF7, 0x3E, 0x6B, 0x24, 0x97, 0x13, 0xBA, 0x90, 0xD3, 0x48, 0x5A, 0x52, 0xD6, 0x7C, 0xEE, 0x4E, 0x3E, 0xCE, 0x82, 0xA7, 0xCA, 0xF9, 0x5C, 0x6A, 0x52, 0xF6, 0x8A, 0xB4, 0xA7, 0x65, 0x69, 0x3C, 0x4F, 0x35, 0x17, 0x26, 0x9A, 0x85, 0x2F, 0x65, 0x52, 0x34, 0xE8, 0xFE, 0xFE, 0x13, 0xC3, 0x12, 0x6F, 0xD9, 0xC9, 0x45, 0x45, 0x4E, 0x55, 0x39, 0x9B, 0x77, 0x6A, 0x30, 0xFA, 0xCE, 0x16, 0xBC, 0x61, 0x07, 0xF1, 0x46, 0x34, 0xA9, 0xD1, 0xC4, 0x50, 0x51, 0x7C, 0xD2, 0xAF, 0x0C, 0x44, 0x7D, 0xB5, 0x57, 0x1A, 0x55, 0x69, 0xE2, 0xB4, 0xFC, 0x27, 0x6F, 0xE2, 0x3B, 0x5F, 0x0C, 0x78, 0x7E
|
|
|
+ , 0xDF, 0xC6, 0x17, 0xF6, 0x5A, 0x9F, 0x8B, 0x22, 0xD1, 0xF4, 0xE5, 0xF1, 0x2D, 0xFE, 0x99, 0x17, 0x93, 0xA5, 0xDC, 0xEB, 0xDF, 0x65, 0x88, 0xEA, 0xD2, 0x69, 0x71, 0x1B, 0x6B, 0x37, 0x4D, 0x33, 0xED, 0xC6, 0x75, 0xD3, 0x84, 0xD6, 0xD0, 0xDC, 0x7D, 0x89, 0x60, 0x37, 0x2B, 0xF6, 0x83, 0x29, 0x3D, 0x05, 0x14, 0x55, 0xC9, 0xF3, 0x4A, 0x52, 0xB2, 0x8F, 0x33, 0x6F, 0x96, 0x2A, 0xD1, 0x57, 0x77, 0xB4, 0x56, 0xB6, 0x4B, 0x64, 0xAE, 0xEC, 0x85, 0x15, 0x68, 0xA5, 0x77, 0x2B, 0x24, 0xB9, 0xA5, 0x67, 0x27, 0x65, 0x6B, 0xBB, 0x24, 0xAE, 0xF7, 0x76, 0x49, 0x5F, 0xA2, 0x0A, 0x28, 0xA2, 0x90, 0xC2, 0x8A, 0x28
|
|
|
+ , 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28
|
|
|
+ , 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28
|
|
|
+ , 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x02, 0x8A, 0x28, 0xA0, 0x0F, 0xFF, 0xD9, 0x00, 0x00, 0x00, 0x00, 0xFC, 0x07, 0x04, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x08, 0x04, 0x02
|
|
|
+ , 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9C, 0x69, 0x04, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
|
|
+ , 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
|
|
+ , 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
|
|
+ , 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
|
|
+ };
|
|
|
+ opcContainerWriteOutputStream(out, (const opc_uint8_t*)data, sizeof(data));
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_presProps_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/presProps.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.presProps+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/presProps.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.presProps+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:presentationPr xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\"/>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_presentation_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/presentation.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/presentation.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:presentation xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" saveSubsetFonts=\"1\">\n");
|
|
|
+ writes(out, " <p:sldMasterIdLst>\n");
|
|
|
+ writes(out, " <p:sldMasterId id=\"2147483648\" r:id=\"rId1\"/>\n");
|
|
|
+ writes(out, " </p:sldMasterIdLst>\n");
|
|
|
+ writes(out, " <p:sldIdLst>\n");
|
|
|
+ writes(out, " <p:sldId id=\"256\" r:id=\"rId2\"/>\n");
|
|
|
+ writes(out, " </p:sldIdLst>\n");
|
|
|
+ writes(out, " <p:sldSz cx=\"9144000\" cy=\"6858000\" type=\"screen4x3\"/>\n");
|
|
|
+ writes(out, " <p:notesSz cx=\"6858000\" cy=\"9144000\"/>\n");
|
|
|
+ writes(out, " <p:defaultTextStyle>\n");
|
|
|
+ writes(out, " <a:defPPr>\n");
|
|
|
+ writes(out, " <a:defRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:defPPr>\n");
|
|
|
+ writes(out, " <a:lvl1pPr marL=\"0\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr marL=\"457200\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr marL=\"914400\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr marL=\"1371600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr marL=\"1828800\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr marL=\"2286000\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr marL=\"2743200\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr marL=\"3200400\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr marL=\"3657600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </p:defaultTextStyle>\n");
|
|
|
+ writes(out, "</p:presentation>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideMasters_slideMaster1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId2"), create_ppt_slides_slide1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId3"), create_ppt_presProps_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/presProps"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId4"), create_ppt_viewProps_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/viewProps"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId5"), create_ppt_theme_theme1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId6"), create_ppt_tableStyles_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/tableStyles"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout1_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slideLayouts/slideLayout1.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slideLayouts/slideLayout1.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"title\" preserve=\"1\">\n");
|
|
|
+ writes(out, " <p:cSld name=\"Title Slide\">\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Title 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ctrTitle\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"685800\" y=\"2130425\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"7772400\" cy=\"1470025\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master title style</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Subtitle 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"subTitle\" idx=\"1\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"1371600\" y=\"3886200\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"6400800\" cy=\"1752600\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr marL=\"0\" indent=\"0\" algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr>\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr marL=\"457200\" indent=\"0\" algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr>\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr marL=\"914400\" indent=\"0\" algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr>\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr marL=\"1371600\" indent=\"0\" algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr>\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr marL=\"1828800\" indent=\"0\" algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr>\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr marL=\"2286000\" indent=\"0\" algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr>\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr marL=\"2743200\" indent=\"0\" algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr>\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr marL=\"3200400\" indent=\"0\" algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr>\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr marL=\"3657600\" indent=\"0\" algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr>\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master subtitle style</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"4\" name=\"Date Placeholder 3\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"dt\" sz=\"half\" idx=\"10\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{F6A60F8B-55A5-4810-B62A-BAFC340AFCD8}\" type=\"datetimeFigureOut\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>03.04.2011</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"5\" name=\"Footer Placeholder 4\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"6\" name=\"Slide Number Placeholder 5\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{D1B2A4CF-930A-4403-BB03-5469F3E03291}\" type=\"slidenum\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>‹#›</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMapOvr>\n");
|
|
|
+ writes(out, " <a:masterClrMapping/>\n");
|
|
|
+ writes(out, " </p:clrMapOvr>\n");
|
|
|
+ writes(out, "</p:sldLayout>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideMasters_slideMaster1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout10_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slideLayouts/slideLayout10.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slideLayouts/slideLayout10.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"vertTx\" preserve=\"1\">\n");
|
|
|
+ writes(out, " <p:cSld name=\"Title and Vertical Text\">\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Title 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"title\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master title style</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Vertical Text Placeholder 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"body\" orient=\"vert\" idx=\"1\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr vert=\"eaVert\"/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"1\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Second level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"2\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Third level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"3\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fourth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"4\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fifth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"4\" name=\"Date Placeholder 3\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"dt\" sz=\"half\" idx=\"10\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{F6A60F8B-55A5-4810-B62A-BAFC340AFCD8}\" type=\"datetimeFigureOut\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>03.04.2011</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"5\" name=\"Footer Placeholder 4\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"6\" name=\"Slide Number Placeholder 5\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{D1B2A4CF-930A-4403-BB03-5469F3E03291}\" type=\"slidenum\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>‹#›</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMapOvr>\n");
|
|
|
+ writes(out, " <a:masterClrMapping/>\n");
|
|
|
+ writes(out, " </p:clrMapOvr>\n");
|
|
|
+ writes(out, "</p:sldLayout>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideMasters_slideMaster1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout11_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slideLayouts/slideLayout11.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slideLayouts/slideLayout11.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"vertTitleAndTx\" preserve=\"1\">\n");
|
|
|
+ writes(out, " <p:cSld name=\"Vertical Title and Text\">\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Vertical Title 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"title\" orient=\"vert\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"6629400\" y=\"274638\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"2057400\" cy=\"5851525\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr vert=\"eaVert\"/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master title style</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Vertical Text Placeholder 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"body\" orient=\"vert\" idx=\"1\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"457200\" y=\"274638\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"6019800\" cy=\"5851525\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr vert=\"eaVert\"/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"1\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Second level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"2\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Third level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"3\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fourth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"4\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fifth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"4\" name=\"Date Placeholder 3\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"dt\" sz=\"half\" idx=\"10\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{F6A60F8B-55A5-4810-B62A-BAFC340AFCD8}\" type=\"datetimeFigureOut\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>03.04.2011</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"5\" name=\"Footer Placeholder 4\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"6\" name=\"Slide Number Placeholder 5\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{D1B2A4CF-930A-4403-BB03-5469F3E03291}\" type=\"slidenum\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>‹#›</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMapOvr>\n");
|
|
|
+ writes(out, " <a:masterClrMapping/>\n");
|
|
|
+ writes(out, " </p:clrMapOvr>\n");
|
|
|
+ writes(out, "</p:sldLayout>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideMasters_slideMaster1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout2_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slideLayouts/slideLayout2.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slideLayouts/slideLayout2.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"obj\" preserve=\"1\">\n");
|
|
|
+ writes(out, " <p:cSld name=\"Title and Content\">\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Title 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"title\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master title style</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Content Placeholder 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph idx=\"1\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"1\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Second level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"2\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Third level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"3\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fourth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"4\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fifth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"4\" name=\"Date Placeholder 3\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"dt\" sz=\"half\" idx=\"10\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{F6A60F8B-55A5-4810-B62A-BAFC340AFCD8}\" type=\"datetimeFigureOut\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>03.04.2011</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"5\" name=\"Footer Placeholder 4\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"6\" name=\"Slide Number Placeholder 5\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{D1B2A4CF-930A-4403-BB03-5469F3E03291}\" type=\"slidenum\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>‹#›</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMapOvr>\n");
|
|
|
+ writes(out, " <a:masterClrMapping/>\n");
|
|
|
+ writes(out, " </p:clrMapOvr>\n");
|
|
|
+ writes(out, "</p:sldLayout>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideMasters_slideMaster1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout3_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slideLayouts/slideLayout3.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slideLayouts/slideLayout3.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"secHead\" preserve=\"1\">\n");
|
|
|
+ writes(out, " <p:cSld name=\"Section Header\">\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Title 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"title\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"722313\" y=\"4406900\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"7772400\" cy=\"1362075\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr anchor=\"t\"/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr algn=\"l\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"4000\" b=\"1\" cap=\"all\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master title style</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Text Placeholder 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"body\" idx=\"1\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"722313\" y=\"2906713\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"7772400\" cy=\"1500187\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr anchor=\"b\"/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr marL=\"0\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr marL=\"457200\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr marL=\"914400\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr marL=\"1371600\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1400\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr marL=\"1828800\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1400\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr marL=\"2286000\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1400\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr marL=\"2743200\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1400\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr marL=\"3200400\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1400\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr marL=\"3657600\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1400\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"4\" name=\"Date Placeholder 3\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"dt\" sz=\"half\" idx=\"10\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{F6A60F8B-55A5-4810-B62A-BAFC340AFCD8}\" type=\"datetimeFigureOut\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>03.04.2011</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"5\" name=\"Footer Placeholder 4\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"6\" name=\"Slide Number Placeholder 5\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{D1B2A4CF-930A-4403-BB03-5469F3E03291}\" type=\"slidenum\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>‹#›</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMapOvr>\n");
|
|
|
+ writes(out, " <a:masterClrMapping/>\n");
|
|
|
+ writes(out, " </p:clrMapOvr>\n");
|
|
|
+ writes(out, "</p:sldLayout>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideMasters_slideMaster1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout4_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slideLayouts/slideLayout4.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slideLayouts/slideLayout4.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"twoObj\" preserve=\"1\">\n");
|
|
|
+ writes(out, " <p:cSld name=\"Two Content\">\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Title 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"title\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master title style</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Content Placeholder 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph sz=\"half\" idx=\"1\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"457200\" y=\"1600200\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"4038600\" cy=\"4525963\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2800\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2400\"/>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"1\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Second level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"2\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Third level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"3\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fourth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"4\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fifth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"4\" name=\"Content Placeholder 3\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph sz=\"half\" idx=\"2\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"4648200\" y=\"1600200\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"4038600\" cy=\"4525963\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2800\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2400\"/>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"1\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Second level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"2\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Third level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"3\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fourth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"4\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fifth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"5\" name=\"Date Placeholder 4\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"dt\" sz=\"half\" idx=\"10\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{F6A60F8B-55A5-4810-B62A-BAFC340AFCD8}\" type=\"datetimeFigureOut\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>03.04.2011</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"6\" name=\"Footer Placeholder 5\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"7\" name=\"Slide Number Placeholder 6\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{D1B2A4CF-930A-4403-BB03-5469F3E03291}\" type=\"slidenum\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>‹#›</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMapOvr>\n");
|
|
|
+ writes(out, " <a:masterClrMapping/>\n");
|
|
|
+ writes(out, " </p:clrMapOvr>\n");
|
|
|
+ writes(out, "</p:sldLayout>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideMasters_slideMaster1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout5_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slideLayouts/slideLayout5.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slideLayouts/slideLayout5.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"twoTxTwoObj\" preserve=\"1\">\n");
|
|
|
+ writes(out, " <p:cSld name=\"Comparison\">\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Title 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"title\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:defRPr/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master title style</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Text Placeholder 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"body\" idx=\"1\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"457200\" y=\"1535113\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"4040188\" cy=\"639762\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr anchor=\"b\"/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr marL=\"0\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2400\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr marL=\"457200\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr marL=\"914400\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr marL=\"1371600\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr marL=\"1828800\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr marL=\"2286000\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr marL=\"2743200\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr marL=\"3200400\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr marL=\"3657600\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"4\" name=\"Content Placeholder 3\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph sz=\"half\" idx=\"2\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"457200\" y=\"2174875\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"4040188\" cy=\"3951288\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2400\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\"/>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\"/>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\"/>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\"/>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\"/>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\"/>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"1\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Second level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"2\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Third level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"3\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fourth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"4\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fifth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"5\" name=\"Text Placeholder 4\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"body\" sz=\"quarter\" idx=\"3\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"4645025\" y=\"1535113\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"4041775\" cy=\"639762\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr anchor=\"b\"/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr marL=\"0\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2400\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr marL=\"457200\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr marL=\"914400\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr marL=\"1371600\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr marL=\"1828800\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr marL=\"2286000\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr marL=\"2743200\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr marL=\"3200400\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr marL=\"3657600\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"6\" name=\"Content Placeholder 5\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph sz=\"quarter\" idx=\"4\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"4645025\" y=\"2174875\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"4041775\" cy=\"3951288\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2400\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\"/>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\"/>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\"/>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\"/>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\"/>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\"/>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1600\"/>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"1\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Second level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"2\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Third level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"3\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fourth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"4\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fifth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"7\" name=\"Date Placeholder 6\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"dt\" sz=\"half\" idx=\"10\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{F6A60F8B-55A5-4810-B62A-BAFC340AFCD8}\" type=\"datetimeFigureOut\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>03.04.2011</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"8\" name=\"Footer Placeholder 7\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"9\" name=\"Slide Number Placeholder 8\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{D1B2A4CF-930A-4403-BB03-5469F3E03291}\" type=\"slidenum\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>‹#›</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMapOvr>\n");
|
|
|
+ writes(out, " <a:masterClrMapping/>\n");
|
|
|
+ writes(out, " </p:clrMapOvr>\n");
|
|
|
+ writes(out, "</p:sldLayout>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideMasters_slideMaster1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout6_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slideLayouts/slideLayout6.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slideLayouts/slideLayout6.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"titleOnly\" preserve=\"1\">\n");
|
|
|
+ writes(out, " <p:cSld name=\"Title Only\">\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Title 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"title\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master title style</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Date Placeholder 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"dt\" sz=\"half\" idx=\"10\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{F6A60F8B-55A5-4810-B62A-BAFC340AFCD8}\" type=\"datetimeFigureOut\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>03.04.2011</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"4\" name=\"Footer Placeholder 3\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"5\" name=\"Slide Number Placeholder 4\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{D1B2A4CF-930A-4403-BB03-5469F3E03291}\" type=\"slidenum\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>‹#›</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMapOvr>\n");
|
|
|
+ writes(out, " <a:masterClrMapping/>\n");
|
|
|
+ writes(out, " </p:clrMapOvr>\n");
|
|
|
+ writes(out, "</p:sldLayout>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideMasters_slideMaster1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout7_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slideLayouts/slideLayout7.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slideLayouts/slideLayout7.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"blank\" preserve=\"1\">\n");
|
|
|
+ writes(out, " <p:cSld name=\"Blank\">\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Date Placeholder 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"dt\" sz=\"half\" idx=\"10\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{F6A60F8B-55A5-4810-B62A-BAFC340AFCD8}\" type=\"datetimeFigureOut\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>03.04.2011</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Footer Placeholder 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"4\" name=\"Slide Number Placeholder 3\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{D1B2A4CF-930A-4403-BB03-5469F3E03291}\" type=\"slidenum\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>‹#›</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMapOvr>\n");
|
|
|
+ writes(out, " <a:masterClrMapping/>\n");
|
|
|
+ writes(out, " </p:clrMapOvr>\n");
|
|
|
+ writes(out, "</p:sldLayout>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideMasters_slideMaster1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout8_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slideLayouts/slideLayout8.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slideLayouts/slideLayout8.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"objTx\" preserve=\"1\">\n");
|
|
|
+ writes(out, " <p:cSld name=\"Content with Caption\">\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Title 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"title\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"457200\" y=\"273050\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"3008313\" cy=\"1162050\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr anchor=\"b\"/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr algn=\"l\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master title style</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Content Placeholder 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph idx=\"1\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"3575050\" y=\"273050\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"5111750\" cy=\"5853113\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"3200\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2800\"/>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2400\"/>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"1\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Second level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"2\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Third level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"3\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fourth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"4\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fifth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"4\" name=\"Text Placeholder 3\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"body\" sz=\"half\" idx=\"2\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"457200\" y=\"1435100\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"3008313\" cy=\"4691063\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr marL=\"0\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1400\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr marL=\"457200\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1200\"/>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr marL=\"914400\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1000\"/>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr marL=\"1371600\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"900\"/>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr marL=\"1828800\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"900\"/>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr marL=\"2286000\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"900\"/>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr marL=\"2743200\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"900\"/>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr marL=\"3200400\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"900\"/>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr marL=\"3657600\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"900\"/>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"5\" name=\"Date Placeholder 4\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"dt\" sz=\"half\" idx=\"10\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{F6A60F8B-55A5-4810-B62A-BAFC340AFCD8}\" type=\"datetimeFigureOut\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>03.04.2011</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"6\" name=\"Footer Placeholder 5\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"7\" name=\"Slide Number Placeholder 6\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{D1B2A4CF-930A-4403-BB03-5469F3E03291}\" type=\"slidenum\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>‹#›</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMapOvr>\n");
|
|
|
+ writes(out, " <a:masterClrMapping/>\n");
|
|
|
+ writes(out, " </p:clrMapOvr>\n");
|
|
|
+ writes(out, "</p:sldLayout>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideMasters_slideMaster1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slideLayouts_slideLayout9_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slideLayouts/slideLayout9.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slideLayouts/slideLayout9.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"picTx\" preserve=\"1\">\n");
|
|
|
+ writes(out, " <p:cSld name=\"Picture with Caption\">\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Title 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"title\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"1792288\" y=\"4800600\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"5486400\" cy=\"566738\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr anchor=\"b\"/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr algn=\"l\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\" b=\"1\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master title style</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Picture Placeholder 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"pic\" idx=\"1\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"1792288\" y=\"612775\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"5486400\" cy=\"4114800\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr marL=\"0\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"3200\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr marL=\"457200\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2800\"/>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr marL=\"914400\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2400\"/>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr marL=\"1371600\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr marL=\"1828800\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr marL=\"2286000\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr marL=\"2743200\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr marL=\"3200400\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr marL=\"3657600\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\"/>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"4\" name=\"Text Placeholder 3\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"body\" sz=\"half\" idx=\"2\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"1792288\" y=\"5367338\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"5486400\" cy=\"804862\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr marL=\"0\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1400\"/>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr marL=\"457200\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1200\"/>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr marL=\"914400\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1000\"/>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr marL=\"1371600\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"900\"/>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr marL=\"1828800\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"900\"/>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr marL=\"2286000\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"900\"/>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr marL=\"2743200\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"900\"/>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr marL=\"3200400\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"900\"/>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr marL=\"3657600\" indent=\"0\">\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"900\"/>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"5\" name=\"Date Placeholder 4\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"dt\" sz=\"half\" idx=\"10\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{F6A60F8B-55A5-4810-B62A-BAFC340AFCD8}\" type=\"datetimeFigureOut\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>03.04.2011</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"6\" name=\"Footer Placeholder 5\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"7\" name=\"Slide Number Placeholder 6\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{D1B2A4CF-930A-4403-BB03-5469F3E03291}\" type=\"slidenum\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>‹#›</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMapOvr>\n");
|
|
|
+ writes(out, " <a:masterClrMapping/>\n");
|
|
|
+ writes(out, " </p:clrMapOvr>\n");
|
|
|
+ writes(out, "</p:sldLayout>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideMasters_slideMaster1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slideMasters_slideMaster1_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slideMasters/slideMaster1.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slideMasters/slideMaster1.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sldMaster xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\">\n");
|
|
|
+ writes(out, " <p:cSld>\n");
|
|
|
+ writes(out, " <p:bg>\n");
|
|
|
+ writes(out, " <p:bgRef idx=\"1001\">\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"bg1\"/>\n");
|
|
|
+ writes(out, " </p:bgRef>\n");
|
|
|
+ writes(out, " </p:bg>\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Title Placeholder 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"title\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"457200\" y=\"274638\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"8229600\" cy=\"1143000\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " <a:prstGeom prst=\"rect\">\n");
|
|
|
+ writes(out, " <a:avLst/>\n");
|
|
|
+ writes(out, " </a:prstGeom>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr vert=\"horz\" lIns=\"91440\" tIns=\"45720\" rIns=\"91440\" bIns=\"45720\" rtlCol=\"0\" anchor=\"ctr\">\n");
|
|
|
+ writes(out, " <a:normAutofit/>\n");
|
|
|
+ writes(out, " </a:bodyPr>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master title style</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Text Placeholder 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"body\" idx=\"1\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"457200\" y=\"1600200\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"8229600\" cy=\"4525963\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " <a:prstGeom prst=\"rect\">\n");
|
|
|
+ writes(out, " <a:avLst/>\n");
|
|
|
+ writes(out, " </a:prstGeom>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr vert=\"horz\" lIns=\"91440\" tIns=\"45720\" rIns=\"91440\" bIns=\"45720\" rtlCol=\"0\">\n");
|
|
|
+ writes(out, " <a:normAutofit/>\n");
|
|
|
+ writes(out, " </a:bodyPr>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"0\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Click to edit Master text styles</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"1\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Second level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"2\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Third level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"3\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fourth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:pPr lvl=\"4\"/>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"en-US\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>Fifth level</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"4\" name=\"Date Placeholder 3\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"dt\" sz=\"half\" idx=\"2\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"457200\" y=\"6356350\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"2133600\" cy=\"365125\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " <a:prstGeom prst=\"rect\">\n");
|
|
|
+ writes(out, " <a:avLst/>\n");
|
|
|
+ writes(out, " </a:prstGeom>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr vert=\"horz\" lIns=\"91440\" tIns=\"45720\" rIns=\"91440\" bIns=\"45720\" rtlCol=\"0\" anchor=\"ctr\"/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr algn=\"l\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{F6A60F8B-55A5-4810-B62A-BAFC340AFCD8}\" type=\"datetimeFigureOut\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>03.04.2011</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"5\" name=\"Footer Placeholder 4\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ftr\" sz=\"quarter\" idx=\"3\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"3124200\" y=\"6356350\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"2895600\" cy=\"365125\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " <a:prstGeom prst=\"rect\">\n");
|
|
|
+ writes(out, " <a:avLst/>\n");
|
|
|
+ writes(out, " </a:prstGeom>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr vert=\"horz\" lIns=\"91440\" tIns=\"45720\" rIns=\"91440\" bIns=\"45720\" rtlCol=\"0\" anchor=\"ctr\"/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"6\" name=\"Slide Number Placeholder 5\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"sldNum\" sz=\"quarter\" idx=\"4\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"6553200\" y=\"6356350\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"2133600\" cy=\"365125\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " <a:prstGeom prst=\"rect\">\n");
|
|
|
+ writes(out, " <a:avLst/>\n");
|
|
|
+ writes(out, " </a:prstGeom>\n");
|
|
|
+ writes(out, " </p:spPr>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr vert=\"horz\" lIns=\"91440\" tIns=\"45720\" rIns=\"91440\" bIns=\"45720\" rtlCol=\"0\" anchor=\"ctr\"/>\n");
|
|
|
+ writes(out, " <a:lstStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr algn=\"r\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\">\n");
|
|
|
+ writes(out, " <a:tint val=\"75000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " </a:lstStyle>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:fld id=\"{D1B2A4CF-930A-4403-BB03-5469F3E03291}\" type=\"slidenum\">\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>‹#›</a:t>\n");
|
|
|
+ writes(out, " </a:fld>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMap bg1=\"lt1\" tx1=\"dk1\" bg2=\"lt2\" tx2=\"dk2\" accent1=\"accent1\" accent2=\"accent2\" accent3=\"accent3\" accent4=\"accent4\" accent5=\"accent5\" accent6=\"accent6\" hlink=\"hlink\" folHlink=\"folHlink\"/>\n");
|
|
|
+ writes(out, " <p:sldLayoutIdLst>\n");
|
|
|
+ writes(out, " <p:sldLayoutId id=\"2147483649\" r:id=\"rId1\"/>\n");
|
|
|
+ writes(out, " <p:sldLayoutId id=\"2147483650\" r:id=\"rId2\"/>\n");
|
|
|
+ writes(out, " <p:sldLayoutId id=\"2147483651\" r:id=\"rId3\"/>\n");
|
|
|
+ writes(out, " <p:sldLayoutId id=\"2147483652\" r:id=\"rId4\"/>\n");
|
|
|
+ writes(out, " <p:sldLayoutId id=\"2147483653\" r:id=\"rId5\"/>\n");
|
|
|
+ writes(out, " <p:sldLayoutId id=\"2147483654\" r:id=\"rId6\"/>\n");
|
|
|
+ writes(out, " <p:sldLayoutId id=\"2147483655\" r:id=\"rId7\"/>\n");
|
|
|
+ writes(out, " <p:sldLayoutId id=\"2147483656\" r:id=\"rId8\"/>\n");
|
|
|
+ writes(out, " <p:sldLayoutId id=\"2147483657\" r:id=\"rId9\"/>\n");
|
|
|
+ writes(out, " <p:sldLayoutId id=\"2147483658\" r:id=\"rId10\"/>\n");
|
|
|
+ writes(out, " <p:sldLayoutId id=\"2147483659\" r:id=\"rId11\"/>\n");
|
|
|
+ writes(out, " </p:sldLayoutIdLst>\n");
|
|
|
+ writes(out, " <p:txStyles>\n");
|
|
|
+ writes(out, " <p:titleStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr algn=\"ctr\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:spcBef>\n");
|
|
|
+ writes(out, " <a:spcPct val=\"0\"/>\n");
|
|
|
+ writes(out, " </a:spcBef>\n");
|
|
|
+ writes(out, " <a:buNone/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"4400\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mj-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mj-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mj-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " </p:titleStyle>\n");
|
|
|
+ writes(out, " <p:bodyStyle>\n");
|
|
|
+ writes(out, " <a:lvl1pPr marL=\"342900\" indent=\"-342900\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:spcBef>\n");
|
|
|
+ writes(out, " <a:spcPct val=\"20000\"/>\n");
|
|
|
+ writes(out, " </a:spcBef>\n");
|
|
|
+ writes(out, " <a:buFont typeface=\"Arial\" pitchFamily=\"34\" charset=\"0\"/>\n");
|
|
|
+ writes(out, " <a:buChar char=\"•\"/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"3200\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr marL=\"742950\" indent=\"-285750\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:spcBef>\n");
|
|
|
+ writes(out, " <a:spcPct val=\"20000\"/>\n");
|
|
|
+ writes(out, " </a:spcBef>\n");
|
|
|
+ writes(out, " <a:buFont typeface=\"Arial\" pitchFamily=\"34\" charset=\"0\"/>\n");
|
|
|
+ writes(out, " <a:buChar char=\"–\"/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr marL=\"1143000\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:spcBef>\n");
|
|
|
+ writes(out, " <a:spcPct val=\"20000\"/>\n");
|
|
|
+ writes(out, " </a:spcBef>\n");
|
|
|
+ writes(out, " <a:buFont typeface=\"Arial\" pitchFamily=\"34\" charset=\"0\"/>\n");
|
|
|
+ writes(out, " <a:buChar char=\"•\"/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2400\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr marL=\"1600200\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:spcBef>\n");
|
|
|
+ writes(out, " <a:spcPct val=\"20000\"/>\n");
|
|
|
+ writes(out, " </a:spcBef>\n");
|
|
|
+ writes(out, " <a:buFont typeface=\"Arial\" pitchFamily=\"34\" charset=\"0\"/>\n");
|
|
|
+ writes(out, " <a:buChar char=\"–\"/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr marL=\"2057400\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:spcBef>\n");
|
|
|
+ writes(out, " <a:spcPct val=\"20000\"/>\n");
|
|
|
+ writes(out, " </a:spcBef>\n");
|
|
|
+ writes(out, " <a:buFont typeface=\"Arial\" pitchFamily=\"34\" charset=\"0\"/>\n");
|
|
|
+ writes(out, " <a:buChar char=\"»\"/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr marL=\"2514600\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:spcBef>\n");
|
|
|
+ writes(out, " <a:spcPct val=\"20000\"/>\n");
|
|
|
+ writes(out, " </a:spcBef>\n");
|
|
|
+ writes(out, " <a:buFont typeface=\"Arial\" pitchFamily=\"34\" charset=\"0\"/>\n");
|
|
|
+ writes(out, " <a:buChar char=\"•\"/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr marL=\"2971800\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:spcBef>\n");
|
|
|
+ writes(out, " <a:spcPct val=\"20000\"/>\n");
|
|
|
+ writes(out, " </a:spcBef>\n");
|
|
|
+ writes(out, " <a:buFont typeface=\"Arial\" pitchFamily=\"34\" charset=\"0\"/>\n");
|
|
|
+ writes(out, " <a:buChar char=\"•\"/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr marL=\"3429000\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:spcBef>\n");
|
|
|
+ writes(out, " <a:spcPct val=\"20000\"/>\n");
|
|
|
+ writes(out, " </a:spcBef>\n");
|
|
|
+ writes(out, " <a:buFont typeface=\"Arial\" pitchFamily=\"34\" charset=\"0\"/>\n");
|
|
|
+ writes(out, " <a:buChar char=\"•\"/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr marL=\"3886200\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:spcBef>\n");
|
|
|
+ writes(out, " <a:spcPct val=\"20000\"/>\n");
|
|
|
+ writes(out, " </a:spcBef>\n");
|
|
|
+ writes(out, " <a:buFont typeface=\"Arial\" pitchFamily=\"34\" charset=\"0\"/>\n");
|
|
|
+ writes(out, " <a:buChar char=\"•\"/>\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"2000\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </p:bodyStyle>\n");
|
|
|
+ writes(out, " <p:otherStyle>\n");
|
|
|
+ writes(out, " <a:defPPr>\n");
|
|
|
+ writes(out, " <a:defRPr lang=\"de-DE\"/>\n");
|
|
|
+ writes(out, " </a:defPPr>\n");
|
|
|
+ writes(out, " <a:lvl1pPr marL=\"0\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl1pPr>\n");
|
|
|
+ writes(out, " <a:lvl2pPr marL=\"457200\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl2pPr>\n");
|
|
|
+ writes(out, " <a:lvl3pPr marL=\"914400\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl3pPr>\n");
|
|
|
+ writes(out, " <a:lvl4pPr marL=\"1371600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl4pPr>\n");
|
|
|
+ writes(out, " <a:lvl5pPr marL=\"1828800\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl5pPr>\n");
|
|
|
+ writes(out, " <a:lvl6pPr marL=\"2286000\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl6pPr>\n");
|
|
|
+ writes(out, " <a:lvl7pPr marL=\"2743200\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl7pPr>\n");
|
|
|
+ writes(out, " <a:lvl8pPr marL=\"3200400\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl8pPr>\n");
|
|
|
+ writes(out, " <a:lvl9pPr marL=\"3657600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\">\n");
|
|
|
+ writes(out, " <a:defRPr sz=\"1800\" kern=\"1200\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"tx1\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"+mn-lt\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"+mn-ea\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"+mn-cs\"/>\n");
|
|
|
+ writes(out, " </a:defRPr>\n");
|
|
|
+ writes(out, " </a:lvl9pPr>\n");
|
|
|
+ writes(out, " </p:otherStyle>\n");
|
|
|
+ writes(out, " </p:txStyles>\n");
|
|
|
+ writes(out, "</p:sldMaster>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideLayouts_slideLayout1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId2"), create_ppt_slideLayouts_slideLayout2_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId3"), create_ppt_slideLayouts_slideLayout3_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId4"), create_ppt_slideLayouts_slideLayout4_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId5"), create_ppt_slideLayouts_slideLayout5_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId6"), create_ppt_slideLayouts_slideLayout6_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId7"), create_ppt_slideLayouts_slideLayout7_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId8"), create_ppt_slideLayouts_slideLayout8_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId9"), create_ppt_slideLayouts_slideLayout9_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId10"), create_ppt_slideLayouts_slideLayout10_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId11"), create_ppt_slideLayouts_slideLayout11_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"));
|
|
|
+ opcRelationAdd(c, ret, _X("rId12"), create_ppt_theme_theme1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_slides_slide1_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/slides/slide1.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slide+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/slides/slide1.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.slide+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:sld xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\">\n");
|
|
|
+ writes(out, " <p:cSld>\n");
|
|
|
+ writes(out, " <p:spTree>\n");
|
|
|
+ writes(out, " <p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"1\" name=\"\"/>\n");
|
|
|
+ writes(out, " <p:cNvGrpSpPr/>\n");
|
|
|
+ writes(out, " <p:nvPr/>\n");
|
|
|
+ writes(out, " </p:nvGrpSpPr>\n");
|
|
|
+ writes(out, " <p:grpSpPr>\n");
|
|
|
+ writes(out, " <a:xfrm>\n");
|
|
|
+ writes(out, " <a:off x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:ext cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chOff x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " <a:chExt cx=\"0\" cy=\"0\"/>\n");
|
|
|
+ writes(out, " </a:xfrm>\n");
|
|
|
+ writes(out, " </p:grpSpPr>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"2\" name=\"Title 1\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"ctrTitle\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" dirty=\"0\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>libOPC</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\" dirty=\"0\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " <p:sp>\n");
|
|
|
+ writes(out, " <p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:cNvPr id=\"3\" name=\"Subtitle 2\"/>\n");
|
|
|
+ writes(out, " <p:cNvSpPr>\n");
|
|
|
+ writes(out, " <a:spLocks noGrp=\"1\"/>\n");
|
|
|
+ writes(out, " </p:cNvSpPr>\n");
|
|
|
+ writes(out, " <p:nvPr>\n");
|
|
|
+ writes(out, " <p:ph type=\"subTitle\" idx=\"1\"/>\n");
|
|
|
+ writes(out, " </p:nvPr>\n");
|
|
|
+ writes(out, " </p:nvSpPr>\n");
|
|
|
+ writes(out, " <p:spPr/>\n");
|
|
|
+ writes(out, " <p:txBody>\n");
|
|
|
+ writes(out, " <a:bodyPr/>\n");
|
|
|
+ writes(out, " <a:lstStyle/>\n");
|
|
|
+ writes(out, " <a:p>\n");
|
|
|
+ writes(out, " <a:r>\n");
|
|
|
+ writes(out, " <a:rPr lang=\"de-DE\" dirty=\"0\" smtClean=\"0\"/>\n");
|
|
|
+ writes(out, " <a:t>„Hello World“</a:t>\n");
|
|
|
+ writes(out, " </a:r>\n");
|
|
|
+ writes(out, " <a:endParaRPr lang=\"de-DE\" dirty=\"0\"/>\n");
|
|
|
+ writes(out, " </a:p>\n");
|
|
|
+ writes(out, " </p:txBody>\n");
|
|
|
+ writes(out, " </p:sp>\n");
|
|
|
+ writes(out, " </p:spTree>\n");
|
|
|
+ writes(out, " </p:cSld>\n");
|
|
|
+ writes(out, " <p:clrMapOvr>\n");
|
|
|
+ writes(out, " <a:masterClrMapping/>\n");
|
|
|
+ writes(out, " </p:clrMapOvr>\n");
|
|
|
+ writes(out, "</p:sld>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ opcRelationAdd(c, ret, _X("rId1"), create_ppt_slideLayouts_slideLayout1_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"));
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_tableStyles_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/tableStyles.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/tableStyles.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<a:tblStyleLst xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" def=\"{5C22544A-7EE6-4342-B048-85BDC9FD1C3A}\"/>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_theme_theme1_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/theme/theme1.xml"), _X("application/vnd.openxmlformats-officedocument.theme+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/theme/theme1.xml"), _X("application/vnd.openxmlformats-officedocument.theme+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<a:theme xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" name=\"Office Theme\">\n");
|
|
|
+ writes(out, " <a:themeElements>\n");
|
|
|
+ writes(out, " <a:clrScheme name=\"Office\">\n");
|
|
|
+ writes(out, " <a:dk1>\n");
|
|
|
+ writes(out, " <a:sysClr val=\"windowText\" lastClr=\"000000\"/>\n");
|
|
|
+ writes(out, " </a:dk1>\n");
|
|
|
+ writes(out, " <a:lt1>\n");
|
|
|
+ writes(out, " <a:sysClr val=\"window\" lastClr=\"FFFFFF\"/>\n");
|
|
|
+ writes(out, " </a:lt1>\n");
|
|
|
+ writes(out, " <a:dk2>\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"1F497D\"/>\n");
|
|
|
+ writes(out, " </a:dk2>\n");
|
|
|
+ writes(out, " <a:lt2>\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"EEECE1\"/>\n");
|
|
|
+ writes(out, " </a:lt2>\n");
|
|
|
+ writes(out, " <a:accent1>\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"4F81BD\"/>\n");
|
|
|
+ writes(out, " </a:accent1>\n");
|
|
|
+ writes(out, " <a:accent2>\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"C0504D\"/>\n");
|
|
|
+ writes(out, " </a:accent2>\n");
|
|
|
+ writes(out, " <a:accent3>\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"9BBB59\"/>\n");
|
|
|
+ writes(out, " </a:accent3>\n");
|
|
|
+ writes(out, " <a:accent4>\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"8064A2\"/>\n");
|
|
|
+ writes(out, " </a:accent4>\n");
|
|
|
+ writes(out, " <a:accent5>\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"4BACC6\"/>\n");
|
|
|
+ writes(out, " </a:accent5>\n");
|
|
|
+ writes(out, " <a:accent6>\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"F79646\"/>\n");
|
|
|
+ writes(out, " </a:accent6>\n");
|
|
|
+ writes(out, " <a:hlink>\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"0000FF\"/>\n");
|
|
|
+ writes(out, " </a:hlink>\n");
|
|
|
+ writes(out, " <a:folHlink>\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"800080\"/>\n");
|
|
|
+ writes(out, " </a:folHlink>\n");
|
|
|
+ writes(out, " </a:clrScheme>\n");
|
|
|
+ writes(out, " <a:fontScheme name=\"Office\">\n");
|
|
|
+ writes(out, " <a:majorFont>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"Calibri\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Jpan\" typeface=\"MS Pゴシック\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Hang\" typeface=\"맑은 고딕\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Hans\" typeface=\"宋体\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Hant\" typeface=\"新細明體\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Arab\" typeface=\"Times New Roman\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Hebr\" typeface=\"Times New Roman\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Thai\" typeface=\"Angsana New\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Ethi\" typeface=\"Nyala\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Beng\" typeface=\"Vrinda\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Gujr\" typeface=\"Shruti\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Khmr\" typeface=\"MoolBoran\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Knda\" typeface=\"Tunga\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Guru\" typeface=\"Raavi\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Cans\" typeface=\"Euphemia\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Thaa\" typeface=\"MV Boli\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Deva\" typeface=\"Mangal\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Telu\" typeface=\"Gautami\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Taml\" typeface=\"Latha\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Orya\" typeface=\"Kalinga\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Mlym\" typeface=\"Kartika\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Laoo\" typeface=\"DokChampa\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Sinh\" typeface=\"Iskoola Pota\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Mong\" typeface=\"Mongolian Baiti\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Viet\" typeface=\"Times New Roman\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Uigh\" typeface=\"Microsoft Uighur\"/>\n");
|
|
|
+ writes(out, " </a:majorFont>\n");
|
|
|
+ writes(out, " <a:minorFont>\n");
|
|
|
+ writes(out, " <a:latin typeface=\"Calibri\"/>\n");
|
|
|
+ writes(out, " <a:ea typeface=\"\"/>\n");
|
|
|
+ writes(out, " <a:cs typeface=\"\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Jpan\" typeface=\"MS Pゴシック\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Hang\" typeface=\"맑은 고딕\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Hans\" typeface=\"宋体\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Hant\" typeface=\"新細明體\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Arab\" typeface=\"Arial\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Hebr\" typeface=\"Arial\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Thai\" typeface=\"Cordia New\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Ethi\" typeface=\"Nyala\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Beng\" typeface=\"Vrinda\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Gujr\" typeface=\"Shruti\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Khmr\" typeface=\"DaunPenh\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Knda\" typeface=\"Tunga\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Guru\" typeface=\"Raavi\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Cans\" typeface=\"Euphemia\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Thaa\" typeface=\"MV Boli\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Deva\" typeface=\"Mangal\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Telu\" typeface=\"Gautami\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Taml\" typeface=\"Latha\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Orya\" typeface=\"Kalinga\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Mlym\" typeface=\"Kartika\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Laoo\" typeface=\"DokChampa\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Sinh\" typeface=\"Iskoola Pota\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Mong\" typeface=\"Mongolian Baiti\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Viet\" typeface=\"Arial\"/>\n");
|
|
|
+ writes(out, " <a:font script=\"Uigh\" typeface=\"Microsoft Uighur\"/>\n");
|
|
|
+ writes(out, " </a:minorFont>\n");
|
|
|
+ writes(out, " </a:fontScheme>\n");
|
|
|
+ writes(out, " <a:fmtScheme name=\"Office\">\n");
|
|
|
+ writes(out, " <a:fillStyleLst>\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:gradFill rotWithShape=\"1\">\n");
|
|
|
+ writes(out, " <a:gsLst>\n");
|
|
|
+ writes(out, " <a:gs pos=\"0\">\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\">\n");
|
|
|
+ writes(out, " <a:tint val=\"50000\"/>\n");
|
|
|
+ writes(out, " <a:satMod val=\"300000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:gs>\n");
|
|
|
+ writes(out, " <a:gs pos=\"35000\">\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\">\n");
|
|
|
+ writes(out, " <a:tint val=\"37000\"/>\n");
|
|
|
+ writes(out, " <a:satMod val=\"300000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:gs>\n");
|
|
|
+ writes(out, " <a:gs pos=\"100000\">\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\">\n");
|
|
|
+ writes(out, " <a:tint val=\"15000\"/>\n");
|
|
|
+ writes(out, " <a:satMod val=\"350000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:gs>\n");
|
|
|
+ writes(out, " </a:gsLst>\n");
|
|
|
+ writes(out, " <a:lin ang=\"16200000\" scaled=\"1\"/>\n");
|
|
|
+ writes(out, " </a:gradFill>\n");
|
|
|
+ writes(out, " <a:gradFill rotWithShape=\"1\">\n");
|
|
|
+ writes(out, " <a:gsLst>\n");
|
|
|
+ writes(out, " <a:gs pos=\"0\">\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\">\n");
|
|
|
+ writes(out, " <a:shade val=\"51000\"/>\n");
|
|
|
+ writes(out, " <a:satMod val=\"130000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:gs>\n");
|
|
|
+ writes(out, " <a:gs pos=\"80000\">\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\">\n");
|
|
|
+ writes(out, " <a:shade val=\"93000\"/>\n");
|
|
|
+ writes(out, " <a:satMod val=\"130000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:gs>\n");
|
|
|
+ writes(out, " <a:gs pos=\"100000\">\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\">\n");
|
|
|
+ writes(out, " <a:shade val=\"94000\"/>\n");
|
|
|
+ writes(out, " <a:satMod val=\"135000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:gs>\n");
|
|
|
+ writes(out, " </a:gsLst>\n");
|
|
|
+ writes(out, " <a:lin ang=\"16200000\" scaled=\"0\"/>\n");
|
|
|
+ writes(out, " </a:gradFill>\n");
|
|
|
+ writes(out, " </a:fillStyleLst>\n");
|
|
|
+ writes(out, " <a:lnStyleLst>\n");
|
|
|
+ writes(out, " <a:ln w=\"9525\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\">\n");
|
|
|
+ writes(out, " <a:shade val=\"95000\"/>\n");
|
|
|
+ writes(out, " <a:satMod val=\"105000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:prstDash val=\"solid\"/>\n");
|
|
|
+ writes(out, " </a:ln>\n");
|
|
|
+ writes(out, " <a:ln w=\"25400\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:prstDash val=\"solid\"/>\n");
|
|
|
+ writes(out, " </a:ln>\n");
|
|
|
+ writes(out, " <a:ln w=\"38100\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\">\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:prstDash val=\"solid\"/>\n");
|
|
|
+ writes(out, " </a:ln>\n");
|
|
|
+ writes(out, " </a:lnStyleLst>\n");
|
|
|
+ writes(out, " <a:effectStyleLst>\n");
|
|
|
+ writes(out, " <a:effectStyle>\n");
|
|
|
+ writes(out, " <a:effectLst>\n");
|
|
|
+ writes(out, " <a:outerShdw blurRad=\"40000\" dist=\"20000\" dir=\"5400000\" rotWithShape=\"0\">\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"000000\">\n");
|
|
|
+ writes(out, " <a:alpha val=\"38000\"/>\n");
|
|
|
+ writes(out, " </a:srgbClr>\n");
|
|
|
+ writes(out, " </a:outerShdw>\n");
|
|
|
+ writes(out, " </a:effectLst>\n");
|
|
|
+ writes(out, " </a:effectStyle>\n");
|
|
|
+ writes(out, " <a:effectStyle>\n");
|
|
|
+ writes(out, " <a:effectLst>\n");
|
|
|
+ writes(out, " <a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\">\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"000000\">\n");
|
|
|
+ writes(out, " <a:alpha val=\"35000\"/>\n");
|
|
|
+ writes(out, " </a:srgbClr>\n");
|
|
|
+ writes(out, " </a:outerShdw>\n");
|
|
|
+ writes(out, " </a:effectLst>\n");
|
|
|
+ writes(out, " </a:effectStyle>\n");
|
|
|
+ writes(out, " <a:effectStyle>\n");
|
|
|
+ writes(out, " <a:effectLst>\n");
|
|
|
+ writes(out, " <a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\">\n");
|
|
|
+ writes(out, " <a:srgbClr val=\"000000\">\n");
|
|
|
+ writes(out, " <a:alpha val=\"35000\"/>\n");
|
|
|
+ writes(out, " </a:srgbClr>\n");
|
|
|
+ writes(out, " </a:outerShdw>\n");
|
|
|
+ writes(out, " </a:effectLst>\n");
|
|
|
+ writes(out, " <a:scene3d>\n");
|
|
|
+ writes(out, " <a:camera prst=\"orthographicFront\">\n");
|
|
|
+ writes(out, " <a:rot lat=\"0\" lon=\"0\" rev=\"0\"/>\n");
|
|
|
+ writes(out, " </a:camera>\n");
|
|
|
+ writes(out, " <a:lightRig rig=\"threePt\" dir=\"t\">\n");
|
|
|
+ writes(out, " <a:rot lat=\"0\" lon=\"0\" rev=\"1200000\"/>\n");
|
|
|
+ writes(out, " </a:lightRig>\n");
|
|
|
+ writes(out, " </a:scene3d>\n");
|
|
|
+ writes(out, " <a:sp3d>\n");
|
|
|
+ writes(out, " <a:bevelT w=\"63500\" h=\"25400\"/>\n");
|
|
|
+ writes(out, " </a:sp3d>\n");
|
|
|
+ writes(out, " </a:effectStyle>\n");
|
|
|
+ writes(out, " </a:effectStyleLst>\n");
|
|
|
+ writes(out, " <a:bgFillStyleLst>\n");
|
|
|
+ writes(out, " <a:solidFill>\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\"/>\n");
|
|
|
+ writes(out, " </a:solidFill>\n");
|
|
|
+ writes(out, " <a:gradFill rotWithShape=\"1\">\n");
|
|
|
+ writes(out, " <a:gsLst>\n");
|
|
|
+ writes(out, " <a:gs pos=\"0\">\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\">\n");
|
|
|
+ writes(out, " <a:tint val=\"40000\"/>\n");
|
|
|
+ writes(out, " <a:satMod val=\"350000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:gs>\n");
|
|
|
+ writes(out, " <a:gs pos=\"40000\">\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\">\n");
|
|
|
+ writes(out, " <a:tint val=\"45000\"/>\n");
|
|
|
+ writes(out, " <a:shade val=\"99000\"/>\n");
|
|
|
+ writes(out, " <a:satMod val=\"350000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:gs>\n");
|
|
|
+ writes(out, " <a:gs pos=\"100000\">\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\">\n");
|
|
|
+ writes(out, " <a:shade val=\"20000\"/>\n");
|
|
|
+ writes(out, " <a:satMod val=\"255000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:gs>\n");
|
|
|
+ writes(out, " </a:gsLst>\n");
|
|
|
+ writes(out, " <a:path path=\"circle\">\n");
|
|
|
+ writes(out, " <a:fillToRect l=\"50000\" t=\"-80000\" r=\"50000\" b=\"180000\"/>\n");
|
|
|
+ writes(out, " </a:path>\n");
|
|
|
+ writes(out, " </a:gradFill>\n");
|
|
|
+ writes(out, " <a:gradFill rotWithShape=\"1\">\n");
|
|
|
+ writes(out, " <a:gsLst>\n");
|
|
|
+ writes(out, " <a:gs pos=\"0\">\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\">\n");
|
|
|
+ writes(out, " <a:tint val=\"80000\"/>\n");
|
|
|
+ writes(out, " <a:satMod val=\"300000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:gs>\n");
|
|
|
+ writes(out, " <a:gs pos=\"100000\">\n");
|
|
|
+ writes(out, " <a:schemeClr val=\"phClr\">\n");
|
|
|
+ writes(out, " <a:shade val=\"30000\"/>\n");
|
|
|
+ writes(out, " <a:satMod val=\"200000\"/>\n");
|
|
|
+ writes(out, " </a:schemeClr>\n");
|
|
|
+ writes(out, " </a:gs>\n");
|
|
|
+ writes(out, " </a:gsLst>\n");
|
|
|
+ writes(out, " <a:path path=\"circle\">\n");
|
|
|
+ writes(out, " <a:fillToRect l=\"50000\" t=\"50000\" r=\"50000\" b=\"50000\"/>\n");
|
|
|
+ writes(out, " </a:path>\n");
|
|
|
+ writes(out, " </a:gradFill>\n");
|
|
|
+ writes(out, " </a:bgFillStyleLst>\n");
|
|
|
+ writes(out, " </a:fmtScheme>\n");
|
|
|
+ writes(out, " </a:themeElements>\n");
|
|
|
+ writes(out, " <a:objectDefaults/>\n");
|
|
|
+ writes(out, " <a:extraClrSchemeLst/>\n");
|
|
|
+ writes(out, "</a:theme>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+static opcPart create_ppt_viewProps_xml(opcContainer *c) {
|
|
|
+ opcPart ret=opcPartFind(c, _X("ppt/viewProps.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml"), 0);
|
|
|
+ if (OPC_PART_INVALID==ret && OPC_PART_INVALID!=(ret=opcPartCreate(c, _X("ppt/viewProps.xml"), _X("application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml"), 0))) {
|
|
|
+ //adding content
|
|
|
+ opcContainerOutputStream *out=opcContainerCreateOutputStream(c, ret, OPC_COMPRESSIONOPTION_NORMAL);
|
|
|
+ if (NULL!=out) {
|
|
|
+ writes(out, "<p:viewPr xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\">\n");
|
|
|
+ writes(out, " <p:normalViewPr>\n");
|
|
|
+ writes(out, " <p:restoredLeft sz=\"15620\"/>\n");
|
|
|
+ writes(out, " <p:restoredTop sz=\"94660\"/>\n");
|
|
|
+ writes(out, " </p:normalViewPr>\n");
|
|
|
+ writes(out, " <p:slideViewPr>\n");
|
|
|
+ writes(out, " <p:cSldViewPr>\n");
|
|
|
+ writes(out, " <p:cViewPr varScale=\"1\">\n");
|
|
|
+ writes(out, " <p:scale>\n");
|
|
|
+ writes(out, " <a:sx n=\"104\" d=\"100\"/>\n");
|
|
|
+ writes(out, " <a:sy n=\"104\" d=\"100\"/>\n");
|
|
|
+ writes(out, " </p:scale>\n");
|
|
|
+ writes(out, " <p:origin x=\"-216\" y=\"-90\"/>\n");
|
|
|
+ writes(out, " </p:cViewPr>\n");
|
|
|
+ writes(out, " <p:guideLst>\n");
|
|
|
+ writes(out, " <p:guide orient=\"horz\" pos=\"2160\"/>\n");
|
|
|
+ writes(out, " <p:guide pos=\"2880\"/>\n");
|
|
|
+ writes(out, " </p:guideLst>\n");
|
|
|
+ writes(out, " </p:cSldViewPr>\n");
|
|
|
+ writes(out, " </p:slideViewPr>\n");
|
|
|
+ writes(out, " <p:notesTextViewPr>\n");
|
|
|
+ writes(out, " <p:cViewPr>\n");
|
|
|
+ writes(out, " <p:scale>\n");
|
|
|
+ writes(out, " <a:sx n=\"100\" d=\"100\"/>\n");
|
|
|
+ writes(out, " <a:sy n=\"100\" d=\"100\"/>\n");
|
|
|
+ writes(out, " </p:scale>\n");
|
|
|
+ writes(out, " <p:origin x=\"0\" y=\"0\"/>\n");
|
|
|
+ writes(out, " </p:cViewPr>\n");
|
|
|
+ writes(out, " </p:notesTextViewPr>\n");
|
|
|
+ writes(out, " <p:gridSpacing cx=\"73736200\" cy=\"73736200\"/>\n");
|
|
|
+ writes(out, "</p:viewPr>\n");
|
|
|
+ writes(out, "");
|
|
|
+ opcContainerCloseOutputStream(out);
|
|
|
+ }
|
|
|
+ // adding relations
|
|
|
+ }
|
|
|
+ return ret;
|
|
|
+}
|
|
|
+
|
|
|
+void generate(opcContainer *c, FILE *out) {
|
|
|
+ // adding registered extensions
|
|
|
+ opcExtensionRegister(c, _X("jpeg"), _X("image/jpeg"));
|
|
|
+ opcExtensionRegister(c, _X("rels"), _X("application/vnd.openxmlformats-package.relationships+xml"));
|
|
|
+ opcExtensionRegister(c, _X("xml"), _X("application/xml"));
|
|
|
+ // adding root relations
|
|
|
+ opcRelationAdd(c, OPC_PART_INVALID, _X("rId1"), create_ppt_presentation_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"));
|
|
|
+ opcRelationAdd(c, OPC_PART_INVALID, _X("rId2"), create_docProps_thumbnail_jpeg(c), _X("http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail"));
|
|
|
+ opcRelationAdd(c, OPC_PART_INVALID, _X("rId3"), create_docProps_core_xml(c), _X("http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties"));
|
|
|
+ opcRelationAdd(c, OPC_PART_INVALID, _X("rId4"), create_docProps_app_xml(c), _X("http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties"));
|
|
|
+ // adding weak parts, i.e. parts which are not referenced by a relation
|
|
|
+}
|
|
|
+
|
|
|
+int main( int argc, const char* argv[] ) {
|
|
|
+#ifdef WIN32
|
|
|
+ _CrtSetDbgFlag (_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
|
|
|
+#endif
|
|
|
+ if (OPC_ERROR_NONE==opcInitLibrary() && 2==argc) {
|
|
|
+ opcContainer *c=NULL;
|
|
|
+ if (NULL!=(c=opcContainerOpen(_X(argv[1]), OPC_OPEN_WRITE_ONLY, NULL, NULL))) {
|
|
|
+ generate(c, stdout);
|
|
|
+ opcContainerClose(c, OPC_CLOSE_NOW);
|
|
|
+ }
|
|
|
+ } else if (argc!=2) {
|
|
|
+ printf("target file needed!\n E.g. %s \"helloworld.pptx\"", argv[0]);
|
|
|
+ }
|
|
|
+ opcFreeLibrary();
|
|
|
+#ifdef WIN32
|
|
|
+ OPC_ASSERT(!_CrtDumpMemoryLeaks());
|
|
|
+#endif
|
|
|
+}
|