#include <XMLImageMapExport.hxx>
#include <o3tl/any.hxx>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <tools/debug.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XIndexContainer.hpp>
#include <com/sun/star/document/XEventsSupplier.hpp>
#include <com/sun/star/awt/Rectangle.hpp>
#include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/drawing/PointSequence.hpp>
#include <xmloff/xmlexp.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/XMLEventExport.hxx>
#include <xmloff/xmluconv.hxx>
#include <xexptran.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
Go to the source code of this file.
|
constexpr OUStringLiteral | gsBoundary (u"Boundary") |
|
constexpr OUStringLiteral | gsCenter (u"Center") |
|
constexpr OUStringLiteral | gsDescription (u"Description") |
|
constexpr OUStringLiteral | gsImageMap (u"ImageMap") |
|
constexpr OUStringLiteral | gsIsActive (u"IsActive") |
|
constexpr OUStringLiteral | gsName (u"Name") |
|
constexpr OUStringLiteral | gsPolygon (u"Polygon") |
|
constexpr OUStringLiteral | gsRadius (u"Radius") |
|
constexpr OUStringLiteral | gsTarget (u"Target") |
|
constexpr OUStringLiteral | gsURL (u"URL") |
|
constexpr OUStringLiteral | gsTitle (u"Title") |
|
◆ gsBoundary()
constexpr OUStringLiteral gsBoundary |
( |
u"Boundary" |
| ) |
|
|
constexpr |
◆ gsCenter()
constexpr OUStringLiteral gsCenter |
( |
u"Center" |
| ) |
|
|
constexpr |
◆ gsDescription()
constexpr OUStringLiteral gsDescription |
( |
u"Description" |
| ) |
|
|
constexpr |
◆ gsImageMap()
constexpr OUStringLiteral gsImageMap |
( |
u"ImageMap" |
| ) |
|
|
constexpr |
◆ gsIsActive()
constexpr OUStringLiteral gsIsActive |
( |
u"IsActive" |
| ) |
|
|
constexpr |
◆ gsName()
constexpr OUStringLiteral gsName |
( |
u"Name" |
| ) |
|
|
constexpr |
◆ gsPolygon()
constexpr OUStringLiteral gsPolygon |
( |
u"Polygon" |
| ) |
|
|
constexpr |
◆ gsRadius()
constexpr OUStringLiteral gsRadius |
( |
u"Radius" |
| ) |
|
|
constexpr |
◆ gsTarget()
constexpr OUStringLiteral gsTarget |
( |
u"Target" |
| ) |
|
|
constexpr |
◆ gsTitle()
constexpr OUStringLiteral gsTitle |
( |
u"Title" |
| ) |
|
|
constexpr |
◆ gsURL()
constexpr OUStringLiteral gsURL |
( |
u"URL" |
| ) |
|
|
constexpr |