Lines Matching refs:ScResId
51 : ModalDialog ( pParent, ScResId( RID_SCDLG_INSCONT ) ), in ScInsertContentsDlg()
53 aFlFrame ( this, ScResId( FL_FRAME ) ), in ScInsertContentsDlg()
54 aBtnInsAll ( this, ScResId( BTN_INSALL ) ), in ScInsertContentsDlg()
55 aBtnInsStrings ( this, ScResId( BTN_INSSTRINGS ) ), in ScInsertContentsDlg()
56 aBtnInsNumbers ( this, ScResId( BTN_INSNUMBERS ) ), in ScInsertContentsDlg()
57 aBtnInsDateTime ( this, ScResId( BTN_INSDATETIME ) ), in ScInsertContentsDlg()
58 aBtnInsFormulas ( this, ScResId( BTN_INSFORMULAS ) ), in ScInsertContentsDlg()
59 aBtnInsNotes ( this, ScResId( BTN_INSNOTES ) ), in ScInsertContentsDlg()
60 aBtnInsAttrs ( this, ScResId( BTN_INSATTRS ) ), in ScInsertContentsDlg()
61 aBtnInsObjects ( this, ScResId( BTN_INSOBJECTS ) ), in ScInsertContentsDlg()
62 aFlSep1 ( this, ScResId( FL_SEP1 ) ), in ScInsertContentsDlg()
63 aFlOptions ( this, ScResId( FL_OPTIONS ) ), in ScInsertContentsDlg()
64 aBtnSkipEmptyCells( this, ScResId(BTN_SKIP_EMPTY ) ), in ScInsertContentsDlg()
65 aBtnTranspose ( this, ScResId( BTN_TRANSPOSE ) ), in ScInsertContentsDlg()
66 aBtnLink ( this, ScResId( BTN_LINK ) ), in ScInsertContentsDlg()
67 aFlOperation ( this, ScResId( FL_OPERATION ) ), in ScInsertContentsDlg()
68 aRbNoOp ( this, ScResId( BTN_OP_NOOP ) ), in ScInsertContentsDlg()
69 aRbAdd ( this, ScResId( BTN_OP_ADD ) ), in ScInsertContentsDlg()
70 aRbSub ( this, ScResId( BTN_OP_SUB ) ), in ScInsertContentsDlg()
71 aRbMul ( this, ScResId( BTN_OP_MUL ) ), in ScInsertContentsDlg()
72 aRbDiv ( this, ScResId( BTN_OP_DIV ) ), in ScInsertContentsDlg()
73 aFlSep2 ( this, ScResId( FL_SEP2 ) ), in ScInsertContentsDlg()
74 aFlMove ( this, ScResId( FL_MOVE ) ), in ScInsertContentsDlg()
75 aRbMoveNone ( this, ScResId( BTN_MV_NONE ) ), in ScInsertContentsDlg()
76 aRbMoveDown ( this, ScResId( BTN_MV_DOWN ) ), in ScInsertContentsDlg()
77 aRbMoveRight ( this, ScResId( BTN_MV_RIGHT ) ), in ScInsertContentsDlg()
78 aBtnOk ( this, ScResId( BTN_OK ) ), in ScInsertContentsDlg()
79 aBtnCancel ( this, ScResId( BTN_CANCEL ) ), in ScInsertContentsDlg()
80 aBtnHelp ( this, ScResId( BTN_HELP ) ), in ScInsertContentsDlg()