19#ifndef INCLUDED_SVL_HINT_HXX
20#define INCLUDED_SVL_HINT_HXX
159template<
typename charT,
typename traits >
160inline std::basic_ostream<charT, traits> &
operator <<(
161 std::basic_ostream<charT, traits> & stream,
const SfxHintId&
id )
238 return stream <<
"SwNavigatorSelectOutlinesWithSelections";
242 default:
return stream <<
"unk(" << std::to_string(
int(
id)) <<
")";
SfxHint(SfxHint &&)=default
SfxHint(SfxHint const &)=default
Reference< XOutputStream > stream
SfxHintId
hint ids, mostly used to avoid dynamic_cast of SfxHint
@ SwFindFormatForPostItId
@ SwNavigatorSelectOutlinesWithSelections
@ SwNavigatorUpdateTracking
@ SwCollectTextTOXMarksForLayout
@ SwCheckDrawFrameFormatLayer
@ SwSectionFrameMoveAndDelete
@ SwHasHiddenInformationNotes
@ TextViewSelectionChanged
@ SwLinkedGraphicStreamArrived
@ StyleSheetInDestruction
@ EditSourceSelectionChanged
@ TextProcessNotifications
std::basic_ostream< charT, traits > & operator<<(std::basic_ostream< charT, traits > &stream, const SfxHintId &id)