Home
last modified time | relevance | path

Searched refs:_out_rStates (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx536 void lcl_collectStates( const FeatureState& _rFeatureState, States& _out_rStates ) in lcl_collectStates() argument
546 _out_rStates.push_back( makeAny( *_rFeatureState.sTitle ) ); in lcl_collectStates()
548 _out_rStates.push_back( makeAny( (sal_Bool)*_rFeatureState.bChecked ) ); in lcl_collectStates()
550 _out_rStates.push_back( makeAny( Visibility( !*_rFeatureState.bInvisible ) ) ); in lcl_collectStates()
552 _out_rStates.push_back( _rFeatureState.aValue ); in lcl_collectStates()
553 if ( _out_rStates.empty() ) in lcl_collectStates()
554 _out_rStates.push_back( Any() ); in lcl_collectStates()

Completed in 242 milliseconds