Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dunotextmarkup.hxx92 class SwXStringKeyMap: class
97 SwXStringKeyMap();
108 SwXStringKeyMap(SwXStringKeyMap &); // not defined
109 void operator =(SwXStringKeyMap &); // not defined
111 virtual ~SwXStringKeyMap() {} in ~SwXStringKeyMap()
/trunk/main/sw/source/core/unocore/
H A Dunotextmarkup.cxx70 uno::Reference< container::XStringKeyMap > xProp = new SwXStringKeyMap; in getMarkupInfoContainer()
491 SwXStringKeyMap::SwXStringKeyMap() in SwXStringKeyMap() function in SwXStringKeyMap
495 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 17 milliseconds