10 #ifndef __VSDXMLHELPER_H__ 11 #define __VSDXMLHELPER_H__ 15 #include <boost/shared_ptr.hpp> 16 #include <librevenge-stream/librevenge-stream.h> 17 #include <libxml/xmlreader.h> 61 void rebaseTargets(
const char *baseDir);
68 return m_relsByType.empty() && m_relsById.empty();
78 #endif // __VSDXMLHELPER_H__ std::map< std::string, VSDXRelationship > m_relsByType
Definition: VSDXMLHelper.h:72
std::map< std::string, VSDXRelationship > m_relsById
Definition: VSDXMLHelper.h:73
std::string m_id
Definition: VSDXMLHelper.h:50
void rebaseTarget(const char *baseDir)
Definition: VSDXMLHelper.cpp:57
const std::string getType() const
Definition: VSDXMLHelper.h:40
std::string m_type
Definition: VSDXMLHelper.h:51
std::string m_target
Definition: VSDXMLHelper.h:52
Definition: VSDXMLHelper.h:55
const std::string getTarget() const
Definition: VSDXMLHelper.h:44
Definition: libvisio_utils.h:75
Definition: VSDXMLHelper.h:27
const std::string getId() const
Definition: VSDXMLHelper.h:36
~VSDXRelationship()
Definition: VSDXMLHelper.cpp:53
bool empty() const
Definition: VSDXMLHelper.h:66
VSDXRelationship()
Definition: VSDXMLHelper.cpp:48