/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | futext3.cxx | 207 Rectangle aOldRect = pNote->CalcRectangle( rDoc, rPos ); in StopDragMode() 209 if( aOldRect != 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() 236 ScRange aDrawRange = rDoc.GetRange( rPos.Tab(), aOldRect ); in StopDragMode()
|
/aoo42x/main/sw/source/core/draw/ |
H A D | dcontact.cxx | 1086 SwRect aOldRect( *pOldBoundRect ); in NotifyBackgrdOfAllVirtObjs() local 1087 aOldRect.Pos() += pDrawVirtObj->GetOffset(); in NotifyBackgrdOfAllVirtObjs() 1088 if( aOldRect.HasArea() ) in NotifyBackgrdOfAllVirtObjs() 1090 aOldRect, PREP_FLY_LEAVE,sal_True); in NotifyBackgrdOfAllVirtObjs() 1125 SwRect aOldRect( *_pOldObjRect ); in lcl_NotifyBackgroundOfObj() local 1126 if( aOldRect.HasArea() ) in lcl_NotifyBackgroundOfObj() 1131 ::Notify_Background( &_rObj, pOldPageFrm, aOldRect, in lcl_NotifyBackgroundOfObj() 1597 Rectangle aOldRect; in Modify() local 1603 pOldRect = &aOldRect; in Modify() 1755 lcl_NotifyBackgroundOfObj( *this, *GetMaster(), &aOldRect ); in DisconnectFromLayout() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtpaint.cxx | 62 SwRect aOldRect( rRect ); in _ChgClip() local 73 (SwRect&)rRect = aOldRect; in _ChgClip() 102 (SwRect&)rRect = aOldRect; in _ChgClip() 130 (SwRect&)rRect = aOldRect; in _ChgClip()
|
H A D | frmpaint.cxx | 678 SwRect aOldRect( rRect ); in Paint() local 741 (SwRect&)rRect = aOldRect; in Paint()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | layact.cxx | 991 if ( pCnt->Frm().Bottom() < aOldRect.Bottom() ) in _TurboAction() 995 PaintCntnt( pCnt, pPage, aOldRect, nOldBottom ); in _TurboAction() 1433 SwRect aOldRect( pLay->Frm() ); in FormatLayout() local 1435 if ( aOldRect != pLay->Frm() ) in FormatLayout() 1506 SwRegionRects aRegion( aOldRect ); in FormatLayout() 1513 aRegion -= aOldRect; in FormatLayout() 1643 const SwRect aOldRect( pFly->Frm() ); in FormatLayoutFly() local 1645 bChanged = aOldRect != pFly->Frm(); in FormatLayoutFly() 1715 const SwRect aOldRect( pTab->Frm() ); in FormatLayoutTab() local 1718 if ( aOldRect != pTab->Frm() ) in FormatLayoutTab() [all …]
|
H A D | calcmove.cxx | 710 const SwRect aOldRect( Frm() ); //Anpassung der Root-Groesse in MakeAll() 851 if ( Frm() != aOldRect && GetUpper() ) in MakeAll()
|
H A D | wsfrm.cxx | 1518 const SwRect aOldRect( pUp->Frm() ); in AdjustNeighbourhood() local
|
/aoo42x/main/sd/source/ui/docshell/ |
H A D | sdclient.cxx | 109 Rectangle aOldRect = GetObjArea(); in RequestNewObjectArea() local 111 aObjRect.SetPos( aOldRect.TopLeft() ); in RequestNewObjectArea() 114 aObjRect.SetSize( aOldRect.GetSize() ); in RequestNewObjectArea() 117 if ( !aWorkArea.IsInside(aObjRect) && !bPosProtect && aObjRect != aOldRect ) in RequestNewObjectArea()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | client.cxx | 102 Rectangle aOldRect = GetObjArea(); in RequestNewObjectArea() local 107 aLogicRect.SetSize( aOldRect.GetSize() ); in RequestNewObjectArea() 110 aLogicRect.SetPos( aOldRect.TopLeft() ); in RequestNewObjectArea() 115 if ( pPage && aLogicRect != aOldRect ) in RequestNewObjectArea()
|
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | move.cxx | 461 SwRect aOldRect( GetCharRect() ), aTmpArea( VisArea() ); in PushCrsr() local 467 Point aPt( aOldRect.Center() ); in PushCrsr() 518 bDiff = aOldRect != GetCharRect(); in PushCrsr() 525 aOldRect.SSize( 5, 5 ); in PushCrsr() 534 pCrsrStack = new CrsrStack( bDiff, bIsFrmSel, aOldRect.Center(), in PushCrsr()
|
/aoo42x/main/svx/source/accessibility/ |
H A D | AccessibleTextHelper.cxx | 972 const awt::Rectangle& aOldRect = rChild.second; 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 ()()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svddrgmt.cxx | 3914 Rectangle aOldRect( in EndSdrDrag() local 3926 … ( aGraphicSize.Width() - rOldCrop.GetLeft() - rOldCrop.GetRight() ) / (double)aOldRect.GetWidth(); in EndSdrDrag() 3927 … aGraphicSize.Height() - rOldCrop.GetTop() - rOldCrop.GetBottom() ) / (double)aOldRect.GetHeight(); in EndSdrDrag() 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 D | svdoole2.cxx | 543 awt::Rectangle aOldRect = getPlacement(); in changedPlacement() local 545 Rectangle aOldPixelRect = VCLRectangle( aOldRect ); in changedPlacement()
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1228 Rectangle aOldRect( aPolyPolygon.GetBoundRect() ); in Impl_writeStroke() local 1275 Rectangle aOldRect( 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()
|
/aoo42x/main/sfx2/source/view/ |
H A D | ipclient.cxx | 521 awt::Rectangle aOldRect = getPlacement(); in changedPlacement() local 523 Rectangle aOldPixelRect = VCLRectangle( aOldRect ); in changedPlacement()
|
/aoo42x/main/svx/source/table/ |
H A D | svdotable.cxx | 2203 Rectangle aOldRect( maLogicRect ); in NbcResize() local 2207 …FrameWidthAndHeight( maLogicRect.GetHeight() == aOldRect.GetHeight(), maLogicRect.GetWidth() == aO… in NbcResize()
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 1500 ::basegfx::B2IRectangle aOldRect( aConsumedOuterRect ); in impl_createDiagramAndContent()
|