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