| XMergeBridge.java (670c6ce3) | XMergeBridge.java (7a3beb32) |
|---|---|
| 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 78 unchanged lines hidden (view full) --- 87 private static String sdMime=null; 88 private static String sFileName=null; 89 private static String sURL=""; 90 91 //private static FileOutputStream adaptedStream =null; 92 93 /** This inner class provides the component as a concrete implementation 94 * of the service description. It implements the needed interfaces. | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 78 unchanged lines hidden (view full) --- 87 private static String sdMime=null; 88 private static String sFileName=null; 89 private static String sURL=""; 90 91 //private static FileOutputStream adaptedStream =null; 92 93 /** This inner class provides the component as a concrete implementation 94 * of the service description. It implements the needed interfaces. |
| 95 * @implements XTypeProvider |
|
| 95 */ 96 static public class _XMergeBridge implements 97 XImportFilter, 98 XExportFilter, 99 XServiceName, 100 XServiceInfo, 101 XDocumentHandler, 102 XTypeProvider { --- 590 unchanged lines hidden --- | 96 */ 97 static public class _XMergeBridge implements 98 XImportFilter, 99 XExportFilter, 100 XServiceName, 101 XServiceInfo, 102 XDocumentHandler, 103 XTypeProvider { --- 590 unchanged lines hidden --- |