Searched refs:_rTypes (Results 1 – 4 of 4) sorted by relevance
73 void TypeBag::addTypes( const TypeSequence& _rTypes ) in addTypes() argument76 _rTypes.getConstArray(), in addTypes()77 _rTypes.getConstArray() + _rTypes.getLength(), in addTypes()
121 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >& _rTypes); \175 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >& _rTypes) \186 ::cppu::OImplementationId& rId = (*pMap)[_rTypes]; \
457 void lcl_copyTypes( TypeBag& _out_rTypes, const Sequence< Type >& _rTypes ) in lcl_copyTypes() argument459 ::std::copy( _rTypes.getConstArray(), _rTypes.getConstArray() + _rTypes.getLength(), in lcl_copyTypes()
85 void addTypes( const TypeSequence& _rTypes );
Completed in 68 milliseconds