Lines Matching refs:IndexedPropertyValuesContainer

45 class IndexedPropertyValuesContainer : public cppu::WeakImplHelper2< container::XIndexContainer, la…  class
48 IndexedPropertyValuesContainer() throw();
49 virtual ~IndexedPropertyValuesContainer() throw();
91 IndexedPropertyValuesContainer::IndexedPropertyValuesContainer() throw() in IndexedPropertyValuesContainer() function in IndexedPropertyValuesContainer
95 IndexedPropertyValuesContainer::~IndexedPropertyValuesContainer() throw() in ~IndexedPropertyValuesContainer()
100 void SAL_CALL IndexedPropertyValuesContainer::insertByIndex( sal_Int32 nIndex, const ::com::sun::st… in insertByIndex()
142 void SAL_CALL IndexedPropertyValuesContainer::removeByIndex( sal_Int32 nIndex ) in removeByIndex()
177 void SAL_CALL IndexedPropertyValuesContainer::replaceByIndex( sal_Int32 nIndex, const ::com::sun::s… in replaceByIndex()
194 sal_Int32 SAL_CALL IndexedPropertyValuesContainer::getCount( ) in getCount()
200 ::com::sun::star::uno::Any SAL_CALL IndexedPropertyValuesContainer::getByIndex( sal_Int32 nIndex ) in getByIndex()
214 ::com::sun::star::uno::Type SAL_CALL IndexedPropertyValuesContainer::getElementType( ) in getElementType()
220 sal_Bool SAL_CALL IndexedPropertyValuesContainer::hasElements( ) in hasElements()
227 ::rtl::OUString SAL_CALL IndexedPropertyValuesContainer::getImplementationName( ) throw(::com::sun… in getImplementationName()
232 ::rtl::OUString SAL_CALL IndexedPropertyValuesContainer::getImplementationName_static( ) in getImplementationName_static()
237 sal_Bool SAL_CALL IndexedPropertyValuesContainer::supportsService( const ::rtl::OUString& ServiceNa… in supportsService()
243 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL IndexedPropertyValuesContainer::getSupp… in getSupportedServiceNames()
249 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL IndexedPropertyValuesContainer::getSupp… in getSupportedServiceNames_static()
257 uno::Reference< uno::XInterface > SAL_CALL IndexedPropertyValuesContainer::Create( in Create()
260 return (cppu::OWeakObject*)new IndexedPropertyValuesContainer(); in Create()
265 …static ::comphelper::module::OAutoRegistration< IndexedPropertyValuesContainer > aAutoRegistration; in createRegistryInfo_IndexedPropertyValuesContainer()