LibreOffice Module sw (master) 1
|
#include <acchypertextdata.hxx>
Public Types | |
typedef const SwTextAttr * | key_type |
typedef css::uno::WeakReference< css::accessibility::XAccessibleHyperlink > | mapped_type |
typedef std::pair< const key_type, mapped_type > | value_type |
typedef std::less< const SwTextAttr * > | key_compare |
typedef std::map< key_type, mapped_type, key_compare >::iterator | iterator |
Public Member Functions | |
SwAccessibleHyperTextData () | |
~SwAccessibleHyperTextData () | |
iterator | begin () |
iterator | end () |
iterator | find (const key_type &key) |
template<class... Args> | |
std::pair< iterator, bool > | emplace (Args &&... args) |
Private Attributes | |
std::map< key_type, mapped_type, key_compare > | maMap |
Definition at line 31 of file acchypertextdata.hxx.
typedef std::map<key_type,mapped_type,key_compare>::iterator SwAccessibleHyperTextData::iterator |
Definition at line 38 of file acchypertextdata.hxx.
typedef std::less< const SwTextAttr * > SwAccessibleHyperTextData::key_compare |
Definition at line 37 of file acchypertextdata.hxx.
typedef const SwTextAttr* SwAccessibleHyperTextData::key_type |
Definition at line 34 of file acchypertextdata.hxx.
typedef css::uno::WeakReference< css::accessibility::XAccessibleHyperlink > SwAccessibleHyperTextData::mapped_type |
Definition at line 35 of file acchypertextdata.hxx.
typedef std::pair<const key_type,mapped_type> SwAccessibleHyperTextData::value_type |
Definition at line 36 of file acchypertextdata.hxx.
SwAccessibleHyperTextData::SwAccessibleHyperTextData | ( | ) |
Definition at line 26 of file acchypertextdata.cxx.
SwAccessibleHyperTextData::~SwAccessibleHyperTextData | ( | ) |
Definition at line 30 of file acchypertextdata.cxx.
References begin(), end(), and SwAccessibleHyperlink::Invalidate().
|
inline |
Definition at line 45 of file acchypertextdata.hxx.
References maMap.
Referenced by ~SwAccessibleHyperTextData().
|
inline |
Definition at line 49 of file acchypertextdata.hxx.
|
inline |
Definition at line 46 of file acchypertextdata.hxx.
References maMap.
Referenced by ~SwAccessibleHyperTextData().
Definition at line 47 of file acchypertextdata.hxx.
References maMap.
|
private |