Lines Matching refs:ScResId

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