Home
last modified time | relevance | path

Searched refs:hasShape (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/inc/
H A Dshapelist.hxx53 bool hasShape( SdrObject& rObject ) const;
/trunk/main/sd/source/core/
H A Dshapelist.cxx104 bool ShapeList::hasShape( SdrObject& rObject ) const in hasShape() function in ShapeList
H A Dsdpage.cxx2338 if( (pObj != 0) && (maPresentationShapeList.hasShape(*pObj)) ) in GetPresObjKind()
2350 return pObj && maPresentationShapeList.hasShape( const_cast<SdrObject&>(*pObj) ); in IsPresObj()
2355 if( pObj && maPresentationShapeList.hasShape(const_cast<SdrObject&>(*pObj)) ) in RemovePresObj()

Completed in 33 milliseconds