Home
last modified time | relevance | path

Searched refs:IMapRectangleObject (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svtools/source/misc/
H A Dimap.cxx206 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 Dimap2.cxx127 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()
423IMapRectangleObject* pObj = new IMapRectangleObject( aRect, aURL, String(), String(), String(), St… in ImpReadCERNLine()
601IMapRectangleObject* pObj = new IMapRectangleObject( aRect, aURL, String(), String(), String(), St… in ImpReadNCSALine()
/trunk/main/svtools/inc/svtools/
H A Dimaprect.hxx38 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 );
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx249 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()
/trunk/main/sw/source/core/text/
H A Dnoteurl.cxx74 IMapRectangleObject aObj( aRect, rNote.GetURL(), aEmptyStr, aEmptyStr, in FillImageMap()
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx227 const Rectangle aRect( ((IMapRectangleObject*)&rMapObject)->GetRectangle(sal_False) ); in SvUnoImageMapObject()
287 …pNewIMapObject = new IMapRectangleObject( aRect, aURL, aAltText, aDesc, aTarget, aName, mbIsActive… in createIMapObject()
/trunk/main/svtools/source/svhtml/
H A Dhtmlout.cxx652 const IMapRectangleObject* pRectObj = in Out_ImageMap()
653 (const IMapRectangleObject *)pObj; in Out_ImageMap()
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx202 IMapRectangleObject aMapRObj( aRec, aHRef, aAlt, String(), aTarget, aName, in ParseAreaOptions()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx1699 Rectangle aArea(((IMapRectangleObject*)pArea)-> in CreateHtmlForPresPages()

Completed in 59 milliseconds