LibreOffice Module sw (master) 1
|
Public Types | |
typedef uno::WeakReference< XAccessible > | key_type |
typedef SwAccessibleParaSelection | mapped_type |
typedef std::pair< const key_type, mapped_type > | value_type |
typedef SwXAccWeakRefComp | key_compare |
typedef std::map< key_type, mapped_type, key_compare >::iterator | iterator |
typedef std::map< key_type, mapped_type, key_compare >::const_iterator | const_iterator |
Public Member Functions | |
iterator | begin () |
iterator | end () |
iterator | find (const key_type &key) |
template<class... Args> | |
std::pair< iterator, bool > | emplace (Args &&... args) |
iterator | erase (const_iterator const &pos) |
Private Attributes | |
std::map< key_type, mapped_type, key_compare > | maMap |
Definition at line 659 of file accmap.cxx.
typedef std::map<key_type,mapped_type,key_compare>::const_iterator SwAccessibleSelectedParas_Impl::const_iterator |
Definition at line 667 of file accmap.cxx.
typedef std::map<key_type,mapped_type,key_compare>::iterator SwAccessibleSelectedParas_Impl::iterator |
Definition at line 666 of file accmap.cxx.
typedef SwXAccWeakRefComp SwAccessibleSelectedParas_Impl::key_compare |
Definition at line 665 of file accmap.cxx.
typedef uno::WeakReference< XAccessible > SwAccessibleSelectedParas_Impl::key_type |
Definition at line 662 of file accmap.cxx.
typedef SwAccessibleParaSelection SwAccessibleSelectedParas_Impl::mapped_type |
Definition at line 663 of file accmap.cxx.
typedef std::pair<const key_type,mapped_type> SwAccessibleSelectedParas_Impl::value_type |
Definition at line 664 of file accmap.cxx.
|
inline |
Definition at line 671 of file accmap.cxx.
References maMap.
|
inline |
Definition at line 675 of file accmap.cxx.
|
inline |
Definition at line 672 of file accmap.cxx.
References maMap.
|
inline |
Definition at line 676 of file accmap.cxx.
Definition at line 673 of file accmap.cxx.
References maMap.
|
private |