LibreOffice Module sc (master) 1
|
#include <inputhdl.hxx>
Public Member Functions | |
ScInputHdlState (const ScAddress &rCurPos, const ScAddress &rStartPos, const ScAddress &rEndPos, OUString aString, const EditTextObject *pData) | |
ScInputHdlState. More... | |
ScInputHdlState (const ScInputHdlState &rCpy) | |
~ScInputHdlState () | |
ScInputHdlState & | operator= (const ScInputHdlState &r) |
bool | operator== (const ScInputHdlState &r) const |
const ScAddress & | GetPos () const |
const ScAddress & | GetStartPos () const |
const ScAddress & | GetEndPos () const |
const OUString & | GetString () const |
const EditTextObject * | GetEditData () const |
Private Attributes | |
ScAddress | aCursorPos |
ScAddress | aStartPos |
ScAddress | aEndPos |
OUString | aString |
std::unique_ptr< EditTextObject > | pEditData |
Friends | |
class | ScInputHandler |
Definition at line 304 of file inputhdl.hxx.
ScInputHdlState::ScInputHdlState | ( | const ScAddress & | rCurPos, |
const ScAddress & | rStartPos, | ||
const ScAddress & | rEndPos, | ||
OUString | aString, | ||
const EditTextObject * | pData | ||
) |
ScInputHdlState::ScInputHdlState | ( | const ScInputHdlState & | rCpy | ) |
Definition at line 4655 of file inputhdl.cxx.
ScInputHdlState::~ScInputHdlState | ( | ) |
Definition at line 4660 of file inputhdl.cxx.
|
inline |
Definition at line 324 of file inputhdl.hxx.
References pEditData.
Referenced by ScInputHandler::NotifyChange().
|
inline |
Definition at line 322 of file inputhdl.hxx.
References aEndPos.
Referenced by ScInputHandler::NotifyChange().
|
inline |
Definition at line 320 of file inputhdl.hxx.
References aCursorPos.
Referenced by ScInputHandler::NotifyChange().
|
inline |
Definition at line 321 of file inputhdl.hxx.
References aStartPos.
Referenced by ScInputHandler::NotifyChange().
|
inline |
Definition at line 323 of file inputhdl.hxx.
References aString.
Referenced by ScInputHandler::NotifyChange().
ScInputHdlState & ScInputHdlState::operator= | ( | const ScInputHdlState & | r | ) |
Definition at line 4673 of file inputhdl.cxx.
References aCursorPos, aEndPos, aStartPos, aString, and pEditData.
bool ScInputHdlState::operator== | ( | const ScInputHdlState & | r | ) | const |
Definition at line 4664 of file inputhdl.cxx.
References aCursorPos, aEndPos, aStartPos, aString, ScGlobal::EETextObjEqual(), and pEditData.
|
friend |
Definition at line 306 of file inputhdl.hxx.
|
private |
Definition at line 327 of file inputhdl.hxx.
Referenced by GetPos(), operator=(), and operator==().
|
private |
Definition at line 329 of file inputhdl.hxx.
Referenced by GetEndPos(), operator=(), and operator==().
|
private |
Definition at line 328 of file inputhdl.hxx.
Referenced by GetStartPos(), operator=(), and operator==().
|
private |
Definition at line 330 of file inputhdl.hxx.
Referenced by GetString(), operator=(), and operator==().
|
private |
Definition at line 331 of file inputhdl.hxx.
Referenced by GetEditData(), operator=(), and operator==().