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 String
static final String
The component will be registered under this name.Fields inherited from interface org.openoffice.da.writer2xhtml.XBatchConverter
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XServiceName
UNOTYPEINFO
Fields 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:
convert
in interfaceorg.openoffice.da.writer2xhtml.XBatchConverter
-
getTypes
public com.sun.star.uno.Type[] getTypes()- Specified by:
getTypes
in interfacecom.sun.star.lang.XTypeProvider
-
getImplementationId
public byte[] getImplementationId()- Specified by:
getImplementationId
in interfacecom.sun.star.lang.XTypeProvider
-
getServiceName
- Specified by:
getServiceName
in interfacecom.sun.star.lang.XServiceName
-
supportsService
- Specified by:
supportsService
in interfacecom.sun.star.lang.XServiceInfo
-
getImplementationName
- Specified by:
getImplementationName
in interfacecom.sun.star.lang.XServiceInfo
-
getSupportedServiceNames
- Specified by:
getSupportedServiceNames
in interfacecom.sun.star.lang.XServiceInfo
-