LibreOffice Module svx (master) 1
|
#include <ImageMapInfo.hxx>
Public Member Functions | |
SvxIMapInfo (const ImageMap &rImageMap) | |
SvxIMapInfo (const SvxIMapInfo &rIMapInfo) | |
virtual std::unique_ptr< SdrObjUserData > | Clone (SdrObject *) const override |
void | SetImageMap (const ImageMap &rIMap) |
const ImageMap & | GetImageMap () const |
Public Member Functions inherited from SdrObjUserData | |
SdrObjUserData (SdrInventor nInv, sal_uInt16 nId) | |
SdrObjUserData (const SdrObjUserData &rData) | |
virtual | ~SdrObjUserData () |
virtual std::unique_ptr< SdrObjUserData > | Clone (SdrObject *pObj1) const =0 |
SdrInventor | GetInventor () const |
sal_uInt16 | GetId () const |
Public Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
Static Public Member Functions | |
static SvxIMapInfo * | GetIMapInfo (const SdrObject *pObject) |
static IMapObject * | GetHitIMapObject (const SdrObject *pObj, const Point &rWinPoint, const OutputDevice *pCmpWnd=nullptr) |
Private Attributes | |
ImageMap | aImageMap |
Definition at line 28 of file ImageMapInfo.hxx.
|
inline |
Definition at line 33 of file ImageMapInfo.hxx.
|
inline |
Definition at line 37 of file ImageMapInfo.hxx.
|
inlineoverridevirtual |
Implements SdrObjUserData.
Definition at line 42 of file ImageMapInfo.hxx.
|
static |
Definition at line 49 of file ImageMapInfo.cxx.
References Application::GetDefaultDevice(), ImageMap::GetHitIMapObject(), GetImageMap(), GetIMapInfo(), SdrObject::GetLogicRect(), OutputDevice::GetMapMode(), tools::Rectangle::GetSize(), IMapObject::IsActive(), tools::Rectangle::Left(), OutputDevice::LogicToLogic(), GeoStat::m_nRotationAngle, GeoStat::m_nShearAngle, GeoStat::mfCosRotationAngle, GeoStat::mfSinRotationAngle, GeoStat::mfTanShearAngle, OutputDevice::PixelToLogic(), tools::Rectangle::Right(), RotatePoint(), Point::setX(), ShearPoint(), tools::Rectangle::TopLeft(), and Point::X().
|
inline |
Definition at line 48 of file ImageMapInfo.hxx.
Referenced by GetHitIMapObject().
|
static |
Definition at line 29 of file ImageMapInfo.cxx.
References SdrObjUserData::GetId(), SdrObjUserData::GetInventor(), i, nCount, pObject, StarDrawUserData, and SVX_IMAPINFO_ID.
Referenced by GetHitIMapObject().
|
inline |
Definition at line 47 of file ImageMapInfo.hxx.
|
private |
Definition at line 30 of file ImageMapInfo.hxx.