|
LibreOffice Module sd (master) 1
|
#include <annotationmanager.hxx>
Public Member Functions | |
| AnnotationManager (ViewShellBase &rViewShellBase) | |
| ~AnnotationManager () | |
| void | ExecuteAnnotation (SfxRequest const &rRequest) |
| void | GetAnnotationState (SfxItemSet &rItemSet) |
Private Attributes | |
| ::rtl::Reference< AnnotationManagerImpl > | mxImpl |
Definition at line 32 of file annotationmanager.hxx.
| sd::AnnotationManager::AnnotationManager | ( | ViewShellBase & | rViewShellBase | ) |
Definition at line 1197 of file annotationmanager.cxx.
References mxImpl.
| sd::AnnotationManager::~AnnotationManager | ( | ) |
Definition at line 1203 of file annotationmanager.cxx.
References mxImpl.
| void sd::AnnotationManager::ExecuteAnnotation | ( | SfxRequest const & | rRequest | ) |
Definition at line 1208 of file annotationmanager.cxx.
References mxImpl.
| void sd::AnnotationManager::GetAnnotationState | ( | SfxItemSet & | rItemSet | ) |
Definition at line 1213 of file annotationmanager.cxx.
References mxImpl.
|
private |
Definition at line 42 of file annotationmanager.hxx.
Referenced by AnnotationManager(), ExecuteAnnotation(), GetAnnotationState(), and ~AnnotationManager().