LibreOffice Module starmath (master) 1
Functions
mathmlimport.cxx File Reference
#include <com/sun/star/xml/sax/InputSource.hpp>
#include <com/sun/star/xml/sax/FastParser.hpp>
#include <com/sun/star/xml/sax/Parser.hpp>
#include <com/sun/star/xml/sax/SAXParseException.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/packages/WrongPasswordException.hpp>
#include <com/sun/star/packages/zip/ZipIOException.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/uno/Any.h>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <comphelper/fileformat.h>
#include <comphelper/genericpropertyset.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/servicehelper.hxx>
#include <comphelper/propertysetinfo.hxx>
#include <rtl/character.hxx>
#include <sal/log.hxx>
#include <sfx2/frame.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/sfxmodelfactory.hxx>
#include <osl/diagnose.h>
#include <sot/storage.hxx>
#include <svtools/sfxecode.hxx>
#include <svl/itemset.hxx>
#include <svl/stritem.hxx>
#include <unotools/streamwrap.hxx>
#include <sax/tools/converter.hxx>
#include <xmloff/DocumentSettingsContext.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlmetai.hxx>
#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
#include <comphelper/diagnose_ex.hxx>
#include <o3tl/string_view.hxx>
#include <mathmlattr.hxx>
#include <xparsmlbase.hxx>
#include <mathmlimport.hxx>
#include <document.hxx>
#include <smdll.hxx>
#include <unomodel.hxx>
#include <utility.hxx>
#include <visitors.hxx>
#include <starmathdatabase.hxx>
#include <smmod.hxx>
#include <cfgitem.hxx>
Include dependency graph for mathmlimport.cxx:

Go to the source code of this file.

Functions

SAL_DLLPUBLIC_EXPORT uno::XInterface * Math_XMLImporter_get_implementation (uno::XComponentContext *pCtx, uno::Sequence< uno::Any > const &)
 
SAL_DLLPUBLIC_EXPORT uno::XInterface * Math_XMLOasisMetaImporter_get_implementation (uno::XComponentContext *pCtx, uno::Sequence< uno::Any > const &)
 
SAL_DLLPUBLIC_EXPORT uno::XInterface * Math_XMLOasisSettingsImporter_get_implementation (uno::XComponentContext *pCtx, uno::Sequence< uno::Any > const &)
 
SAL_DLLPUBLIC_EXPORT bool TestImportMML (SvStream &rStream)
 

Function Documentation

◆ Math_XMLImporter_get_implementation()

SAL_DLLPUBLIC_EXPORT uno::XInterface * Math_XMLImporter_get_implementation ( uno::XComponentContext *  pCtx,
uno::Sequence< uno::Any > const &   
)

Definition at line 399 of file mathmlimport.cxx.

◆ Math_XMLOasisMetaImporter_get_implementation()

SAL_DLLPUBLIC_EXPORT uno::XInterface * Math_XMLOasisMetaImporter_get_implementation ( uno::XComponentContext *  pCtx,
uno::Sequence< uno::Any > const &   
)

Definition at line 407 of file mathmlimport.cxx.

◆ Math_XMLOasisSettingsImporter_get_implementation()

SAL_DLLPUBLIC_EXPORT uno::XInterface * Math_XMLOasisSettingsImporter_get_implementation ( uno::XComponentContext *  pCtx,
uno::Sequence< uno::Any > const &   
)

Definition at line 415 of file mathmlimport.cxx.

◆ TestImportMML()

SAL_DLLPUBLIC_EXPORT bool TestImportMML ( SvStream rStream)