diff options
author | anuragkanungo <anuragkanungo@gmail.com> | 2013-05-18 02:33:13 +0530 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-05-17 15:46:16 +0000 |
commit | eea4a30a4332b92b5534d3d3dc0e6152108ed670 (patch) | |
tree | aca95b62f56412a652ed8c8937933d8e48524de7 /officecfg | |
parent | d68243cd663e55418831a157615ea588848804bb (diff) |
fdo#37222 and possibly fdo#37219
Added an checkbox option "View PDF after Export" in Export as Pdf Dialog Box .
If a user ticks the checkbox , pdf file will be opened after export
else only export will be done .
Goto File > Export as PDF >> Tick the checkbox "View PDF after Export "
to observe changes .
There is a lot of space in between last checkbox and this ViewPDF checkbox , because if we
open impress and check export as pdf , there are more options in the dialog.
If user export PDF and check view PDF after export, the PDF file is added to recent documents of the OS . ( tested on opensuse)
It will require make dev-install to work properly .
Change-Id: I76611c0e3382e27289d648942a98b092edc430ae
Reviewed-on: https://gerrit.libreoffice.org/3948
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index dfffccda3b81..fea2329669c0 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5278,6 +5278,12 @@ screen.</desc> </info> <value>false</value> + <prop oor:name="ViewPDFAfterExport" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies if PDF automatically opens after export.</desc> + </info> + <value>false</value> + </prop> </prop> <!-- PDF Encryption --> <prop oor:name="Printing" oor:type="xs:int" oor:nillable="false"> |