Searched refs:hasShape (Results 1 – 3 of 3) sorted by relevance
53 bool hasShape( SdrObject& rObject ) const;
104 bool ShapeList::hasShape( SdrObject& rObject ) const in hasShape() function in ShapeList
2338 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 37 milliseconds