summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-29 11:50:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-29 14:40:45 +0000
commit59b98580bfd70205a9ebdb0ba67e74225d875b43 (patch)
tree49ae5fefb8e5df4fdcce26f77740fc0fef70cdc5 /officecfg/registry/schema/org
parent7e1b156a4103bbb6d1dc110ffac53528c00b5dd2 (diff)
Resolves: fdo#44664 Provide a way to set the default print job format.
a) In the print dialog you can temporarily override the default print job format for a single print job b) In the printer options dialog you can override the default print job format for a single printer c) Under tools->options->print you can override the default print job format for all printers. Tidy up the restart dialog in passing Change-Id: Ibea94bab6a79c3590dbf34583013db4e2ac06f45
Diffstat (limited to 'officecfg/registry/schema/org')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs26
1 files changed, 26 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index db6caab0ec37..cc11bb6561fe 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3805,6 +3805,19 @@
</info>
<value>false</value>
</prop>
+ <prop
+ oor:name="PDFAsStandardPrintJobFormat" oor:type="xs:boolean"
+ oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <author>CMC</author>
+ <desc>Indicates whether PDF should be the Standard Print Job
+ format</desc>
+ <label>(PrinterOptions) PDFAsStandardPrintJobFormat</label>
+ </info>
+ <value>true</value>
+ </prop>
</group>
<group oor:name="File">
<info>
@@ -3943,6 +3956,19 @@
</info>
<value>false</value>
</prop>
+ <prop
+ oor:name="PDFAsStandardPrintJobFormat" oor:type="xs:boolean"
+ oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <author>CMC</author>
+ <desc>Indicates whether PDF should be the Standard Print Job
+ format</desc>
+ <label>(PrintFileOptions) PDFAsStandardPrintJobFormat</label>
+ </info>
+ <value>true</value>
+ </prop>
</group>
</group>
</group>