/aoo41x/main/sc/source/ui/app/ |
H A D | client.cxx | 115 if ( pPage && aLogicRect != aOldRect ) in RequestNewObjectArea() 129 aLogicRect.Left() -= nDiff; in RequestNewObjectArea() 130 aLogicRect.Right() -= nDiff; in RequestNewObjectArea() 135 aLogicRect.Top() -= nDiff; in RequestNewObjectArea() 136 aLogicRect.Bottom() -= nDiff; in RequestNewObjectArea() 142 aLogicRect.Right() -= nDiff; in RequestNewObjectArea() 143 aLogicRect.Left() -= nDiff; in RequestNewObjectArea() 145 if (aLogicRect.Top() < aPageRect.Top()) in RequestNewObjectArea() 148 aLogicRect.Bottom() -= nDiff; in RequestNewObjectArea() 149 aLogicRect.Top() -= nDiff; in RequestNewObjectArea() [all …]
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 730 aLogicRect = Rectangle( aP, aS ); in EnhancedCustomShape2d() 803 fXRatio = (double)aLogicRect.GetWidth() / (double)aLogicRect.GetHeight(); in EnhancedCustomShape2d() 813 fYRatio = (double)aLogicRect.GetHeight() / (double)aLogicRect.GetWidth(); in EnhancedCustomShape2d() 1104 return aLogicRect; in GetTextRect() 1121 aRect.Move( aLogicRect.Left(), aLogicRect.Top() ); in GetTextRect() 1162 if ( aLogicRect.GetHeight() > aLogicRect.GetWidth() ) in GetHandlePosition() 1189 rReturnPosition.Move( aLogicRect.Left(), aLogicRect.Top() ); in GetHandlePosition() 1207 aP.Move( -aLogicRect.Left(), -aLogicRect.Top() ); in SetHandleControllerPosition() 1223 ShearPoint( aP, Point( aLogicRect.GetWidth() / 2, aLogicRect.GetHeight() / 2 ), nTan ); in SetHandleControllerPosition() 1233 if ( aLogicRect.GetHeight() > aLogicRect.GetWidth() ) in SetHandleControllerPosition() [all …]
|
H A D | EnhancedCustomShapeFontWork.cxx | 853 Rectangle aLogicRect( aP, aS ); in CreateSdrObjectFromParagraphOutlines() local 884 Rectangle aLogicRect( pCustomShape->GetLogicRect() ); in CreateFontWork() local
|
/aoo41x/main/sd/source/ui/docshell/ |
H A D | sdclient.cxx | 192 Rectangle aLogicRect( pSdrOle2Obj->GetLogicRect() ); in ViewChanged() local 193 Size aLogicSize( aLogicRect.GetWidth(), aLogicRect.GetHeight() ); in ViewChanged() 198 pSdrOle2Obj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aLogicSize ) ); in ViewChanged() 216 Size( aLogicRect.GetWidth() - aScaledSize.Width(), in ViewChanged() 217 aLogicRect.GetHeight() - aScaledSize.Height() ), in ViewChanged() 221 pSdrOle2Obj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aScaledSize ) ); in ViewChanged()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoole2.cxx | 192 Rectangle aLogicRect( mpObj->GetLogicRect() ); in impl_getScaledRect_nothrow() local 194 aLogicRect.SetSize( Size( Fraction( aLogicRect.GetWidth() ) * m_aScaleWidth, in impl_getScaledRect_nothrow() 196 return aLogicRect; in impl_getScaledRect_nothrow() 286 Size( aLogicRect.GetWidth() - aScaledSize.Width(), in notifyEvent() 287 aLogicRect.GetHeight() - aScaledSize.Height() ), in notifyEvent() 340 Rectangle aLogicRect( mpObj->GetLogicRect() ); in visibilityChanged() local 341 Size aLogicSize( aLogicRect.GetWidth(), aLogicRect.GetHeight() ); in visibilityChanged() 502 aLogicRect = Application::GetDefaultDevice()->LogicToPixel(aLogicRect,aContainerMapUnit); in getPlacement() 503 return AWTRectangle( aLogicRect ); in getPlacement() 559 if ( aNewLogicRect != aLogicRect ) in changedPlacement() [all …]
|
H A D | svdedtv2.cxx | 2074 Rectangle aLogicRect; in DoImportMarkedMtf() local 2091 aLogicRect = pGraf->GetLogicRect(); in DoImportMarkedMtf() 2092 ImpSdrGDIMetaFileImport aFilter(*pMod, pObj->GetLayer(), aLogicRect); in DoImportMarkedMtf() 2098 aLogicRect = pOle2->GetLogicRect(); in DoImportMarkedMtf() 2099 ImpSdrGDIMetaFileImport aFilter(*pMod, pObj->GetLayer(), aLogicRect); in DoImportMarkedMtf() 2129 … pCandidate->NbcShear(aLogicRect.TopLeft(), aGeoStat.nShearWink, aGeoStat.nTan, false); in DoImportMarkedMtf() 2134 … pCandidate->NbcRotate(aLogicRect.TopLeft(), aGeoStat.nDrehWink, aGeoStat.nSin, aGeoStat.nCos); in DoImportMarkedMtf()
|
H A D | svdedtv1.cxx | 831 Rectangle aLogicRect; in MergeNotPersistAttrFromMarked() local 870 aLogicRect=pObj->GetLogicRect(); in MergeNotPersistAttrFromMarked() 871 if (nLogicWdt!=aLogicRect.GetWidth()-1) bLogicWdtDC=sal_True; in MergeNotPersistAttrFromMarked() 872 if (nLogicHgt!=aLogicRect.GetHeight()-1) bLogicHgtDC=sal_True; in MergeNotPersistAttrFromMarked() 873 if (!bLogicWdtDiff && aSnapRect.GetWidth()!=aLogicRect.GetWidth()) bLogicWdtDiff=sal_True; in MergeNotPersistAttrFromMarked() 874 if (!bLogicHgtDiff && aSnapRect.GetHeight()!=aLogicRect.GetHeight()) bLogicHgtDiff=sal_True; in MergeNotPersistAttrFromMarked()
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 2513 Rectangle aLogicRect( pPresObj->GetLogicRect() ); in ApplyTextObj() local 2514 Size aLogicSize( aLogicRect.GetSize() ); in ApplyTextObj() 2520 if ( aLogicRect != aTitleRect ) in ApplyTextObj() 2529 if ( aLogicRect != aOutlineRect ) in ApplyTextObj() 2545 … if (Abs(aLogicRect.Left() - aOutlineRect.Left()) > MAX_USER_MOVE || in ApplyTextObj() 2546 … Abs(aLogicRect.Top() - aOutlineRect.Top()) > MAX_USER_MOVE || in ApplyTextObj() 2547 … Abs(aLogicRect.Right() - aOutlineRect.Right()) > MAX_USER_MOVE) in ApplyTextObj() 2552 … else if (Abs(aLogicRect.Left() - aOutlineRect.Left()) > MAX_USER_MOVE || in ApplyTextObj() 2553 … Abs(aLogicRect.Top() - aOutlineRect.Top()) > MAX_USER_MOVE) in ApplyTextObj() 2593 … Abs(aLogicRect.Bottom() - aOutlineRect.Bottom()) > MAX_USER_MOVE) in ApplyTextObj() [all …]
|
/aoo41x/main/chart2/source/controller/accessibility/ |
H A D | AccessibleBase.cxx | 760 …awt::Rectangle aLogicRect( pExplicitValueProvider->getRectangleOfObject( m_aAccInfo.m_aOID.getObje… in getBounds() local 763 Rectangle aRect( aLogicRect.X, aLogicRect.Y, in getBounds() 764 aLogicRect.X + aLogicRect.Width, in getBounds() 765 aLogicRect.Y + aLogicRect.Height ); in getBounds()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 484 Rectangle aLogicRect = pDoc->GetMMRect( nCol, nRow, nCol, nRow, nTab ); in QueryObjAreaPixel() local 488 aLogicRect.Left() = aLogicRect.Right() - aLogicSize.Width() + 1; // Right() is set below in QueryObjAreaPixel() 490 aLogicRect.SetSize( aLogicSize ); in QueryObjAreaPixel() 492 pDoc->SnapVisArea( aLogicRect ); in QueryObjAreaPixel() 494 rRect.SetSize( pWin->LogicToPixel( aLogicRect.GetSize() ) ); in QueryObjAreaPixel()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviewsb.cxx | 608 Rectangle aLogicRect(aPos, aSize); in FuTemp02() local 609 pRectObj->SetLogicRect(aLogicRect); in FuTemp02()
|
H A D | drviewse.cxx | 1566 Rectangle aLogicRect(aPos, aSize); in InsertURLField() local 1567 pRectObj->SetLogicRect(aLogicRect); in InsertURLField()
|
/aoo41x/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 1002 const Rectangle& aLogicRect = pOverlappedObj->GetLogicRect(); in correctOverlapping() local 1003 aRect.Move(0,aLogicRect.Top() + aLogicRect.getHeight() - aRect.Top()); in correctOverlapping()
|
/aoo41x/main/svx/inc/svx/ |
H A D | EnhancedCustomShape2d.hxx | 86 Rectangle aLogicRect; member in EnhancedCustomShape2d
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4701 Rectangle aLogicRect( aP, aS ); in ImportShape() local 4707 fXScale = (double)aLogicRect.GetWidth() / (double)aPolyPieRect.GetWidth(); in ImportShape() 4715 fYScale = (double)aLogicRect.GetHeight() / (double)aPolyPieRect.GetHeight(); in ImportShape() 4726 …aObjData.aBoundRect = Rectangle( Point( aLogicRect.Left() + (sal_Int32)fXOfs, aLogicRect.Top() + (… in ImportShape() 4727 …Size( (sal_Int32)( aLogicRect.GetWidth() * fXScale ), (sal_Int32)( aLogicRect.GetHeight() * fYScal… in ImportShape()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 3611 const Rectangle& aLogicRect = pOverlappedObj->GetLogicRect(); in addPairControls() local 3612 … aLabelAndTextfield.Move(0,aLogicRect.Top() + aLogicRect.getHeight() - aLabelAndTextfield.Top()); in addPairControls()
|