From c99830c221cd2362d58caac15dd2fb33a2b1ad38 Mon Sep 17 00:00:00 2001 From: abdulmajeed ahmed Date: Thu, 30 May 2013 17:27:46 +0200 Subject: Convert Comparison tab page to .ui Change-Id: Ia1cd8c868de4c73ae518b2775dc568d32a15f16f --- sw/source/ui/config/optdlg.src | 75 ------------------------------------------ 1 file changed, 75 deletions(-) (limited to 'sw/source/ui/config/optdlg.src') diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src index 889408f9ea37..b411db0aefff 100644 --- a/sw/source/ui/config/optdlg.src +++ b/sw/source/ui/config/optdlg.src @@ -641,79 +641,4 @@ StringArray STR_PRINTOPTUI }; }; - -/**************************************************************************/ -/* */ -/* TabPage Comparison */ -/* */ -/**************************************************************************/ -TabPage TP_COMPARISON_OPT -{ - HelpID = HID_COMPARISON_OPT; - SVLook = TRUE ; - Hide = TRUE; - Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ); - 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 ; - }; -}; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit