Lines Matching refs:pShape
344 ShapeSharedPtr pShape( lookupShape(xShape) ); in listenerAdded() local
345 if( pShape ) in listenerAdded()
349 pShape, in listenerAdded()
365 ShapeSharedPtr pShape( lookupShape(xShape) ); in listenerRemoved() local
366 if( pShape ) in listenerRemoved()
367 maShapeListenerMap.erase(pShape); in listenerRemoved()
376 ShapeSharedPtr pShape( lookupShape(xShape) ); in cursorChanged() local
379 if( !pShape ) in cursorChanged()
385 maShapeCursorMap.erase(pShape); in cursorChanged()
391 if( (aIter = maShapeCursorMap.find(pShape)) in cursorChanged()
396 pShape, in cursorChanged()