Class CustomSymbolNameProvider


  • public class CustomSymbolNameProvider
    extends java.lang.Object
    This class provides access to the names of all user defined symbols in math
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomSymbolNameProvider​(com.sun.star.uno.XComponentContext xContext)
      Construct a new CustomSymbolNameProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getNames()
      Return the names of all user defined symbols (excluding the predefined symbols such as ALPHA etc)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomSymbolNameProvider

        public CustomSymbolNameProvider​(com.sun.star.uno.XComponentContext xContext)
        Construct a new CustomSymbolNameProvider
        Parameters:
        xContext - the component context providing access to the api
    • Method Detail

      • getNames

        public java.util.Set<java.lang.String> getNames()
        Return the names of all user defined symbols (excluding the predefined symbols such as ALPHA etc)
        Returns:
        a read only string set of symbols names