Lines Matching refs:ScResId

323     SfxTabPage( pParent, ScResId( TP_VALIDATION_VALUES ), rArgSet ),  in ScTPValidationValue()
324 maFtAllow ( this, ScResId( FT_ALLOW ) ), in ScTPValidationValue()
325 maLbAllow ( this, ScResId( LB_ALLOW ) ), in ScTPValidationValue()
326 maCbAllow ( this, ScResId( TSB_ALLOW_BLANKS ) ), in ScTPValidationValue()
327 maCbShow ( this, ScResId( CB_SHOWLIST ) ), in ScTPValidationValue()
328 maCbSort ( this, ScResId( CB_SORTLIST ) ), in ScTPValidationValue()
329 maFtValue ( this, ScResId( FT_VALUE ) ), in ScTPValidationValue()
330 maLbValue ( this, ScResId( LB_VALUE ) ), in ScTPValidationValue()
331 maFtMin ( this, ScResId( FT_MIN ) ), in ScTPValidationValue()
332 maEdMin ( this, ScResId( EDT_MIN ) ), in ScTPValidationValue()
333 maEdList ( this, ScResId( EDT_LIST ) ), in ScTPValidationValue()
334 maFtMax ( this, ScResId( FT_MAX ) ), in ScTPValidationValue()
335 maEdMax ( this, ScResId( EDT_MAX ) ), in ScTPValidationValue()
336 maFtHint ( this, ScResId( FT_SOURCEHINT ) ), in ScTPValidationValue()
337 maStrMin ( ScResId( SCSTR_VALID_MINIMUM ) ), in ScTPValidationValue()
338 maStrMax ( ScResId( SCSTR_VALID_MAXIMUM ) ), in ScTPValidationValue()
339 maStrValue( ScResId( SCSTR_VALID_VALUE ) ), in ScTPValidationValue()
340 maStrRange( ScResId( SCSTR_VALID_RANGE ) ), in ScTPValidationValue()
341 maStrList ( ScResId( SCSTR_VALID_LIST ) ), in ScTPValidationValue()
343 m_btnRef( this, ScResId( RB_VALIDITY_REF ) ) in ScTPValidationValue()
693 ScResId( TP_VALIDATION_INPUTHELP ), in ScTPValidationHelp()
695 aTsbHelp ( this, ScResId( TSB_HELP ) ), in ScTPValidationHelp()
696 aFlContent ( this, ScResId( FL_CONTENT ) ), in ScTPValidationHelp()
697 aFtTitle ( this, ScResId( FT_TITLE ) ), in ScTPValidationHelp()
698 aEdtTitle ( this, ScResId( EDT_TITLE ) ), in ScTPValidationHelp()
699 aFtInputHelp ( this, ScResId( FT_INPUTHELP ) ), in ScTPValidationHelp()
700 aEdInputHelp ( this, ScResId( EDT_INPUTHELP ) ), in ScTPValidationHelp()
779 ScResId( TP_VALIDATION_ERROR ), in ScTPValidationError()
781 aTsbShow ( this, ScResId( TSB_SHOW ) ), in ScTPValidationError()
782 aFlContent ( this, ScResId( FL_CONTENT ) ), in ScTPValidationError()
783 aFtAction ( this, ScResId( FT_ACTION ) ), in ScTPValidationError()
784 aLbAction ( this, ScResId( LB_ACTION ) ), in ScTPValidationError()
785 aBtnSearch ( this, ScResId( BTN_SEARCH ) ), in ScTPValidationError()
786 aFtTitle ( this, ScResId( FT_TITLE ) ), in ScTPValidationError()
787 aEdtTitle ( this, ScResId( EDT_TITLE ) ), in ScTPValidationError()
788 aFtError ( this, ScResId( FT_ERROR ) ), in ScTPValidationError()
789 aEdError ( this, ScResId( EDT_ERROR ) ), in ScTPValidationError()