public class W2LStarMathConverter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
__implementationName |
static java.lang.String |
__serviceName
The component will be registered under this name.
|
Constructor and Description |
---|
W2LStarMathConverter(XComponentContext xComponentContext1) |
Modifier and Type | Method and Description |
---|---|
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) |
public static final java.lang.String __serviceName
public static final java.lang.String __implementationName
public W2LStarMathConverter(XComponentContext xComponentContext1)
public java.lang.String convertFormula(java.lang.String sStarMathFormula)
public java.lang.String getPreamble()
public com.sun.star.uno.Type[] getTypes()
public byte[] getImplementationId()
public java.lang.String getServiceName()
public boolean supportsService(java.lang.String stringServiceName)
public java.lang.String getImplementationName()
public java.lang.String[] getSupportedServiceNames()