LibreOffice Module oox (master) 1
|
#include <relations.hxx>
Public Member Functions | |
Relation () | |
Public Attributes | |
OUString | maId |
OUString | maType |
OUString | maTarget |
bool | mbExternal |
Definition at line 52 of file relations.hxx.
|
inline |
Definition at line 59 of file relations.hxx.
OUString oox::core::Relation::maId |
Definition at line 54 of file relations.hxx.
Referenced by oox::core::RelationsFragment::createFastChildContext().
OUString oox::core::Relation::maTarget |
Definition at line 56 of file relations.hxx.
Referenced by oox::core::RelationsFragment::createFastChildContext(), oox::core::Relations::getExternalTargetFromRelId(), oox::core::Relations::getFragmentPathFromRelation(), oox::core::Relations::getInternalTargetFromRelId(), and oox::drawingml::OleObjectGraphicDataContext::onCreateContext().
OUString oox::core::Relation::maType |
Definition at line 55 of file relations.hxx.
Referenced by oox::core::RelationsFragment::createFastChildContext().
bool oox::core::Relation::mbExternal |
Definition at line 57 of file relations.hxx.
Referenced by oox::core::RelationsFragment::createFastChildContext(), oox::core::Relations::getExternalTargetFromRelId(), oox::core::Relations::getFragmentPathFromRelation(), oox::core::Relations::getInternalTargetFromRelId(), and oox::drawingml::OleObjectGraphicDataContext::onCreateContext().