LibreOffice Module sw (master)
1
|
Public Member Functions | |
SwAccessibleEventList_Impl () | |
void | SetFiring () |
bool | IsFiring () const |
void | MoveMissingXAccToEnd () |
size_t | size () const |
std::list< SwAccessibleEvent_Impl >::iterator | begin () |
std::list< SwAccessibleEvent_Impl >::iterator | end () |
std::list< SwAccessibleEvent_Impl >::iterator | insert (const std::list< SwAccessibleEvent_Impl >::iterator &aIter, const SwAccessibleEvent_Impl &rEvent) |
std::list< SwAccessibleEvent_Impl >::iterator | erase (const std::list< SwAccessibleEvent_Impl >::iterator &aPos) |
Private Attributes | |
std::list< SwAccessibleEvent_Impl > | maEvents |
bool | mbFiring |
Definition at line 525 of file accmap.cxx.
|
inline |
Definition at line 531 of file accmap.cxx.
References false.
|
inline |
Definition at line 547 of file accmap.cxx.
Referenced by MoveMissingXAccToEnd().
|
inline |
Definition at line 548 of file accmap.cxx.
Referenced by MoveMissingXAccToEnd().
|
inline |
Definition at line 554 of file accmap.cxx.
Referenced by MoveMissingXAccToEnd().
|
inline |
Definition at line 549 of file accmap.cxx.
Referenced by MoveMissingXAccToEnd().
|
inline |
Definition at line 539 of file accmap.cxx.
References mbFiring.
void SwAccessibleEventList_Impl::MoveMissingXAccToEnd | ( | ) |
|
inline |
Definition at line 535 of file accmap.cxx.
|
inline |
Definition at line 546 of file accmap.cxx.
Referenced by MoveMissingXAccToEnd().
|
private |
Definition at line 527 of file accmap.cxx.
Referenced by MoveMissingXAccToEnd().
|
private |
Definition at line 528 of file accmap.cxx.
Referenced by IsFiring().