LibreOffice Module svl (master) 1
Classes | Enumerations | Functions
hint.hxx File Reference
#include <ostream>
#include <string>
#include <svl/svldllapi.h>
Include dependency graph for hint.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SfxHint
 

Enumerations

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...
 

Functions

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< (std::basic_ostream< charT, traits > &stream, const SfxHintId &id)
 

Enumeration Type Documentation

◆ SfxHintId

enum class SfxHintId
strong

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.

Function Documentation

◆ operator<<()

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< ( std::basic_ostream< charT, traits > &  stream,
const SfxHintId id 
)
inline

Definition at line 1 of file hint.hxx.