LibreOffice Module sc (master) 1
|
#include <undostyl.hxx>
Public Member Functions | |
ScStyleSaveData () | |
ScStyleSaveData (const ScStyleSaveData &rOther) | |
ScStyleSaveData & | operator= (const ScStyleSaveData &rOther) |
void | InitFromStyle (const SfxStyleSheetBase *pSource) |
const OUString & | GetName () const |
const OUString & | GetParent () const |
const std::optional< SfxItemSet > & | GetItems () const |
Private Attributes | |
OUString | aName |
OUString | aParent |
std::optional< SfxItemSet > | moItems |
Definition at line 29 of file undostyl.hxx.
ScStyleSaveData::ScStyleSaveData | ( | ) |
Definition at line 37 of file undostyl.cxx.
ScStyleSaveData::ScStyleSaveData | ( | const ScStyleSaveData & | rOther | ) |
Definition at line 41 of file undostyl.cxx.
|
inline |
Definition at line 45 of file undostyl.hxx.
References moItems.
Referenced by ScUndoModifyStyle::DoChange().
|
inline |
Definition at line 43 of file undostyl.hxx.
References aName.
Referenced by ScUndoModifyStyle::DoChange(), ScUndoModifyStyle::Redo(), and ScUndoModifyStyle::Undo().
|
inline |
Definition at line 44 of file undostyl.hxx.
References aParent.
Referenced by ScUndoModifyStyle::DoChange().
void ScStyleSaveData::InitFromStyle | ( | const SfxStyleSheetBase * | pSource | ) |
Definition at line 63 of file undostyl.cxx.
References aName, aParent, GetItemSet(), SfxStyleSheetBase::GetName(), SfxStyleSheetBase::GetParent(), and moItems.
Referenced by ScTabViewShell::ExecStyle(), ScDocShell::ExecutePageStyle(), ScPreview::MouseButtonUp(), and ScDetectiveFunc::UpdateAllComments().
ScStyleSaveData & ScStyleSaveData::operator= | ( | const ScStyleSaveData & | rOther | ) |
Definition at line 49 of file undostyl.cxx.
|
private |
Definition at line 32 of file undostyl.hxx.
Referenced by GetName(), InitFromStyle(), and operator=().
|
private |
Definition at line 33 of file undostyl.hxx.
Referenced by GetParent(), InitFromStyle(), and operator=().
|
private |
Definition at line 34 of file undostyl.hxx.
Referenced by GetItems(), InitFromStyle(), operator=(), and ScStyleSaveData().