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 Stringstatic final StringThe component will be registered under this name.Fields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFOFields inherited from interface com.sun.star.lang.XServiceName
UNOTYPEINFOFields inherited from interface com.sun.star.lang.XTypeProvider
UNOTYPEINFOFields 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()booleansupportsService(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:
convertFormulain interfaceorg.openoffice.da.writer2latex.XW2LStarMathConverter
-
getPreamble
- Specified by:
getPreamblein interfaceorg.openoffice.da.writer2latex.XW2LStarMathConverter
-
getTypes
public com.sun.star.uno.Type[] getTypes()- Specified by:
getTypesin interfacecom.sun.star.lang.XTypeProvider
-
getImplementationId
public byte[] getImplementationId()- Specified by:
getImplementationIdin interfacecom.sun.star.lang.XTypeProvider
-
getServiceName
- Specified by:
getServiceNamein interfacecom.sun.star.lang.XServiceName
-
supportsService
- Specified by:
supportsServicein interfacecom.sun.star.lang.XServiceInfo
-
getImplementationName
- Specified by:
getImplementationNamein interfacecom.sun.star.lang.XServiceInfo
-
getSupportedServiceNames
- Specified by:
getSupportedServiceNamesin interfacecom.sun.star.lang.XServiceInfo
-