Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
aa93c3c9
Kaydet (Commit)
aa93c3c9
authored
Tem 08, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert pdf export general page to .ui
Change-Id: I94d86f9807e67bd4f352321fde1c83913b5a4fed
üst
d02de50c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
917 additions
and
535 deletions
+917
-535
UIConfig_xsltdlg.mk
filter/UIConfig_xsltdlg.mk
+1
-0
impdialog.cxx
filter/source/pdf/impdialog.cxx
+138
-178
impdialog.hrc
filter/source/pdf/impdialog.hrc
+0
-37
impdialog.hxx
filter/source/pdf/impdialog.hxx
+41
-48
impdialog.src
filter/source/pdf/impdialog.src
+0
-272
pdfgeneralpage.ui
filter/uiconfig/ui/pdfgeneralpage.ui
+737
-0
No files found.
filter/UIConfig_xsltdlg.mk
Dosyayı görüntüle @
aa93c3c9
...
...
@@ -10,6 +10,7 @@
$(eval $(call gb_UIConfig_UIConfig,filter))
$(eval $(call gb_UIConfig_add_uifiles,filter,\
filter/uiconfig/ui/pdfgeneralpage \
filter/uiconfig/ui/pdflinkspage \
filter/uiconfig/ui/pdfsecuritypage \
filter/uiconfig/ui/pdfuserinterfacepage \
...
...
filter/source/pdf/impdialog.cxx
Dosyayı görüntüle @
aa93c3c9
...
...
@@ -471,71 +471,46 @@ Sequence< PropertyValue > ImpPDFTabDialog::GetFilterData()
}
// -----------------------------------------------------------------------------
ImpPDFTabGeneralPage
::
ImpPDFTabGeneralPage
(
Window
*
pParent
,
const
SfxItemSet
&
rCoreSet
)
:
SfxTabPage
(
pParent
,
PDFFilterResId
(
RID_PDF_TAB_GENER
),
rCoreSet
),
maFlPages
(
this
,
PDFFilterResId
(
FL_PAGES
)
),
maRbAll
(
this
,
PDFFilterResId
(
RB_ALL
)
),
maRbRange
(
this
,
PDFFilterResId
(
RB_RANGE
)
),
maRbSelection
(
this
,
PDFFilterResId
(
RB_SELECTION
)
),
maEdPages
(
this
,
PDFFilterResId
(
ED_PAGES
)
),
maFlCompression
(
this
,
PDFFilterResId
(
FL_IMAGES
)
),
maRbLosslessCompression
(
this
,
PDFFilterResId
(
RB_LOSSLESSCOMPRESSION
)
),
maRbJPEGCompression
(
this
,
PDFFilterResId
(
RB_JPEGCOMPRESSION
)
),
maFtQuality
(
this
,
PDFFilterResId
(
FT_QUALITY
)
),
maNfQuality
(
this
,
PDFFilterResId
(
NF_QUALITY
)
),
maCbReduceImageResolution
(
this
,
PDFFilterResId
(
CB_REDUCEIMAGERESOLUTION
)
),
maCoReduceImageResolution
(
this
,
PDFFilterResId
(
CO_REDUCEIMAGERESOLUTION
)
),
m_aVerticalLine
(
this
,
PDFFilterResId
(
FL_GENERAL_VERTICAL
)),
maFlGeneral
(
this
,
PDFFilterResId
(
FL_GENERAL
)
),
maCbPDFA1b
(
this
,
PDFFilterResId
(
CB_PDFA_1B_SELECT
)
),
maCbTaggedPDF
(
this
,
PDFFilterResId
(
CB_TAGGEDPDF
)
),
mbTaggedPDFUserSelection
(
sal_False
),
maCbExportFormFields
(
this
,
PDFFilterResId
(
CB_EXPORTFORMFIELDS
)
),
mbExportFormFieldsUserSelection
(
sal_False
),
maFtFormsFormat
(
this
,
PDFFilterResId
(
FT_FORMSFORMAT
)
),
maLbFormsFormat
(
this
,
PDFFilterResId
(
LB_FORMSFORMAT
)
),
maCbAllowDuplicateFieldNames
(
this
,
PDFFilterResId
(
CB_ALLOWDUPLICATEFIELDNAMES
)
),
maCbExportBookmarks
(
this
,
PDFFilterResId
(
CB_EXPORTBOOKMARKS
)
),
maCbExportHiddenSlides
(
this
,
PDFFilterResId
(
CB_EXPORTHIDDENSLIDES
)
),
maCbExportNotes
(
this
,
PDFFilterResId
(
CB_EXPORTNOTES
)
),
maCbViewPDF
(
this
,
PDFFilterResId
(
CB_VIEWPDF
)
),
maCbExportNotesPages
(
this
,
PDFFilterResId
(
CB_EXPORTNOTESPAGES
)
),
maCbExportEmptyPages
(
this
,
PDFFilterResId
(
CB_EXPORTEMPTYPAGES
)
),
maCbAddStream
(
this
,
PDFFilterResId
(
CB_ADDSTREAM
)
),
maFtAddStreamDescription
(
this
,
PDFFilterResId
(
FT_ADDSTREAMDESCRIPTION
)
),
maFlWatermark
(
this
,
PDFFilterResId
(
FL_WATERMARK
)
),
maCbWatermark
(
this
,
PDFFilterResId
(
CB_WATERMARK
)
),
maFtWatermark
(
this
,
PDFFilterResId
(
FT_WATERMARK
)),
maEdWatermark
(
this
,
PDFFilterResId
(
ED_WATERMARK
)),
mbIsPresentation
(
sal_False
),
mbIsWriter
(
sal_False
),
mpaParent
(
0
)
ImpPDFTabGeneralPage
::
ImpPDFTabGeneralPage
(
Window
*
pParent
,
const
SfxItemSet
&
rCoreSet
)
:
SfxTabPage
(
pParent
,
"PdfGeneralPage"
,
"filter/ui/pdfgeneralpage.ui"
,
rCoreSet
)
,
mbTaggedPDFUserSelection
(
false
)
,
mbExportFormFieldsUserSelection
(
false
)
,
mbIsPresentation
(
false
)
,
mbIsWriter
(
false
)
,
mpaParent
(
0
)
{
FreeResource
();
// pb: #i91991# maCbExportEmptyPages double-spaced if necessary
Size
aSize
=
maCbExportEmptyPages
.
GetSizePixel
();
Size
aMinSize
=
maCbExportEmptyPages
.
CalcMinimumSize
();
if
(
aSize
.
Width
()
>
aMinSize
.
Width
()
)
{
Size
aNewSize
=
maCbExportNotes
.
GetSizePixel
();
maCbExportEmptyPages
.
SetSizePixel
(
aNewSize
);
}
maEdPages
.
SetAccessibleName
(
maRbRange
.
GetText
());
maEdPages
.
SetAccessibleRelationLabeledBy
(
&
maRbRange
);
maCbExportEmptyPages
.
SetStyle
(
maCbExportEmptyPages
.
GetStyle
()
|
WB_VCENTER
);
get
(
mpRbAll
,
"all"
);
get
(
mpRbRange
,
"range"
);
get
(
mpRbSelection
,
"selection"
);
get
(
mpEdPages
,
"pages"
);
get
(
mpRbLosslessCompression
,
"losslesscompress"
);
get
(
mpRbJPEGCompression
,
"jpegcompress"
);
get
(
mpQualityFrame
,
"qualityframe"
);
get
(
mpNfQuality
,
"quality"
);
get
(
mpCbReduceImageResolution
,
"reduceresolution"
);
get
(
mpCoReduceImageResolution
,
"resolution"
);
get
(
mpCbAddStream
,
"embed"
);
get
(
mpCbPDFA1b
,
"pdfa"
);
get
(
mpCbTaggedPDF
,
"tagged"
);
get
(
mpCbExportFormFields
,
"forms"
);
get
(
mpFormsFrame
,
"formsframe"
);
get
(
mpLbFormsFormat
,
"format"
);
get
(
mpCbAllowDuplicateFieldNames
,
"allowdups"
);
get
(
mpCbExportBookmarks
,
"bookmarks"
);
get
(
mpCbExportHiddenSlides
,
"hiddenpages"
);
get
(
mpCbExportNotes
,
"comments"
);
get
(
mpCbExportNotesPages
,
"notes"
);
get
(
mpCbExportEmptyPages
,
"emptypages"
);
get
(
mpCbViewPDF
,
"viewpdf"
);
get
(
mpCbWatermark
,
"watermark"
);
get
(
mpFtWatermark
,
"watermarklabel"
);
get
(
mpEdWatermark
,
"watermarkentry"
);
}
// -----------------------------------------------------------------------------
...
...
@@ -549,137 +524,125 @@ void ImpPDFTabGeneralPage::SetFilterConfigItem( const ImpPDFTabDialog* paParent
mpaParent
=
paParent
;
//init this class data
m
aRbRange
.
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
TogglePagesHdl
)
);
m
pRbRange
->
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
TogglePagesHdl
)
);
m
aRbAll
.
Check
();
m
pRbAll
->
Check
();
TogglePagesHdl
(
NULL
);
maNfQuality
.
SetUnit
(
FUNIT_PERCENT
);
maNfQuality
.
SetMin
(
1
,
FUNIT_PERCENT
);
maNfQuality
.
SetMax
(
100
,
FUNIT_PERCENT
);
maRbSelection
.
Enable
(
paParent
->
mbSelectionPresent
);
mpRbSelection
->
Enable
(
paParent
->
mbSelectionPresent
);
mbIsPresentation
=
paParent
->
mbIsPresentation
;
mbIsWriter
=
paParent
->
mbIsWriter
;
m
aCbExportEmptyPages
.
Enable
(
mbIsWriter
);
m
pCbExportEmptyPages
->
Enable
(
mbIsWriter
);
m
aRbLosslessCompression
.
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
ToggleCompressionHdl
)
);
m
pRbLosslessCompression
->
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
ToggleCompressionHdl
)
);
const
sal_Bool
bUseLosslessCompression
=
paParent
->
mbUseLosslessCompression
;
if
(
bUseLosslessCompression
)
m
aRbLosslessCompression
.
Check
();
m
pRbLosslessCompression
->
Check
();
else
m
aRbJPEGCompression
.
Check
();
m
pRbJPEGCompression
->
Check
();
m
aNfQuality
.
SetValue
(
paParent
->
mnQuality
,
FUNIT_PERCENT
);
m
aNfQuality
.
Enable
(
bUseLosslessCompression
==
sal_False
);
m
pNfQuality
->
SetValue
(
paParent
->
mnQuality
,
FUNIT_PERCENT
);
m
pQualityFrame
->
Enable
(
bUseLosslessCompression
==
false
);
m
aCbReduceImageResolution
.
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
ToggleReduceImageResolutionHdl
)
);
m
pCbReduceImageResolution
->
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
ToggleReduceImageResolutionHdl
)
);
const
sal_Bool
bReduceImageResolution
=
paParent
->
mbReduceImageResolution
;
m
aCbReduceImageResolution
.
Check
(
bReduceImageResolution
);
m
pCbReduceImageResolution
->
Check
(
bReduceImageResolution
);
OUString
aStrRes
=
OUString
::
number
(
paParent
->
mnMaxImageResolution
)
+
" DPI"
;
m
aCoReduceImageResolution
.
SetText
(
aStrRes
);
m
aCoReduceImageResolution
.
Enable
(
bReduceImageResolution
);
m
aCbWatermark
.
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
ToggleWatermarkHdl
)
);
m
aFtWatermark
.
Enable
(
false
);
m
aEdWatermark
.
Enable
(
false
);
m
aCbPDFA1b
.
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
ToggleExportPDFAHdl
)
);
m
pCoReduceImageResolution
->
SetText
(
aStrRes
);
m
pCoReduceImageResolution
->
Enable
(
bReduceImageResolution
);
m
pCbWatermark
->
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
ToggleWatermarkHdl
)
);
m
pFtWatermark
->
Enable
(
false
);
m
pEdWatermark
->
Enable
(
false
);
m
pCbPDFA1b
->
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
ToggleExportPDFAHdl
)
);
switch
(
paParent
->
mnPDFTypeSelection
)
{
default
:
case
0
:
m
aCbPDFA1b
.
Check
(
sal_False
);
// PDF 1.4
case
0
:
m
pCbPDFA1b
->
Check
(
sal_False
);
// PDF 1.4
break
;
case
1
:
m
aCbPDFA1b
.
Check
();
// PDF/A-1a
case
1
:
m
pCbPDFA1b
->
Check
();
// PDF/A-1a
break
;
}
ToggleExportPDFAHdl
(
NULL
);
m
aCbExportFormFields
.
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
ToggleExportFormFieldsHdl
)
);
m
pCbExportFormFields
->
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
ToggleExportFormFieldsHdl
)
);
// get the form values, for use with PDF/A-1 selection interface
mbTaggedPDFUserSelection
=
paParent
->
mbUseTaggedPDF
;
mbExportFormFieldsUserSelection
=
paParent
->
mbExportFormFields
;
if
(
!
m
aCbPDFA1b
.
IsChecked
()
)
if
(
!
m
pCbPDFA1b
->
IsChecked
()
)
{
// the value for PDF/A set by the ToggleExportPDFAHdl method called before
m
aCbTaggedPDF
.
Check
(
mbTaggedPDFUserSelection
);
m
aCbExportFormFields
.
Check
(
mbExportFormFieldsUserSelection
);
m
pCbTaggedPDF
->
Check
(
mbTaggedPDFUserSelection
);
m
pCbExportFormFields
->
Check
(
mbExportFormFieldsUserSelection
);
}
maLbFormsFormat
.
SelectEntryPos
(
(
sal_uInt16
)
paParent
->
mnFormsType
);
maLbFormsFormat
.
Enable
(
paParent
->
mbExportFormFields
);
maCbAllowDuplicateFieldNames
.
Check
(
paParent
->
mbAllowDuplicateFieldNames
);
maCbAllowDuplicateFieldNames
.
Enable
(
paParent
->
mbExportFormFields
);
mpLbFormsFormat
->
SelectEntryPos
(
(
sal_uInt16
)
paParent
->
mnFormsType
);
mpCbAllowDuplicateFieldNames
->
Check
(
paParent
->
mbAllowDuplicateFieldNames
);
mpFormsFrame
->
Enable
(
paParent
->
mbExportFormFields
);
m
aCbExportBookmarks
.
Check
(
paParent
->
mbExportBookmarks
);
m
pCbExportBookmarks
->
Check
(
paParent
->
mbExportBookmarks
);
m
aCbExportNotes
.
Check
(
paParent
->
mbExportNotes
);
m
aCbViewPDF
.
Check
(
paParent
->
mbViewPDF
);
m
pCbExportNotes
->
Check
(
paParent
->
mbExportNotes
);
m
pCbViewPDF
->
Check
(
paParent
->
mbViewPDF
);
if
(
mbIsPresentation
)
{
maCbExportNotesPages
.
Show
(
sal_True
);
maCbExportNotesPages
.
Check
(
paParent
->
mbExportNotesPages
);
maCbExportHiddenSlides
.
Show
(
sal_True
);
maCbExportHiddenSlides
.
Check
(
paParent
->
mbExportHiddenSlides
);
mpCbExportNotesPages
->
Show
(
true
);
mpCbExportNotesPages
->
Check
(
paParent
->
mbExportNotesPages
);
mpCbExportHiddenSlides
->
Show
(
true
);
mpCbExportHiddenSlides
->
Check
(
paParent
->
mbExportHiddenSlides
);
}
else
{
long
nCheckBoxHeight
=
maCbExportNotesPages
.
LogicToPixel
(
Size
(
13
,
13
),
MAP_APPFONT
).
Height
();
Point
aPos
=
maCbExportEmptyPages
.
GetPosPixel
();
maCbExportEmptyPages
.
SetPosPixel
(
Point
(
aPos
.
X
(),
aPos
.
Y
()
-
nCheckBoxHeight
)
);
maCbExportNotesPages
.
Show
(
sal_False
);
maCbExportNotesPages
.
Check
(
sal_False
);
maCbExportHiddenSlides
.
Show
(
sal_False
);
maCbExportHiddenSlides
.
Check
(
sal_False
);
mpCbExportNotesPages
->
Show
(
false
);
mpCbExportNotesPages
->
Check
(
false
);
mpCbExportHiddenSlides
->
Show
(
false
);
mpCbExportHiddenSlides
->
Check
(
false
);
}
m
aCbExportEmptyPages
.
Check
(
!
paParent
->
mbIsSkipEmptyPages
);
m
pCbExportEmptyPages
->
Check
(
!
paParent
->
mbIsSkipEmptyPages
);
maCbAddStream
.
Show
(
sal_True
);
maCbAddStream
.
Check
(
paParent
->
mbAddStream
);
maFtAddStreamDescription
.
Show
(
sal_True
);
mpCbAddStream
->
Show
(
true
);
mpCbAddStream
->
Check
(
paParent
->
mbAddStream
);
m
aCbAddStream
.
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
ToggleAddStreamHdl
)
);
m
pCbAddStream
->
SetToggleHdl
(
LINK
(
this
,
ImpPDFTabGeneralPage
,
ToggleAddStreamHdl
)
);
// init addstream dependencies
ToggleAddStreamHdl
(
NULL
);
ToggleAddStreamHdl
(
NULL
);
}
// -----------------------------------------------------------------------------
void
ImpPDFTabGeneralPage
::
GetFilterConfigItem
(
ImpPDFTabDialog
*
paParent
)
{
// updating the FilterData sequence and storing FilterData to configuration
paParent
->
mbUseLosslessCompression
=
m
aRbLosslessCompression
.
IsChecked
();
paParent
->
mnQuality
=
static_cast
<
sal_Int32
>
(
m
aNfQuality
.
GetValue
());
paParent
->
mbReduceImageResolution
=
m
aCbReduceImageResolution
.
IsChecked
();
paParent
->
mnMaxImageResolution
=
m
aCoReduceImageResolution
.
GetText
().
toInt32
();
paParent
->
mbExportNotes
=
m
aCbExportNotes
.
IsChecked
();
paParent
->
mbViewPDF
=
m
aCbViewPDF
.
IsChecked
();
paParent
->
mbUseLosslessCompression
=
m
pRbLosslessCompression
->
IsChecked
();
paParent
->
mnQuality
=
static_cast
<
sal_Int32
>
(
m
pNfQuality
->
GetValue
());
paParent
->
mbReduceImageResolution
=
m
pCbReduceImageResolution
->
IsChecked
();
paParent
->
mnMaxImageResolution
=
m
pCoReduceImageResolution
->
GetText
().
toInt32
();
paParent
->
mbExportNotes
=
m
pCbExportNotes
->
IsChecked
();
paParent
->
mbViewPDF
=
m
pCbViewPDF
->
IsChecked
();
if
(
mbIsPresentation
)
paParent
->
mbExportNotesPages
=
m
aCbExportNotesPages
.
IsChecked
();
paParent
->
mbExportBookmarks
=
m
aCbExportBookmarks
.
IsChecked
();
paParent
->
mbExportNotesPages
=
m
pCbExportNotesPages
->
IsChecked
();
paParent
->
mbExportBookmarks
=
m
pCbExportBookmarks
->
IsChecked
();
if
(
mbIsPresentation
)
paParent
->
mbExportHiddenSlides
=
m
aCbExportHiddenSlides
.
IsChecked
();
paParent
->
mbExportHiddenSlides
=
m
pCbExportHiddenSlides
->
IsChecked
();
paParent
->
mbIsSkipEmptyPages
=
!
maCbExportEmptyPages
.
IsChecked
();
paParent
->
mbAddStream
=
m
aCbAddStream
.
IsVisible
()
&&
maCbAddStream
.
IsChecked
();
paParent
->
mbIsSkipEmptyPages
=
!
mpCbExportEmptyPages
->
IsChecked
();
paParent
->
mbAddStream
=
m
pCbAddStream
->
IsVisible
()
&&
mpCbAddStream
->
IsChecked
();
paParent
->
mbIsRangeChecked
=
sal_False
;
if
(
m
aRbRange
.
IsChecked
()
)
if
(
m
pRbRange
->
IsChecked
()
)
{
paParent
->
mbIsRangeChecked
=
sal_True
;
paParent
->
msPageRange
=
m
aEdPages
.
GetText
();
//FIXME all right on other languages ?
paParent
->
msPageRange
=
m
pEdPages
->
GetText
();
//FIXME all right on other languages ?
}
else
if
(
m
aRbSelection
.
IsChecked
()
)
else
if
(
m
pRbSelection
->
IsChecked
()
)
{
paParent
->
mbSelectionIsChecked
=
m
aRbSelection
.
IsChecked
();
paParent
->
mbSelectionIsChecked
=
m
pRbSelection
->
IsChecked
();
}
paParent
->
mnPDFTypeSelection
=
0
;
if
(
m
aCbPDFA1b
.
IsChecked
()
)
if
(
m
pCbPDFA1b
->
IsChecked
()
)
{
paParent
->
mnPDFTypeSelection
=
1
;
paParent
->
mbUseTaggedPDF
=
mbTaggedPDFUserSelection
;
...
...
@@ -687,18 +650,18 @@ void ImpPDFTabGeneralPage::GetFilterConfigItem( ImpPDFTabDialog* paParent )
}
else
{
paParent
->
mbUseTaggedPDF
=
m
aCbTaggedPDF
.
IsChecked
();
paParent
->
mbExportFormFields
=
m
aCbExportFormFields
.
IsChecked
();
paParent
->
mbUseTaggedPDF
=
m
pCbTaggedPDF
->
IsChecked
();
paParent
->
mbExportFormFields
=
m
pCbExportFormFields
->
IsChecked
();
}
paParent
->
maWatermarkText
=
m
aEdWatermark
.
GetText
();
paParent
->
maWatermarkText
=
m
pEdWatermark
->
GetText
();
/*
* FIXME: the entries are only implicitly defined by the resource file. Should there
* ever be an additional form submit format this could get invalid.
*/
paParent
->
mnFormsType
=
(
sal_Int32
)
m
aLbFormsFormat
.
GetSelectEntryPos
();
paParent
->
mbAllowDuplicateFieldNames
=
m
aCbAllowDuplicateFieldNames
.
IsChecked
();
paParent
->
mnFormsType
=
(
sal_Int32
)
m
pLbFormsFormat
->
GetSelectEntryPos
();
paParent
->
mbAllowDuplicateFieldNames
=
m
pCbAllowDuplicateFieldNames
->
IsChecked
();
}
// -----------------------------------------------------------------------------
...
...
@@ -711,41 +674,40 @@ SfxTabPage* ImpPDFTabGeneralPage::Create( Window* pParent,
// -----------------------------------------------------------------------------
IMPL_LINK_NOARG
(
ImpPDFTabGeneralPage
,
TogglePagesHdl
)
{
m
aEdPages
.
Enable
(
maRbRange
.
IsChecked
()
);
if
(
m
aRbRange
.
IsChecked
()
)
m
aEdPages
.
GrabFocus
();
m
pEdPages
->
Enable
(
mpRbRange
->
IsChecked
()
);
if
(
m
pRbRange
->
IsChecked
()
)
m
pEdPages
->
GrabFocus
();
return
0
;
}
// -----------------------------------------------------------------------------
IMPL_LINK_NOARG
(
ImpPDFTabGeneralPage
,
ToggleExportFormFieldsHdl
)
{
maLbFormsFormat
.
Enable
(
maCbExportFormFields
.
IsChecked
()
);
maCbAllowDuplicateFieldNames
.
Enable
(
maCbExportFormFields
.
IsChecked
()
);
mpFormsFrame
->
Enable
(
mpCbExportFormFields
->
IsChecked
());
return
0
;
}
// -----------------------------------------------------------------------------
IMPL_LINK_NOARG
(
ImpPDFTabGeneralPage
,
ToggleCompressionHdl
)
{
m
aNfQuality
.
Enable
(
maRbJPEGCompression
.
IsChecked
()
);
m
pQualityFrame
->
Enable
(
mpRbJPEGCompression
->
IsChecked
()
);
return
0
;
}
// -----------------------------------------------------------------------------
IMPL_LINK_NOARG
(
ImpPDFTabGeneralPage
,
ToggleReduceImageResolutionHdl
)
{
m
aCoReduceImageResolution
.
Enable
(
maCbReduceImageResolution
.
IsChecked
()
);
m
pCoReduceImageResolution
->
Enable
(
mpCbReduceImageResolution
->
IsChecked
()
);
return
0
;
}
IMPL_LINK_NOARG
(
ImpPDFTabGeneralPage
,
ToggleWatermarkHdl
)
{
m
aEdWatermark
.
Enable
(
maCbWatermark
.
IsChecked
()
);
m
aFtWatermark
.
Enable
(
maCbWatermark
.
IsChecked
()
);
if
(
m
aCbWatermark
.
IsChecked
()
)
m
aEdWatermark
.
GrabFocus
();
m
pEdWatermark
->
Enable
(
mpCbWatermark
->
IsChecked
()
);
m
pFtWatermark
->
Enable
(
mpCbWatermark
->
IsChecked
()
);
if
(
m
pCbWatermark
->
IsChecked
()
)
m
pEdWatermark
->
GrabFocus
();
return
0
;
}
...
...
@@ -753,21 +715,21 @@ IMPL_LINK_NOARG(ImpPDFTabGeneralPage, ToggleWatermarkHdl)
// -----------------------------------------------------------------------------
IMPL_LINK_NOARG
(
ImpPDFTabGeneralPage
,
ToggleAddStreamHdl
)
{
if
(
m
aCbAddStream
.
IsVisible
()
)
if
(
m
pCbAddStream
->
IsVisible
()
)
{
if
(
m
aCbAddStream
.
IsChecked
()
)
if
(
m
pCbAddStream
->
IsChecked
()
)
{
m
aRbAll
.
Check
();
m
aRbRange
.
Enable
(
sal_False
);
m
aRbSelection
.
Enable
(
sal_False
);
m
aEdPages
.
Enable
(
sal_False
);
m
aRbAll
.
Enable
(
sal_False
);
m
pRbAll
->
Check
();
m
pRbRange
->
Enable
(
sal_False
);
m
pRbSelection
->
Enable
(
sal_False
);
m
pEdPages
->
Enable
(
sal_False
);
m
pRbAll
->
Enable
(
sal_False
);
}
else
{
m
aRbAll
.
Enable
(
sal_True
);
m
aRbRange
.
Enable
(
sal_True
);
m
aRbSelection
.
Enable
(
sal_True
);
m
pRbAll
->
Enable
(
sal_True
);
m
pRbRange
->
Enable
(
sal_True
);
m
pRbSelection
->
Enable
(
sal_True
);
}
}
return
0
;
...
...
@@ -781,39 +743,37 @@ IMPL_LINK_NOARG(ImpPDFTabGeneralPage, ToggleExportPDFAHdl)
if
(
mpaParent
&&
mpaParent
->
GetTabPage
(
RID_PDF_TAB_SECURITY
)
)
{
pSecPage
=
static_cast
<
ImpPDFTabSecurityPage
*>
(
mpaParent
->
GetTabPage
(
RID_PDF_TAB_SECURITY
));
pSecPage
->
ImplPDFASecurityControl
(
!
m
aCbPDFA1b
.
IsChecked
()
);
pSecPage
->
ImplPDFASecurityControl
(
!
m
pCbPDFA1b
->
IsChecked
()
);
}
//PDF/A-1 needs tagged PDF, so force disable the control, will be forced in pdfexport.
sal_Bool
bPDFA1Sel
=
maCbPDFA1b
.
IsChecked
();
maFtFormsFormat
.
Enable
(
!
bPDFA1Sel
);
maLbFormsFormat
.
Enable
(
!
bPDFA1Sel
);
maCbAllowDuplicateFieldNames
.
Enable
(
!
bPDFA1Sel
);
bool
bPDFA1Sel
=
mpCbPDFA1b
->
IsChecked
();
mpFormsFrame
->
Enable
(
bPDFA1Sel
);
if
(
bPDFA1Sel
)
{
//store the values of subordinate controls
mbTaggedPDFUserSelection
=
m
aCbTaggedPDF
.
IsChecked
();
m
aCbTaggedPDF
.
Check
();
m
aCbTaggedPDF
.
Enable
(
sal_False
);
mbExportFormFieldsUserSelection
=
m
aCbExportFormFields
.
IsChecked
();
m
aCbExportFormFields
.
Check
(
sal_False
);
m
aCbExportFormFields
.
Enable
(
sal_False
);
mbTaggedPDFUserSelection
=
m
pCbTaggedPDF
->
IsChecked
();
m
pCbTaggedPDF
->
Check
();
m
pCbTaggedPDF
->
Enable
(
false
);
mbExportFormFieldsUserSelection
=
m
pCbExportFormFields
->
IsChecked
();
m
pCbExportFormFields
->
Check
(
false
);
m
pCbExportFormFields
->
Enable
(
false
);
}
else
{
//retrieve the values of subordinate controls
m
aCbTaggedPDF
.
Enable
();
m
aCbTaggedPDF
.
Check
(
mbTaggedPDFUserSelection
);
m
aCbExportFormFields
.
Check
(
mbExportFormFieldsUserSelection
);
m
aCbExportFormFields
.
Enable
();
m
pCbTaggedPDF
->
Enable
();
m
pCbTaggedPDF
->
Check
(
mbTaggedPDFUserSelection
);
m
pCbExportFormFields
->
Check
(
mbExportFormFieldsUserSelection
);
m
pCbExportFormFields
->
Enable
();
}
// PDF/A-1 doesn't allow launch action, so enable/disable the selection on
// Link page
if
(
mpaParent
&&
mpaParent
->
GetTabPage
(
RID_PDF_TAB_LINKS
)
)
(
(
ImpPDFTabLinksPage
*
)
mpaParent
->
GetTabPage
(
RID_PDF_TAB_LINKS
)
)
->
ImplPDFALinkControl
(
!
m
aCbPDFA1b
.
IsChecked
()
);
(
(
ImpPDFTabLinksPage
*
)
mpaParent
->
GetTabPage
(
RID_PDF_TAB_LINKS
)
)
->
ImplPDFALinkControl
(
!
m
pCbPDFA1b
->
IsChecked
()
);
// if a password was set, inform the user that this will not be used in PDF/A case
if
(
m
aCbPDFA1b
.
IsChecked
()
&&
pSecPage
&&
pSecPage
->
hasPassword
()
)
if
(
m
pCbPDFA1b
->
IsChecked
()
&&
pSecPage
&&
pSecPage
->
hasPassword
()
)
{
WarningBox
aBox
(
this
,
PDFFilterResId
(
RID_PDF_WARNPDFAPASSWORD
)
);
aBox
.
Execute
();
...
...
@@ -1401,7 +1361,7 @@ void ImpPDFTabLinksPage::SetFilterConfigItem( const ImpPDFTabDialog* paParent )
if
(
paParent
&&
paParent
->
GetTabPage
(
RID_PDF_TAB_GENER
)
)
ImplPDFALinkControl
(
!
(
(
ImpPDFTabGeneralPage
*
)
paParent
->
GetTabPage
(
RID_PDF_TAB_GENER
)
)
->
m
aCbPDFA1b
.
IsChecked
()
);
GetTabPage
(
RID_PDF_TAB_GENER
)
)
->
m
pCbPDFA1b
->
IsChecked
()
);
}
// -----------------------------------------------------------------------------
...
...
filter/source/pdf/impdialog.hrc
Dosyayı görüntüle @
aa93c3c9
...
...
@@ -52,43 +52,6 @@
//ATTENTION: maximum allowed value is( RID_PDF_DIALOG_START + 19)
//controls for General tab page
#define FL_PAGES 1
#define RB_ALL 2
#define RB_RANGE 3
#define RB_SELECTION 4
#define ED_PAGES 5
#define BT_OK 6
#define BT_CANCEL 7
#define BT_HELP 8
#define FL_IMAGES 9
#define RB_LOSSLESSCOMPRESSION 10
#define RB_JPEGCOMPRESSION 11
#define FT_QUALITY 12
#define NF_QUALITY 13
#define CB_REDUCEIMAGERESOLUTION 14
#define CO_REDUCEIMAGERESOLUTION 15
#define FL_GENERAL 16
#define CB_TAGGEDPDF 17
#define CB_EXPORTNOTES 18
#define CB_EXPORTBOOKMARKS 19
#define CB_EXPORTFORMFIELDS 20
#define FT_FORMSFORMAT 21
#define LB_FORMSFORMAT 22
#define CB_ALLOWDUPLICATEFIELDNAMES 23
#define CB_EXPORTEMPTYPAGES 24
#define CB_ADDSTREAM 25
#define CB_PDFA_1B_SELECT 26
#define CB_EXPORTNOTESPAGES 27
#define FT_ADDSTREAMDESCRIPTION 29
#define CB_EXPORTHIDDENSLIDES 30
#define FL_WATERMARK 31
#define CB_WATERMARK 32
#define FT_WATERMARK 33
#define ED_WATERMARK 34
#define CB_VIEWPDF 35
#define FL_GENERAL_VERTICAL 157
#define FL_INITVIEW_VERTICAL 158
#define FL_VPREFER_VERTICAL 158
...
...
filter/source/pdf/impdialog.hxx
Dosyayı görüntüle @
aa93c3c9
...
...
@@ -176,54 +176,47 @@ protected:
//class tab page general
class
ImpPDFTabGeneralPage
:
public
SfxTabPage
{
friend
class
ImpPDFTabLinksPage
;
friend
class
ImpPDFTabLinksPage
;
FixedLine
maFlPages
;
RadioButton
maRbAll
;
RadioButton
maRbRange
;
RadioButton
maRbSelection
;
Edit
maEdPages
;
FixedLine
maFlCompression
;
RadioButton
maRbLosslessCompression
;
RadioButton
maRbJPEGCompression
;
FixedText
maFtQuality
;
MetricField
maNfQuality
;
CheckBox
maCbReduceImageResolution
;
ComboBox
maCoReduceImageResolution
;
FixedLine
m_aVerticalLine
;
FixedLine
maFlGeneral
;
CheckBox
maCbPDFA1b
;
CheckBox
maCbTaggedPDF
;
sal_Bool
mbTaggedPDFUserSelection
;
CheckBox
maCbExportFormFields
;
sal_Bool
mbExportFormFieldsUserSelection
;
FixedText
maFtFormsFormat
;
ListBox
maLbFormsFormat
;
CheckBox
maCbAllowDuplicateFieldNames
;
CheckBox
maCbExportBookmarks
;
CheckBox
maCbExportHiddenSlides
;
CheckBox
maCbExportNotes
;
CheckBox
maCbViewPDF
;
CheckBox
maCbExportNotesPages
;
CheckBox
maCbExportEmptyPages
;
CheckBox
maCbAddStream
;
FixedText
maFtAddStreamDescription
;
FixedLine
maFlWatermark
;
CheckBox
maCbWatermark
;
FixedText
maFtWatermark
;
Edit
maEdWatermark
;
RadioButton
*
mpRbAll
;
RadioButton
*
mpRbRange
;
RadioButton
*
mpRbSelection
;
Edit
*
mpEdPages
;
sal_Bool
mbIsPresentation
;
sal_Bool
mbIsWriter
;
RadioButton
*
mpRbLosslessCompression
;
RadioButton
*
mpRbJPEGCompression
;
VclContainer
*
mpQualityFrame
;
MetricField
*
mpNfQuality
;
CheckBox
*
mpCbReduceImageResolution
;
ComboBox
*
mpCoReduceImageResolution
;
CheckBox
*
mpCbPDFA1b
;
CheckBox
*
mpCbTaggedPDF
;
bool
mbTaggedPDFUserSelection
;
CheckBox
*
mpCbExportFormFields
;
bool
mbExportFormFieldsUserSelection
;
VclContainer
*
mpFormsFrame
;
ListBox
*
mpLbFormsFormat
;
CheckBox
*
mpCbAllowDuplicateFieldNames
;
const
ImpPDFTabDialog
*
mpaParent
;
CheckBox
*
mpCbExportBookmarks
;
CheckBox
*
mpCbExportHiddenSlides
;
CheckBox
*
mpCbExportNotes
;
CheckBox
*
mpCbViewPDF
;
CheckBox
*
mpCbExportNotesPages
;
CheckBox
*
mpCbExportEmptyPages
;
CheckBox
*
mpCbAddStream
;
CheckBox
*
mpCbWatermark
;
FixedText
*
mpFtWatermark
;
Edit
*
mpEdWatermark
;
bool
mbIsPresentation
;
bool
mbIsWriter
;
const
ImpPDFTabDialog
*
mpaParent
;
DECL_LINK
(
TogglePagesHdl
,
void
*
);
DECL_LINK
(
ToggleCompressionHdl
,
void
*
);
...
...
@@ -242,9 +235,9 @@ public:
static
SfxTabPage
*
Create
(
Window
*
pParent
,
const
SfxItemSet
&
rAttrSet
);
void
GetFilterConfigItem
(
ImpPDFTabDialog
*
paParent
);
void
SetFilterConfigItem
(
const
ImpPDFTabDialog
*
paParent
);
sal_Bool
IsPdfaSelected
()
{
return
maCbPDFA1b
.
IsChecked
();
};
void
GetFilterConfigItem
(
ImpPDFTabDialog
*
paParent
);
void
SetFilterConfigItem
(
const
ImpPDFTabDialog
*
paParent
);
bool
IsPdfaSelected
()
const
{
return
mpCbPDFA1b
->
IsChecked
();
}
};
//class tab page viewer
...
...
filter/source/pdf/impdialog.src
Dosyayı görüntüle @
aa93c3c9
...
...
@@ -40,278 +40,6 @@ String STR_PDF_EXPORT_ODPWD
Text[ en-US ] = "Set permission password";
};
//////////////////////////////////////////////////////////////
//tab page for PDF Export, general preferences
TabPage RID_PDF_TAB_GENER
{
HelpId = HID_FILTER_PDF_OPTIONS ;
Hide = TRUE ;
Text[ en-US ] = "General";
TAB_PDF_SIZE;
FixedLine FL_PAGES
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 164 , 8 ) ;
Text[ en-US ] = "Range";
};
RadioButton RB_ALL
{
HelpID = "filter:RadioButton:RID_PDF_TAB_GENER:RB_ALL";
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
Text[ en-US ] = "~All";
};
RadioButton RB_RANGE
{
HelpID = "filter:RadioButton:RID_PDF_TAB_GENER:RB_RANGE";
Pos = MAP_APPFONT ( 12 , 27 ) ;
Size = MAP_APPFONT ( 101 , 10 ) ;
Text[ en-US ] = "~Pages";
};
Edit ED_PAGES
{
HelpID = "filter:Edit:RID_PDF_TAB_GENER:ED_PAGES";
Border = TRUE ;
Pos = MAP_APPFONT ( 116, 26 ) ;
Size = MAP_APPFONT ( 48 , 12 ) ;
};
RadioButton RB_SELECTION
{
HelpID = "filter:RadioButton:RID_PDF_TAB_GENER:RB_SELECTION";
Pos = MAP_APPFONT ( 12 , 40 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
Text[ en-US ] = "~Selection";
};
FixedLine FL_IMAGES
{
Pos = MAP_APPFONT ( 6 , 53 ) ;
Size = MAP_APPFONT ( 164 , 8 ) ;
Text[ en-US ] = "Images";
};
RadioButton RB_LOSSLESSCOMPRESSION
{
HelpID = "filter:RadioButton:RID_PDF_TAB_GENER:RB_LOSSLESSCOMPRESSION";
Pos = MAP_APPFONT ( 12 , 64 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
Text[ en-US ] = "~Lossless compression";
};
RadioButton RB_JPEGCOMPRESSION
{
HelpID = "filter:RadioButton:RID_PDF_TAB_GENER:RB_JPEGCOMPRESSION";
Pos = MAP_APPFONT ( 12 , 76 ) ;
Size = MAP_APPFONT ( 158, 10 ) ;
Text[ en-US ] = "~JPEG compression";
};
FixedText FT_QUALITY
{
Pos = MAP_APPFONT ( 30 , 89 ) ;
Size = MAP_APPFONT ( 83, 10 ) ;
Text[ en-US ] = "~Quality";
};
MetricField NF_QUALITY
{
HelpID = "filter:MetricField:RID_PDF_TAB_GENER:NF_QUALITY";
Border = TRUE ;
Pos = MAP_APPFONT ( 116, 88 ) ;
Size = MAP_APPFONT ( 48, 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
StrictFormat = TRUE ;
Last = 100 ;
Repeat = TRUE ;
};
CheckBox CB_REDUCEIMAGERESOLUTION
{
HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_REDUCEIMAGERESOLUTION";
Pos = MAP_APPFONT ( 12 , 103 ) ;
Size = MAP_APPFONT ( 101 , 10 ) ;
TabStop = TRUE ;
Text[ en-US ] = "~Reduce image resolution";
};
ComboBox CO_REDUCEIMAGERESOLUTION
{
HelpID = "filter:ComboBox:RID_PDF_TAB_GENER:CO_REDUCEIMAGERESOLUTION";
Pos = MAP_APPFONT ( 116 , 102 ) ;
Size = MAP_APPFONT ( 48 , 50 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
StringList =
{
"75 DPI" ;
"150 DPI" ;
"300 DPI" ;
"600 DPI" ;
"1200 DPI" ;
};
};
FixedLine FL_WATERMARK
{
Pos = MAP_APPFONT ( 6 , 123 ) ;
Size = MAP_APPFONT ( 164 , 10 ) ;
Text[ en-US ] = "Watermark";
};
CheckBox CB_WATERMARK
{
HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_SIGNWITHWATERMARK";
Pos = MAP_APPFONT ( 6, 135 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
TabStop = TRUE ;
Text[ en-US ] = "Sign with Watermark";
};
FixedText FT_WATERMARK
{
Pos = MAP_APPFONT ( 6 , 150) ;
Size = MAP_APPFONT ( 90 , 8 ) ;
Text [ en-US ] = "Watermark Text";
};
Edit ED_WATERMARK
{
HelpID = "filter:Edit:RID_PDF_TAB_GENER:EDIT_WATERMARKTEXT";
Pos = MAP_APPFONT ( 15, 160 ) ;
Size = MAP_APPFONT ( 100 , 10 ) ;
Border = TRUE;
};
FixedLine FL_GENERAL_VERTICAL
{
Pos = MAP_APPFONT ( 175 , 3 ) ;
Size = MAP_APPFONT ( 4 , 190 ) ;
Vert = TRUE;
};
FixedLine FL_GENERAL
{
Pos = MAP_APPFONT ( 182 , 3 ) ;
Size = MAP_APPFONT ( 164 , 8 ) ;
Text[ en-US ] = "General";
};
CheckBox CB_ADDSTREAM
{
HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_ADDSTREAM";
Pos = MAP_APPFONT ( 188 , 14 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
TabStop = TRUE ;
Text[ en-US ] = "Em~bed OpenDocument file";
};
FixedText FT_ADDSTREAMDESCRIPTION
{
Pos = MAP_APPFONT( 206 , 23 ) ;
Size = MAP_APPFONT( 140, 16 ) ;
Wordbreak = TRUE ;
Text[ en-US ] = "Makes this PDF easily editable in %PRODUCTNAME" ;
};
CheckBox CB_PDFA_1B_SELECT
{
HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_PDFA_1B_SELECT";
Pos = MAP_APPFONT ( 188, 40 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
TabStop = TRUE ;
Text[ en-US ] = "P~DF/A-1a";
};
CheckBox CB_TAGGEDPDF
{
HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_TAGGEDPDF";
Pos = MAP_APPFONT ( 188 , 53 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
TabStop = TRUE ;
Text[ en-US ] = "~Tagged PDF";
};
CheckBox CB_EXPORTFORMFIELDS
{
HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_EXPORTFORMFIELDS";
Pos = MAP_APPFONT ( 188 , 66 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
TabStop = TRUE ;
Text[ en-US ] = "~Create PDF form";
};
FixedText FT_FORMSFORMAT
{
Pos = MAP_APPFONT ( 206 , 79 ) ;
Size = MAP_APPFONT ( 93, 8 ) ;
Text[ en-US ] = "Submit ~format";
};
ListBox LB_FORMSFORMAT
{
HelpID = "filter:ListBox:RID_PDF_TAB_GENER:LB_FORMSFORMAT";
Border = TRUE ;
Pos = MAP_APPFONT ( 302, 77 ) ;
Size = MAP_APPFONT ( 38, 48 ) ;
DeltaLang = < Default ; Default ; Default ; Default ; > ;
TabStop = TRUE ;
DropDown = TRUE ;
StringList =
{
< "FDF" ; Default; > ;
< "PDF" ; > ;
< "HTML" ; > ;
< "XML" ; > ;
};
};
CheckBox CB_ALLOWDUPLICATEFIELDNAMES
{
HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_ALLOWDUPLICATEFIELDNAMES";
Pos = MAP_APPFONT( 206, 92 );
Size = MAP_APPFONT( 128, 10 );
TabStop = TRUE;
Text [ en-US ] = "Allow duplicate field ~names";
};
CheckBox CB_EXPORTBOOKMARKS
{
HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_EXPORTBOOKMARKS";
Pos = MAP_APPFONT ( 188 , 105 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
TabStop = TRUE ;
Text[ en-US ] = "Export ~bookmarks";
};
CheckBox CB_EXPORTNOTES
{
HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_EXPORTNOTES";
Pos = MAP_APPFONT ( 188 , 118 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
TabStop = TRUE ;
Text[ en-US ] = "~Export comments";
};
CheckBox CB_EXPORTNOTESPAGES
{
HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_EXPORTNOTESPAGES";
Pos = MAP_APPFONT ( 188 , 131 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
TabStop = TRUE ;
Text[ en-US ] = "Export ~notes pages";
};
CheckBox CB_EXPORTHIDDENSLIDES
{
HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_EXPORTHIDDENSLIDES";
Pos = MAP_APPFONT ( 188 , 144 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
TabStop = TRUE ;
Text[ en-US ] = "Export ~hidden pages";
};
CheckBox CB_EXPORTEMPTYPAGES
{
HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_EXPORTEMPTYPAGES";
Pos = MAP_APPFONT ( 188 , 157 ) ;
Size = MAP_APPFONT ( 158 , 16 ) ;
TabStop = TRUE ;
WordBreak = TRUE ;
Text[ en-US ] = "Exp~ort automatically inserted blank pages";
};
CheckBox CB_VIEWPDF
{
Pos = MAP_APPFONT ( 188 , 181 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
TabStop = TRUE ;
Text[ en-US ] = "~View PDF after Export";
};
};
WarningBox RID_PDF_WARNPDFAPASSWORD
{
Title[en-US] = "PDF/A Export";
...
...
filter/uiconfig/ui/pdfgeneralpage.ui
0 → 100644
Dosyayı görüntüle @
aa93c3c9
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object
class=
"GtkGrid"
id=
"PdfGeneralPage"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"border_width"
>
6
</property>
<property
name=
"column_spacing"
>
12
</property>
<property
name=
"column_homogeneous"
>
True
</property>
<child>
<object
class=
"GtkGrid"
id=
"grid2"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"row_spacing"
>
12
</property>
<child>
<object
class=
"GtkFrame"
id=
"frame1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label_xalign"
>
0
</property>
<property
name=
"shadow_type"
>
none
</property>
<child>
<object
class=
"GtkAlignment"
id=
"alignment1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"top_padding"
>
6
</property>
<property
name=
"left_padding"
>
12
</property>
<child>
<object
class=
"GtkGrid"
id=
"grid1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"row_spacing"
>
6
</property>
<property
name=
"column_spacing"
>
12
</property>
<child>
<object
class=
"GtkRadioButton"
id=
"all"
>
<property
name=
"label"
translatable=
"yes"
>
_All
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"active"
>
True
</property>
<property
name=
"draw_indicator"
>
True
</property>
<property
name=
"group"
>
range
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
2
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkRadioButton"
id=
"range"
>
<property
name=
"label"
translatable=
"yes"
>
_Pages
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
<property
name=
"group"
>
selection
</property>
<accessibility>
<relation
type=
"label-for"
target=
"pages"
/>
</accessibility>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkRadioButton"
id=
"selection"
>
<property
name=
"label"
translatable=
"yes"
>
_Selection
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
<property
name=
"group"
>
all
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
2
</property>
<property
name=
"width"
>
2
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkEntry"
id=
"pages"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"invisible_char"
>
●
</property>
<property
name=
"width_chars"
>
5
</property>
<accessibility>
<relation
type=
"labelled-by"
target=
"range"
/>
</accessibility>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
</child>
</object>
</child>
<child
type=
"label"
>
<object
class=
"GtkLabel"
id=
"label1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
Range
</property>
<attributes>
<attribute
name=
"weight"
value=
"bold"
/>
</attributes>
</object>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkFrame"
id=
"frame2"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label_xalign"
>
0
</property>
<property
name=
"shadow_type"
>
none
</property>
<child>
<object
class=
"GtkAlignment"
id=
"alignment2"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"top_padding"
>
6
</property>
<property
name=
"left_padding"
>
12
</property>
<child>
<object
class=
"GtkGrid"
id=
"grid5"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"row_spacing"
>
6
</property>
<child>
<object
class=
"GtkGrid"
id=
"grid6"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"row_spacing"
>
6
</property>
<property
name=
"column_spacing"
>
12
</property>
<child>
<object
class=
"GtkGrid"
id=
"qualityframe"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"column_spacing"
>
12
</property>
<child>
<object
class=
"GtkSpinButton"
id=
"quality:0%"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"invisible_char"
>
●
</property>
<property
name=
"invisible_char_set"
>
True
</property>
<property
name=
"adjustment"
>
adjustment1
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkAlignment"
id=
"qualalign"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"left_padding"
>
12
</property>
<child>
<object
class=
"GtkLabel"
id=
"label6"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
_Quality
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
2
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkGrid"
id=
"frame5"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"column_spacing"
>
12
</property>
<child>
<object
class=
"GtkCheckButton"
id=
"reduceresolution"
>
<property
name=
"label"
translatable=
"yes"
>
_Reduce image resolution
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
<accessibility>
<relation
type=
"label-for"
target=
"resolution"
/>
</accessibility>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkComboBoxText"
id=
"resolution"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"has_entry"
>
True
</property>
<property
name=
"entry_text_column"
>
0
</property>
<property
name=
"id_column"
>
1
</property>
<items>
<item
translatable=
"yes"
>
75 DPI
</item>
<item
translatable=
"yes"
>
150 DPI
</item>
<item
translatable=
"yes"
>
300 DPI
</item>
<item
translatable=
"yes"
>
600 DPI
</item>
<item
translatable=
"yes"
>
1200 DPI
</item>
</items>
<child
internal-child=
"entry"
>
<object
class=
"GtkEntry"
id=
"comboboxtext-entry"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"invisible_char"
>
●
</property>
<property
name=
"text"
translatable=
"yes"
>
75 DPI
</property>
</object>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
2
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
2
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkRadioButton"
id=
"losslesscompress"
>
<property
name=
"label"
translatable=
"yes"
>
_Lossless compression
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"active"
>
True
</property>
<property
name=
"draw_indicator"
>
True
</property>
<property
name=
"group"
>
jpegcompress
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkRadioButton"
id=
"jpegcompress"
>
<property
name=
"label"
translatable=
"yes"
>
_JPEG compression
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
<property
name=
"group"
>
losslesscompress
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
</child>
</object>
</child>
<child
type=
"label"
>
<object
class=
"GtkLabel"
id=
"label2"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
Images
</property>
<attributes>
<attribute
name=
"weight"
value=
"bold"
/>
</attributes>
</object>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkFrame"
id=
"frame3"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label_xalign"
>
0
</property>
<property
name=
"shadow_type"
>
none
</property>
<child>
<object
class=
"GtkAlignment"
id=
"alignment5"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"top_padding"
>
6
</property>
<property
name=
"left_padding"
>
12
</property>
<child>
<object
class=
"GtkGrid"
id=
"grid7"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"row_spacing"
>
6
</property>
<property
name=
"column_spacing"
>
12
</property>
<child>
<object
class=
"GtkCheckButton"
id=
"watermark"
>
<property
name=
"label"
translatable=
"yes"
>
Sign _with Watermark
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
2
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkLabel"
id=
"watermarklabel"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
Watermark Text
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
watermarkentry
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkEntry"
id=
"watermarkentry"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"invisible_char"
>
●
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
</child>
</object>
</child>
<child
type=
"label"
>
<object
class=
"GtkLabel"
id=
"label3"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
Watermark
</property>
<attributes>
<attribute
name=
"weight"
value=
"bold"
/>
</attributes>
</object>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
2
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkFrame"
id=
"frame4"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label_xalign"
>
0
</property>
<property
name=
"shadow_type"
>
none
</property>
<child>
<object
class=
"GtkAlignment"
id=
"alignment7"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"top_padding"
>
6
</property>
<property
name=
"left_padding"
>
12
</property>
<child>
<object
class=
"GtkGrid"
id=
"grid10"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"row_spacing"
>
6
</property>
<child>
<object
class=
"GtkCheckButton"
id=
"embed"
>
<property
name=
"label"
translatable=
"yes"
>
Em_bed OpenDocument file
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"tooltip_text"
translatable=
"yes"
>
Makes this PDF easily editable in %PRODUCTNAME
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkCheckButton"
id=
"pdfa"
>
<property
name=
"label"
translatable=
"yes"
>
P_DF/A-1a
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkCheckButton"
id=
"tagged"
>
<property
name=
"label"
translatable=
"yes"
>
_Tagged PDF
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
2
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkCheckButton"
id=
"forms"
>
<property
name=
"label"
translatable=
"yes"
>
_Create PDF form
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
3
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkAlignment"
id=
"formsframe"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"left_padding"
>
12
</property>
<child>
<object
class=
"GtkGrid"
id=
"grid3"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"row_spacing"
>
6
</property>
<property
name=
"column_spacing"
>
12
</property>
<child>
<object
class=
"GtkLabel"
id=
"label7"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
Submit _format
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
format
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkComboBoxText"
id=
"format"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"entry_text_column"
>
0
</property>
<property
name=
"id_column"
>
1
</property>
<items>
<item
translatable=
"yes"
>
FDF
</item>
<item
translatable=
"yes"
>
PDF
</item>
<item
translatable=
"yes"
>
HTML
</item>
<item
translatable=
"yes"
>
XML
</item>
</items>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkCheckButton"
id=
"allowdups"
>
<property
name=
"label"
translatable=
"yes"
>
Allow duplicate field _names
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
2
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
4
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkCheckButton"
id=
"bookmarks"
>
<property
name=
"label"
translatable=
"yes"
>
Export _bookmarks
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
5
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkCheckButton"
id=
"comments"
>
<property
name=
"label"
translatable=
"yes"
>
_Export comments
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
6
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkCheckButton"
id=
"emptypages"
>
<property
name=
"label"
translatable=
"yes"
>
Exp_ort automatically inserted blank pages
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
9
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkCheckButton"
id=
"viewpdf"
>
<property
name=
"label"
translatable=
"yes"
>
_View PDF after Export
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
10
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkCheckButton"
id=
"hiddenpages"
>
<property
name=
"label"
translatable=
"yes"
>
Export _hidden pages
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
8
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkCheckButton"
id=
"notes"
>
<property
name=
"label"
translatable=
"yes"
>
Export _notes pages
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
7
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
</child>
</object>
</child>
<child
type=
"label"
>
<object
class=
"GtkLabel"
id=
"label4"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
General
</property>
<attributes>
<attribute
name=
"weight"
value=
"bold"
/>
</attributes>
</object>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
<object
class=
"GtkAdjustment"
id=
"adjustment1"
>
<property
name=
"lower"
>
1
</property>
<property
name=
"upper"
>
100
</property>
<property
name=
"value"
>
90
</property>
<property
name=
"step_increment"
>
1
</property>
<property
name=
"page_increment"
>
10
</property>
</object>
<object
class=
"GtkSizeGroup"
id=
"sizegroup1"
>
<widgets>
<widget
name=
"all"
/>
<widget
name=
"range"
/>
<widget
name=
"selection"
/>
<widget
name=
"qualalign"
/>
<widget
name=
"reduceresolution"
/>
<widget
name=
"losslesscompress"
/>
<widget
name=
"jpegcompress"
/>
</widgets>
</object>
<object
class=
"GtkSizeGroup"
id=
"sizegroup2"
>
<widgets>
<widget
name=
"pages"
/>
<widget
name=
"quality:0%"
/>
<widget
name=
"resolution"
/>
</widgets>
</object>
</interface>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment