Home
last modified time | relevance | path

Searched refs:rShapeRect (Results 1 – 12 of 12) sorted by relevance

/trunk/main/oox/source/vml/
H A Dvmlshape.cxx69 Point lclGetAbsPoint( const Point& rRelPoint, const Rectangle& rShapeRect, const Rectangle& rCoordS… in lclGetAbsPoint() argument
71 double fWidthRatio = static_cast< double >( rShapeRect.Width ) / rCoordSys.Width; in lclGetAbsPoint()
72 double fHeightRatio = static_cast< double >( rShapeRect.Height ) / rCoordSys.Height; in lclGetAbsPoint()
81 double fWidthRatio = static_cast< double >( rShapeRect.Width ) / rCoordSys.Width; in lclGetAbsRect()
82 double fHeightRatio = static_cast< double >( rShapeRect.Height ) / rCoordSys.Height; in lclGetAbsRect()
367 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
374 aAbsPoints.push_back( lclGetAbsPoint( *aIt, rShapeRect, aCoordSys ) ); in implConvertAndInsert()
393 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
431 Size aOleSize( rShapeRect.Width, rShapeRect.Height ); in implConvertAndInsert()
502 return CustomShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
[all …]
H A Dvmldrawing.cxx206 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in createAndInsertXShape()
217 xShape->setPosition( Point( rShapeRect.X, rShapeRect.Y ) ); in createAndInsertXShape()
218 xShape->setSize( Size( rShapeRect.Width, rShapeRect.Height ) ); in createAndInsertXShape()
228 … const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect, sal_Int32& rnCtrlIndex ) const in createAndInsertXControlShape() argument
237 …ateAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.ControlShape" ), rxShapes, rShapeRect ); in createAndInsertXControlShape()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx994 maChildren.convertAndInsert( rDrawing, xChildShapes, &rShapeRect ); in implConvertAndInsert()
1051 sal_Int32 nL = rShapeRect.X; in implConvertAndInsert()
1052 sal_Int32 nT = rShapeRect.Y; in implConvertAndInsert()
1053 sal_Int32 nR = rShapeRect.X + ::std::max< sal_Int32 >( rShapeRect.Width - 1, 0 ); in implConvertAndInsert()
1054 sal_Int32 nB = rShapeRect.Y + ::std::max< sal_Int32 >( rShapeRect.Height - 1, 0 ); in implConvertAndInsert()
1184 Rectangle aNewRect( rShapeRect.X, rShapeRect.Y, rShapeRect.Width * 2, rShapeRect.Height * 2 ); in implConvertAndInsert()
1192 …se BIFF_OBJ_ARC_BR: nStartAngle = 27000; aNewRect.X -= rShapeRect.Width; aNewRect.Y -= rShapeRect.… in implConvertAndInsert()
1262 aPolygon.push_back( lclGetPolyPoint( rShapeRect, *aIt ) ); in implConvertAndInsert()
1376 xShape->setPosition( Point( rShapeRect.X, rShapeRect.Y ) ); in createAndInsertXShape()
1377 xShape->setSize( Size( rShapeRect.Width, rShapeRect.Height ) ); in createAndInsertXShape()
[all …]
H A Dworksheethelper.cxx311 void extendShapeBoundingBox( const Rectangle& rShapeRect );
776 void WorksheetGlobals::extendShapeBoundingBox( const Rectangle& rShapeRect ) in extendShapeBoundingBox() argument
781 maShapeBoundingBox = rShapeRect; in extendShapeBoundingBox()
785 …X = ::std::max( maShapeBoundingBox.X + maShapeBoundingBox.Width, rShapeRect.X + rShapeRect.Width ); in extendShapeBoundingBox()
786 …= ::std::max( maShapeBoundingBox.Y + maShapeBoundingBox.Height, rShapeRect.Y + rShapeRect.Height ); in extendShapeBoundingBox()
787 maShapeBoundingBox.X = ::std::min( maShapeBoundingBox.X, rShapeRect.X ); in extendShapeBoundingBox()
788 maShapeBoundingBox.Y = ::std::min( maShapeBoundingBox.Y, rShapeRect.Y ); in extendShapeBoundingBox()
1628 void WorksheetHelper::extendShapeBoundingBox( const Rectangle& rShapeRect ) in extendShapeBoundingBox() argument
1630 mrSheetGlob.extendShapeBoundingBox( rShapeRect ); in extendShapeBoundingBox()
H A Ddrawingfragment.cxx436 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in createAndInsertClientXShape()
443 Rectangle aShapeRect = rShapeRect; in createAndInsertClientXShape()
613 const Rectangle& rShapeRect, const ::oox::vml::ShapeBase& rShape, bool bGroupChild ) in notifyXShapeInserted() argument
617 extendShapeBoundingBox( rShapeRect ); in notifyXShapeInserted()
/trunk/main/oox/inc/oox/xls/
H A Ddrawingmanager.hxx221 const ::com::sun::star::awt::Rectangle& rShapeRect ) const = 0;
267 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
293 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
320 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
354 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
375 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
398 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
424 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
475 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
481 const ::com::sun::star::awt::Rectangle& rShapeRect ) = 0;
[all …]
H A Ddrawingfragment.hxx183 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
188 const ::com::sun::star::awt::Rectangle& rShapeRect,
H A Dworksheethelper.hxx292 … void extendShapeBoundingBox( const ::com::sun::star::awt::Rectangle& rShapeRect );
/trunk/main/oox/inc/oox/vml/
H A Dvmlshape.hxx233 const ::com::sun::star::awt::Rectangle& rShapeRect ) const = 0;
261 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
298 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
314 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
331 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
361 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
H A Dvmldrawing.hxx148 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
156 const ::com::sun::star::awt::Rectangle& rShapeRect,
178 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
186 const ::com::sun::star::awt::Rectangle& rShapeRect,
/trunk/main/oox/source/drawingml/
H A Dshape.cxx551 …izeServiceName( XmlFilterBase& rFilter, const OUString& rServiceName, const Rectangle& rShapeRect ) in finalizeServiceName() argument
558 Size aOleSize( rShapeRect.Width, rShapeRect.Height ); in finalizeServiceName()
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx168 const ::com::sun::star::awt::Rectangle& rShapeRect );

Completed in 81 milliseconds