Lines Matching refs:_nSlotId

146             MatchFeatureDescriptionBySlotId( sal_Int32 _nSlotId ) :m_nSlotId( _nSlotId ) { }  in MatchFeatureDescriptionBySlotId()
185 ::rtl::OUString FeatureSlotTranslation::getControllerFeatureURLForSlotId( sal_Int32 _nSlotId ) in getControllerFeatureURLForSlotId() argument
188 …find_if( rDescriptions.begin(), rDescriptions.end(), MatchFeatureDescriptionBySlotId( _nSlotId ) ); in getControllerFeatureURLForSlotId()
200 sal_Int16 FeatureSlotTranslation::getFormFeatureForSlotId( sal_Int32 _nSlotId ) in getFormFeatureForSlotId() argument
203 …find_if( rDescriptions.begin(), rDescriptions.end(), MatchFeatureDescriptionBySlotId( _nSlotId ) ); in getFormFeatureForSlotId()
353 sal_Bool FormControllerHelper::isEnabled( sal_Int32 _nSlotId ) const in isEnabled()
357 …return m_xFormOperations->isEnabled( FeatureSlotTranslation::getFormFeatureForSlotId( _nSlotId ) ); in isEnabled()
370 void FormControllerHelper::getState( sal_Int32 _nSlotId, FeatureState& _rState ) const in getState() argument
373 …State = m_xFormOperations->getState( FeatureSlotTranslation::getFormFeatureForSlotId( _nSlotId ) ); in getState()
401 …void FormControllerHelper::execute( sal_Int32 _nSlotId, const ::rtl::OUString& _rParamName, const … in execute() argument
407 …m_nothrow( EXECUTE_ARGS, FeatureSlotTranslation::getFormFeatureForSlotId( _nSlotId ), aArguments ); in execute()
472 void FormControllerHelper::execute( sal_Int32 _nSlotId ) const in execute()
474 … impl_operateForm_nothrow( EXECUTE, FeatureSlotTranslation::getFormFeatureForSlotId( _nSlotId ), in execute()