Home
last modified time | relevance | path

Searched refs:aLogicRect (Results 1 – 16 of 16) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4714 Rectangle aLogicRect( aP, aS ); in ImportShape() local
4720 fXScale = (double)aLogicRect.GetWidth() / (double)aPolyPieRect.GetWidth(); in ImportShape()
4728 fYScale = (double)aLogicRect.GetHeight() / (double)aPolyPieRect.GetHeight(); in ImportShape()
4739 …aObjData.aBoundRect = Rectangle( Point( aLogicRect.Left() + (sal_Int32)fXOfs, aLogicRect.Top() + (… in ImportShape()
4740 …Size( (sal_Int32)( aLogicRect.GetWidth() * fXScale ), (sal_Int32)( aLogicRect.GetHeight() * fYScal… in ImportShape()
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx192 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 Dsvdedtv2.cxx2080 Rectangle aLogicRect; in DoImportMarkedMtf() local
2097 aLogicRect = pGraf->GetLogicRect(); in DoImportMarkedMtf()
2098 ImpSdrGDIMetaFileImport aFilter(*pMod, pObj->GetLayer(), aLogicRect); in DoImportMarkedMtf()
2104 aLogicRect = pOle2->GetLogicRect(); in DoImportMarkedMtf()
2105 ImpSdrGDIMetaFileImport aFilter(*pMod, pObj->GetLayer(), aLogicRect); in DoImportMarkedMtf()
2135 … pCandidate->NbcShear(aLogicRect.TopLeft(), aGeoStat.nShearWink, aGeoStat.nTan, false); in DoImportMarkedMtf()
2140 … pCandidate->NbcRotate(aLogicRect.TopLeft(), aGeoStat.nDrehWink, aGeoStat.nSin, aGeoStat.nCos); in DoImportMarkedMtf()
H A Dsvdedtv1.cxx831 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()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx853 Rectangle aLogicRect( aP, aS ); in CreateSdrObjectFromParagraphOutlines() local
884 Rectangle aLogicRect( pCustomShape->GetLogicRect() ); in CreateFontWork() local
H A DEnhancedCustomShape2d.cxx730 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 …]
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3611 const Rectangle& aLogicRect = pOverlappedObj->GetLogicRect(); in addPairControls() local
3612 … aLabelAndTextfield.Move(0,aLogicRect.Top() + aLogicRect.getHeight() - aLabelAndTextfield.Top()); in addPairControls()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx2513 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 …]
/trunk/main/sc/source/ui/app/
H A Dclient.cxx115 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 …]
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx86 Rectangle aLogicRect; member in EnhancedCustomShape2d
/trunk/main/sd/source/ui/view/
H A Ddrviewsb.cxx622 Rectangle aLogicRect(aPos, aSize); in FuTemp02() local
623 pRectObj->SetLogicRect(aLogicRect); in FuTemp02()
H A Ddrviewse.cxx1566 Rectangle aLogicRect(aPos, aSize); in InsertURLField() local
1567 pRectObj->SetLogicRect(aLogicRect); in InsertURLField()
/trunk/main/sd/source/ui/docshell/
H A Dsdclient.cxx192 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()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx484 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()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx1002 const Rectangle& aLogicRect = pOverlappedObj->GetLogicRect(); in correctOverlapping() local
1003 aRect.Move(0,aLogicRect.Top() + aLogicRect.getHeight() - aRect.Top()); in correctOverlapping()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx760 …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()

Completed in 150 milliseconds