LibreOffice Module framework (master) 1
|
#include <imagesdocumenthandler.hxx>
Public Member Functions | |
OWriteImagesDocumentHandler (const ImageItemDescriptorList &aItems, css::uno::Reference< css::xml::sax::XDocumentHandler > const &rWriteDocumentHandler) | |
~OWriteImagesDocumentHandler () | |
void | WriteImagesDocument () |
Private Member Functions | |
void | WriteImageList (const ImageItemDescriptorList *) |
void | WriteImage (const ImageItemDescriptor *) |
Private Attributes | |
const ImageItemDescriptorList & | m_rImageItemList |
css::uno::Reference< css::xml::sax::XDocumentHandler > | m_xWriteDocumentHandler |
css::uno::Reference< css::xml::sax::XAttributeList > | m_xEmptyList |
OUString | m_aXMLImageNS |
OUString | m_aAttributeXlinkType |
OUString | m_aAttributeValueSimple |
Definition at line 100 of file imagesdocumenthandler.hxx.
framework::OWriteImagesDocumentHandler::OWriteImagesDocumentHandler | ( | const ImageItemDescriptorList & | aItems, |
css::uno::Reference< css::xml::sax::XDocumentHandler > const & | rWriteDocumentHandler | ||
) |
Definition at line 283 of file imagesdocumenthandler.cxx.
References ATTRIBUTE_XLINK_TYPE, ATTRIBUTE_XLINK_TYPE_VALUE, m_aAttributeValueSimple, m_aAttributeXlinkType, m_aXMLImageNS, m_xEmptyList, and XMLNS_IMAGE_PREFIX.
framework::OWriteImagesDocumentHandler::~OWriteImagesDocumentHandler | ( | ) |
Definition at line 295 of file imagesdocumenthandler.cxx.
|
private |
css::xml::sax::SAXException | |
css::uno::RuntimeException |
Definition at line 350 of file imagesdocumenthandler.cxx.
References framework::ImageItemDescriptor::aCommandURL, ATTRIBUTE_COMMAND, ELEMENT_NS_ENTRY, m_aXMLImageNS, and m_xWriteDocumentHandler.
Referenced by WriteImageList().
|
private |
css::xml::sax::SAXException | |
css::uno::RuntimeException |
Definition at line 332 of file imagesdocumenthandler.cxx.
References ELEMENT_NS_IMAGES, i, m_aAttributeValueSimple, m_aAttributeXlinkType, m_xWriteDocumentHandler, and WriteImage().
Referenced by WriteImagesDocument().
void framework::OWriteImagesDocumentHandler::WriteImagesDocument | ( | ) |
css::xml::sax::SAXException | |
css::uno::RuntimeException |
Definition at line 299 of file imagesdocumenthandler.cxx.
References ATTRIBUTE_XMLNS_IMAGE, ATTRIBUTE_XMLNS_XLINK, ELEMENT_NS_IMAGESCONTAINER, IMAGES_DOCTYPE, m_rImageItemList, m_xWriteDocumentHandler, WriteImageList(), XMLNS_IMAGE, and XMLNS_XLINK.
Referenced by framework::ImagesConfiguration::StoreImages().
|
private |
Definition at line 127 of file imagesdocumenthandler.hxx.
Referenced by OWriteImagesDocumentHandler(), and WriteImageList().
|
private |
Definition at line 126 of file imagesdocumenthandler.hxx.
Referenced by OWriteImagesDocumentHandler(), and WriteImageList().
|
private |
Definition at line 125 of file imagesdocumenthandler.hxx.
Referenced by OWriteImagesDocumentHandler(), and WriteImage().
|
private |
Definition at line 122 of file imagesdocumenthandler.hxx.
Referenced by WriteImagesDocument().
|
private |
Definition at line 124 of file imagesdocumenthandler.hxx.
Referenced by OWriteImagesDocumentHandler().
|
private |
Definition at line 123 of file imagesdocumenthandler.hxx.
Referenced by WriteImage(), WriteImageList(), and WriteImagesDocument().