Lines Matching refs:aFeature
1000 ControllerFeature aFeature; in implDescribeSupportedFeature() local
1001 aFeature.Command = ::rtl::OUString::createFromAscii( _pAsciiCommandURL ); in implDescribeSupportedFeature()
1002 aFeature.nFeatureId = _nFeatureId; in implDescribeSupportedFeature()
1003 aFeature.GroupId = _nCommandGroup; in implDescribeSupportedFeature()
1006 OSL_ENSURE( m_aSupportedFeatures.find( aFeature.Command ) == m_aSupportedFeatures.end(), in implDescribeSupportedFeature()
1009 m_aSupportedFeatures[ aFeature.Command ] = aFeature; in implDescribeSupportedFeature()
1574 ControllerFeature aFeature; in registerCommandURL() local
1575 aFeature.Command = _rCompleteCommandURL; in registerCommandURL()
1576 aFeature.nFeatureId = nFeatureId; in registerCommandURL()
1577 aFeature.GroupId = CommandGroup::INTERNAL; in registerCommandURL()
1578 m_aSupportedFeatures[ aFeature.Command ] = aFeature; in registerCommandURL()