Home
last modified time | relevance | path

Searched refs:aNewRect (Results 1 – 25 of 32) sorted by path

12

/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx326 void DocumentHolder::PlaceFrame( const awt::Rectangle& aNewRect ) in PlaceFrame() argument
342 awt::Rectangle aHatchRect = AddBorderToArea( aNewRect ); in PlaceFrame()
351 m_aObjRect = aNewRect; in PlaceFrame()
/trunk/main/embeddedobj/source/inc/
H A Ddocholder.hxx147 void PlaceFrame( const ::com::sun::star::awt::Rectangle& aNewRect );
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx264 Rectangle aNewRect; // mit diesem Shape definiertes Rectangle member
272 sal_Int32 r, sal_Int32 u ){ aNewRect = Rectangle(l,o, r,u); } in SetNewRect()
274 sal_Bool HasNewRect() const { return aNewRect.IsEmpty() ; } in HasNewRect()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1232 Rectangle aNewRect( aPolyPolygon.GetBoundRect() ); in Impl_writeStroke() local
1279 Rectangle aNewRect( aPolyPolygon.GetBoundRect() ); in Impl_writeFilling() local
1329 double XScale = (double)aNewRect.GetWidth()/aOldRect.GetWidth(); in Impl_writeFilling()
1330 double YScale = (double)aNewRect.GetHeight()/aOldRect.GetHeight(); in Impl_writeFilling()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx407 rObj.SetRect( Rectangle( ImplMapPoint( Point( aNewRect.X, aNewRect.Y ) ), in ImplWriteShape()
408 ImplMapSize( Size( aNewRect.Width, aNewRect.Height ) ) ) ); in ImplWriteShape()
423 ::com::sun::star::awt::Rectangle aNewRect; in ImplWriteShape()
427 rObj.SetRect( Rectangle( ImplMapPoint( Point( aNewRect.X, aNewRect.Y ) ), in ImplWriteShape()
428 ImplMapSize( Size( aNewRect.Width, aNewRect.Height ) ) ) ); in ImplWriteShape()
519 ::com::sun::star::awt::Rectangle aNewRect; in ImplWriteShape()
526 if( aNewRect.Height < 0 ) in ImplWriteShape()
528 if( aNewRect.Width < 0 ) in ImplWriteShape()
545 ::com::sun::star::awt::Rectangle aNewRect; in ImplWriteShape()
557 ::com::sun::star::awt::Rectangle aNewRect; in ImplWriteShape()
[all …]
H A Dmsdffimp.cxx3802 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportFontWork() local
3803 rBoundRect = aNewRect; in ImportFontWork()
4228 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportGroup() local
4229 aClientRect = aNewRect; in ImportGroup()
4424 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportShape() local
4425 aObjData.aBoundRect = aNewRect; in ImportShape()
5293 Rectangle aNewRect(rTextRect); in ProcessObj() local
5294 aNewRect.Bottom() -= nTextTop + nTextBottom; in ProcessObj()
5295 aNewRect.Right() -= nTextLeft + nTextRight; in ProcessObj()
5321 aNewRect.Bottom() - aNewRect.Top() ) ); in ProcessObj()
[all …]
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx1184 Rectangle aNewRect( rShapeRect.X, rShapeRect.Y, rShapeRect.Width * 2, rShapeRect.Height * 2 ); in implConvertAndInsert() local
1189 …case BIFF_OBJ_ARC_TR: nStartAngle = 0; aNewRect.X -= rShapeRect.Width; … in implConvertAndInsert()
1191 …case BIFF_OBJ_ARC_BL: nStartAngle = 18000; aNewRect.Y -= rShapeRec… in implConvertAndInsert()
1192 …case BIFF_OBJ_ARC_BR: nStartAngle = 27000; aNewRect.X -= rShapeRect.Width; aNewRect.Y -= rShapeRec… in implConvertAndInsert()
1200 …reateAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.EllipseShape" ), rxShapes, aNewRect ); in implConvertAndInsert()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx68 Rectangle aNewRect = _aObjRect; in lcl_getNewRectSize() local
72 aNewRect = _aObjRect; in lcl_getNewRectSize()
77 aNewRect.setWidth(_nXMov); in lcl_getNewRectSize()
78 aNewRect.setHeight(_nYMov); in lcl_getNewRectSize()
81 aNewRect.Move(_nXMov,_nYMov); in lcl_getNewRectSize()
112 … nXTemp += aOverlappingRect.Left() - aNewRect.Left() - aNewRect.getWidth(); in lcl_getNewRectSize()
119 … nYTemp += aOverlappingRect.Top() - aNewRect.Top() - aNewRect.getHeight(); in lcl_getNewRectSize()
1759 Rectangle aNewRect; in handleKey() local
1776 aNewRect.Left() += nX; in handleKey()
1783 aNewRect.setWidth(aNewRect.getWidth() + nX); in handleKey()
[all …]
H A Ddlgedfunc.cxx623 Rectangle aNewRect = pObjIter->GetLastBoundRect(); in isRectangleHit() local
626 if ( (nDx + aNewRect.Left()) < 0 ) in isRectangleHit()
627 nDx = -aNewRect.Left(); in isRectangleHit()
628 if ( (nDy + aNewRect.Top()) < 0 ) in isRectangleHit()
629 nDy = -aNewRect.Top(); in isRectangleHit()
632 aNewRect.Move(nDx,nDy); in isRectangleHit()
634 … ::ResizeRect(aNewRect,rDragStat.GetRef1(),rDragStat.GetXFact(),rDragStat.GetYFact()); in isRectangleHit()
637 …SdrObject* pObjOverlapped = isOver(aNewRect,*m_pParent->getPage(),m_rView,false,pObjIter, ISOVER_I… in isRectangleHit()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx1267 Rectangle aNewRect = rAnchorRect; in DoCreateSdrObj() local
1276 aNewRect.Left() -= rAnchorRect.GetWidth(); in DoCreateSdrObj()
1277 aNewRect.Bottom() += rAnchorRect.GetHeight(); in DoCreateSdrObj()
1282 aNewRect.Right() += rAnchorRect.GetWidth(); in DoCreateSdrObj()
1283 aNewRect.Bottom() += rAnchorRect.GetHeight(); in DoCreateSdrObj()
1288 aNewRect.Right() += rAnchorRect.GetWidth(); in DoCreateSdrObj()
1289 aNewRect.Top() -= rAnchorRect.GetHeight(); in DoCreateSdrObj()
1294 aNewRect.Left() -= rAnchorRect.GetWidth(); in DoCreateSdrObj()
1295 aNewRect.Top() -= rAnchorRect.GetHeight(); in DoCreateSdrObj()
1299 SdrObjectPtr xSdrObj( new SdrCircObj( eObjKind, aNewRect, nStartAngle, nEndAngle ) ); in DoCreateSdrObj()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePageHeaderArea.cxx307 Rectangle aNewRect(Point(0, 0), VCLRectangle(xComp->getBounds()).GetSize()); in GetBoundingBox() local
308 aRect = aNewRect; in GetBoundingBox()
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext3.cxx208 Rectangle aNewRect = pObject->GetLogicRect(); in StopDragMode()
209 if( aOldRect != aNewRect ) in StopDragMode()
211 pNote->UpdateFromRectangle( rDoc, rPos, aNewRect ); in StopDragMode()
215 … if(!bVertical && aNewRect.Bottom() - aNewRect.Top() > aOldRect.Bottom() - aOldRect.Top()) in StopDragMode()
223 … else if(bVertical && aNewRect.Right() - aNewRect.Left() > aOldRect.Right() - aOldRect.Left()) in StopDragMode()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4552 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
4696 ::com::sun::star::awt::Rectangle aNewRect; in ImplWritePage()
4700 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
4716 ::com::sun::star::awt::Rectangle aNewRect; in ImplWritePage()
4718 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
4753 ::com::sun::star::awt::Rectangle aNewRect; in ImplWritePage()
4755 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
4773 ::com::sun::star::awt::Rectangle aNewRect; in ImplWritePage()
4775 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
4795 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
[all …]
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx391 Rectangle aNewRect( x, y, x + width - 1, y + height - 1 ); in InsertAnnotation() local
402 if( aNewRect.IsOver( aTagRect ) ) in InsertAnnotation()
/trunk/main/starmath/source/
H A Ddocument.cxx1346 Rectangle aNewRect(rVisArea); in SetVisArea() local
1348 aNewRect.SetPos(Point()); in SetVisArea()
1350 if (! aNewRect.Right()) aNewRect.Right() = 2000; in SetVisArea()
1351 if (! aNewRect.Bottom()) aNewRect.Bottom() = 1000; in SetVisArea()
1369 SfxObjectShell::SetVisArea( aNewRect ); in SetVisArea()
/trunk/main/svtools/source/misc/
H A Dimap.cxx291 Rectangle aNewRect; in GetRectangle() local
294 aNewRect = Application::GetDefaultDevice()->LogicToPixel( aRect, MapMode( MAP_100TH_MM ) ); in GetRectangle()
296 aNewRect = aRect; in GetRectangle()
298 return aNewRect; in GetRectangle()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx971 awt::Rectangle aNewRect = aHardRef->getBounds(); in operator ()() local
974 if( aNewRect.X != aOldRect.X || in operator ()()
975 aNewRect.Y != aOldRect.Y || in operator ()()
976 aNewRect.Width != aOldRect.Width || in operator ()()
977 aNewRect.Height != aOldRect.Height ) in operator ()()
983 … return ::accessibility::AccessibleParaManager::WeakChild( rChild.first, aNewRect ); in operator ()()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx292 ::Rectangle aNewRect( aRect.X, aRect.Y, aRect.X + aRect.Width, aRect.Y + aRect.Height ); in makeVisible()
293 aNewRect = m_pWindow->PixelToLogic( aNewRect ); in makeVisible()
294 m_pViewImpl->getView()->MakeVisible( aNewRect, *m_pWindow ); in makeVisible()
/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx850 Rectangle aNewRect(aDragStat.GetStart(), aDragStat.GetStart() + Point(2, 2)); in ShowCreateObj() local
851 pAktCreate->NbcSetSnapRect(aNewRect); in ShowCreateObj()
H A Dsvddrgmt.cxx3919 Rectangle aNewRect( in EndSdrDrag() local
3944 sal_Int32 nDiffLeft = aNewRect.nLeft - aOldRect.nLeft; in EndSdrDrag()
3945 sal_Int32 nDiffTop = aNewRect.nTop - aOldRect.nTop; in EndSdrDrag()
3946 sal_Int32 nDiffRight = aNewRect.nRight - aOldRect.nRight; in EndSdrDrag()
3947 sal_Int32 nDiffBottom = aNewRect.nBottom - aOldRect.nBottom; in EndSdrDrag()
H A Dsvdoashp.cxx2274 Rectangle aNewRect( rNewRect ); in DragResizeCustomShape() local
2275 aNewRect.Justify(); in DragResizeCustomShape()
2280 if ( aNewRect.TopLeft()!= pObj->aRect.TopLeft() && in DragResizeCustomShape()
2283 Point aNewPos( aNewRect.TopLeft() ); in DragResizeCustomShape()
2286 aNewRect.SetPos( aNewPos ); in DragResizeCustomShape()
2288 if ( aNewRect != pObj->aRect ) in DragResizeCustomShape()
2290 pObj->SetLogicRect( aNewRect ); in DragResizeCustomShape()
H A Dsvdobj.cxx1377 Rectangle aNewRect(ImpDragCalcRect(rDrag)); in applySpecialDrag() local
1379 if(aNewRect != GetSnapRect()) in applySpecialDrag()
1381 NbcSetSnapRect(aNewRect); in applySpecialDrag()
H A Dsvdoole2.cxx1916 Rectangle aNewRect( aTL2, aBR2 ); in ImpSetVisAreaSize() local
1917 …xVisualObject->setVisualAreaSize( GetAspect(), awt::Size( aNewRect.GetWidth(), aNewRect.GetHeight(… in ImpSetVisAreaSize()
H A Dsvdotext.cxx301 Rectangle aNewRect(aRect); in FitFrameToTextSize() local
302 aNewRect.SetSize(aNewSize); in FitFrameToTextSize()
303 ImpJustifyRect(aNewRect); in FitFrameToTextSize()
304 if (aNewRect!=aRect) { in FitFrameToTextSize()
305 SetLogicRect(aNewRect); in FitFrameToTextSize()
H A Dsvdotxdr.cxx170 Rectangle aNewRect(ImpDragCalcRect(rDrag)); in applySpecialDrag() local
172 if(aNewRect.TopLeft() != aRect.TopLeft() && (aGeo.nDrehWink || aGeo.nShearWink)) in applySpecialDrag()
174 Point aNewPos(aNewRect.TopLeft()); in applySpecialDrag()
182 aNewRect.SetPos(aNewPos); in applySpecialDrag()
185 if(aNewRect != aRect) in applySpecialDrag()
187 NbcSetLogicRect(aNewRect); in applySpecialDrag()

Completed in 301 milliseconds

12