LibreOffice Module sw (master)
1
|
#include <UndoSort.hxx>
Public Member Functions | |
SwSortUndoElement (const OUString &aS, const OUString &aT) | |
SwSortUndoElement (sal_uLong nS, sal_uLong nT) | |
~SwSortUndoElement () | |
Public Attributes | |
union { | |
struct { | |
sal_uLong nID | |
sal_uLong nSource | |
sal_uLong nTarget | |
} TXT | |
struct { | |
OUString * pSource | |
OUString * pTarget | |
} TBL | |
} | SORT_TXT_TBL |
Definition at line 34 of file UndoSort.hxx.
|
inline |
Definition at line 46 of file UndoSort.hxx.
References SORT_TXT_TBL.
Definition at line 51 of file UndoSort.hxx.
References SORT_TXT_TBL.
SwSortUndoElement::~SwSortUndoElement | ( | ) |
Definition at line 34 of file unsort.cxx.
References SORT_TXT_TBL.
sal_uLong SwSortUndoElement::nID |
Definition at line 38 of file UndoSort.hxx.
sal_uLong SwSortUndoElement::nSource |
Definition at line 39 of file UndoSort.hxx.
sal_uLong SwSortUndoElement::nTarget |
Definition at line 39 of file UndoSort.hxx.
OUString* SwSortUndoElement::pSource |
Definition at line 42 of file UndoSort.hxx.
OUString * SwSortUndoElement::pTarget |
Definition at line 42 of file UndoSort.hxx.
union { ... } SwSortUndoElement::SORT_TXT_TBL |
Referenced by SwSortUndoElement(), and ~SwSortUndoElement().
struct { ... } SwSortUndoElement::TBL |
struct { ... } SwSortUndoElement::TXT |