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
2378 if( (pObj != 0) && (maPresentationShapeList.hasShape(*pObj)) ) in GetPresObjKind()2390 return pObj && maPresentationShapeList.hasShape( const_cast<SdrObject&>(*pObj) ); in IsPresObj()2395 if( pObj && maPresentationShapeList.hasShape(const_cast<SdrObject&>(*pObj)) ) in RemovePresObj()
Completed in 41 milliseconds