LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScLinkRefreshedHint Class Referencefinal

#include <hints.hxx>

Inheritance diagram for ScLinkRefreshedHint:
[legend]
Collaboration diagram for ScLinkRefreshedHint:
[legend]

Public Member Functions

 ScLinkRefreshedHint ()
 also use source data for area links? More...
 
virtual ~ScLinkRefreshedHint () override
 
void SetSheetLink (const OUString &rSourceUrl)
 
void SetDdeLink (const OUString &rA, const OUString &rT, const OUString &rI)
 
void SetAreaLink (const ScAddress &rPos)
 
ScLinkRefType GetLinkType () const
 
const OUString & GetUrl () const
 
const OUString & GetDdeAppl () const
 
const OUString & GetDdeTopic () const
 
const OUString & GetDdeItem () const
 
const ScAddressGetDestPos () const
 
- Public Member Functions inherited from SfxHint
 SfxHint ()
 
 SfxHint (SfxHintId nId)
 
virtual ~SfxHint ()
 
 SfxHint (SfxHint const &)=default
 
 SfxHint (SfxHint &&)=default
 
SfxHintoperator= (SfxHint const &)=default
 
SfxHintoperator= (SfxHint &&)=default
 
SfxHintId GetId () const
 

Private Attributes

ScLinkRefType nLinkType
 
OUString aUrl
 
OUString aDdeAppl
 
OUString aDdeTopic
 
OUString aDdeItem
 
ScAddress aDestPos
 

Detailed Description

Definition at line 71 of file hints.hxx.

Constructor & Destructor Documentation

◆ ScLinkRefreshedHint()

ScLinkRefreshedHint::ScLinkRefreshedHint ( )

also use source data for area links?

Definition at line 53 of file hints.cxx.

◆ ~ScLinkRefreshedHint()

ScLinkRefreshedHint::~ScLinkRefreshedHint ( )
overridevirtual

Definition at line 58 of file hints.cxx.

Member Function Documentation

◆ GetDdeAppl()

const OUString & ScLinkRefreshedHint::GetDdeAppl ( ) const
inline

Definition at line 91 of file hints.hxx.

References aDdeAppl.

◆ GetDdeItem()

const OUString & ScLinkRefreshedHint::GetDdeItem ( ) const
inline

Definition at line 93 of file hints.hxx.

References aDdeItem.

◆ GetDdeTopic()

const OUString & ScLinkRefreshedHint::GetDdeTopic ( ) const
inline

Definition at line 92 of file hints.hxx.

References aDdeTopic.

◆ GetDestPos()

const ScAddress & ScLinkRefreshedHint::GetDestPos ( ) const
inline

Definition at line 94 of file hints.hxx.

References aDestPos.

◆ GetLinkType()

ScLinkRefType ScLinkRefreshedHint::GetLinkType ( ) const
inline

Definition at line 89 of file hints.hxx.

References nLinkType.

◆ GetUrl()

const OUString & ScLinkRefreshedHint::GetUrl ( ) const
inline

Definition at line 90 of file hints.hxx.

References aUrl.

◆ SetAreaLink()

void ScLinkRefreshedHint::SetAreaLink ( const ScAddress rPos)

Definition at line 77 of file hints.cxx.

References aDestPos, AREA, and nLinkType.

Referenced by ScAreaLink::Refresh().

◆ SetDdeLink()

void ScLinkRefreshedHint::SetDdeLink ( const OUString &  rA,
const OUString &  rT,
const OUString &  rI 
)

Definition at line 68 of file hints.cxx.

References aDdeAppl, aDdeItem, aDdeTopic, DDE, and nLinkType.

Referenced by ScDdeLink::DataChanged().

◆ SetSheetLink()

void ScLinkRefreshedHint::SetSheetLink ( const OUString &  rSourceUrl)

Definition at line 62 of file hints.cxx.

References aUrl, nLinkType, and SHEET.

Referenced by ScTableLink::Refresh().

Member Data Documentation

◆ aDdeAppl

OUString ScLinkRefreshedHint::aDdeAppl
private

Definition at line 75 of file hints.hxx.

Referenced by GetDdeAppl(), and SetDdeLink().

◆ aDdeItem

OUString ScLinkRefreshedHint::aDdeItem
private

Definition at line 77 of file hints.hxx.

Referenced by GetDdeItem(), and SetDdeLink().

◆ aDdeTopic

OUString ScLinkRefreshedHint::aDdeTopic
private

Definition at line 76 of file hints.hxx.

Referenced by GetDdeTopic(), and SetDdeLink().

◆ aDestPos

ScAddress ScLinkRefreshedHint::aDestPos
private

Definition at line 78 of file hints.hxx.

Referenced by GetDestPos(), and SetAreaLink().

◆ aUrl

OUString ScLinkRefreshedHint::aUrl
private

Definition at line 74 of file hints.hxx.

Referenced by GetUrl(), and SetSheetLink().

◆ nLinkType

ScLinkRefType ScLinkRefreshedHint::nLinkType
private

Definition at line 73 of file hints.hxx.

Referenced by GetLinkType(), SetAreaLink(), SetDdeLink(), and SetSheetLink().


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