LibreOffice Module sc (master) 1
|
#include <uiitems.hxx>
Public Member Functions | |
ScEditViewHint ()=delete | |
ScEditViewHint (ScEditEngineDefaulter *pEngine, const ScAddress &rCurPos) | |
Create new EditView for Cursorposition. More... | |
virtual | ~ScEditViewHint () override |
SCCOL | GetCol () const |
SCROW | GetRow () const |
SCTAB | GetTab () const |
ScEditEngineDefaulter * | GetEngine () 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 | |
ScEditEngineDefaulter * | pEditEngine |
ScAddress | aCursorPos |
Definition at line 98 of file uiitems.hxx.
|
delete |
ScEditViewHint::ScEditViewHint | ( | ScEditEngineDefaulter * | pEngine, |
const ScAddress & | rCurPos | ||
) |
Create new EditView for Cursorposition.
Definition at line 111 of file uiitems.cxx.
|
overridevirtual |
Definition at line 117 of file uiitems.cxx.
|
inline |
Definition at line 108 of file uiitems.hxx.
References aCursorPos, and ScAddress::Col().
|
inline |
Definition at line 111 of file uiitems.hxx.
References pEditEngine.
|
inline |
Definition at line 109 of file uiitems.hxx.
References aCursorPos, and ScAddress::Row().
|
inline |
Definition at line 110 of file uiitems.hxx.
References aCursorPos, and ScAddress::Tab().
|
private |
Definition at line 101 of file uiitems.hxx.
|
private |
Definition at line 100 of file uiitems.hxx.
Referenced by GetEngine().