LibreOffice Module sd (master) 1
|
Objects of this class are sent to listeners of the MasterPageObserver singleton when the list of master pages of one document has changed. More...
#include <MasterPageObserver.hxx>
Public Types | |
enum | EventType { ET_MASTER_PAGE_EXISTS , ET_MASTER_PAGE_ADDED , ET_MASTER_PAGE_REMOVED } |
Public Member Functions | |
MasterPageObserverEvent (EventType eType, const OUString &rMasterPageName) | |
Public Attributes | |
EventType | meType |
const OUString & | mrMasterPageName |
Objects of this class are sent to listeners of the MasterPageObserver singleton when the list of master pages of one document has changed.
Definition at line 94 of file MasterPageObserver.hxx.
Definition at line 97 of file MasterPageObserver.hxx.
|
inline |
Definition at line 110 of file MasterPageObserver.hxx.
References eType.
EventType sd::MasterPageObserverEvent::meType |
Definition at line 107 of file MasterPageObserver.hxx.
const OUString& sd::MasterPageObserverEvent::mrMasterPageName |
Definition at line 108 of file MasterPageObserver.hxx.