Lines Matching refs:mxShape
208 Reference<XShape> mxShape; member
346 if( !aEffect.mxShape.is() ) in collect()
349 aEffect.mxShape = xShape; in collect()
365 if( !aEffect.mxShape.is() ) in collect()
368 aEffect.mxShape = xShape; in collect()
395 if( !aEffect.mxShape.is() ) in collect()
398 aEffect.mxShape = xShape; in collect()
423 if( !aEffect.mxShape.is() ) in collect()
426 aEffect.mxShape = xShape; in collect()
458 DBG_ASSERT( rEffect.mxShape.is(), "shape id creation failed for animation effect?" ); in exportAnimations()
460 …CE_DRAW, XML_SHAPE_ID, rExport.getInterfaceToIdentifierMapper().getIdentifier( rEffect.mxShape ) ); in exportAnimations()