Searched refs:aShapeRect (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/oox/source/vml/ |
H A D | vmlshape.cxx | 265 Rectangle aShapeRect = calcShapeRectangle( pParentAnchor ); in convertAndInsert() local 268 if( ((aShapeRect.Width > 0) || (aShapeRect.Height > 0)) && rxShapes.is() ) in convertAndInsert() 270 xShape = implConvertAndInsert( rxShapes, aShapeRect ); in convertAndInsert() 282 mrDrawing.notifyXShapeInserted( xShape, aShapeRect, *this, bGroupChild ); in convertAndInsert() 295 Rectangle aShapeRect = calcShapeRectangle( pParentAnchor ); in convertFormatting() local 298 if( (aShapeRect.Width > 0) || (aShapeRect.Height > 0) ) in convertFormatting() 300 rxShape->setPosition( Point( aShapeRect.X, aShapeRect.Y ) ); in convertFormatting() 301 rxShape->setSize( Size( aShapeRect.Width, aShapeRect.Height ) ); in convertFormatting() 313 Rectangle aShapeRect; in calcShapeRectangle() local 316 aShapeRect = getRectangle( pParentAnchor ); in calcShapeRectangle() [all …]
|
/aoo41x/main/oox/source/drawingml/ |
H A D | shape.cxx | 239 awt::Rectangle aShapeRect; in addChildren() local 251 …aShapeRect.X = static_cast< sal_Int32 >( ( ( (*aIter)->maPosition.X - nGlobalLeft ) * fXScale ) + … in addChildren() 252 …aShapeRect.Y = static_cast< sal_Int32 >( ( ( (*aIter)->maPosition.Y - nGlobalTop ) * fYScale ) + … in addChildren() 255 aShapeRect.Width = static_cast< sal_Int32 >( fWidth ); in addChildren() 256 aShapeRect.Height = static_cast< sal_Int32 >( fHeight ); in addChildren() 257 pShapeRect = &aShapeRect; in addChildren()
|
/aoo41x/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 443 Rectangle aShapeRect = rShapeRect; in createAndInsertClientXShape() local 495 sal_Int32 nYDiff = ::std::min< sal_Int32 >( nFontHeightHmm / 2, aShapeRect.Y ); in createAndInsertClientXShape() 496 aShapeRect.Y -= nYDiff; in createAndInsertClientXShape() 497 aShapeRect.Height += nYDiff; in createAndInsertClientXShape() 588 pAxModel->maSize.first = aShapeRect.Width; in createAndInsertClientXShape() 589 pAxModel->maSize.second = aShapeRect.Height; in createAndInsertClientXShape() 591 …ence< XShape > xShape = createAndInsertXControlShape( aControl, rxShapes, aShapeRect, nCtrlIndex ); in createAndInsertClientXShape()
|
H A D | drawingmanager.cxx | 516 Rectangle aShapeRect = maAnchor.calcAnchorRectHmm( getDrawPageSize() ); in convertAndInsert() local 519 bool bHasWidth = aShapeRect.Width > 0; in convertAndInsert() 520 bool bHasHeight = aShapeRect.Height > 0; in convertAndInsert() 523 xShape = implConvertAndInsert( rDrawing, rxShapes, aShapeRect ); in convertAndInsert() 528 rDrawing.notifyShapeInserted( xShape, aShapeRect ); in convertAndInsert()
|
/aoo41x/main/chart2/source/view/axes/ |
H A D | VCartesianAxis.cxx | 125 …::basegfx::B2IRectangle aShapeRect = BaseGFXHelper::makeRectangle(xShape->getPosition(),ShapeFacto… in lcl_doesShapeOverlapWithTickmark() 129 return ( (rTickScreenPosition.getY() >= aShapeRect.getMinY()) in lcl_doesShapeOverlapWithTickmark() 130 && (rTickScreenPosition.getY() <= aShapeRect.getMaxY()) ); in lcl_doesShapeOverlapWithTickmark() 134 return ( (rTickScreenPosition.getX() >= aShapeRect.getMinX()) in lcl_doesShapeOverlapWithTickmark() 135 && (rTickScreenPosition.getX() <= aShapeRect.getMaxX()) ); in lcl_doesShapeOverlapWithTickmark() 141 return aShapeRect.isInside(aPosition); in lcl_doesShapeOverlapWithTickmark()
|
Completed in 66 milliseconds