Package | Description |
---|---|
org.openoffice.da.comp.w2lcommon.filter | |
org.openoffice.da.comp.writer2latex | |
org.openoffice.da.comp.writer2xhtml |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
OptionsDialogBase.saveCheckBoxOption(com.sun.star.beans.XPropertySet xProps,
PropertyHelper filterData,
java.lang.String sName,
java.lang.String sOptionName) |
|
protected java.lang.String |
OptionsDialogBase.saveComboBoxOption(com.sun.star.beans.XPropertySet xProps,
PropertyHelper filterData,
java.lang.String sName,
java.lang.String sOptionName) |
|
protected short |
OptionsDialogBase.saveConfig(com.sun.star.beans.XPropertySet xProps,
PropertyHelper filterData) |
|
protected short |
OptionsDialogBase.saveListBoxOption(com.sun.star.beans.XPropertySet xProps,
PropertyHelper filterData,
java.lang.String sName,
java.lang.String sOptionName,
java.lang.String[] sValues) |
|
protected int |
OptionsDialogBase.saveNumericOptionAsPercentage(com.sun.star.beans.XPropertySet xProps,
PropertyHelper filterData,
java.lang.String sName,
java.lang.String sOptionName) |
|
protected abstract void |
OptionsDialogBase.saveSettings(com.sun.star.beans.XPropertySet xRegistryProps,
PropertyHelper filterData) |
Save settings from the dialog to the registry and create FilterData
The subclass must implement this
|
protected java.lang.String |
OptionsDialogBase.saveTextFieldOption(com.sun.star.beans.XPropertySet xProps,
PropertyHelper filterData,
java.lang.String sName,
java.lang.String sOptionName) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
LaTeXOptionsDialog.saveSettings(com.sun.star.beans.XPropertySet xProps,
PropertyHelper filterData) |
Save settings from the dialog to the registry and create FilterData
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
EpubOptionsDialog.saveSettings(com.sun.star.beans.XPropertySet xProps,
PropertyHelper helper) |
Save settings from the dialog to the registry and create FilterData
|
protected void |
XhtmlOptionsDialog.saveSettings(com.sun.star.beans.XPropertySet xProps,
PropertyHelper helper) |
Save settings from the dialog to the registry and create FilterData
|
protected void |
XhtmlOptionsDialogCalc.saveSettings(com.sun.star.beans.XPropertySet xProps,
PropertyHelper helper) |
Save settings from the dialog to the registry and create FilterData
|