summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2014-01-28 00:14:27 +0100
committerKatarina Behrens <bubli@bubli.org>2014-01-28 00:39:54 +0100
commitc7b9d7d01f4253828311ff102d6a064f51022d01 (patch)
tree3462d1e2a65b340fcc272f978c04495447bc60e5 /sc/source/ui/src
parentcb64711136fff661f60d679db1e391866cc6fe10 (diff)
Converted Calc paste special dialog to .ui
Change-Id: Ibe782ed765a20adb34bb6ddd226c3d5ed328e810
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/miscdlgs.src205
1 files changed, 0 insertions, 205 deletions
diff --git a/sc/source/ui/src/miscdlgs.src b/sc/source/ui/src/miscdlgs.src
index be20fb5de069..20206df16b74 100644
--- a/sc/source/ui/src/miscdlgs.src
+++ b/sc/source/ui/src/miscdlgs.src
@@ -19,211 +19,6 @@
#include "miscdlgs.hrc"
-ModalDialog RID_SCDLG_INSCONT
-{
- OutputSize = TRUE ;
- HelpId = CMD_FID_INS_CELL_CONTENTS ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 260 , 187 ) ;
- Text [ en-US ] = "Paste Special" ;
- Moveable = TRUE ;
- Closeable = FALSE ;
- OKButton BTN_OK
- {
- Pos = MAP_APPFONT ( 204 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- DefButton = TRUE ;
- };
- CancelButton BTN_CANCEL
- {
- Pos = MAP_APPFONT ( 204 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
- HelpButton BTN_HELP
- {
- Pos = MAP_APPFONT ( 204 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
- CheckBox BTN_INSALL
- {
- HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSALL";
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 84 , 10 ) ;
- Text [ en-US ] = "~Paste all" ;
- TabStop = TRUE ;
- };
- CheckBox BTN_INSSTRINGS
- {
- HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSSTRINGS";
- Pos = MAP_APPFONT ( 12 , 30 ) ;
- Size = MAP_APPFONT ( 84 , 10 ) ;
- Text [ en-US ] = "Te~xt" ;
- TabStop = TRUE ;
- };
- CheckBox BTN_INSNUMBERS
- {
- HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSNUMBERS";
- Pos = MAP_APPFONT ( 12 , 44 ) ;
- Size = MAP_APPFONT ( 84 , 10 ) ;
- Text [ en-US ] = "~Numbers" ;
- TabStop = TRUE ;
- };
- CheckBox BTN_INSDATETIME
- {
- HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSDATETIME";
- Pos = MAP_APPFONT ( 12 , 58 ) ;
- Size = MAP_APPFONT ( 84 , 10 ) ;
- Text [ en-US ] = "~Date & time" ;
- TabStop = TRUE ;
- };
- CheckBox BTN_INSFORMULAS
- {
- HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSFORMULAS";
- Pos = MAP_APPFONT ( 12 , 72 ) ;
- Size = MAP_APPFONT ( 84 , 10 ) ;
- Text [ en-US ] = "~Formulas" ;
- TabStop = TRUE ;
- };
- CheckBox BTN_INSATTRS
- {
- HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSATTRS";
- Pos = MAP_APPFONT ( 12 , 100 ) ;
- Size = MAP_APPFONT ( 84 , 10 ) ;
- Text [ en-US ] = "For~mats" ;
- TabStop = TRUE ;
- };
- CheckBox BTN_INSOBJECTS
- {
- HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSOBJECTS";
- Pos = MAP_APPFONT ( 12 , 114 ) ;
- Size = MAP_APPFONT ( 84 , 10 ) ;
- Text [ en-US ] = "~Objects" ;
- TabStop = TRUE ;
- };
- CheckBox BTN_INSNOTES
- {
- HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSNOTES";
- Pos = MAP_APPFONT ( 12 , 86 ) ;
- Size = MAP_APPFONT ( 84 , 10 ) ;
- Text [ en-US ] = "~Comments" ;
- TabStop = TRUE ;
- };
- FixedLine FL_FRAME
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 93 , 8 ) ;
- Text [ en-US ] = "Selection" ;
- };
- RadioButton BTN_OP_NOOP
- {
- HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_NOOP";
- Pos = MAP_APPFONT ( 111 , 14 ) ;
- Size = MAP_APPFONT ( 83 , 10 ) ;
- Text [ en-US ] = "Non~e" ;
- };
- RadioButton BTN_OP_ADD
- {
- HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_ADD";
- Pos = MAP_APPFONT ( 111 , 30 ) ;
- Size = MAP_APPFONT ( 83 , 10 ) ;
- Text [ en-US ] = "~Add" ;
- };
- RadioButton BTN_OP_SUB
- {
- HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_SUB";
- Pos = MAP_APPFONT ( 111 , 44 ) ;
- Size = MAP_APPFONT ( 83 , 10 ) ;
- Text [ en-US ] = "~Subtract" ;
- };
- RadioButton BTN_OP_MUL
- {
- HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_MUL";
- Pos = MAP_APPFONT ( 111 , 58 ) ;
- Size = MAP_APPFONT ( 83 , 10 ) ;
- Text [ en-US ] = "Multipl~y" ;
- };
- RadioButton BTN_OP_DIV
- {
- HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_DIV";
- Pos = MAP_APPFONT ( 111 , 72 ) ;
- Size = MAP_APPFONT ( 83 , 10 ) ;
- Text [ en-US ] = "Di~vide" ;
- };
- FixedLine FL_OPERATION
- {
- Pos = MAP_APPFONT ( 105 , 3 ) ;
- Size = MAP_APPFONT ( 93 , 8 ) ;
- Text [ en-US ] = "Operations" ;
- };
- CheckBox BTN_SKIP_EMPTY
- {
- HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_SKIP_EMPTY";
- Pos = MAP_APPFONT ( 12 , 141 ) ;
- Size = MAP_APPFONT ( 84 , 10 ) ;
- Text [ en-US ] = "S~kip empty cells" ;
- };
- CheckBox BTN_TRANSPOSE
- {
- HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_TRANSPOSE";
- Pos = MAP_APPFONT ( 12 , 155 ) ;
- Size = MAP_APPFONT ( 84 , 10 ) ;
- Text [ en-US ] = "~Transpose" ;
- };
- CheckBox BTN_LINK
- {
- HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_LINK";
- Pos = MAP_APPFONT ( 12 , 169 ) ;
- Size = MAP_APPFONT ( 84 , 10 ) ;
- Text [ en-US ] = "~Link" ;
- };
- FixedLine FL_OPTIONS
- {
- Pos = MAP_APPFONT ( 6 , 130 ) ;
- Size = MAP_APPFONT ( 93 , 8 ) ;
- Text [ en-US ] = "Options" ;
- };
- RadioButton BTN_MV_NONE
- {
- HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_MV_NONE";
- Pos = MAP_APPFONT ( 111 , 141 ) ;
- Size = MAP_APPFONT ( 83 , 10 ) ;
- Text [ en-US ] = "Don't sh~ift" ;
- };
- RadioButton BTN_MV_DOWN
- {
- HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_MV_DOWN";
- Pos = MAP_APPFONT ( 111 , 155 ) ;
- Size = MAP_APPFONT ( 83 , 10 ) ;
- Text [ en-US ] = "Do~wn" ;
- };
- RadioButton BTN_MV_RIGHT
- {
- HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_MV_RIGHT";
- Pos = MAP_APPFONT ( 111 , 169 ) ;
- Size = MAP_APPFONT ( 83 , 10 ) ;
- Text [ en-US ] = "~Right" ;
- };
- FixedLine FL_MOVE
- {
- Pos = MAP_APPFONT ( 105 , 130 ) ;
- Size = MAP_APPFONT ( 93 , 8 ) ;
- Text [ en-US ] = "Shift cells" ;
- };
- FixedLine FL_SEP1
- {
- Pos = MAP_APPFONT( 102 , 14 ) ;
- Size = MAP_APPFONT( 1 , 96 ) ;
- };
- FixedLine FL_SEP2
- {
- Pos = MAP_APPFONT( 102 , 127 ) ;
- Size = MAP_APPFONT( 1 , 38 ) ;
- };
-};
-
ModalDialog RID_SCDLG_CHARTCOLROW
{
HelpID = "sc:ModalDialog:RID_SCDLG_CHARTCOLROW";