#include <ostream>
#include <string>
#include <svl/svldllapi.h>
Go to the source code of this file.
|
enum class | SfxHintId {
NONE
,
Dying
,
NameChanged
,
TitleChanged
,
DataChanged
,
DocChanged
,
UpdateDone
,
Deinitializing
,
ModeChanged
,
ColorsChanged
,
LanguageChanged
,
RedlineChanged
,
DocumentRepair
,
SvxViewChanged
,
TextParaInserted
,
TextParaRemoved
,
TextParaContentChanged
,
TextHeightChanged
,
TextFormatPara
,
TextFormatted
,
TextModified
,
TextProcessNotifications
,
TextViewScrolled
,
TextViewSelectionChanged
,
TextViewCaretChanged
,
BasicDataWanted
,
BasicDataChanged
,
BasicInfoWanted
,
BasicStart
,
BasicStop
,
EditSourceParasMoved
,
EditSourceSelectionChanged
,
ScDataChanged
,
ScTableOpDirty
,
ScCalcAll
,
ScReference
,
ScDrawLayerNew
,
ScDbAreasChanged
,
ScAreaChanged
,
ScAreasChanged
,
ScTablesChanged
,
ScDrawChanged
,
ScDocNameChanged
,
ScAreaLinksChanged
,
ScShowRangeFinder
,
ScDocSaved
,
ScForceSetTab
,
ScNavigatorUpdateAll
,
ScAnyDataChanged
,
ScPrintOptions
,
ScRefModeChanged
,
ScKillEditView
,
ScKillEditViewNoPaint
,
ScHiddenRowsChanged
,
ScSelectionChanged
,
ScClearCache
,
ScAccTableChanged
,
ScAccCursorChanged
,
ScAccVisAreaChanged
,
ScAccEnterEditMode
,
ScAccLeaveEditMode
,
ScAccMakeDrawLayer
,
ScAccWindowResized
,
StyleSheetCreated
,
StyleSheetModified
,
StyleSheetChanged
,
StyleSheetErased
,
StyleSheetInDestruction
,
MathFormatChanged
,
SwDrawViewsCreated
,
SwSplitNodeOperation
,
SwSectionFrameMoveAndDelete
,
SwNavigatorUpdateTracking
,
SwNavigatorSelectOutlinesWithSelections
,
SwPreGraphicArrived
,
SwGraphicPieceArrived
,
SwLinkedGraphicStreamArrived
,
SwLegacyModify
,
SwCollectTextMarks
,
SwCollectTextTOXMarksForLayout
,
SwDrawFrameFormat
,
SwCheckDrawFrameFormatLayer
,
SwContactChanged
,
SwDrawFormatLayoutCopy
,
SwRestoreFlyAnchor
,
SwCreatePortion
,
SwCollectTextObjects
,
SwGetZOrder
,
SwGetObjectConnected
,
SwFindSdrObject
,
SwWW8AnchorConv
,
SwField
,
SwFindFormatForField
,
SwFindFormatForPostItId
,
SwCollectPostIts
,
SwHasHiddenInformationNotes
,
SwGatherNodeIndex
,
SwGatherRefFields
,
SwGatherFields
,
SwNameChanged
,
SwInsertText
,
SwDeleteText
,
SwDeleteChar
,
SwSectionHidden
,
SwTitleChanged
,
SwDescriptionChanged
,
SwDocPosUpdate
,
SwDocPosUpdateAtIndex
,
SwTableHeadingChange
,
ThisIsAnSdrHint
} |
| hint ids, mostly used to avoid dynamic_cast of SfxHint More...
|
|
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const SfxHintId &id) |
|
◆ SfxHintId
hint ids, mostly used to avoid dynamic_cast of SfxHint
Enumerator |
---|
NONE | |
Dying | |
NameChanged | |
TitleChanged | |
DataChanged | |
DocChanged | |
UpdateDone | |
Deinitializing | |
ModeChanged | |
ColorsChanged | |
LanguageChanged | |
RedlineChanged | |
DocumentRepair | |
SvxViewChanged | |
TextParaInserted | |
TextParaRemoved | |
TextParaContentChanged | |
TextHeightChanged | |
TextFormatPara | |
TextFormatted | |
TextModified | |
TextProcessNotifications | |
TextViewScrolled | |
TextViewSelectionChanged | |
TextViewCaretChanged | |
BasicDataWanted | |
BasicDataChanged | |
BasicInfoWanted | |
BasicStart | |
BasicStop | |
EditSourceParasMoved | |
EditSourceSelectionChanged | |
ScDataChanged | |
ScTableOpDirty | |
ScCalcAll | |
ScReference | |
ScDrawLayerNew | |
ScDbAreasChanged | |
ScAreaChanged | |
ScAreasChanged | |
ScTablesChanged | |
ScDrawChanged | |
ScDocNameChanged | |
ScAreaLinksChanged | |
ScShowRangeFinder | |
ScDocSaved | |
ScForceSetTab | |
ScNavigatorUpdateAll | |
ScAnyDataChanged | |
ScPrintOptions | |
ScRefModeChanged | |
ScKillEditView | |
ScKillEditViewNoPaint | |
ScHiddenRowsChanged | |
ScSelectionChanged | |
ScClearCache | |
ScAccTableChanged | |
ScAccCursorChanged | |
ScAccVisAreaChanged | |
ScAccEnterEditMode | |
ScAccLeaveEditMode | |
ScAccMakeDrawLayer | |
ScAccWindowResized | |
StyleSheetCreated | |
StyleSheetModified | |
StyleSheetChanged | |
StyleSheetErased | |
StyleSheetInDestruction | |
MathFormatChanged | |
SwDrawViewsCreated | |
SwSplitNodeOperation | |
SwSectionFrameMoveAndDelete | |
SwNavigatorUpdateTracking | |
SwNavigatorSelectOutlinesWithSelections | |
SwPreGraphicArrived | |
SwGraphicPieceArrived | |
SwLinkedGraphicStreamArrived | |
SwLegacyModify | |
SwCollectTextMarks | |
SwCollectTextTOXMarksForLayout | |
SwDrawFrameFormat | |
SwCheckDrawFrameFormatLayer | |
SwContactChanged | |
SwDrawFormatLayoutCopy | |
SwRestoreFlyAnchor | |
SwCreatePortion | |
SwCollectTextObjects | |
SwGetZOrder | |
SwGetObjectConnected | |
SwFindSdrObject | |
SwWW8AnchorConv | |
SwField | |
SwFindFormatForField | |
SwFindFormatForPostItId | |
SwCollectPostIts | |
SwHasHiddenInformationNotes | |
SwGatherNodeIndex | |
SwGatherRefFields | |
SwGatherFields | |
SwNameChanged | |
SwInsertText | |
SwDeleteText | |
SwDeleteChar | |
SwSectionHidden | |
SwTitleChanged | |
SwDescriptionChanged | |
SwDocPosUpdate | |
SwDocPosUpdateAtIndex | |
SwTableHeadingChange | |
ThisIsAnSdrHint | |
Definition at line 28 of file hint.hxx.
◆ operator<<()
template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< |
( |
std::basic_ostream< charT, traits > & |
stream, |
|
|
const SfxHintId & |
id |
|
) |
| |
|
inline |