Uses of Class
org.openoffice.da.comp.w2lcommon.helper.PropertyHelper
-
Packages that use PropertyHelper Package Description org.openoffice.da.comp.w2lcommon.filter org.openoffice.da.comp.writer2latex org.openoffice.da.comp.writer2xhtml -
-
Uses of PropertyHelper in org.openoffice.da.comp.w2lcommon.filter
Methods in org.openoffice.da.comp.w2lcommon.filter with parameters of type PropertyHelper Modifier and Type Method Description protected booleanOptionsDialogBase. saveCheckBoxOption(com.sun.star.beans.XPropertySet xProps, PropertyHelper filterData, java.lang.String sName, java.lang.String sOptionName)protected java.lang.StringOptionsDialogBase. saveComboBoxOption(com.sun.star.beans.XPropertySet xProps, PropertyHelper filterData, java.lang.String sName, java.lang.String sOptionName)protected shortOptionsDialogBase. saveConfig(com.sun.star.beans.XPropertySet xProps, PropertyHelper filterData)protected shortOptionsDialogBase. saveListBoxOption(com.sun.star.beans.XPropertySet xProps, PropertyHelper filterData, java.lang.String sName, java.lang.String sOptionName, java.lang.String[] sValues)protected intOptionsDialogBase. saveNumericOptionAsPercentage(com.sun.star.beans.XPropertySet xProps, PropertyHelper filterData, java.lang.String sName, java.lang.String sOptionName)protected abstract voidOptionsDialogBase. saveSettings(com.sun.star.beans.XPropertySet xRegistryProps, PropertyHelper filterData)Save settings from the dialog to the registry and create FilterData The subclass must implement thisprotected java.lang.StringOptionsDialogBase. saveTextFieldOption(com.sun.star.beans.XPropertySet xProps, PropertyHelper filterData, java.lang.String sName, java.lang.String sOptionName) -
Uses of PropertyHelper in org.openoffice.da.comp.writer2latex
Methods in org.openoffice.da.comp.writer2latex with parameters of type PropertyHelper Modifier and Type Method Description protected voidLaTeXOptionsDialog. saveSettings(com.sun.star.beans.XPropertySet xProps, PropertyHelper filterData)Save settings from the dialog to the registry and create FilterData -
Uses of PropertyHelper in org.openoffice.da.comp.writer2xhtml
Methods in org.openoffice.da.comp.writer2xhtml with parameters of type PropertyHelper Modifier and Type Method Description protected voidEpubOptionsDialog. saveSettings(com.sun.star.beans.XPropertySet xProps, PropertyHelper helper)Save settings from the dialog to the registry and create FilterDataprotected voidXhtmlOptionsDialog. saveSettings(com.sun.star.beans.XPropertySet xProps, PropertyHelper helper)Save settings from the dialog to the registry and create FilterDataprotected voidXhtmlOptionsDialogCalc. saveSettings(com.sun.star.beans.XPropertySet xProps, PropertyHelper helper)Save settings from the dialog to the registry and create FilterData
-