Added align splits to pages option for libreoffice extension

This commit is contained in:
Georgy Litvinov 2020-02-10 16:54:35 +01:00
parent b591f6c3c5
commit f95a208d08
7 changed files with 18 additions and 8 deletions

View file

@ -96,6 +96,7 @@ public class XhtmlOptionsDialog extends OptionsDialogBase {
loadCheckBoxOption(xProps, "IgnoreDoubleSpaces");
// Files
loadCheckBoxOption(xProps, "AlignSplitsToPages");
loadCheckBoxOption(xProps, "Split");
loadListBoxOption(xProps, "SplitLevel");
loadListBoxOption(xProps, "RepeatLevels");
@ -145,6 +146,7 @@ public class XhtmlOptionsDialog extends OptionsDialogBase {
saveCheckBoxOption(xProps, helper, "InlineCSS", "css_inline");
saveCheckBoxOption(xProps, helper, "EmbedImg", "embed_svg");
saveCheckBoxOption(xProps, helper, "EmbedSVG", "embed_img");
saveCheckBoxOption(xProps, helper, "AlignSplitsToPages","align_splits_to_pages");
saveCheckBoxOption(xProps, helper, "Notes", "notes");
saveCheckBoxOption(xProps, helper, "UseDublinCore", "use_dublin_core");
@ -153,7 +155,6 @@ public class XhtmlOptionsDialog extends OptionsDialogBase {
saveCheckBoxOption(xProps, helper, "IgnoreHardLineBreaks", "ignore_hard_line_breaks");
saveCheckBoxOption(xProps, helper, "IgnoreEmptyParagraphs", "ignore_empty_paragraphs");
saveCheckBoxOption(xProps, helper, "IgnoreDoubleSpaces", "ignore_double_spaces");
// Files
boolean bSplit = saveCheckBoxOption(xProps, "Split");
short nSplitLevel = saveListBoxOption(xProps, "SplitLevel");
@ -210,6 +211,8 @@ public class XhtmlOptionsDialog extends OptionsDialogBase {
setControlEnabled("InlineCSS",!isLocked("css_inline"));
setControlEnabled("EmbedImg",!isLocked("embed_img"));
setControlEnabled("EmbedSVG",!isLocked("embed_svg"));
setControlEnabled("AlignSplitsToPages",!isLocked("align_splits_to_pages"));
setControlEnabled("Notes",!isLocked("notes"));
setControlEnabled("UseDublinCore",!isLocked("use_dublin_core"));

View file

@ -47,6 +47,7 @@
<prop oor:name="IgnoreDoubleSpaces" oor:type="xs:boolean" />
<!-- Files -->
<prop oor:name="Split" oor:type="xs:boolean" />
<prop oor:name="AlignSplitsToPages" oor:type="xs:boolean" />
<prop oor:name="SplitLevel" oor:type="xs:short" />
<prop oor:name="RepeatLevels" oor:type="xs:short" />
<prop oor:name="SaveImagesInSubdir" oor:type="xs:boolean" />

View file

@ -47,6 +47,9 @@
<prop oor:name="Split" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="AlignSplitsToPages" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="SplitLevel" oor:type="xs:short">
<value>1</value>
</prop>

View file

@ -82,3 +82,4 @@
152.XhtmlOptions.InlineCSS.Label=Inline CSS
156.XhtmlOptions.EmbedSVG.Label=Embed SVG
160.XhtmlOptions.EmbedImg.Label=Embed images
161.XhtmlOptions.AlignSplitsToPages.Label=Align splits to pages

View file

@ -80,5 +80,6 @@
147.XhtmlOptions.MinimumLetterSpacing.HelpText=\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043C\u0435\u0436\u0441\u0438\u043C\u0432\u043E\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u0441\u0442\u043E\u044F\u043D\u0438\u0435
148.XhtmlOptions.MinLetterSpacing.HelpText=\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043C\u0435\u0436\u0441\u0438\u043C\u0432\u043E\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u0441\u0442\u043E\u044F\u043D\u0438\u0435
152.XhtmlOptions.InlineCSS.Label=Inline CSS
156.XhtmlOptions.EmbedSVG.Label=Embed SVG
160.XhtmlOptions.EmbedImg.Label=Embed images
156.XhtmlOptions.EmbedSVG.Label=\u0412\u0441\u0442\u0440\u043E\u0438\u0442\u044C SVG
160.XhtmlOptions.EmbedImg.Label=\u0412\u0441\u0442\u0440\u043E\u0438\u0442\u044C images
161.XhtmlOptions.AlignSplitsToPages.Label=\u0412\u044B\u0440\u043E\u0432\u043D\u044F\u0442\u044C\20\u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u0435\20\u043F\u043E\20\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430\u043C

View file

@ -68,8 +68,9 @@
<dlg:text dlg:id="MinimumLetterSpacing" dlg:tab-index="29" dlg:left="9" dlg:top="63" dlg:width="138" dlg:height="12" dlg:help-text="&amp;147.XhtmlOptions.MinimumLetterSpacing.HelpText" dlg:value="&amp;146.XhtmlOptions.MinimumLetterSpacing.Label"/>
<dlg:textfield dlg:id="MinLetterSpacing" dlg:tab-index="30" dlg:left="151" dlg:top="63" dlg:width="29" dlg:height="12" dlg:help-text="&amp;148.XhtmlOptions.MinLetterSpacing.HelpText"/>
<dlg:textfield dlg:id="PageBreakStyle" dlg:tab-index="31" dlg:left="90" dlg:top="2" dlg:width="235" dlg:height="13" dlg:help-text="&amp;151.XhtmlOptions.PageBreakStyle.HelpText" dlg:value="&amp;152.XhtmlOptions.PageBreakStyle.Text"/>
<dlg:checkbox dlg:id="InlineCSS" dlg:tab-index="32" dlg:left="209" dlg:top="38" dlg:width="81" dlg:height="12" dlg:help-text="&amp;151.XhtmlOptions.InlineCSS.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsNotes" dlg:value="&amp;152.XhtmlOptions.InlineCSS.Label" dlg:checked="true"/>
<dlg:checkbox dlg:id="EmbedSVG" dlg:tab-index="33" dlg:left="208" dlg:top="58" dlg:width="81" dlg:height="12" dlg:help-text="&amp;155.XhtmlOptions.EmbedSVG.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsNotes" dlg:value="&amp;156.XhtmlOptions.EmbedSVG.Label" dlg:checked="true"/>
<dlg:checkbox dlg:id="EmbedImg" dlg:tab-index="34" dlg:left="208" dlg:top="75" dlg:width="81" dlg:height="12" dlg:help-text="&amp;159.XhtmlOptions.EmbedImg.HelpText" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsNotes" dlg:value="&amp;160.XhtmlOptions.EmbedImg.Label" dlg:checked="true"/>
<dlg:checkbox dlg:id="InlineCSS" dlg:tab-index="32" dlg:left="209" dlg:top="38" dlg:width="81" dlg:height="12" dlg:help-text="" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsNotes" dlg:value="&amp;152.XhtmlOptions.InlineCSS.Label" dlg:checked="true"/>
<dlg:checkbox dlg:id="EmbedSVG" dlg:tab-index="33" dlg:left="208" dlg:top="58" dlg:width="81" dlg:height="12" dlg:help-text="" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsNotes" dlg:value="&amp;156.XhtmlOptions.EmbedSVG.Label" dlg:checked="true"/>
<dlg:checkbox dlg:id="EmbedImg" dlg:tab-index="34" dlg:left="208" dlg:top="75" dlg:width="81" dlg:height="12" dlg:help-text="" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsNotes" dlg:value="&amp;160.XhtmlOptions.EmbedImg.Label" dlg:checked="true"/>
<dlg:checkbox dlg:id="AlignSplitsToPages" dlg:tab-index="35" dlg:left="202" dlg:top="239" dlg:width="81" dlg:height="12" dlg:help-text="" dlg:help-url="org.openoffice.da.writer2xhtml.oxt:OptionsNotes" dlg:value="&amp;161.XhtmlOptions.AlignSplitsToPages.Label" dlg:checked="true"/>
</dlg:bulletinboard>
</dlg:window>
</dlg:window>

View file

@ -5,7 +5,7 @@
<identifier value="pro.litvinovg.writer2paginatedhtml" />
<version value="0.4.0" />
<version value="0.4.3" />
<dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>