LibreOffice Module xmloff (master) 1
Classes | Macros | Typedefs
XMLTextFrameContext.cxx File Reference
#include <o3tl/string_view.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <comphelper/base64.hxx>
#include <comphelper/mediamimetype.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/text/TextContentAnchorType.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/text/XTextFrame.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/text/SizeType.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/document/XEventsSupplier.hpp>
#include <com/sun/star/document/XEmbeddedObjectSupplier.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/text/HoriOrientation.hpp>
#include <com/sun/star/text/VertOrientation.hpp>
#include <sax/tools/converter.hxx>
#include <utility>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmluconv.hxx>
#include "XMLAnchorTypePropHdl.hxx"
#include <XMLEmbeddedObjectImportContext.hxx>
#include <xmloff/XMLBase64ImportContext.hxx>
#include <XMLReplacementImageContext.hxx>
#include <xmloff/prstylei.hxx>
#include <xmloff/i18nmap.hxx>
#include <xexptran.hxx>
#include <xmloff/shapeimport.hxx>
#include <xmloff/XMLEventsImportContext.hxx>
#include <XMLImageMapContext.hxx>
#include "XMLTextFrameContext.hxx"
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <basegfx/numeric/ftools.hxx>
#include <map>
#include <string_view>
Include dependency graph for XMLTextFrameContext.cxx:

Go to the source code of this file.

Classes

class  XMLTextFrameContextHyperlink_Impl
 

Macros

#define XML_TEXT_FRAME_TEXTBOX   1
 
#define XML_TEXT_FRAME_GRAPHIC   2
 
#define XML_TEXT_FRAME_OBJECT   3
 
#define XML_TEXT_FRAME_OBJECT_OLE   4
 
#define XML_TEXT_FRAME_APPLET   5
 
#define XML_TEXT_FRAME_PLUGIN   6
 
#define XML_TEXT_FRAME_FLOATING_FRAME   7
 

Typedefs

typedef ::std::map< const OUString, OUString > ParamMap
 

Macro Definition Documentation

◆ XML_TEXT_FRAME_APPLET

#define XML_TEXT_FRAME_APPLET   5

Definition at line 84 of file XMLTextFrameContext.cxx.

◆ XML_TEXT_FRAME_FLOATING_FRAME

#define XML_TEXT_FRAME_FLOATING_FRAME   7

Definition at line 86 of file XMLTextFrameContext.cxx.

◆ XML_TEXT_FRAME_GRAPHIC

#define XML_TEXT_FRAME_GRAPHIC   2

Definition at line 81 of file XMLTextFrameContext.cxx.

◆ XML_TEXT_FRAME_OBJECT

#define XML_TEXT_FRAME_OBJECT   3

Definition at line 82 of file XMLTextFrameContext.cxx.

◆ XML_TEXT_FRAME_OBJECT_OLE

#define XML_TEXT_FRAME_OBJECT_OLE   4

Definition at line 83 of file XMLTextFrameContext.cxx.

◆ XML_TEXT_FRAME_PLUGIN

#define XML_TEXT_FRAME_PLUGIN   6

Definition at line 85 of file XMLTextFrameContext.cxx.

◆ XML_TEXT_FRAME_TEXTBOX

#define XML_TEXT_FRAME_TEXTBOX   1

Definition at line 80 of file XMLTextFrameContext.cxx.

Typedef Documentation

◆ ParamMap

typedef ::std::map< const OUString, OUString > ParamMap

Definition at line 88 of file XMLTextFrameContext.cxx.