LibreOffice Module sc (master) 1
|
Functions | |
bool | isDataAreaInvalidateType (std::u16string_view rType) |
bool | getMustPropagateChangesModel (ScModelObj *pModelObj) |
void | Notify (ScModelObj &rModelObj, const ScRangeList &rChangeRanges, const OUString &rType=OUString("cell-change"), const css::uno::Sequence< css::beans::PropertyValue > &rProperties=css::uno::Sequence< css::beans::PropertyValue >()) |
void | NotifyIfChangesListeners (const ScDocShell &rDocShell, const ScRange &rRange, const OUString &rType=OUString("cell-change")) |
static void | NotifyIfChangesListeners (const ScDocShell &rDocShell, const ScAddress &rPos, const ScUndoEnterData::ValuesType &rOldValues, const OUString &rType=OUString("cell-change")) |
static void | NotifyIfChangesListeners (const ScDocShell &rDocShell, ScMarkData &rMark, SCCOL nCol, SCROW nRow, const OUString &rType="cell-change") |
|
inline |
Definition at line 493 of file docsh.hxx.
References ScModelObj::HasChangesListeners().
Referenced by ScViewFunc::ApplySelectionPattern(), ScViewFunc::DeleteContents(), ScViewFunc::FillAuto(), NotifyIfChangesListeners(), ScViewFunc::PostPasteFromClip(), and ScViewFunc::SetWidthOrHeight().
|
inline |
Definition at line 473 of file docsh.hxx.
References u.
Referenced by ScModelObj::NotifyChanges(), and NotifyIfChangesListeners().
|
inline |
Definition at line 498 of file docsh.hxx.
References ScModelObj::NotifyChanges().
Referenced by ScViewFunc::ApplySelectionPattern(), ScViewFunc::DeleteContents(), ScViewFunc::FillAuto(), NotifyIfChangesListeners(), ScViewFunc::PostPasteFromClip(), and ScViewFunc::SetWidthOrHeight().
|
static |
Definition at line 50 of file undocell.cxx.
References ScAddress::Col(), ScDocShell::GetModel(), getMustPropagateChangesModel(), isDataAreaInvalidateType(), Notify(), ScRangeList::push_back(), and ScAddress::Row().
|
inline |
Definition at line 506 of file docsh.hxx.
References ScDocShell::GetModel(), getMustPropagateChangesModel(), isDataAreaInvalidateType(), Notify(), and ScDocShellModificator::rDocShell.
Referenced by ScViewFunc::DeleteCells(), ScViewFunc::EnterData(), ScViewFunc::FillSeries(), ScViewFunc::InsertCells(), ScUndoDeleteContents::Redo(), ScUndoEnterData::Redo(), ScDocument::SetNote(), ScUndoDeleteContents::Undo(), and ScUndoEnterData::Undo().
|
static |
Definition at line 340 of file viewfunc.cxx.
References ScDocShell::GetModel(), getMustPropagateChangesModel(), isDataAreaInvalidateType(), Notify(), and ScRangeList::push_back().