#include "documentbuilder.hxx"
#include <string.h>
#include <libxml/xmlerror.h>
#include <memory>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/xml/sax/SAXParseException.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
#include <ucbhelper/content.hxx>
#include <ucbhelper/commandenvironment.hxx>
#include "document.hxx"
Go to the source code of this file.
◆ unoxml_CDocumentBuilder_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * unoxml_CDocumentBuilder_get_implementation |
( |
css::uno::XComponentContext * |
, |
|
|
css::uno::Sequence< css::uno::Any > const & |
|
|
) |
| |
◆ close
◆ freeOnClose
◆ rInputStream
Reference< XInputStream > rInputStream |