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 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
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
The component will be registered under this name.Fields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XServiceName
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XTypeProvider
UNOTYPEINFO
Fields inherited from interface org.openoffice.da.writer2latex.XW2LStarMathConverter
UNOTYPEINFO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFormula
(String sStarMathFormula) byte[]
String[]
com.sun.star.uno.Type[]
getTypes()
boolean
supportsService
(String stringServiceName)
-
Field Details
-
__serviceName
The component will be registered under this name.- See Also:
-
__implementationName
- See Also:
-
-
Constructor Details
-
W2LStarMathConverter
public W2LStarMathConverter(com.sun.star.uno.XComponentContext xComponentContext1)
-
-
Method Details
-
convertFormula
- Specified by:
convertFormula
in interfaceorg.openoffice.da.writer2latex.XW2LStarMathConverter
-
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
- Specified by:
getServiceName
in interfacecom.sun.star.lang.XServiceName
-
supportsService
- Specified by:
supportsService
in interfacecom.sun.star.lang.XServiceInfo
-
getImplementationName
- Specified by:
getImplementationName
in interfacecom.sun.star.lang.XServiceInfo
-
getSupportedServiceNames
- Specified by:
getSupportedServiceNames
in interfacecom.sun.star.lang.XServiceInfo
-