Lines Matching refs:ScResId
57 aFlVariables ( this, ScResId( FL_VARIABLES ) ), in ScTabOpDlg()
58 aFtFormulaRange ( this, ScResId( FT_FORMULARANGE ) ), in ScTabOpDlg()
59 aEdFormulaRange ( this, this, ScResId( ED_FORMULARANGE ) ), in ScTabOpDlg()
60 aRBFormulaRange ( this, ScResId( RB_FORMULARANGE ), &aEdFormulaRange, this ), in ScTabOpDlg()
61 aFtRowCell ( this, ScResId( FT_ROWCELL ) ), in ScTabOpDlg()
62 aEdRowCell ( this, this, ScResId( ED_ROWCELL ) ), in ScTabOpDlg()
63 aRBRowCell ( this, ScResId( RB_ROWCELL ), &aEdRowCell, this ), in ScTabOpDlg()
64 aFtColCell ( this, ScResId( FT_COLCELL ) ), in ScTabOpDlg()
65 aEdColCell ( this, this, ScResId( ED_COLCELL ) ), in ScTabOpDlg()
66 aRBColCell ( this, ScResId( RB_COLCELL ), &aEdColCell, this ), in ScTabOpDlg()
67 aBtnOk ( this, ScResId( BTN_OK ) ), in ScTabOpDlg()
68 aBtnCancel ( this, ScResId( BTN_CANCEL ) ), in ScTabOpDlg()
69 aBtnHelp ( this, ScResId( BTN_HELP ) ), in ScTabOpDlg()
76 errMsgNoFormula ( ScResId( STR_NOFORMULA ) ), in ScTabOpDlg()
77 errMsgNoColRow ( ScResId( STR_NOCOLROW ) ), in ScTabOpDlg()
78 errMsgWrongFormula ( ScResId( STR_WRONGFORMULA ) ), in ScTabOpDlg()
79 errMsgWrongRowCol ( ScResId( STR_WRONGROWCOL ) ), in ScTabOpDlg()
80 errMsgNoColFormula ( ScResId( STR_NOCOLFORMULA ) ), in ScTabOpDlg()
81 errMsgNoRowFormula ( ScResId( STR_NOROWFORMULA ) ) in ScTabOpDlg()