summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/optdlg.src
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/config/optdlg.src')
-rwxr-xr-x[-rw-r--r--]sw/source/ui/config/optdlg.src74
1 files changed, 74 insertions, 0 deletions
diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
index c47594865747..1fd1ae215450 100644..100755
--- a/sw/source/ui/config/optdlg.src
+++ b/sw/source/ui/config/optdlg.src
@@ -882,3 +882,77 @@ StringArray STR_PRINTOPTUI
};
};
+
+/**************************************************************************/
+/* */
+/* TabPage Comparison */
+/* */
+/**************************************************************************/
+TabPage TP_COMPARISON_OPT
+{
+ HelpID = HID_COMPARISON_OPT;
+ SVLook = TRUE ;
+ Hide = TRUE;
+ Size = MAP_APPFONT ( 260 , 185 );
+ FixedLine FL_CMP
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text [ en-US ] = "Compare documents";
+ };
+ RadioButton RB_AUTO
+ {
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 70 , 10 ) ;
+ Text [ en-US ] = "~Auto";
+ TabStop = TRUE ;
+ Group = TRUE ;
+ };
+ RadioButton RB_WORD
+ {
+ Pos = MAP_APPFONT ( 12 , 27 ) ;
+ Size = MAP_APPFONT ( 70 , 10 ) ;
+ Text [ en-US ] = "By ~word";
+ };
+ RadioButton RB_CHAR
+ {
+ Pos = MAP_APPFONT ( 12 , 40 ) ;
+ Size = MAP_APPFONT ( 70 , 10 ) ;
+ Text [ en-US ] = "By ~character";
+ };
+ FixedLine FL_SET
+ {
+ Pos = MAP_APPFONT ( 6 , 56 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text [ en-US ] = "Settings";
+ };
+ CheckBox CB_RSID
+ {
+ Pos = MAP_APPFONT ( 12 , 69 ) ;
+ Size = MAP_APPFONT ( 70 , 10 ) ;
+ Text [ en-US ] = "Use ~RSID";
+ TabStop = TRUE ;
+ Group = TRUE ;
+ };
+ CheckBox CB_IGNORE
+ {
+ Pos = MAP_APPFONT ( 12 , 82 ) ;
+ Size = MAP_APPFONT ( 70 , 10 ) ;
+ Text [ en-US ] = "Ignore ~pieces of length";
+ };
+ NumericField NF_LEN
+ {
+ Pos = MAP_APPFONT ( 100 , 80 ) ;
+ Size = MAP_APPFONT ( 25 , 12 ) ;
+ Border = TRUE ;
+ Left = TRUE ;
+ First = 1 ;
+ Minimum = 1 ;
+ Maximum = 99;
+ Repeat = TRUE ;
+ Spin = TRUE ;
+ SpinSize = 1 ;
+ StrictFormat = TRUE ;
+ TabStop = TRUE ;
+ };
+};