Home
last modified time | relevance | path

Searched refs:SwHistoryHint (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/core/inc/
H A Drolbck.hxx43 class SwHistoryHint;
95 class SwHistoryHint class
100 SwHistoryHint( HISTORY_HINT eWhich ) : m_eWhichId( eWhich ) {} in SwHistoryHint() function in SwHistoryHint
101 virtual ~SwHistoryHint() {} in ~SwHistoryHint()
107 class SwHistorySetFmt : public SwHistoryHint
120 class SwHistoryResetFmt : public SwHistoryHint
133 class SwHistorySetTxt : public SwHistoryHint
147 class SwHistorySetTxtFld : public SwHistoryHint
167 class SwHistorySetRefMark : public SwHistoryHint
180 class SwHistorySetTOXMark : public SwHistoryHint
[all …]
/AOO41X/main/sw/source/core/undo/
H A Drolbck.cxx71 String SwHistoryHint::GetDescription() const in SV_IMPL_PTRARR()
78 : SwHistoryHint( HSTRY_SETFMTHNT ) in SwHistorySetFmt()
190 : SwHistoryHint( HSTRY_RESETFMTHNT ) in SwHistoryResetFmt()
213 : SwHistoryHint( HSTRY_SETTXTHNT ) in SwHistorySetTxt()
267 : SwHistoryHint( HSTRY_SETTXTFLDHNT ) in SwHistorySetTxtFld()
329 : SwHistoryHint( HSTRY_SETREFMARKHNT ) in SwHistorySetRefMark()
358 : SwHistoryHint( HSTRY_SETTOXMARKHNT ) in SwHistorySetTOXMark()
417 : SwHistoryHint( HSTRY_RESETTXTHNT ) in SwHistoryResetTxt()
436 : SwHistoryHint( HSTRY_SETFTNHNT ) in SwHistorySetFootnote()
461 : SwHistoryHint( HSTRY_SETFTNHNT ) in SwHistorySetFootnote()
[all …]
H A Dunattr.cxx737 SwHistoryHint* pHHint = (GetHistory())[ 0 ]; in RedoImpl()
953 SwHistoryHint* pHstHnt; in RemoveIdx()