LibreOffice Module svx (master)
1
|
#include <svdotext.hxx>
Public Member Functions | |
ImpSdrObjTextLinkUserData () | |
virtual | ~ImpSdrObjTextLinkUserData () override |
virtual std::unique_ptr< SdrObjUserData > | Clone (SdrObject *pObj1) const override |
![]() | |
SdrObjUserData (SdrInventor nInv, sal_uInt16 nId) | |
SdrObjUserData (const SdrObjUserData &rData) | |
virtual | ~SdrObjUserData () |
SdrInventor | GetInventor () const |
sal_uInt16 | GetId () const |
Private Attributes | |
OUString | aFileName |
OUString | aFilterName |
DateTime | aFileDate0 |
tools::SvRef< ImpSdrObjTextLink > | pLink |
rtl_TextEncoding | eCharSet |
Friends | |
class | SdrTextObj |
class | ImpSdrObjTextLink |
Definition at line 105 of file svdotext.hxx.
ImpSdrObjTextLinkUserData::ImpSdrObjTextLinkUserData | ( | ) |
|
overridevirtual |
Definition at line 106 of file svdotxln.cxx.
|
overridevirtual |
Implements SdrObjUserData.
Definition at line 110 of file svdotxln.cxx.
References aFileDate0, aFileName, aFilterName, eCharSet, ImpSdrObjTextLinkUserData(), pData, and pLink.
|
friend |
Definition at line 108 of file svdotext.hxx.
|
friend |
Definition at line 107 of file svdotext.hxx.
|
private |
Definition at line 112 of file svdotext.hxx.
Referenced by Clone(), and SdrTextObj::ReloadLinkedText().
|
private |
Definition at line 110 of file svdotext.hxx.
Referenced by Clone(), ImpSdrObjTextLink::DataChanged(), SdrTextObj::ImpRegisterLink(), SdrTextObj::ReloadLinkedText(), and SdrTextObj::SetTextLink().
|
private |
Definition at line 111 of file svdotext.hxx.
Referenced by Clone(), ImpSdrObjTextLink::DataChanged(), SdrTextObj::ImpRegisterLink(), and SdrTextObj::SetTextLink().
|
private |
Definition at line 115 of file svdotext.hxx.
Referenced by Clone(), SdrTextObj::ReloadLinkedText(), and SdrTextObj::SetTextLink().
|
private |
Definition at line 114 of file svdotext.hxx.
Referenced by Clone(), ImpSdrObjTextLink::Closed(), SdrTextObj::ImpDeregisterLink(), and SdrTextObj::ImpRegisterLink().