org.openoffice.da.comp.writer2latex

Class W2LStarMathConverter

public class W2LStarMathConverter extends 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
StringconvertFormula(String sStarMathFormula)
byte[]getImplementationId()
StringgetImplementationName()
StringgetPreamble()
StringgetServiceName()
String[]getSupportedServiceNames()
Type[]getTypes()
booleansupportsService(String stringServiceName)

Field Detail

__implementationName

public static final String __implementationName

__serviceName

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

Constructor Detail

W2LStarMathConverter

public W2LStarMathConverter(XComponentContext xComponentContext1)

Method Detail

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)