org.openoffice.da.comp.writer2latex
Class W2LStarMathConverter

java.lang.Object
  extended by org.openoffice.da.comp.writer2latex.W2LStarMathConverter

public class W2LStarMathConverter
extends java.lang.Object

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


Field Summary
static java.lang.String __implementationName
           
static java.lang.String __serviceName
          The component will be registered under this name.
 
Constructor Summary
W2LStarMathConverter(XComponentContext xComponentContext1)
           
 
Method Summary
 java.lang.String convertFormula(java.lang.String sStarMathFormula)
           
 byte[] getImplementationId()
           
 java.lang.String getImplementationName()
           
 java.lang.String getPreamble()
           
 java.lang.String getServiceName()
           
 java.lang.String[] getSupportedServiceNames()
           
 com.sun.star.uno.Type[] getTypes()
           
 boolean supportsService(java.lang.String stringServiceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__serviceName

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

See Also:
Constant Field Values

__implementationName

public static final java.lang.String __implementationName
See Also:
Constant Field Values
Constructor Detail

W2LStarMathConverter

public W2LStarMathConverter(XComponentContext xComponentContext1)
Method Detail

convertFormula

public java.lang.String convertFormula(java.lang.String sStarMathFormula)

getPreamble

public java.lang.String getPreamble()

getTypes

public com.sun.star.uno.Type[] getTypes()

getImplementationId

public byte[] getImplementationId()

getServiceName

public java.lang.String getServiceName()

supportsService

public boolean supportsService(java.lang.String stringServiceName)

getImplementationName

public java.lang.String getImplementationName()

getSupportedServiceNames

public java.lang.String[] getSupportedServiceNames()