summaryrefslogtreecommitdiff
path: root/framework/inc/xml/imagesdocumenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/imagesdocumenthandler.hxx')
-rw-r--r--framework/inc/xml/imagesdocumenthandler.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/framework/inc/xml/imagesdocumenthandler.hxx b/framework/inc/xml/imagesdocumenthandler.hxx
index 7ce55021020a..76623815fbaa 100644
--- a/framework/inc/xml/imagesdocumenthandler.hxx
+++ b/framework/inc/xml/imagesdocumenthandler.hxx
@@ -139,23 +139,33 @@ class OWriteImagesDocumentHandler final
rWriteDocumentHandler);
~OWriteImagesDocumentHandler();
+ /// @throws css::xml::sax::SAXException
+ /// @throws css::uno::RuntimeException
void WriteImagesDocument() throw
( css::xml::sax::SAXException,
css::uno::RuntimeException );
private:
+ /// @throws css::xml::sax::SAXException
+ /// @throws css::uno::RuntimeException
void WriteImageList( const ImageListItemDescriptor* ) throw
( css::xml::sax::SAXException,
css::uno::RuntimeException );
+ /// @throws css::xml::sax::SAXException
+ /// @throws css::uno::RuntimeException
void WriteExternalImageList( const ExternalImageItemListDescriptor* ) throw
( css::xml::sax::SAXException,
css::uno::RuntimeException );
+ /// @throws css::xml::sax::SAXException
+ /// @throws css::uno::RuntimeException
void WriteImage( const ImageItemDescriptor* ) throw
( css::xml::sax::SAXException,
css::uno::RuntimeException );
+ /// @throws css::xml::sax::SAXException
+ /// @throws css::uno::RuntimeException
void WriteExternalImage( const ExternalImageItemDescriptor* ) throw
( css::xml::sax::SAXException,
css::uno::RuntimeException );