#include <com/sun/star/container/XIndexContainer.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/document/XEventsSupplier.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/awt/Rectangle.hpp>
#include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/drawing/PointSequence.hpp>
#include <comphelper/servicehelper.hxx>
#include <comphelper/propertysethelper.hxx>
#include <comphelper/propertysetinfo.hxx>
#include <cppuhelper/weakagg.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <algorithm>
#include <osl/diagnose.h>
#include <rtl/ref.hxx>
#include <svtools/unoevent.hxx>
#include <svtools/unoimap.hxx>
#include <vcl/imap.hxx>
#include <vcl/imapcirc.hxx>
#include <vcl/imaprect.hxx>
#include <vcl/imappoly.hxx>
Go to the source code of this file.
◆ SvUnoImageMap_createInstance() [1/2]
| Reference< XInterface > SvUnoImageMap_createInstance |
( |
| ) |
|
◆ SvUnoImageMap_createInstance() [2/2]
◆ SvUnoImageMap_fillImageMap()
| bool SvUnoImageMap_fillImageMap |
( |
const Reference< XInterface > & |
xImageMap, |
|
|
ImageMap & |
rMap |
|
) |
| |
◆ SvUnoImageMapCircleObject_createInstance()
◆ SvUnoImageMapPolygonObject_createInstance()
◆ SvUnoImageMapRectangleObject_createInstance()
◆ HANDLE_BOUNDARY
| const sal_Int32 HANDLE_BOUNDARY = 9 |
◆ HANDLE_CENTER
| const sal_Int32 HANDLE_CENTER = 7 |
◆ HANDLE_DESCRIPTION
| const sal_Int32 HANDLE_DESCRIPTION = 2 |
◆ HANDLE_ISACTIVE
| const sal_Int32 HANDLE_ISACTIVE = 5 |
◆ HANDLE_NAME
| const sal_Int32 HANDLE_NAME = 4 |
◆ HANDLE_POLYGON
| const sal_Int32 HANDLE_POLYGON = 6 |
◆ HANDLE_RADIUS
| const sal_Int32 HANDLE_RADIUS = 8 |
◆ HANDLE_TARGET
| const sal_Int32 HANDLE_TARGET = 3 |
◆ HANDLE_TITLE
| const sal_Int32 HANDLE_TITLE = 10 |
◆ HANDLE_URL
| const sal_Int32 HANDLE_URL = 1 |