Home
last modified time | relevance | path

Searched refs:_out_rTypes (Results 1 – 3 of 3) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Deventhandler.cxx316 const Reference< XIntrospection >& _rxIntrospection, TypeBag& _out_rTypes ) in lcl_addListenerTypesFor_throw() argument
328 ::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()
H A Deventhandler.hxx187 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >& _out_rTypes
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx457 void lcl_copyTypes( TypeBag& _out_rTypes, const Sequence< Type >& _rTypes ) in lcl_copyTypes() argument
460 ::std::insert_iterator< TypeBag >( _out_rTypes, _out_rTypes.begin() ) ); in lcl_copyTypes()

Completed in 27 milliseconds