Searched refs:rXShape (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 574 if ( rXShape.is() ) in CreateFillProperties() 576 SdrObject* pObj = GetSdrObjectFromXShape( rXShape ); in CreateFillProperties() 1271 uno::Reference< beans::XPropertySet > aXPropSet( rXShape, uno::UNO_QUERY ); in CreateShapeProperties() 1300 if ( rXShape.is() ) in CreateOLEGraphicProperties() 1353 if ( rXShape.is() ) in CreateMediaGraphicProperties() 1359 bRetValue = CreateGraphicProperties( rXShape, aGraphicObject ); in CreateMediaGraphicProperties() 1818 ::com::sun::star::uno::Any aAny( rXShape->queryInterface( in GetPolyPolygon() 2273 if ( rXShape.is() ) in CreateConnectorProperties() 3898 return GetCustomShapeType( rXShape, nMirrorFlags, aShapeType ); in GetCustomShapeType() 3905 SdrObject* pShape = GetSdrObjectFromXShape( rXShape ); in CreateBlipPropertiesforOLEControl() [all …]
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1201 …roperties( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rXShape ); 1204 …cProperties( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rXShape, 1220 … rXPropSet, const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rXShape); 1230 …l bEdge , const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rXShape ); 1234 …rProperties( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rXShape, 1249 …lyPolygon( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rXShape ); 1251 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rXShape, sal_uInt32& nMir… 1252 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rXShape, sal_uInt32& nMir… 1605 …tSdrObject( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rXShape );
|
/aoo41x/main/oox/source/export/ |
H A D | shapes.cxx | 958 …tor()( const ::com::sun::star::uno::Reference < ::com::sun::star::drawing::XShape > rXShape ) const in operator ()() 960 return maHashFunction( USS( rXShape->getShapeType() ) ); in operator ()() 963 sal_Int32 ShapeExport::GetNewShapeID( const Reference< XShape > rXShape ) in GetNewShapeID() argument 967 maShapeMap[ rXShape ] = nID; in GetNewShapeID() 972 sal_Int32 ShapeExport::GetShapeID( const Reference< XShape > rXShape ) in GetShapeID() argument 974 ShapeHashMap::const_iterator aIter = maShapeMap.find( rXShape ); in GetShapeID()
|
H A D | drawingml.cxx | 607 void DrawingML::WriteShapeTransformation( Reference< XShape > rXShape, sal_Bool bFlipH, sal_Bool bF… in WriteShapeTransformation() argument 611 awt::Point aPos = rXShape->getPosition(); in WriteShapeTransformation() 612 awt::Size aSize = rXShape->getSize(); in WriteShapeTransformation() 1121 void DrawingML::WriteText( Reference< XShape > rXShape ) in WriteText() argument 1123 Reference< XText > xXText( rXShape, UNO_QUERY ); in WriteText() 1124 Reference< XPropertySet > rXPropSet( rXShape, UNO_QUERY ); in WriteText()
|
/aoo41x/main/oox/inc/oox/export/ |
H A D | drawingml.hxx | 105 …ShapeTransformation( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > rXShape, 110 void WriteText( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > rXShape );
|
/aoo41x/main/oox/inc/oox/drawingml/ |
H A D | shape.hxx | 139 … setXShape( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rXShape ) in setXShape() argument 140 { mxShape = rXShape; }; in setXShape()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | eppt.hxx | 825 …able( com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& rXShape, EscherSolverCont…
|
H A D | epptso.cxx | 5727 void PPTWriter::ImplCreateTable( uno::Reference< drawing::XShape >& rXShape, EscherSolverContainer&… in ImplCreateTable() argument 5748 awt::Point aPosition( ImplMapPoint( rXShape->getPosition() ) ); in ImplCreateTable() 5784 aSolverContainer.AddShape( rXShape, nShapeId ); in ImplCreateTable() 5802 aPropOpt.CreateShapeProperties( rXShape ); in ImplCreateTable()
|
Completed in 172 milliseconds