LibreOffice Module sc (master) 1
|
#include <undoblk.hxx>
Public Member Functions | |
ScUndoPasteOptions () | |
Public Attributes | |
ScPasteFunc | nFunction |
bool | bSkipEmptyCells |
bool | bTranspose |
bool | bAsLink |
InsCellCmd | eMoveMode |
Definition at line 163 of file undoblk.hxx.
|
inline |
Definition at line 171 of file undoblk.hxx.
References NONE.
bool ScUndoPasteOptions::bAsLink |
Definition at line 168 of file undoblk.hxx.
Referenced by ScViewFunc::PasteFromClip(), ScViewFunc::PasteFromClipToMultiRanges(), ScViewFunc::PasteMultiRangesFromClip(), and ScUndoPaste::Repeat().
bool ScUndoPasteOptions::bSkipEmptyCells |
Definition at line 166 of file undoblk.hxx.
Referenced by ScViewFunc::PasteFromClip(), ScViewFunc::PasteFromClipToMultiRanges(), ScViewFunc::PasteMultiRangesFromClip(), and ScUndoPaste::Repeat().
bool ScUndoPasteOptions::bTranspose |
Definition at line 167 of file undoblk.hxx.
Referenced by ScViewFunc::PasteFromClip(), ScViewFunc::PasteFromClipToMultiRanges(), ScViewFunc::PasteMultiRangesFromClip(), and ScUndoPaste::Repeat().
InsCellCmd ScUndoPasteOptions::eMoveMode |
Definition at line 169 of file undoblk.hxx.
Referenced by ScViewFunc::PasteFromClip(), ScViewFunc::PasteFromClipToMultiRanges(), ScViewFunc::PasteMultiRangesFromClip(), and ScUndoPaste::Repeat().
ScPasteFunc ScUndoPasteOptions::nFunction |
Definition at line 165 of file undoblk.hxx.
Referenced by ScViewFunc::PasteFromClip(), ScViewFunc::PasteFromClipToMultiRanges(), ScViewFunc::PasteMultiRangesFromClip(), and ScUndoPaste::Repeat().