|
LibreOffice Module svx (master) 1
|
#include <galmisc.hxx>
Public Member Functions | |
| GalleryHint (GalleryHintType nType, OUString aThemeName, void *nData1=nullptr) | |
| GalleryHint (GalleryHintType nType, OUString aThemeName, OUString aStringData) | |
| GalleryHintType | GetType () const |
| const OUString & | GetThemeName () const |
| const OUString & | GetStringData () const |
| void * | GetData1 () const |
Public Member Functions inherited from SfxHint | |
| SfxHint () | |
| SfxHint (SfxHintId nId) | |
| virtual | ~SfxHint () |
| SfxHint (SfxHint const &)=default | |
| SfxHint (SfxHint &&)=default | |
| SfxHint & | operator= (SfxHint const &)=default |
| SfxHint & | operator= (SfxHint &&)=default |
| SfxHintId | GetId () const |
Private Attributes | |
| GalleryHintType | mnType |
| OUString | maThemeName |
| OUString | maStringData |
| void * | mnData1 |
Definition at line 175 of file galmisc.hxx.
|
inline |
Definition at line 186 of file galmisc.hxx.
References nType.
|
inline |
Definition at line 189 of file galmisc.hxx.
References nType.
|
inline |
Definition at line 195 of file galmisc.hxx.
References mnData1.
Referenced by GalleryBrowser2::Notify(), and unogallery::GalleryTheme::Notify().
|
inline |
Definition at line 194 of file galmisc.hxx.
References maStringData.
Referenced by GalleryBrowser1::Notify().
|
inline |
Definition at line 193 of file galmisc.hxx.
References maThemeName.
Referenced by GalleryBrowser1::Notify().
|
inline |
Definition at line 192 of file galmisc.hxx.
References mnType.
Referenced by GalleryBrowser2::Notify(), GalleryBrowser1::Notify(), and unogallery::GalleryTheme::Notify().
|
private |
Definition at line 181 of file galmisc.hxx.
Referenced by GetStringData().
|
private |
Definition at line 180 of file galmisc.hxx.
Referenced by GetThemeName().
|
private |
Definition at line 182 of file galmisc.hxx.
Referenced by GetData1().
|
private |
Definition at line 179 of file galmisc.hxx.
Referenced by GetType().