Lines Matching refs:ScResId

60     : ModelessDialog( pParent, ScResId( RID_SCDLG_SOLVER_PROGRESS ) ),  in ScSolverProgressDialog()
61 maFtProgress ( this, ScResId( FT_PROGRESS ) ), in ScSolverProgressDialog()
62 maFtTime ( this, ScResId( FT_TIMELIMIT ) ), in ScSolverProgressDialog()
63 maFlButtons ( this, ScResId( FL_BUTTONS ) ), in ScSolverProgressDialog()
64 maBtnOk ( this, ScResId( BTN_OK ) ) in ScSolverProgressDialog()
91 : ModalDialog( pParent, ScResId( RID_SCDLG_SOLVER_NOSOLUTION ) ), in ScSolverNoSolutionDialog()
92 maFtNoSolution ( this, ScResId( FT_NOSOLUTION ) ), in ScSolverNoSolutionDialog()
93 maFtErrorText ( this, ScResId( FT_ERRORTEXT ) ), in ScSolverNoSolutionDialog()
94 maFlButtons ( this, ScResId( FL_BUTTONS ) ), in ScSolverNoSolutionDialog()
95 maBtnOk ( this, ScResId( BTN_OK ) ) in ScSolverNoSolutionDialog()
108 : ModalDialog( pParent, ScResId( RID_SCDLG_SOLVER_SUCCESS ) ), in ScSolverSuccessDialog()
109 maFtSuccess ( this, ScResId( FT_SUCCESS ) ), in ScSolverSuccessDialog()
110 maFtResult ( this, ScResId( FT_RESULT ) ), in ScSolverSuccessDialog()
111 maFtQuestion ( this, ScResId( FT_QUESTION ) ), in ScSolverSuccessDialog()
112 maFlButtons ( this, ScResId( FL_BUTTONS ) ), in ScSolverSuccessDialog()
113 maBtnOk ( this, ScResId( BTN_OK ) ), in ScSolverSuccessDialog()
114 maBtnCancel ( this, ScResId( BTN_CANCEL ) ) in ScSolverSuccessDialog()
184 maFtObjectiveCell ( this, ScResId( FT_OBJECTIVECELL ) ), in ScOptSolverDlg()
185 maEdObjectiveCell ( this, this, ScResId( ED_OBJECTIVECELL ) ), in ScOptSolverDlg()
186 maRBObjectiveCell ( this, ScResId( IB_OBJECTIVECELL ), &maEdObjectiveCell, this ), in ScOptSolverDlg()
187 maFtDirection ( this, ScResId( FT_DIRECTION ) ), in ScOptSolverDlg()
188 maRbMax ( this, ScResId( RB_MAX ) ), in ScOptSolverDlg()
189 maRbMin ( this, ScResId( RB_MIN ) ), in ScOptSolverDlg()
190 maRbValue ( this, ScResId( RB_VALUE ) ), in ScOptSolverDlg()
191 maEdTargetValue ( this, this, ScResId( ED_TARGET ) ), in ScOptSolverDlg()
192 maRBTargetValue ( this, ScResId( IB_TARGET ), &maEdTargetValue, this ), in ScOptSolverDlg()
193 maFtVariableCells ( this, ScResId( FT_VARIABLECELLS ) ), in ScOptSolverDlg()
194 maEdVariableCells ( this, this, ScResId( ED_VARIABLECELLS ) ), in ScOptSolverDlg()
195 maRBVariableCells ( this, ScResId( IB_VARIABLECELLS ), &maEdVariableCells, this), in ScOptSolverDlg()
196 maFlConditions ( this, ScResId( FL_CONDITIONS ) ), in ScOptSolverDlg()
197 maFtCellRef ( this, ScResId( FT_CELLREF ) ), in ScOptSolverDlg()
198 maEdLeft1 ( this, ScResId( ED_LEFT1 ) ), in ScOptSolverDlg()
199 maRBLeft1 ( this, ScResId( IB_LEFT1 ), &maEdLeft1, this ), in ScOptSolverDlg()
200 maFtOperator ( this, ScResId( FT_OPERATOR ) ), in ScOptSolverDlg()
201 maLbOp1 ( this, ScResId( LB_OP1 ) ), in ScOptSolverDlg()
202 maFtConstraint ( this, ScResId( FT_CONSTRAINT ) ), in ScOptSolverDlg()
203 maEdRight1 ( this, ScResId( ED_RIGHT1 ) ), in ScOptSolverDlg()
204 maRBRight1 ( this, ScResId( IB_RIGHT1 ), &maEdRight1, this ), in ScOptSolverDlg()
205 maBtnDel1 ( this, ScResId( IB_DELETE1 ) ), in ScOptSolverDlg()
206 maEdLeft2 ( this, ScResId( ED_LEFT2 ) ), in ScOptSolverDlg()
207 maRBLeft2 ( this, ScResId( IB_LEFT2 ), &maEdLeft2, this ), in ScOptSolverDlg()
208 maLbOp2 ( this, ScResId( LB_OP2 ) ), in ScOptSolverDlg()
209 maEdRight2 ( this, ScResId( ED_RIGHT2 ) ), in ScOptSolverDlg()
210 maRBRight2 ( this, ScResId( IB_RIGHT2 ), &maEdRight2, this ), in ScOptSolverDlg()
211 maBtnDel2 ( this, ScResId( IB_DELETE2 ) ), in ScOptSolverDlg()
212 maEdLeft3 ( this, ScResId( ED_LEFT3 ) ), in ScOptSolverDlg()
213 maRBLeft3 ( this, ScResId( IB_LEFT3 ), &maEdLeft3, this ), in ScOptSolverDlg()
214 maLbOp3 ( this, ScResId( LB_OP3 ) ), in ScOptSolverDlg()
215 maEdRight3 ( this, ScResId( ED_RIGHT3 ) ), in ScOptSolverDlg()
216 maRBRight3 ( this, ScResId( IB_RIGHT3 ), &maEdRight3, this ), in ScOptSolverDlg()
217 maBtnDel3 ( this, ScResId( IB_DELETE3 ) ), in ScOptSolverDlg()
218 maEdLeft4 ( this, ScResId( ED_LEFT4 ) ), in ScOptSolverDlg()
219 maRBLeft4 ( this, ScResId( IB_LEFT4 ), &maEdLeft4, this ), in ScOptSolverDlg()
220 maLbOp4 ( this, ScResId( LB_OP4 ) ), in ScOptSolverDlg()
221 maEdRight4 ( this, ScResId( ED_RIGHT4 ) ), in ScOptSolverDlg()
222 maRBRight4 ( this, ScResId( IB_RIGHT4 ), &maEdRight4, this ), in ScOptSolverDlg()
223 maBtnDel4 ( this, ScResId( IB_DELETE4 ) ), in ScOptSolverDlg()
224 maScrollBar ( this, ScResId( SB_SCROLL ) ), in ScOptSolverDlg()
225 maFlButtons ( this, ScResId( FL_BUTTONS ) ), in ScOptSolverDlg()
226 maBtnOpt ( this, ScResId( BTN_OPTIONS ) ), in ScOptSolverDlg()
227 maBtnHelp ( this, ScResId( BTN_HELP ) ), in ScOptSolverDlg()
228 maBtnCancel ( this, ScResId( BTN_CLOSE ) ), in ScOptSolverDlg()
229 maBtnSolve ( this, ScResId( BTN_SOLVE ) ), in ScOptSolverDlg()
230 maInputError ( ScResId( STR_INVALIDINPUT ) ), in ScOptSolverDlg()
231 maConditionError ( ScResId( STR_INVALIDCONDITION ) ), in ScOptSolverDlg()