LibreOffice Module sc (master) 1
|
Public Member Functions | |
ExternalRefListener (ScChart2DataSequence &rParent, ScDocument *pDoc) | |
virtual | ~ExternalRefListener () override |
ExternalRefListener (const ExternalRefListener &)=delete | |
ExternalRefListener & | operator= (const ExternalRefListener &)=delete |
virtual void | notify (sal_uInt16 nFileId, ScExternalRefManager::LinkUpdateType eType) override |
void | addFileId (sal_uInt16 nFileId) |
const std::unordered_set< sal_uInt16 > & | getAllFileIds () const |
Public Member Functions inherited from ScExternalRefManager::LinkListener | |
LinkListener () | |
virtual | ~LinkListener () COVERITY_NOEXCEPT_FALSE=0 |
virtual void | notify (sal_uInt16 nFileId, LinkUpdateType eType)=0 |
Private Attributes | |
ScChart2DataSequence & | mrParent |
std::unordered_set< sal_uInt16 > | maFileIds |
ScDocument * | mpDoc |
Definition at line 294 of file chart2uno.hxx.
ScChart2DataSequence::ExternalRefListener::ExternalRefListener | ( | ScChart2DataSequence & | rParent, |
ScDocument * | pDoc | ||
) |
Definition at line 2934 of file chart2uno.cxx.
References mrParent.
|
overridevirtual |
Definition at line 2941 of file chart2uno.cxx.
|
delete |
void ScChart2DataSequence::ExternalRefListener::addFileId | ( | sal_uInt16 | nFileId | ) |
Definition at line 2971 of file chart2uno.cxx.
Referenced by ScChart2DataSequence::FillCacheFromExternalRef().
|
inline |
Definition at line 304 of file chart2uno.hxx.
References maFileIds.
|
overridevirtual |
Implements ScExternalRefManager::LinkListener.
Definition at line 2951 of file chart2uno.cxx.
References eType, ScExternalRefManager::LINK_BROKEN, ScExternalRefManager::LINK_MODIFIED, mrParent, and ScExternalRefManager::OH_NO_WE_ARE_GOING_TO_DIE.
|
delete |
|
private |
Definition at line 308 of file chart2uno.hxx.
Referenced by getAllFileIds().
|
private |
Definition at line 309 of file chart2uno.hxx.
|
private |
Definition at line 307 of file chart2uno.hxx.