Searched refs:SwXStringKeyMap (Results 1 – 2 of 2) sorted by relevance
92 class SwXStringKeyMap: class97 SwXStringKeyMap();108 SwXStringKeyMap(SwXStringKeyMap &); // not defined109 void operator =(SwXStringKeyMap &); // not defined111 virtual ~SwXStringKeyMap() {} in ~SwXStringKeyMap()
70 uno::Reference< container::XStringKeyMap > xProp = new SwXStringKeyMap; in getMarkupInfoContainer()491 SwXStringKeyMap::SwXStringKeyMap() in SwXStringKeyMap() function in SwXStringKeyMap495 uno::Any SAL_CALL SwXStringKeyMap::getValue(const ::rtl::OUString & aKey) throw (uno::RuntimeExcept… in getValue()504 ::sal_Bool SAL_CALL SwXStringKeyMap::hasValue(const ::rtl::OUString & aKey) throw (uno::RuntimeExce… in hasValue()509 void SAL_CALL SwXStringKeyMap::insertValue(const ::rtl::OUString & aKey, const uno::Any & aValue) t… in insertValue()518 ::sal_Int32 SAL_CALL SwXStringKeyMap::getCount() throw (uno::RuntimeException) in getCount()523 ::rtl::OUString SAL_CALL SwXStringKeyMap::getKeyByIndex(::sal_Int32 nIndex) throw (uno::RuntimeExce… in getKeyByIndex()531 uno::Any SAL_CALL SwXStringKeyMap::getValueByIndex(::sal_Int32 nIndex) throw (uno::RuntimeException… in getValueByIndex()
Completed in 11 milliseconds