Modifying LO Extension
This commit is contained in:
parent
398c40aac0
commit
97c9e0560f
53 changed files with 37 additions and 37 deletions
|
@ -69,7 +69,7 @@ public class ConfigurationDialog extends ConfigurationDialogBase implements XSer
|
|||
// Configure the base class
|
||||
@Override protected String getMIMEType() { return "text/html"; }
|
||||
|
||||
@Override protected String getDialogLibraryName() { return "W2XDialogs2"; }
|
||||
@Override protected String getDialogLibraryName() { return "W2PaginatedHTMLDialogs2"; }
|
||||
|
||||
@Override protected String getConfigFileName() { return "writer2xhtml.xml"; }
|
||||
|
||||
|
|
|
@ -133,7 +133,7 @@ public class EpubMetadataDialog extends DialogBase {
|
|||
// --------------------------------------------------
|
||||
// Ensure that the super can find us :-)
|
||||
@Override public String getDialogLibraryName() {
|
||||
return "W2XDialogs2";
|
||||
return "W2PaginatedHTMLDialogs2";
|
||||
}
|
||||
|
||||
@Override public String getDialogName() {
|
||||
|
@ -196,7 +196,7 @@ public class EpubMetadataDialog extends DialogBase {
|
|||
}
|
||||
|
||||
private boolean authorAddclick() {
|
||||
SimpleDialog dialog = new SimpleDialog(xContext,"W2XDialogs2.AuthorDialog");
|
||||
SimpleDialog dialog = new SimpleDialog(xContext,"W2PaginatedHTMLDialogs2.AuthorDialog");
|
||||
if (dialog.getDialog()!=null) {
|
||||
dialog.getControls().setListBoxSelectedItem("Type", (short) 0);
|
||||
dialog.getControls().setListBoxSelectedItem("Role", (short) 0);
|
||||
|
@ -216,7 +216,7 @@ public class EpubMetadataDialog extends DialogBase {
|
|||
private boolean authorModifyclick() {
|
||||
short nIndex = getListBoxSelectedItem("Authors");
|
||||
AuthorInfo author = authors.get(nIndex);
|
||||
SimpleDialog dialog = new SimpleDialog(xContext,"W2XDialogs2.AuthorDialog");
|
||||
SimpleDialog dialog = new SimpleDialog(xContext,"W2PaginatedHTMLDialogs2.AuthorDialog");
|
||||
if (dialog.getDialog()!=null) {
|
||||
dialog.getControls().setTextFieldText("Author", author.sName);
|
||||
dialog.getControls().setListBoxSelectedItem("Type", author.isCreator ? (short)0 : (short) 1);
|
||||
|
@ -234,7 +234,7 @@ public class EpubMetadataDialog extends DialogBase {
|
|||
|
||||
private boolean authorDeleteclick() {
|
||||
if (authors.size()>0) {
|
||||
SimpleDialog dialog = new SimpleDialog(xContext,"W2XDialogs2.DeleteDialog");
|
||||
SimpleDialog dialog = new SimpleDialog(xContext,"W2PaginatedHTMLDialogs2.DeleteDialog");
|
||||
if (dialog.getDialog()!=null) {
|
||||
short nIndex = getListBoxSelectedItem("Authors");
|
||||
String sLabel = dialog.getControls().getLabelText("DeleteLabel");
|
||||
|
@ -272,7 +272,7 @@ public class EpubMetadataDialog extends DialogBase {
|
|||
}
|
||||
|
||||
private boolean dateAddClick() {
|
||||
SimpleDialog dialog = new SimpleDialog(xContext,"W2XDialogs2.DateDialog");
|
||||
SimpleDialog dialog = new SimpleDialog(xContext,"W2PaginatedHTMLDialogs2.DateDialog");
|
||||
if (dialog.getDialog()!=null) {
|
||||
dialog.getControls().setDateFieldValue("Date", datetime2int(xDocumentProperties.getModificationDate()));
|
||||
if (dialog.getDialog().execute()==ExecutableDialogResults.OK) {
|
||||
|
@ -290,7 +290,7 @@ public class EpubMetadataDialog extends DialogBase {
|
|||
private boolean dateModifyClick() {
|
||||
short nIndex = getListBoxSelectedItem("Dates");
|
||||
DateInfo date = dates.get(nIndex);
|
||||
SimpleDialog dialog = new SimpleDialog(xContext,"W2XDialogs2.DateDialog");
|
||||
SimpleDialog dialog = new SimpleDialog(xContext,"W2PaginatedHTMLDialogs2.DateDialog");
|
||||
if (dialog.getDialog()!=null) {
|
||||
dialog.getControls().setDateFieldValue("Date", date.nDate);
|
||||
dialog.getControls().setTextFieldText("Event", date.sEvent);
|
||||
|
@ -306,7 +306,7 @@ public class EpubMetadataDialog extends DialogBase {
|
|||
|
||||
private boolean dateDeleteClick() {
|
||||
if (dates.size()>0) {
|
||||
SimpleDialog dialog = new SimpleDialog(xContext,"W2XDialogs2.DeleteDialog");
|
||||
SimpleDialog dialog = new SimpleDialog(xContext,"W2PaginatedHTMLDialogs2.DeleteDialog");
|
||||
if (dialog.getDialog()!=null) {
|
||||
short nIndex = getListBoxSelectedItem("Dates");
|
||||
String sLabel = dialog.getControls().getLabelText("DeleteLabel");
|
||||
|
|
|
@ -51,7 +51,7 @@ public class EpubOptionsDialog extends OptionsDialogBase {
|
|||
*/
|
||||
public static String __implementationName = "org.openoffice.da.comp.writer2xhtml.EpubOptionsDialog";
|
||||
|
||||
@Override public String getDialogLibraryName() { return "W2XDialogs2"; }
|
||||
@Override public String getDialogLibraryName() { return "W2PaginatedHTMLDialogs2"; }
|
||||
|
||||
/** Return the name of the dialog within the library
|
||||
*/
|
||||
|
|
|
@ -45,7 +45,7 @@ public class XhtmlOptionsDialog extends OptionsDialogBase {
|
|||
*/
|
||||
public static String __implementationName = "org.openoffice.da.comp.writer2xhtml.XhtmlOptionsDialog";
|
||||
|
||||
public String getDialogLibraryName() { return "W2XDialogs"; }
|
||||
public String getDialogLibraryName() { return "W2PaginatedHTMLDialogs"; }
|
||||
|
||||
/** Return the name of the dialog within the library
|
||||
*/
|
||||
|
|
|
@ -45,7 +45,7 @@ public class XhtmlOptionsDialogCalc extends OptionsDialogBase {
|
|||
*/
|
||||
public static String __implementationName = "org.openoffice.da.comp.writer2xhtml.XhtmlOptionsDialogCalc";
|
||||
|
||||
public String getDialogLibraryName() { return "W2XDialogs"; }
|
||||
public String getDialogLibraryName() { return "W2PaginatedHTMLDialogs"; }
|
||||
|
||||
/** Return the name of the dialog within the library
|
||||
*/
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>.uno:OptionsTreeDialog?OptionsPageURL:string=%origin%/W2XDialogs2/General.xdl</value>
|
||||
<value>.uno:OptionsTreeDialog?OptionsPageURL:string=%origin%/W2PaginatedHTMLDialogs2/General.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/customh</value>
|
||||
|
@ -82,4 +82,4 @@
|
|||
</node>
|
||||
</node>
|
||||
|
||||
</oor:component-data>
|
||||
</oor:component-data>
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>.uno:OptionsTreeDialog?OptionsPageURL:string=%origin%/W2XDialogs2/General.xdl</value>
|
||||
<value>.uno:OptionsTreeDialog?OptionsPageURL:string=%origin%/W2PaginatedHTMLDialogs2/General.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/customh</value>
|
||||
|
@ -85,4 +85,4 @@
|
|||
</node>
|
||||
</node>
|
||||
|
||||
</oor:component-data>
|
||||
</oor:component-data>
|
||||
|
|
|
@ -58,11 +58,11 @@
|
|||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="W2XDialogs/"
|
||||
manifest:full-path="W2PaginatedHTMLDialogs/"
|
||||
manifest:media-type="application/vnd.sun.star.basic-library"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="W2XDialogs2/"
|
||||
manifest:full-path="W2PaginatedHTMLDialogs2/"
|
||||
manifest:media-type="application/vnd.sun.star.basic-library"/>
|
||||
|
||||
<manifest:file-entry
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<value xml:lang="en-US">Writer2xhtml</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/ConfigurationRoot.xdl</value>
|
||||
<value>%origin%/W2PaginatedHTMLDialogs2/ConfigurationRoot.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value></value>
|
||||
|
@ -60,7 +60,7 @@
|
|||
<value xml:lang="en-US">General</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/General.xdl</value>
|
||||
<value>%origin%/W2PaginatedHTMLDialogs2/General.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
|
@ -82,7 +82,7 @@
|
|||
<value xml:lang="en-US">Template</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/Template.xdl</value>
|
||||
<value>%origin%/W2PaginatedHTMLDialogs2/Template.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
|
@ -104,7 +104,7 @@
|
|||
<value xml:lang="en-US">Style sheets</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/Stylesheets.xdl</value>
|
||||
<value>%origin%/W2PaginatedHTMLDialogs2/Stylesheets.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
|
@ -126,7 +126,7 @@
|
|||
<value xml:lang="en-US">Master styles</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/Styles1.xdl</value>
|
||||
<value>%origin%/W2PaginatedHTMLDialogs2/Styles1.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
|
@ -148,7 +148,7 @@
|
|||
<value xml:lang="en-US">Other styles</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/Styles2.xdl</value>
|
||||
<value>%origin%/W2PaginatedHTMLDialogs2/Styles2.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
|
@ -170,7 +170,7 @@
|
|||
<value xml:lang="en-US">Formatting</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/Formatting.xdl</value>
|
||||
<value>%origin%/W2PaginatedHTMLDialogs2/Formatting.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
|
@ -192,7 +192,7 @@
|
|||
<value xml:lang="en-US">Content</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/Content.xdl</value>
|
||||
<value>%origin%/W2PaginatedHTMLDialogs2/Content.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
|
||||
|
@ -203,4 +203,4 @@
|
|||
</node>
|
||||
</node>
|
||||
|
||||
</oor:component-data>
|
||||
</oor:component-data>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<value xml:lang="en-US">Writer2xhtml toolbar</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/ToolbarConfigurationRoot.xdl</value>
|
||||
<value>%origin%/W2PaginatedHTMLDialogs2/ToolbarConfigurationRoot.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value></value>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<value xml:lang="en-US">Settings</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2XDialogs2/ToolbarSettings.xdl</value>
|
||||
<value>%origin%/W2PaginatedHTMLDialogs2/ToolbarSettings.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2xhtml.ToolbarSettingsDialog</value>
|
||||
|
@ -54,4 +54,4 @@
|
|||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
||||
</oor:component-data>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2XDialogs" library:readonly="false" library:passwordprotected="false">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2PaginatedHTMLDialogs" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="XhtmlOptions"/>
|
||||
<library:element library:name="XhtmlOptionsCalc"/>
|
||||
</library:library>
|
||||
</library:library>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2XDialogs" library:readonly="false" library:passwordprotected="false">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2PaginatedHTMLDialogs" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="Module1"/>
|
||||
</library:library>
|
||||
</library:library>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2XDialogs2" library:readonly="false" library:passwordprotected="false">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2PaginatedHTMLDialogs2" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="ConfigurationRoot"/>
|
||||
<library:element library:name="General"/>
|
||||
<library:element library:name="Template"/>
|
||||
|
@ -18,4 +18,4 @@
|
|||
<library:element library:name="DateDialog"/>
|
||||
<library:element library:name="ToolbarConfigurationRoot"/>
|
||||
<library:element library:name="ToolbarSettings"/>
|
||||
</library:library>
|
||||
</library:library>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2XDialogs2" library:readonly="false" library:passwordprotected="false">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2PaginatedHTMLDialogs2" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="Module1"/>
|
||||
</library:library>
|
||||
</library:library>
|
Loading…
Add table
Reference in a new issue