summaryrefslogtreecommitdiff
path: root/filter/source/pdf/impdialog.src
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/pdf/impdialog.src')
-rw-r--r--filter/source/pdf/impdialog.src165
1 files changed, 0 insertions, 165 deletions
diff --git a/filter/source/pdf/impdialog.src b/filter/source/pdf/impdialog.src
index c5398efe5164..871d88e0af9a 100644
--- a/filter/source/pdf/impdialog.src
+++ b/filter/source/pdf/impdialog.src
@@ -319,171 +319,6 @@ WarningBox RID_PDF_WARNPDFAPASSWORD
};
//----------------------------------------------------------
-//tab page for PDF Export, opening features
-TabPage RID_PDF_TAB_OPNFTR
-{
- HelpId = HID_FILTER_PDF_INITIAL_VIEW ;
- Text[ en-US ] = "Initial View" ;
- TAB_PDF_SIZE;
- Hide = TRUE;
-
-////////////////////////////////////////
- FixedLine FL_INITVIEW
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 164 , 8 ) ;
- Text[ en-US ] = "Panes" ;
- };
- RadioButton RB_OPNMODE_PAGEONLY
- {
- HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_OPNMODE_PAGEONLY";
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
- Text[ en-US ] = "~Page only" ;
- };
- RadioButton RB_OPNMODE_OUTLINE
- {
- HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_OPNMODE_OUTLINE";
- Pos = MAP_APPFONT ( 12 , 26 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
- Text[ en-US ] = "~Bookmarks and page" ;
- };
- RadioButton RB_OPNMODE_THUMBS
- {
- HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_OPNMODE_THUMBS";
- Pos = MAP_APPFONT ( 12 , 38 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
- Text[ en-US ] = "~Thumbnails and page" ;
- };
-
- FixedText FT_MAGNF_INITIAL_PAGE
- {
- Pos = MAP_APPFONT( 12, 52 );
- Size = MAP_APPFONT( 109, 10 );
- Text[ en-US ] = "Open on page";
- };
- NumericField NUM_MAGNF_INITIAL_PAGE
- {
- HelpID = "filter:NumericField:RID_PDF_TAB_OPNFTR:NUM_MAGNF_INITIAL_PAGE";
- Pos = MAP_APPFONT( 124, 52 );
- Size = MAP_APPFONT( 40, 12 );
- Value = 1;
- Spin = TRUE;
- Border = TRUE;
- Minimum = 1;
- };
-
-///////////////////////////////////////////////////
- FixedLine FL_MAGNIFICATION
- {
- Pos = MAP_APPFONT ( 6 , 68 ) ;
- Size = MAP_APPFONT ( 164 , 8 ) ;
- Text[ en-US ] = "Magnification" ;
- };
- RadioButton RB_MAGNF_DEFAULT
- {
- HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_MAGNF_DEFAULT";
- // see PDF ref v 1.5 tab 8.2, pg. 542 ( /XYZ )
- Pos = MAP_APPFONT ( 12 , 80 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
- Text[ en-US ] = "~Default" ;
- };
- RadioButton RB_MAGNF_WIND
- {
- HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_MAGNF_WIND";
- // see PDF ref v 1.5 tab 8.2, pg. 542 ( /Fit )
- Pos = MAP_APPFONT ( 12 , 92 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
- Text[ en-US ] = "~Fit in window" ;
- };
- RadioButton RB_MAGNF_WIDTH
- {
- HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_MAGNF_WIDTH";
- // see PDF ref v 1.5 tab 8.2, pg. 542 ( /FitH top )
- Pos = MAP_APPFONT ( 12 , 104 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
- Text[ en-US ] = "Fit ~width" ;
- };
- RadioButton RB_MAGNF_VISIBLE
- {
- HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_MAGNF_VISIBLE";
- // see PDF ref v 1.5 tab 8.2, pg. 542 ( /FitBH top )
- Pos = MAP_APPFONT ( 12 , 116 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
- Text[ en-US ] = "Fit ~visible" ;
- };
- RadioButton RB_MAGNF_ZOOM
- {
- HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_MAGNF_ZOOM";
- // see PDF ref v 1.6 tab 8.2, pg. 551 ( /XYZ left top zoom )
- Pos = MAP_APPFONT ( 12 , 128 ) ;
- Size = MAP_APPFONT ( 109 , 10 ) ;
- Text[ en-US ] = "~Zoom factor" ;
- };
- MetricField NUM_MAGNF_ZOOM
- {
- HelpID = "filter:MetricField:RID_PDF_TAB_OPNFTR:NUM_MAGNF_ZOOM";
- Pos = MAP_APPFONT( 124, 128 ) ;
- Size = MAP_APPFONT( 40, 12 ) ;
- Unit = FUNIT_PERCENT;
- Value = 100;
- Spin = TRUE;
- Border = TRUE;
- Minimum = 50;
- Maximum = 1600;
- };
-
- FixedLine FL_INITVIEW_VERTICAL
- {
- Pos = MAP_APPFONT ( 175 , 3 ) ;
- Size = MAP_APPFONT ( 4 , 171 ) ;
- Vert = TRUE;
- };
-
- FixedLine FL_PAGE_LAYOUT
- {
- Pos = MAP_APPFONT ( 182 , 3 ) ;
- Size = MAP_APPFONT (164 , 8 ) ;
- Text[ en-US ] = "Page layout" ;
- };
- RadioButton RB_PGLY_DEFAULT
- {
- HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_PGLY_DEFAULT";
- Pos = MAP_APPFONT ( 188 , 15 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
- Text[ en-US ] = "D~efault" ;
- };
- RadioButton RB_PGLY_SINGPG
- {
- HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_PGLY_SINGPG";
- Pos = MAP_APPFONT ( 188 , 27 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
- Text[ en-US ] = "~Single page" ;
- };
- RadioButton RB_PGLY_CONT
- {
- HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_PGLY_CONT";
- Pos = MAP_APPFONT ( 188 , 39 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
- Text[ en-US ] = "~Continuous" ;
- };
- RadioButton RB_PGLY_CONTFAC
- {
- HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_PGLY_CONTFAC";
- Pos = MAP_APPFONT ( 188 , 51 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
- Text[ en-US ] = "C~ontinuous facing" ;
- };
- CheckBox CB_PGLY_FIRSTLEFT
- {
- HelpID = "filter:CheckBox:RID_PDF_TAB_OPNFTR:CB_PGLY_FIRSTLEFT";
- Pos = MAP_APPFONT ( 198 , 63 ) ;
- Size = MAP_APPFONT ( 148 , 10 ) ;
- Text[ en-US ] = "First page is ~left" ;
- };
-};
-
-//----------------------------------------------------------
//tab page for PDF Export, digital signatures
TabPage RID_PDF_TAB_SIGNING
{