LibreOffice Module sc (master)
1
|
Functions | |
ScModelObj * | getMustPropagateChangesModel (const ScDocShell &rDocShell) |
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) |
static void | NotifyIfChangesListeners (const ScDocShell &rDocShell, ScMarkData &rMark, SCCOL nCol, SCROW nRow) |
|
inline |
Definition at line 475 of file docsh.hxx.
References SfxObjectShell::GetModel(), and ScModelObj::HasChangesListeners().
Referenced by ScViewFunc::ApplySelectionPattern(), ScViewFunc::DeleteContents(), ScViewFunc::FillAuto(), NotifyIfChangesListeners(), ScViewFunc::PostPasteFromClip(), and ScViewFunc::SetWidthOrHeight().
|
inline |
Definition at line 483 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 48 of file undocell.cxx.
References ScAddress::Col(), getMustPropagateChangesModel(), Notify(), ScRangeList::push_back(), and ScAddress::Row().
|
static |
Definition at line 326 of file viewfunc.cxx.
References getMustPropagateChangesModel(), Notify(), and ScRangeList::push_back().
|
inline |
Definition at line 491 of file docsh.hxx.
References getMustPropagateChangesModel(), and Notify().
Referenced by ScViewFunc::DeleteCells(), ScViewFunc::EnterData(), ScViewFunc::FillSeries(), ScViewFunc::InsertCells(), ScUndoEnterData::Redo(), ScUndoDeleteContents::Redo(), ScUndoEnterData::Undo(), and ScUndoDeleteContents::Undo().