LibreOffice Module svx (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | Friends | List of all members
TextChain Class Reference

#include <textchain.hxx>

Public Member Functions

 ~TextChain ()
 
ImpChainLinkPropertiesGetLinkProperties (const SdrTextObj *)
 
CursorChainingEvent const & GetCursorEvent (const SdrTextObj *)
 
void SetCursorEvent (const SdrTextObj *, CursorChainingEvent const &)
 
bool GetNilChainingEvent (const SdrTextObj *)
 
void SetNilChainingEvent (const SdrTextObj *, bool)
 
ESelection const & GetPreChainingSel (const SdrTextObj *)
 
void SetPreChainingSel (const SdrTextObj *, ESelection const &)
 
ESelection const & GetPostChainingSel (const SdrTextObj *)
 
void SetPostChainingSel (const SdrTextObj *, ESelection const &)
 
bool GetIsPartOfLastParaInNextLink (const SdrTextObj *)
 
void SetIsPartOfLastParaInNextLink (const SdrTextObj *, bool)
 
bool GetSwitchingToNextBox (const SdrTextObj *)
 
void SetSwitchingToNextBox (const SdrTextObj *, bool)
 

Protected Member Functions

 TextChain ()
 

Private Attributes

std::map< ChainLinkId, ImpChainLinkProperties * > maLinkPropertiesMap
 

Friends

class SdrModel
 

Detailed Description

Definition at line 69 of file textchain.hxx.

Constructor & Destructor Documentation

◆ ~TextChain()

TextChain::~TextChain ( )

Definition at line 103 of file textchain.cxx.

◆ TextChain()

TextChain::TextChain ( )
protected

Definition at line 99 of file textchain.cxx.

Member Function Documentation

◆ GetCursorEvent()

CursorChainingEvent const & TextChain::GetCursorEvent ( const SdrTextObj pTarget)

◆ GetIsPartOfLastParaInNextLink()

bool TextChain::GetIsPartOfLastParaInNextLink ( const SdrTextObj pTarget)

◆ GetLinkProperties()

ImpChainLinkProperties * TextChain::GetLinkProperties ( const SdrTextObj pLink)

◆ GetNilChainingEvent()

bool TextChain::GetNilChainingEvent ( const SdrTextObj pTarget)

◆ GetPostChainingSel()

ESelection const & TextChain::GetPostChainingSel ( const SdrTextObj pTarget)

◆ GetPreChainingSel()

ESelection const & TextChain::GetPreChainingSel ( const SdrTextObj pTarget)

◆ GetSwitchingToNextBox()

bool TextChain::GetSwitchingToNextBox ( const SdrTextObj pTarget)

◆ SetCursorEvent()

void TextChain::SetCursorEvent ( const SdrTextObj pTarget,
CursorChainingEvent const &  rPropParam 
)

◆ SetIsPartOfLastParaInNextLink()

void TextChain::SetIsPartOfLastParaInNextLink ( const SdrTextObj pTarget,
bool  b 
)

◆ SetNilChainingEvent()

void TextChain::SetNilChainingEvent ( const SdrTextObj pTarget,
bool  b 
)

◆ SetPostChainingSel()

void TextChain::SetPostChainingSel ( const SdrTextObj pTarget,
ESelection const &  rPropParam 
)

◆ SetPreChainingSel()

void TextChain::SetPreChainingSel ( const SdrTextObj pTarget,
ESelection const &  rPropParam 
)

◆ SetSwitchingToNextBox()

void TextChain::SetSwitchingToNextBox ( const SdrTextObj pTarget,
bool  b 
)

Friends And Related Function Documentation

◆ SdrModel

friend class SdrModel
friend

Definition at line 103 of file textchain.hxx.

Member Data Documentation

◆ maLinkPropertiesMap

std::map<ChainLinkId, ImpChainLinkProperties*> TextChain::maLinkPropertiesMap
private

Definition at line 101 of file textchain.hxx.

Referenced by GetLinkProperties().


The documentation for this class was generated from the following files: