Home
last modified time | relevance | path

Searched refs:rXShape (Results 1 – 8 of 8) sorted by relevance

/trunk/main/filter/source/msfilter/
H A Descherex.cxx574 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()
3909 return GetCustomShapeType( rXShape, nMirrorFlags, aShapeType ); in GetCustomShapeType()
3916 SdrObject* pShape = GetSdrObjectFromXShape( rXShape ); in CreateBlipPropertiesforOLEControl()
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1201 …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 );
/trunk/main/oox/source/export/
H A Dshapes.cxx958 …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 Ddrawingml.cxx607 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()
/trunk/main/oox/inc/oox/export/
H A Ddrawingml.hxx105 …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 );
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx139 … setXShape( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rXShape ) in setXShape() argument
140 { mxShape = rXShape; }; in setXShape()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx825 …able( com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& rXShape, EscherSolverCont…
H A Depptso.cxx5727 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 100 milliseconds