Class W2LStarMathConverter
- java.lang.Object
-
- org.openoffice.da.comp.writer2latex.W2LStarMathConverter
-
- 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.writer2latex.XW2LStarMathConverter
public class W2LStarMathConverter extends java.lang.Object implements org.openoffice.da.writer2latex.XW2LStarMathConverter, 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.writer2latex.XW2LConverter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
__implementationName
static java.lang.String
__serviceName
The component will be registered under this name.
-
Constructor Summary
Constructors Constructor Description W2LStarMathConverter(com.sun.star.uno.XComponentContext xComponentContext1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
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
-
-
Method Detail
-
convertFormula
public java.lang.String convertFormula(java.lang.String sStarMathFormula)
- Specified by:
convertFormula
in interfaceorg.openoffice.da.writer2latex.XW2LStarMathConverter
-
getPreamble
public java.lang.String getPreamble()
- Specified by:
getPreamble
in interfaceorg.openoffice.da.writer2latex.XW2LStarMathConverter
-
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
public java.lang.String getServiceName()
- Specified by:
getServiceName
in interfacecom.sun.star.lang.XServiceName
-
supportsService
public boolean supportsService(java.lang.String stringServiceName)
- Specified by:
supportsService
in interfacecom.sun.star.lang.XServiceInfo
-
getImplementationName
public java.lang.String getImplementationName()
- Specified by:
getImplementationName
in interfacecom.sun.star.lang.XServiceInfo
-
getSupportedServiceNames
public java.lang.String[] getSupportedServiceNames()
- Specified by:
getSupportedServiceNames
in interfacecom.sun.star.lang.XServiceInfo
-
-