LibreOffice Module svx (master) 1
|
#include <fmexpl.hxx>
Public Member Functions | |
FmNavRequestSelectHint () | |
void | SetMixedSelection (bool bMixedSelection) |
bool | IsMixedSelection () const |
void | AddItem (FmEntryData *pEntry) |
void | ClearItems () |
FmEntryDataArray & | GetItems () |
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 | |
FmEntryDataArray | m_arredToSelect |
bool | m_bMixedSelection |
Definition at line 204 of file fmexpl.hxx.
|
inline |
Definition at line 209 of file fmexpl.hxx.
|
inline |
Definition at line 216 of file fmexpl.hxx.
References m_arredToSelect.
Referenced by svxform::NavigatorTreeModel::InsertFormComponent().
|
inline |
Definition at line 217 of file fmexpl.hxx.
References m_arredToSelect.
Referenced by svxform::NavigatorTreeModel::BroadcastMarkedObjects().
|
inline |
Definition at line 218 of file fmexpl.hxx.
References m_arredToSelect.
|
inline |
Definition at line 215 of file fmexpl.hxx.
References m_bMixedSelection.
|
inline |
Definition at line 214 of file fmexpl.hxx.
References m_bMixedSelection.
Referenced by svxform::NavigatorTreeModel::BroadcastMarkedObjects().
|
private |
Definition at line 206 of file fmexpl.hxx.
Referenced by AddItem(), ClearItems(), and GetItems().
|
private |
Definition at line 207 of file fmexpl.hxx.
Referenced by IsMixedSelection(), and SetMixedSelection().