Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/container/ !
H A DIndexedPropertyValuesContainer.cxx45 class IndexedPropertyValuesContainer : public cppu::WeakImplHelper2< container::XIndexContainer, la… class
48 IndexedPropertyValuesContainer() throw();
49 virtual ~IndexedPropertyValuesContainer() throw();
80 IndexedPropertyValuesContainer::IndexedPropertyValuesContainer() throw() in IndexedPropertyValuesContainer() function in IndexedPropertyValuesContainer
84 IndexedPropertyValuesContainer::~IndexedPropertyValuesContainer() throw() in ~IndexedPropertyValuesContainer()
89 void SAL_CALL IndexedPropertyValuesContainer::insertByIndex( sal_Int32 nIndex, const ::com::sun::st… in insertByIndex()
129 void SAL_CALL IndexedPropertyValuesContainer::removeByIndex( sal_Int32 nIndex ) in removeByIndex()
162 void SAL_CALL IndexedPropertyValuesContainer::replaceByIndex( sal_Int32 nIndex, const ::com::sun::s… in replaceByIndex()
177 sal_Int32 SAL_CALL IndexedPropertyValuesContainer::getCount( ) in getCount()
182 ::com::sun::star::uno::Any SAL_CALL IndexedPropertyValuesContainer::getByIndex( sal_Int32 nIndex ) in getByIndex()
[all …]
/trunk/main/comphelper/ !
H A DLibrary_comphelp.mk59 comphelper/source/container/IndexedPropertyValuesContainer \