/aoo41x/main/vcl/source/window/ |
H A D | brdwin.cxx | 846 aNewRect.Left() = aNewRect.Right()-nMinWidth+1; in ImplTracking() 848 aNewRect.Left() = aNewRect.Right()-nMaxWidth+1; in ImplTracking() 854 aNewRect.Right() = aNewRect.Left()+nMinWidth+1; in ImplTracking() 856 aNewRect.Right() = aNewRect.Left()+nMaxWidth+1; in ImplTracking() 862 aNewRect.Top() = aNewRect.Bottom()-nMinHeight+1; in ImplTracking() 864 aNewRect.Top() = aNewRect.Bottom()-nMaxHeight+1; in ImplTracking() 870 aNewRect.Bottom() = aNewRect.Top()+nMinHeight+1; in ImplTracking() 872 aNewRect.Bottom() = aNewRect.Top()+nMaxHeight+1; in ImplTracking() 894 aNewRect.Left() = aNewRect.Right()-aSize.Width()+1; in ImplTracking() 896 aNewRect.Right() = aNewRect.Left()+aSize.Width()-1; in ImplTracking() [all …]
|
/aoo41x/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 407 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 D | msdffimp.cxx | 3789 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportFontWork() local 3790 rBoundRect = aNewRect; in ImportFontWork() 4215 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportGroup() local 4216 aClientRect = aNewRect; in ImportGroup() 4411 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportShape() local 4412 aObjData.aBoundRect = aNewRect; in ImportShape() 5280 Rectangle aNewRect(rTextRect); in ProcessObj() local 5281 aNewRect.Bottom() -= nTextTop + nTextBottom; in ProcessObj() 5282 aNewRect.Right() -= nTextLeft + nTextRight; in ProcessObj() 5308 aNewRect.Bottom() - aNewRect.Top() ) ); in ProcessObj() [all …]
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ViewsWindow.cxx | 68 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 D | dlgedfunc.cxx | 623 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()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | futext3.cxx | 208 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()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotxdr.cxx | 170 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()
|
H A D | svdotext.cxx | 301 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 D | svdoashp.cxx | 2274 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 D | svdcrtv.cxx | 850 Rectangle aNewRect(aDragStat.GetStart(), aDragStat.GetStart() + Point(2, 2)); in ShowCreateObj() local 851 pAktCreate->NbcSetSnapRect(aNewRect); in ShowCreateObj()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | grafctrl.cxx | 1043 Rectangle aNewRect( aNewOrigin, aNewGrfSize ); in ExecuteGrafAttr() local 1052 Polygon aPol(aNewRect); in ExecuteGrafAttr() 1058 aNewRect.TopLeft(), in ExecuteGrafAttr() 1065 aNewRect.TopLeft(), in ExecuteGrafAttr() 1072 aNewRect=aPol.GetBoundRect(); in ExecuteGrafAttr() 1076 aNewRect.Move( -aOffset.X(), -aOffset.Y() ); in ExecuteGrafAttr() 1080 rView.SetMarkedObjRect( aNewRect ); in ExecuteGrafAttr() 1088 pObj->SetSnapRect( aNewRect ); in ExecuteGrafAttr()
|
/aoo41x/main/starmath/source/ |
H A D | document.cxx | 1346 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()
|
/aoo41x/main/oox/source/xls/ |
H A D | drawingmanager.cxx | 1184 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()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 4552 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 …]
|
/aoo41x/main/svtools/source/misc/ |
H A D | imap.cxx | 291 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()
|
/aoo41x/main/svx/source/accessibility/ |
H A D | AccessibleTextHelper.cxx | 971 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 ()()
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessiblePageHeaderArea.cxx | 307 Rectangle aNewRect(Point(0, 0), VCLRectangle(xComp->getBounds()).GetSize()); in GetBoundingBox() local 308 aRect = aNewRect; in GetBoundingBox()
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 264 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()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 1267 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()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 1409 Rectangle aNewRect( pNewObj->GetCurrentBoundRect() ); in Paste() local 1410 Size aNewSize( aNewRect.GetSize() ); in Paste() 1414 pNewObj->NbcResize( aNewRect.TopLeft(), aScaleWidth, aScaleHeight); in Paste() 1416 Point aVec = aOldObjRect.TopLeft() - aNewRect.TopLeft(); in Paste()
|
/aoo41x/main/sw/source/core/draw/ |
H A D | dcontact.cxx | 1138 SwRect aNewRect( pAnchoredObj->GetObjRectWithSpaces() ); in lcl_NotifyBackgroundOfObj() local 1140 if( aNewRect.HasArea() && pPageFrm ) in lcl_NotifyBackgroundOfObj() 1142 pPageFrm = (SwPageFrm*)::FindPage( aNewRect, pPageFrm ); in lcl_NotifyBackgroundOfObj() 1143 ::Notify_Background( &_rObj, pPageFrm, aNewRect, in lcl_NotifyBackgroundOfObj()
|
/aoo41x/main/svx/source/form/ |
H A D | fmvwimp.cxx | 292 ::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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 908 const Rectangle aNewRect( aTmpPoint, aRect.GetSize() ); in Crop() local 909 Bitmap aNewBmp( aNewRect.GetSize(), GetBitCount(), &pReadAcc->GetPalette() ); in Crop() 916 const long nNewWidth = aNewRect.GetWidth(); in Crop() 917 const long nNewHeight = aNewRect.GetHeight(); in Crop()
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1232 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()
|
/aoo41x/main/embeddedobj/source/general/ |
H A D | docholder.cxx | 326 void DocumentHolder::PlaceFrame( const awt::Rectangle& aNewRect ) in PlaceFrame() argument 342 awt::Rectangle aHatchRect = AddBorderToArea( aNewRect ); in PlaceFrame() 351 m_aObjRect = aNewRect; in PlaceFrame()
|