org.openoffice.da.comp.writer2latex

Class LaTeXOptionsDialog

public class LaTeXOptionsDialog extends OptionsDialogBase

This class provides a uno component which implements a filter ui for the LaTeX export
Field Summary
static String__implementationName
The component should also have an implementation name.
static String__serviceName
The component will be registered under this name.
Constructor Summary
LaTeXOptionsDialog(XComponentContext xContext)
Create a new LaTeXOptionsDialog
Method Summary
booleancallHandlerMethod(XDialog xDialog, Object event, String sMethod)
StringgetDialogLibraryName()
StringgetDialogName()
Return the name of the dialog within the library
StringgetRegistryPath()
Return the name of the registry path
String[]getSupportedMethodNames()
protected booleanisLocked(String sOptionName)
protected voidloadSettings(XPropertySet xProps)
Load settings from the registry to the dialog
protected voidsaveSettings(XPropertySet xProps, PropertyHelper filterData)
Save settings from the dialog to the registry and create FilterData

Field Detail

__implementationName

public static String __implementationName
The component should also have an implementation name. The subclass should override this with a suitable name

__serviceName

public static String __serviceName
The component will be registered under this name.

Constructor Detail

LaTeXOptionsDialog

public LaTeXOptionsDialog(XComponentContext xContext)
Create a new LaTeXOptionsDialog

Method Detail

callHandlerMethod

public boolean callHandlerMethod(XDialog xDialog, Object event, String sMethod)

getDialogLibraryName

public String getDialogLibraryName()

getDialogName

public String getDialogName()
Return the name of the dialog within the library

getRegistryPath

public String getRegistryPath()
Return the name of the registry path

getSupportedMethodNames

public String[] getSupportedMethodNames()

isLocked

protected boolean isLocked(String sOptionName)

loadSettings

protected void loadSettings(XPropertySet xProps)
Load settings from the registry to the dialog

saveSettings

protected void saveSettings(XPropertySet xProps, PropertyHelper filterData)
Save settings from the dialog to the registry and create FilterData