LibreOffice Module sc (master) 1
|
#include <externallinkbuffer.hxx>
Public Member Functions | |
ExternalNameModel () | |
Iconified object link. More... | |
Public Attributes | |
bool | mbNotify |
bool | mbPreferPic |
Notify application on data change. More... | |
bool | mbStdDocName |
Picture link. More... | |
bool | mbOleObj |
Name is the StdDocumentName for DDE. More... | |
bool | mbIconified |
Name is an OLE object. More... | |
Definition at line 42 of file externallinkbuffer.hxx.
|
explicit |
Iconified object link.
Definition at line 69 of file externallinkbuffer.cxx.
bool oox::xls::ExternalNameModel::mbIconified |
Name is an OLE object.
Definition at line 48 of file externallinkbuffer.hxx.
Referenced by oox::xls::ExternalName::importExternalNameFlags(), and oox::xls::ExternalName::importOleItem().
bool oox::xls::ExternalNameModel::mbNotify |
Definition at line 44 of file externallinkbuffer.hxx.
Referenced by oox::xls::ExternalName::importDdeItem(), oox::xls::ExternalName::importExternalNameFlags(), and oox::xls::ExternalName::importOleItem().
bool oox::xls::ExternalNameModel::mbOleObj |
Name is the StdDocumentName for DDE.
Definition at line 47 of file externallinkbuffer.hxx.
Referenced by oox::xls::ExternalName::importDdeItem(), oox::xls::ExternalName::importExternalNameFlags(), and oox::xls::ExternalName::importOleItem().
bool oox::xls::ExternalNameModel::mbPreferPic |
Notify application on data change.
Definition at line 45 of file externallinkbuffer.hxx.
Referenced by oox::xls::ExternalName::importDdeItem(), oox::xls::ExternalName::importExternalNameFlags(), and oox::xls::ExternalName::importOleItem().
bool oox::xls::ExternalNameModel::mbStdDocName |
Picture link.
Definition at line 46 of file externallinkbuffer.hxx.
Referenced by oox::xls::ExternalName::importDdeItem(), and oox::xls::ExternalName::importExternalNameFlags().