LibreOffice Module svx (master) 1
|
#include <IAccessibleViewForwarderListener.hxx>
Public Member Functions | |
virtual void | ViewForwarderChanged ()=0 |
This method is called to indicate a change of the specified view forwarder, specifically, a change in visible area. More... | |
Protected Member Functions | |
~IAccessibleViewForwarderListener () | |
The purpose of this interface is to notify a user of an IAccessibleViewForwarder when that view forwarder changes its properties. Such a change may be one of the following:
Definition at line 34 of file IAccessibleViewForwarderListener.hxx.
|
inlineprotected |
Definition at line 43 of file IAccessibleViewForwarderListener.hxx.
|
pure virtual |
This method is called to indicate a change of the specified view forwarder, specifically, a change in visible area.
Implemented in accessibility::AccessibleShape, accessibility::ChildrenManagerImpl, and accessibility::AccessibleCell.