org.openoffice.da.comp.writer2latex

Class W2LStarMathConverter

Implemented Interfaces:
XServiceInfo, XServiceName, XTypeProvider, XW2LStarMathConverter

public class W2LStarMathConverter
extends java.lang.Object
implements XW2LStarMathConverter, XServiceName, XServiceInfo, XTypeProvider

This class provides a uno component which implements the interface org.openoffice.da.writer2latex.XW2LConverter

Field Summary

static String
__implementationName
static String
__serviceName
The component will be registered under this name.

Constructor Summary

W2LStarMathConverter(XComponentContext xComponentContext1)

Method Summary

String
convertFormula(String sStarMathFormula)
byte[]
getImplementationId()
String
getImplementationName()
String
getPreamble()
String
getServiceName()
String[]
getSupportedServiceNames()
Type[]
getTypes()
boolean
supportsService(String stringServiceName)

Field Details

__implementationName

public static final String __implementationName

__serviceName

public static final String __serviceName
The component will be registered under this name.

Constructor Details

W2LStarMathConverter

public W2LStarMathConverter(XComponentContext xComponentContext1)

Method Details

convertFormula

public String convertFormula(String sStarMathFormula)

getImplementationId

public byte[] getImplementationId()

getImplementationName

public String getImplementationName()

getPreamble

public String getPreamble()

getServiceName

public String getServiceName()

getSupportedServiceNames

public String[] getSupportedServiceNames()

getTypes

public Type[] getTypes()

supportsService

public boolean supportsService(String stringServiceName)