|
LibreOffice Module sw (master) 1
|
Public Types | |
| typedef const SwFrame * | key_type |
| typedef uno::WeakReference< XAccessible > | mapped_type |
| typedef std::pair< const key_type, mapped_type > | value_type |
| typedef std::unordered_map< key_type, mapped_type >::iterator | iterator |
| typedef std::unordered_map< key_type, mapped_type >::const_iterator | const_iterator |
Public Member Functions | |
| SwAccessibleContextMap_Impl () | |
| iterator | begin () |
| iterator | end () |
| bool | empty () const |
| void | clear () |
| iterator | find (const key_type &key) |
| template<class... Args> | |
| std::pair< iterator, bool > | emplace (Args &&... args) |
| iterator | erase (const_iterator const &pos) |
Public Attributes | |
| bool | mbLocked |
Private Attributes | |
| std::unordered_map< key_type, mapped_type > | maMap |
Definition at line 86 of file accmap.cxx.
| typedef std::unordered_map<key_type,mapped_type>::const_iterator SwAccessibleContextMap_Impl::const_iterator |
Definition at line 93 of file accmap.cxx.
| typedef std::unordered_map<key_type,mapped_type>::iterator SwAccessibleContextMap_Impl::iterator |
Definition at line 92 of file accmap.cxx.
| typedef const SwFrame* SwAccessibleContextMap_Impl::key_type |
Definition at line 89 of file accmap.cxx.
| typedef uno::WeakReference< XAccessible > SwAccessibleContextMap_Impl::mapped_type |
Definition at line 90 of file accmap.cxx.
| typedef std::pair<const key_type,mapped_type> SwAccessibleContextMap_Impl::value_type |
Definition at line 91 of file accmap.cxx.
|
inline |
Definition at line 102 of file accmap.cxx.
|
inline |
Definition at line 108 of file accmap.cxx.
References maMap.
Referenced by SwAccessibleMap::InvalidateShapeInParaSelection().
|
inline |
Definition at line 111 of file accmap.cxx.
References maMap.
Referenced by SwAccessibleMap::InvalidateShapeInParaSelection().
|
inline |
Definition at line 114 of file accmap.cxx.
Referenced by SwAccessibleMap::InvalidateShapeInParaSelection().
|
inline |
Definition at line 110 of file accmap.cxx.
References maMap.
|
inline |
Definition at line 109 of file accmap.cxx.
References maMap.
Referenced by SwAccessibleMap::InvalidateShapeInParaSelection().
|
inline |
Definition at line 115 of file accmap.cxx.
Definition at line 112 of file accmap.cxx.
References maMap.
Referenced by SwAccessibleMap::InvalidateShapeInParaSelection().
|
private |
| bool SwAccessibleContextMap_Impl::mbLocked |
Definition at line 99 of file accmap.cxx.