Searched refs:_out_rTypes (Results 1 – 3 of 3) sorted by relevance
316 const Reference< XIntrospection >& _rxIntrospection, TypeBag& _out_rTypes ) in lcl_addListenerTypesFor_throw() argument328 ::std::insert_iterator< TypeBag >( _out_rTypes, _out_rTypes.begin() ) ); in lcl_addListenerTypesFor_throw()1053 void EventHandler::impl_getCopmonentListenerTypes_nothrow( Sequence< Type >& _out_rTypes ) const in impl_getCopmonentListenerTypes_nothrow()1055 _out_rTypes.realloc( 0 ); in impl_getCopmonentListenerTypes_nothrow()1075 _out_rTypes.realloc( aListeners.size() ); in impl_getCopmonentListenerTypes_nothrow()1076 ::std::copy( aListeners.begin(), aListeners.end(), _out_rTypes.getArray() ); in impl_getCopmonentListenerTypes_nothrow()
187 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >& _out_rTypes
453 void lcl_copyTypes( TypeBag& _out_rTypes, const Sequence< Type >& _rTypes ) in lcl_copyTypes() argument456 ::std::insert_iterator< TypeBag >( _out_rTypes, _out_rTypes.begin() ) ); in lcl_copyTypes()
Completed in 26 milliseconds