Searched refs:_rFeatureState (Results 1 – 1 of 1) sorted by relevance
536 void lcl_collectStates( const FeatureState& _rFeatureState, States& _out_rStates ) in lcl_collectStates() argument545 if ( !!_rFeatureState.sTitle ) in lcl_collectStates()546 _out_rStates.push_back( makeAny( *_rFeatureState.sTitle ) ); in lcl_collectStates()547 if ( !!_rFeatureState.bChecked ) in lcl_collectStates()548 _out_rStates.push_back( makeAny( (sal_Bool)*_rFeatureState.bChecked ) ); in lcl_collectStates()549 if ( !!_rFeatureState.bInvisible ) in lcl_collectStates()550 _out_rStates.push_back( makeAny( Visibility( !*_rFeatureState.bInvisible ) ) ); in lcl_collectStates()551 if ( _rFeatureState.aValue.hasValue() ) in lcl_collectStates()552 _out_rStates.push_back( _rFeatureState.aValue ); in lcl_collectStates()
Completed in 18 milliseconds