|
LibreOffice Module writerfilter (master) 1
|
#include <iostream>#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/document/XExporter.hpp>#include <com/sun/star/document/XFilter.hpp>#include <com/sun/star/document/XImporter.hpp>#include <com/sun/star/drawing/XDrawPageSupplier.hpp>#include <com/sun/star/io/WrongFormatException.hpp>#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>#include <com/sun/star/lang/XInitialization.hpp>#include <com/sun/star/lang/XMultiServiceFactory.hpp>#include <com/sun/star/xml/sax/SAXParseException.hpp>#include <cppuhelper/exc_hlp.hxx>#include <cppuhelper/supportsservice.hxx>#include <dmapper/DomainMapperFactory.hxx>#include <oox/core/filterdetect.hxx>#include <oox/core/xmlfilterbase.hxx>#include <oox/helper/graphichelper.hxx>#include <oox/ole/olestorage.hxx>#include <oox/ole/vbaproject.hxx>#include <ooxml/OOXMLDocument.hxx>#include <unotools/mediadescriptor.hxx>#include <rtl/ref.hxx>#include <sal/log.hxx>#include <comphelper/diagnose_ex.hxx>#include <comphelper/scopeguard.hxx>Go to the source code of this file.
Functions | |
| static OUString | lcl_GetExceptionMessageRec (xml::sax::SAXException const &e) |
| static OUString | lcl_GetExceptionMessage (xml::sax::SAXException const &e) |
| static OUString | lcl_GetExceptionMessage (xml::sax::SAXParseException const &e) |
| SAL_DLLPUBLIC_EXPORT uno::XInterface * | com_sun_star_comp_Writer_WriterFilter_get_implementation (uno::XComponentContext *component, uno::Sequence< uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT uno::XInterface * com_sun_star_comp_Writer_WriterFilter_get_implementation | ( | uno::XComponentContext * | component, |
| uno::Sequence< uno::Any > const & | |||
| ) |
Definition at line 361 of file WriterFilter.cxx.
|
static |
Definition at line 53 of file WriterFilter.cxx.
References lcl_GetExceptionMessageRec().
Referenced by lcl_GetExceptionMessageRec().
|
static |
Definition at line 59 of file WriterFilter.cxx.
References lcl_GetExceptionMessageRec().
|
static |
Definition at line 68 of file WriterFilter.cxx.
References lcl_GetExceptionMessage().
Referenced by lcl_GetExceptionMessage().