Lines Matching refs:aRect

1335 			Rectangle aRect( Point( 0, 0 ), pShapeBoundRect->GetSize() );  in CreateGraphicProperties()  local
1336 …sal_uInt32 nBlibId = pGraphicProvider->GetBlibID( *pPicOutStrm, aUniqueId, aRect, pVisArea, NULL ); in CreateGraphicProperties()
1371 Rectangle aRect; in ImplCreateEmbeddedBmp() local
1372 if ( aProvider.GetBlibID( aMemStrm, rUniqueId, aRect ) ) in ImplCreateEmbeddedBmp()
1446 …const Rectangle aRect(pShapeBoundRect ? *pShapeBoundRect : Rectangle(Point(0,0), Size(28000, 21000… in CreateEmbeddedHatchProperties() local
1447 GraphicObject aGraphicObject = lclDrawHatch( rHatch, rBackColor, bFillBackground, aRect ); in CreateEmbeddedHatchProperties()
1549 …const Rectangle aRect(Point(0, 0), pShapeBoundRect ? pShapeBoundRect->GetSize() : Size(28000, 2100… in CreateGraphicProperties() local
1550 aGraphicObject = lclDrawHatch( aHatch, aBackColor, bFillBackground, aRect ); in CreateGraphicProperties()
1758 Rectangle aRect( Point( 0, 0 ), pShapeBoundRect->GetSize() ); in CreateGraphicProperties() local
1759 …t sal_uInt32 nBlibId(pGraphicProvider->GetBlibID(*pPicOutStrm, aUniqueId, aRect, NULL, pGraphicAtt… in CreateGraphicProperties()
1780 Rectangle aRect; in CreateGraphicProperties() local
1782 if ( aProvider.GetBlibID( aMemStrm, aUniqueId, aRect, NULL, pGraphicAttr ) ) in CreateGraphicProperties()
2009 Rectangle aRect( aPolyPolygon.GetBoundRect() ); in CreatePolygonProperties() local
2010 …rGeoRect = ::com::sun::star::awt::Rectangle( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.Ge… in CreatePolygonProperties()
3928 Rectangle aRect( Point( 0, 0 ), pShapeBoundRect->GetSize() ); in CreateBlipPropertiesforOLEControl() local
3930 sal_uInt32 nBlibId = pGraphicProvider->GetBlibID( *pPicOutStrm, aUniqueId, aRect, NULL ); in CreateBlipPropertiesforOLEControl()
4848 Rectangle aRect( Point( aPoint.X, aPoint.Y ), Size( aSize.Width, aSize.Height ) ); in GetConnectorRule() local
4849 Point aCenter( aRect.Center() ); in GetConnectorRule()
4852 aPoly[ 0 ] = Point( aCenter.X(), aRect.Top() ); in GetConnectorRule()
4853 aPoly[ 1 ] = Point( aRect.Left(), aCenter.Y() ); in GetConnectorRule()
4854 aPoly[ 2 ] = Point( aCenter.X(), aRect.Bottom() ); in GetConnectorRule()
4855 aPoly[ 3 ] = Point( aRect.Right(), aCenter.Y() ); in GetConnectorRule()
4862 aPoly.Rotate( aRect.TopLeft(), (sal_uInt16)( ( nAngle + 5 ) / 10 ) ); in GetConnectorRule()
5430 Rectangle aRect; in EnterGroup() local
5432 aRect = *pBoundRect; in EnterGroup()
5439 …*mpOutStrm << (sal_Int32)aRect.Left() // Bounding box fuer die Gruppierten shapes an die sie attac… in EnterGroup()
5440 << (sal_Int32)aRect.Top() in EnterGroup()
5441 << (sal_Int32)aRect.Right() in EnterGroup()
5442 << (sal_Int32)aRect.Bottom(); in EnterGroup()
5459 Commit( aPropOpt, aRect ); in EnterGroup()
5461 AddChildAnchor( aRect ); in EnterGroup()
5467 pAppData->WriteClientAnchor( *this, aRect ); in EnterGroup()