Class BatchConverter
java.lang.Object
org.openoffice.da.comp.writer2xhtml.BatchConverter
- All Implemented Interfaces:
com.sun.star.lang.XServiceInfo,com.sun.star.lang.XServiceName,com.sun.star.lang.XTypeProvider,com.sun.star.uno.XInterface,org.openoffice.da.writer2xhtml.XBatchConverter
public class BatchConverter
extends Object
implements org.openoffice.da.writer2xhtml.XBatchConverter, com.sun.star.lang.XServiceName, com.sun.star.lang.XServiceInfo, com.sun.star.lang.XTypeProvider
This class provides a uno component which implements the interface
org.openoffice.da.writer2xhtml.XBatchConverter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringThe component will be registered under this name.Fields inherited from interface org.openoffice.da.writer2xhtml.XBatchConverter
UNOTYPEINFOFields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFOFields inherited from interface com.sun.star.lang.XServiceName
UNOTYPEINFOFields inherited from interface com.sun.star.lang.XTypeProvider
UNOTYPEINFO -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__serviceName
The component will be registered under this name.- See Also:
-
__implementationName
- See Also:
-
-
Constructor Details
-
BatchConverter
public BatchConverter(com.sun.star.uno.XComponentContext xComponentContext)
-
-
Method Details
-
convert
public void convert(String sSourceURL, String sTargetURL, com.sun.star.beans.PropertyValue[] lArguments, org.openoffice.da.writer2xhtml.XBatchHandler handler) - Specified by:
convertin interfaceorg.openoffice.da.writer2xhtml.XBatchConverter
-
getTypes
public com.sun.star.uno.Type[] getTypes()- Specified by:
getTypesin interfacecom.sun.star.lang.XTypeProvider
-
getImplementationId
public byte[] getImplementationId()- Specified by:
getImplementationIdin interfacecom.sun.star.lang.XTypeProvider
-
getServiceName
- Specified by:
getServiceNamein interfacecom.sun.star.lang.XServiceName
-
supportsService
- Specified by:
supportsServicein interfacecom.sun.star.lang.XServiceInfo
-
getImplementationName
- Specified by:
getImplementationNamein interfacecom.sun.star.lang.XServiceInfo
-
getSupportedServiceNames
- Specified by:
getSupportedServiceNamesin interfacecom.sun.star.lang.XServiceInfo
-