Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/helper/
H A Dformnavigation.cxx414 const sal_Int16 nFormFeature; member
418 :nFormFeature( _nFormFeature ) in FeatureURL()
458 if ( pFeatures->nFormFeature == _nFeatureId ) in getFeatureURLAscii()
472 return pFeatures->nFormFeature; in getFeatureId()
/aoo4110/main/svx/source/form/
H A Dformfeaturedispatcher.cxx163 sal_Int16 nFormFeature( m_nFormFeature ); in dispatch() local
171 xFormOperations->execute( nFormFeature ); in dispatch()
176 xFormOperations->executeWithArguments( nFormFeature, aArgs.getNamedValues() ); in dispatch()
H A Dformcontrolling.cxx84 sal_Int16 nFormFeature; // the css.form.runtime.FormFeature ID member
162 return m_nFormFeature == _compare.nFormFeature; in operator ()()
205 return ( pos != rDescriptions.end() ) ? pos->nFormFeature : -1; in getFormFeatureForSlotId()
H A Dformcontroller.cxx4154 …sal_Int16 nFormFeature = ( nFeatureSlotId != -1 ) ? ::svx::FeatureSlotTranslation::getFormFeatureF… in interceptedQueryDispatch() local
4155 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 44 milliseconds