diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-13 14:48:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-16 12:03:36 +0000 |
commit | 34a94e6855782667f54110b0ff68bf3bf8f058a2 (patch) | |
tree | 7ced9f450c83fdf57f2c269b36a18dd19caa68d4 /sc/source/ui/src | |
parent | ae1674c0dcf8e422a4d7ebfed0fdfb11a441357f (diff) |
Resolves: rhbz#1047871 convert conditional formattting dialog to widget layout
the wrapper dialog not the list contained within
Change-Id: I4f4793888885ec5d991f1ab4218cc371726558e6
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r-- | sc/source/ui/src/condformatdlg.src | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src index 4d476a037d5b..4fe90cde1e8b 100644 --- a/sc/source/ui/src/condformatdlg.src +++ b/sc/source/ui/src/condformatdlg.src @@ -9,70 +9,6 @@ #include "condformatdlg.hrc" -ModalDialog RID_SCDLG_CONDFORMAT -{ - HelpID = "sc:ModalDialog:RID_SCDLG_CONDFORMAT"; - OutputSize = TRUE; - Hide = TRUE; - Size = MAP_APPFONT ( 300, 265 ); - Text [ en-US ] = "Conditional Formatting for"; - Moveable = TRUE; - Closeable = TRUE; - OkButton BTN_OK - { - Pos = MAP_APPFONT ( 190, 245 ); - Size = MAP_APPFONT ( 50, 14 ); - TabStop = TRUE; - }; - CancelButton BTN_CANCEL - { - Pos = MAP_APPFONT ( 245, 245 ); - Size = MAP_APPFONT ( 50, 14 ); - TabStop = TRUE; - }; - PushButton BTN_ADD - { - Pos = MAP_APPFONT( 5, 210 ); - Size = MAP_APPFONT( 50, 14 ); - Text [ en-US ] = "Add"; - TabStop = TRUE; - }; - PushButton BTN_REMOVE - { - Pos = MAP_APPFONT( 60, 210 ); - Size = MAP_APPFONT( 50, 14 ); - Text [ en-US ] = "Remove"; - TabStop = TRUE; - }; - Control CTRL_LIST - { - Pos = MAP_APPFONT( 5, 20 ); - Size = MAP_APPFONT( 290, 185 ); - DialogControl = TRUE; - Border = TRUE; - }; - FixedText FT_RANGE - { - Pos = MAP_APPFONT( 5, 227 ); - Size = MAP_APPFONT( 50, 16 ); - Text [ en-US ] = "Range:"; - }; - Edit ED_RANGE - { - Pos = MAP_APPFONT( 60, 227 ); - Size = MAP_APPFONT( 182, 14 ); - Border = TRUE; - TabStop = TRUE; - }; - ImageButton RB_RANGE - { - Pos = MAP_APPFONT( 245, 227 ); - Size = MAP_APPFONT( 14, 14 ); - Border = TRUE; - TabStop = TRUE; - }; -}; - Control RID_COND_ENTRY { Pos = MAP_APPFONT( 0, 0 ); |