LibreOffice Module sw (master)
1
|
#include <comphelper/storagehelper.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertysequence.hxx>
#include <com/sun/star/embed/EmbeddedObjectCreator.hpp>
#include <com/sun/star/embed/OOoEmbeddedObjectFactory.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/embed/Aspects.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <o3tl/any.hxx>
#include <osl/diagnose.h>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <comphelper/classids.hxx>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <xmloff/prstylei.hxx>
#include <xmloff/maptype.hxx>
#include <xmloff/xmlprmap.hxx>
#include <xmloff/txtprmap.hxx>
#include <xmloff/i18nmap.hxx>
#include <xmloff/xmlimppr.hxx>
#include <TextCursorHelper.hxx>
#include <unoframe.hxx>
#include <doc.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <IDocumentContentOperations.hxx>
#include <fmtfsize.hxx>
#include <fmtanchr.hxx>
#include <fmtcntnt.hxx>
#include "xmlimp.hxx"
#include "xmltbli.hxx"
#include "xmltexti.hxx"
#include "XMLRedlineImportHelper.hxx"
#include <xmloff/XMLFilterServiceNames.h>
#include <SwAppletImpl.hxx>
#include <ndole.hxx>
#include <docsh.hxx>
#include <sfx2/docfile.hxx>
#include <vcl/svapp.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <svtools/embedhlp.hxx>
#include <svl/urihelper.hxx>
#include <sfx2/frmdescr.hxx>
#include <tools/globname.hxx>
#include <tools/UnitConversion.hxx>
Go to the source code of this file.
Macros | |
#define | SERVICE_MAP_ENTRY(app, s) |
Functions | |
static void | lcl_putHeightAndWidth (SfxItemSet &rItemSet, sal_Int32 nHeight, sal_Int32 nWidth, Size *pTwipSize=nullptr) |
static void | lcl_setObjectVisualArea (const uno::Reference< embed::XEmbeddedObject > &xObj, sal_Int64 nAspect, const Size &aVisSize, const MapUnit &aUnit) |
static SwOLENode * | lcl_GetOLENode (const SwFrameFormat *pFrameFormat) |
Variables | |
const XMLServiceMapEntry_Impl | aServiceMap [] |
#define SERVICE_MAP_ENTRY | ( | app, | |
s | |||
) |
Definition at line 88 of file xmltexti.cxx.
|
static |
Definition at line 202 of file xmltexti.cxx.
References SwFormat::GetContent(), SwFormatContent::GetContentIdx(), SwNodeIndex::GetIndex(), and SwNodeIndex::GetNodes().
Referenced by SwXMLTextImportHelper::createAndInsertOLEObject(), and SwXOLEListener::modified().
|
static |
Definition at line 102 of file xmltexti.cxx.
References convertMm100ToTwip(), Fixed, MINFLY, and SfxItemSet::Put().
Referenced by SwXMLTextImportHelper::createAndInsertApplet(), SwXMLTextImportHelper::createAndInsertFloatingFrame(), SwXMLTextImportHelper::createAndInsertOLEObject(), SwXMLTextImportHelper::createAndInsertOOoLink(), and SwXMLTextImportHelper::createAndInsertPlugin().
|
static |
Definition at line 127 of file xmltexti.cxx.
References OutputDevice::LogicToLogic(), and VCLUnoHelper::UnoEmbed2VCLMapUnit().
Referenced by SwXMLTextImportHelper::createAndInsertApplet(), SwXMLTextImportHelper::createAndInsertFloatingFrame(), SwXMLTextImportHelper::createAndInsertOLEObject(), and SwXMLTextImportHelper::createAndInsertPlugin().
const XMLServiceMapEntry_Impl aServiceMap[] |
Definition at line 92 of file xmltexti.cxx.
Referenced by SwXMLTextImportHelper::createAndInsertOLEObject().