Searched refs:nFormFeature (Results 1 – 4 of 4) sorted by relevance
414 const sal_Int16 nFormFeature; member418 :nFormFeature( _nFormFeature ) in FeatureURL()458 if ( pFeatures->nFormFeature == _nFeatureId ) in getFeatureURLAscii()472 return pFeatures->nFormFeature; in getFeatureId()
163 sal_Int16 nFormFeature( m_nFormFeature ); in dispatch() local171 xFormOperations->execute( nFormFeature ); in dispatch()176 xFormOperations->executeWithArguments( nFormFeature, aArgs.getNamedValues() ); in dispatch()
84 sal_Int16 nFormFeature; // the css.form.runtime.FormFeature ID member162 return m_nFormFeature == _compare.nFormFeature; in operator ()()205 return ( pos != rDescriptions.end() ) ? pos->nFormFeature : -1; in getFormFeatureForSlotId()
4154 …sal_Int16 nFormFeature = ( nFeatureSlotId != -1 ) ? ::svx::FeatureSlotTranslation::getFormFeatureF… in interceptedQueryDispatch() local4155 if ( nFormFeature > 0 ) in interceptedQueryDispatch()4158 … DispatcherContainer::const_iterator aDispatcherPos = m_aFeatureDispatchers.find( nFormFeature ); in interceptedQueryDispatch()4162 …DispatcherContainer::value_type( nFormFeature, new ::svx::OSingleFeatureDispatcher( aURL, nFormFea… in interceptedQueryDispatch()
Completed in 53 milliseconds