LibreOffice Module sc (master) 1
|
#include <tabbgcolor.hxx>
Public Types | |
typedef ::std::vector< ScUndoTabColorInfo > | List |
Public Member Functions | |
ScUndoTabColorInfo (SCTAB nTab) | |
ScUndoTabColorInfo (const ScUndoTabColorInfo &r) | |
Public Attributes | |
SCTAB | mnTabId |
Color | maOldTabBgColor |
Color | maNewTabBgColor |
Definition at line 27 of file tabbgcolor.hxx.
typedef ::std::vector<ScUndoTabColorInfo> ScUndoTabColorInfo::List |
Definition at line 36 of file tabbgcolor.hxx.
|
explicit |
Definition at line 22 of file tabbgcolor.cxx.
References COL_AUTO().
ScUndoTabColorInfo::ScUndoTabColorInfo | ( | const ScUndoTabColorInfo & | r | ) |
Definition at line 29 of file tabbgcolor.cxx.
Color ScUndoTabColorInfo::maNewTabBgColor |
Definition at line 31 of file tabbgcolor.hxx.
Referenced by ScUndoTabColor::DoChange(), ScTabViewShell::ExecuteTable(), ScUndoTabColor::ScUndoTabColor(), and ScDocFunc::SetTabBgColor().
Color ScUndoTabColorInfo::maOldTabBgColor |
Definition at line 30 of file tabbgcolor.hxx.
Referenced by ScUndoTabColor::DoChange(), ScUndoTabColor::ScUndoTabColor(), and ScDocFunc::SetTabBgColor().
SCTAB ScUndoTabColorInfo::mnTabId |
Definition at line 29 of file tabbgcolor.hxx.
Referenced by ScUndoTabColor::DoChange(), and ScDocFunc::SetTabBgColor().