LibreOffice Module sc (master) 1
|
Data (incl. More...
#include <editsrc.hxx>
Private Attributes | |
std::unique_ptr< ScCellTextData > | pCellTextData |
Data (incl.
EditEngine) for cell EditSource is now shared in ScCellTextData.
ScCellEditSource with local copy of ScCellTextData is used by ScCellFieldsObj, ScCellFieldObj.
Definition at line 73 of file editsrc.hxx.
ScCellEditSource::ScCellEditSource | ( | ScDocShell * | pDocSh, |
const ScAddress & | rP | ||
) |
Definition at line 65 of file editsrc.cxx.
Referenced by Clone().
|
overridevirtual |
Definition at line 68 of file editsrc.cxx.
|
overridevirtual |
Implements SvxEditSource.
Definition at line 72 of file editsrc.cxx.
References pCellTextData, and ScCellEditSource().
|
overridevirtual |
|
overridevirtual |
bool ScCellEditSource::IsDirty | ( | ) | const |
Definition at line 92 of file editsrc.cxx.
References pCellTextData.
Referenced by ScCellObj::removeActionLock(), ScCellObj::resetActionLocks(), and ScCellObj::setActionLocks().
void ScCellEditSource::SetDoUpdateData | ( | bool | bValue | ) |
Definition at line 87 of file editsrc.cxx.
References pCellTextData.
Referenced by ScCellObj::addActionLock(), ScCellObj::GetUnoText(), ScCellObj::removeActionLock(), ScCellObj::resetActionLocks(), and ScCellObj::setActionLocks().
|
overridevirtual |
Implements SvxEditSource.
Definition at line 82 of file editsrc.cxx.
References pCellTextData.
Referenced by ScCellObj::removeActionLock(), ScCellObj::resetActionLocks(), and ScCellObj::setActionLocks().
|
private |
Definition at line 76 of file editsrc.hxx.
Referenced by Clone(), GetEditEngine(), GetTextForwarder(), IsDirty(), SetDoUpdateData(), and UpdateData().