Lines Matching refs:xShape

1138 	uno::Reference< drawing::XShape > xShape( xRet, uno::UNO_QUERY );  in createInstance()  local
1139 if( xShape.is() ) in createInstance()
1142 new SdXShape( SvxShape::getImplementation( xShape ), (SdXImpressDocument*)this ); in createInstance()
1143 xRet = xShape; in createInstance()
1144 xShape.clear(); in createInstance()
1632 void ImplPDFExportShapeInteraction( uno::Reference< drawing::XShape > xShape, SdDrawDocument& rDoc,… in ImplPDFExportShapeInteraction() argument
1638 if ( xShape->getShapeType().equals( sGroup ) ) in ImplPDFExportShapeInteraction()
1640 uno::Reference< container::XIndexAccess > xIndexAccess( xShape, uno::UNO_QUERY ); in ImplPDFExportShapeInteraction()
1654 uno::Reference< beans::XPropertySet > xShapePropSet( xShape, uno::UNO_QUERY ); in ImplPDFExportShapeInteraction()
1661 awt::Point aShapePos( xShape->getPosition() ); in ImplPDFExportShapeInteraction()
1662 awt::Size aShapeSize( xShape->getSize() ); in ImplPDFExportShapeInteraction()
1993 uno::Reference< drawing::XShape > xShape; in render() local
1994 if ( aAny >>= xShape ) in render()
1995 ImplPDFExportShapeInteraction( xShape, *mpDoc, *pPDFExtOutDevData ); in render()
2007 uno::Reference< drawing::XShape > xShape; in render() local
2008 if ( aAny >>= xShape ) in render()
2009 ImplPDFExportShapeInteraction( xShape, *mpDoc, *pPDFExtOutDevData ); in render()
2165 uno::Reference< drawing::XShape > xShape; in render() local
2166 xShapes->getByIndex( i ) >>= xShape; in render()
2168 if( xShape.is() ) in render()
2170 SvxShape* pShape = SvxShape::getImplementation( xShape ); in render()