Class CustomSymbolNameProvider
- java.lang.Object
-
- org.openoffice.da.comp.writer2latex.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 newCustomSymbolNameProvider
-
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)
-