summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/srchxtra.src
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/srchxtra.src')
-rw-r--r--cui/source/dialogs/srchxtra.src108
1 files changed, 0 insertions, 108 deletions
diff --git a/cui/source/dialogs/srchxtra.src b/cui/source/dialogs/srchxtra.src
index 9c10335f7ceb..ec032f7d3fda 100644
--- a/cui/source/dialogs/srchxtra.src
+++ b/cui/source/dialogs/srchxtra.src
@@ -123,114 +123,6 @@ ModalDialog RID_SVXDLG_SEARCHATTR
Size = MAP_APPFONT ( 50 , 14 ) ;
};
};
- // RID_SVXDLG_SEARCHSIMILARITY -------------------------------------------
-ModalDialog RID_SVXDLG_SEARCHSIMILARITY
-{
- HelpId = HID_SEARCHSIMILARITY ;
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 178 , 76 ) ;
- Text [ en-US ] = "Similarity Search" ;
- Moveable = TRUE ;
- FixedText FT_OTHER
- {
- Pos = MAP_APPFONT ( 12 , 16 ) ;
- Size = MAP_APPFONT ( 70 , 8 ) ;
- Text [ en-US ] = "~Exchange characters" ;
- };
- NumericField NF_OTHER
- {
- HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_OTHER";
- Pos = MAP_APPFONT ( 86 , 14 ) ;
- Size = MAP_APPFONT ( 24 , 12 ) ;
- Border = TRUE ;
- Left = TRUE ;
- Repeat = TRUE ;
- Spin = TRUE ;
- Minimum = 0 ;
- First = 1 ;
- Maximum = 30 ;
- Last = 30 ;
- Value = 1 ;
- TabStop = TRUE ;
- };
- FixedText FT_LONGER
- {
- Pos = MAP_APPFONT ( 12 , 30 ) ;
- Size = MAP_APPFONT ( 70 , 8 ) ;
- Text [ en-US ] = "~Add characters" ;
- };
- NumericField NF_LONGER
- {
- HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_LONGER";
- Pos = MAP_APPFONT ( 86 , 28 ) ;
- Size = MAP_APPFONT ( 24 , 12 ) ;
- Border = TRUE ;
- Left = TRUE ;
- Repeat = TRUE ;
- Spin = TRUE ;
- Minimum = 0 ;
- First = 1 ;
- Maximum = 30 ;
- Last = 30 ;
- Value = 1 ;
- TabStop = TRUE ;
- };
- FixedText FT_SHORTER
- {
- Pos = MAP_APPFONT ( 12 , 46 ) ;
- Size = MAP_APPFONT ( 70 , 8 ) ;
- Text [ en-US ] = "~Remove characters" ;
- };
- NumericField NF_SHORTER
- {
- HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_SHORTER";
- Pos = MAP_APPFONT ( 86 , 44 ) ;
- Size = MAP_APPFONT ( 24 , 12 ) ;
- Border = TRUE ;
- Left = TRUE ;
- Repeat = TRUE ;
- Spin = TRUE ;
- Minimum = 0 ;
- First = 1 ;
- Maximum = 30 ;
- Last = 30 ;
- Value = 1 ;
- TabStop = TRUE ;
- };
- CheckBox CB_RELAX
- {
- HelpID = "cui:CheckBox:RID_SVXDLG_SEARCHSIMILARITY:CB_RELAX";
- Pos = MAP_APPFONT ( 12 , 60 ) ;
- Size = MAP_APPFONT ( 98 , 10 ) ;
- Text [ en-US ] = "~Combine" ;
- TabStop = TRUE ;
- };
- FixedLine FL_SIMILARITY
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 110 , 8 ) ;
- Text [ en-US ] = "Settings" ;
- };
- OKButton BTN_ATTR_OK
- {
- Pos = MAP_APPFONT ( 122 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- DefButton = TRUE ;
- };
- CancelButton BTN_ATTR_CANCEL
- {
- Pos = MAP_APPFONT ( 122 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
- HelpButton BTN_ATTR_HELP
- {
- Pos = MAP_APPFONT ( 122 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
-};
// ********************************************************************** EOF
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */