Searched refs:IMapRectangleObject (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/svtools/source/misc/ |
H A D | imap.cxx | 206 IMapRectangleObject::IMapRectangleObject( const Rectangle& rRect, in IMapRectangleObject() function in IMapRectangleObject 253 void IMapRectangleObject::ReadIMapObject( SvStream& rIStm ) in ReadIMapObject() 265 sal_uInt16 IMapRectangleObject::GetType() const in GetType() 277 sal_Bool IMapRectangleObject::IsHit( const Point& rPoint ) const in IsHit() 329 sal_Bool IMapRectangleObject::IsEqual( const IMapRectangleObject& rEqObj ) in IsEqual() 766 maList.Insert( new IMapRectangleObject( *(IMapRectangleObject*) pCopyObj ), LIST_APPEND ); in ImageMap() 841 maList.Insert( new IMapRectangleObject( *(IMapRectangleObject*) pCopyObj ), LIST_APPEND ); in operator =() 890 if ( !( (IMapRectangleObject*) pObj )->IsEqual( *(IMapRectangleObject*) pEqObj ) ) in operator ==() 960 maList.Insert( new IMapRectangleObject( (IMapRectangleObject&) rIMapObject ), LIST_APPEND ); in InsertIMapObject() 1051 ( (IMapRectangleObject*) pObj )->Scale( rFracX, rFracY ); in Scale() [all …]
|
H A D | imap2.cxx | 127 void IMapRectangleObject::WriteCERN( SvStream& rOStm, const String& rBaseURL ) const in WriteCERN() 145 void IMapRectangleObject::WriteNCSA( SvStream& rOStm, const String& rBaseURL ) const in WriteNCSA() 284 ( (IMapRectangleObject*) pObj )->WriteCERN( rOStm, rBaseURL ); in ImpWriteCERN() 320 ( (IMapRectangleObject*) pObj )->WriteNCSA( rOStm, rBaseURL ); in ImpWriteNCSA() 423 …IMapRectangleObject* pObj = new IMapRectangleObject( aRect, aURL, String(), String(), String(), St… in ImpReadCERNLine() 601 …IMapRectangleObject* pObj = new IMapRectangleObject( aRect, aURL, String(), String(), String(), St… in ImpReadNCSALine()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | imaprect.hxx | 38 class SVT_DLLPUBLIC IMapRectangleObject : public IMapObject class 52 IMapRectangleObject() {}; in IMapRectangleObject() function in IMapRectangleObject 53 IMapRectangleObject( const Rectangle& rRect, 61 virtual ~IMapRectangleObject() {}; in ~IMapRectangleObject() 74 sal_Bool IsEqual( const IMapRectangleObject& rEqObj );
|
/aoo4110/main/svx/source/dialog/ |
H A D | imapwnd.cxx | 249 IMapRectangleObject* pIMapRectObj = (IMapRectangleObject*) pIMapObj; in CreateObj() 256 pCloneIMapObj.reset((IMapObject*) new IMapRectangleObject( *pIMapRectObj )); in CreateObj() 371 IMapRectangleObject* pObj = new IMapRectangleObject( pRectObj->GetLogicRect(), in SdrObjCreated() 445 …pUserData->ReplaceObject( IMapObjectPtr(new IMapRectangleObject( ( (const SdrRectObj&) rObj ).GetL… in SdrObjChanged()
|
/aoo4110/main/sw/source/core/text/ |
H A D | noteurl.cxx | 74 IMapRectangleObject aObj( aRect, rNote.GetURL(), aEmptyStr, aEmptyStr, in FillImageMap()
|
/aoo4110/main/svtools/source/uno/ |
H A D | unoimap.cxx | 227 const Rectangle aRect( ((IMapRectangleObject*)&rMapObject)->GetRectangle(sal_False) ); in SvUnoImageMapObject() 287 …pNewIMapObject = new IMapRectangleObject( aRect, aURL, aAltText, aDesc, aTarget, aName, mbIsActive… in createIMapObject()
|
/aoo4110/main/svtools/source/svhtml/ |
H A D | htmlout.cxx | 652 const IMapRectangleObject* pRectObj = in Out_ImageMap() 653 (const IMapRectangleObject *)pObj; in Out_ImageMap()
|
/aoo4110/main/sfx2/source/bastyp/ |
H A D | sfxhtml.cxx | 202 IMapRectangleObject aMapRObj( aRec, aHRef, aAlt, String(), aTarget, aName, in ParseAreaOptions()
|
/aoo4110/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1699 Rectangle aArea(((IMapRectangleObject*)pArea)-> in CreateHtmlForPresPages()
|
Completed in 83 milliseconds