Class CustomSymbolNameProvider
java.lang.Object
org.openoffice.da.comp.writer2latex.CustomSymbolNameProvider
This class provides access to the names of all user defined symbols in math
-
Constructor Summary
ConstructorsConstructorDescriptionCustomSymbolNameProvider
(com.sun.star.uno.XComponentContext xContext) Construct a newCustomSymbolNameProvider
-
Method Summary
-
Constructor Details
-
CustomSymbolNameProvider
public CustomSymbolNameProvider(com.sun.star.uno.XComponentContext xContext) Construct a newCustomSymbolNameProvider
- Parameters:
xContext
- the component context providing access to the api
-
-
Method Details
-
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
-