Home
last modified time | relevance | path

Searched refs:IndexedPropertyValuesContainer (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/comphelper/source/container/
H A DIndexedPropertyValuesContainer.cxx45 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()
[all …]
/AOO41X/main/comphelper/
H A DLibrary_comphelp.mk56 comphelper/source/container/IndexedPropertyValuesContainer \