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 Details

  • Constructor Details

    • W2LStarMathConverter

      public W2LStarMathConverter(com.sun.star.uno.XComponentContext xComponentContext1)
  • Method Details

    • convertFormula

      public String convertFormula(String sStarMathFormula)
      Specified by:
      convertFormula in interface org.openoffice.da.writer2latex.XW2LStarMathConverter
    • getPreamble

      public String getPreamble()
      Specified by:
      getPreamble in interface org.openoffice.da.writer2latex.XW2LStarMathConverter
    • getTypes

      public com.sun.star.uno.Type[] getTypes()
      Specified by:
      getTypes in interface com.sun.star.lang.XTypeProvider
    • getImplementationId

      public byte[] getImplementationId()
      Specified by:
      getImplementationId in interface com.sun.star.lang.XTypeProvider
    • getServiceName

      public String getServiceName()
      Specified by:
      getServiceName in interface com.sun.star.lang.XServiceName
    • supportsService

      public boolean supportsService(String stringServiceName)
      Specified by:
      supportsService in interface com.sun.star.lang.XServiceInfo
    • getImplementationName

      public String getImplementationName()
      Specified by:
      getImplementationName in interface com.sun.star.lang.XServiceInfo
    • getSupportedServiceNames

      public String[] getSupportedServiceNames()
      Specified by:
      getSupportedServiceNames in interface com.sun.star.lang.XServiceInfo