Searched refs:_rFeatureURL (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 173 FeatureState getState( const URL& _rFeatureURL ); 174 void execute( const URL& _rFeatureURL, const Sequence< PropertyValue>& _rArgs ); 198 void UserDefinedFeatures::execute( const URL& _rFeatureURL, const Sequence< PropertyValue>& _rArgs ) in execute() argument 205 _rFeatureURL, in execute() 217 xDispatch->dispatch( _rFeatureURL, _rArgs ); in execute() 1082 bool OGenericUnoController::isUserDefinedFeature( const ::rtl::OUString& _rFeatureURL ) const in isUserDefinedFeature() 1084 SupportedFeatures::const_iterator pos = m_aSupportedFeatures.find( _rFeatureURL ); in isUserDefinedFeature()
|
/aoo42x/main/svx/source/form/ |
H A D | fmtextcontrolfeature.cxx | 46 …ntrolFeature( const Reference< XDispatch >& _rxDispatcher, const URL& _rFeatureURL, SfxSlotId _nSl… in FmTextControlFeature() argument 48 ,m_aFeatureURL ( _rFeatureURL ) in FmTextControlFeature()
|
H A D | formfeaturedispatcher.cxx | 48 …OSingleFeatureDispatcher::OSingleFeatureDispatcher( const URL& _rFeatureURL, const sal_Int16 _nFor… in OSingleFeatureDispatcher() argument 53 ,m_aFeatureURL( _rFeatureURL ) in OSingleFeatureDispatcher()
|
/aoo42x/main/svx/source/inc/ |
H A D | fmtextcontrolfeature.hxx | 67 const ::com::sun::star::util::URL& _rFeatureURL,
|
H A D | formfeaturedispatcher.hxx | 77 const ::com::sun::star::util::URL& _rFeatureURL,
|
/aoo42x/main/dbaccess/inc/ |
H A D | genericcontroller.hxx | 353 bool isUserDefinedFeature( const ::rtl::OUString& _rFeatureURL ) const;
|
Completed in 35 milliseconds