Home
last modified time | relevance | path

Searched refs:aLogicRect (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sc/source/ui/app/
H A Dclient.cxx92 void __EXPORT ScClient::RequestNewObjectArea( Rectangle& aLogicRect ) in RequestNewObjectArea() argument
107 aLogicRect.SetSize( aOldRect.GetSize() ); in RequestNewObjectArea()
110 aLogicRect.SetPos( aOldRect.TopLeft() ); in RequestNewObjectArea()
115 if ( pPage && aLogicRect != aOldRect ) in RequestNewObjectArea()
126 if (aLogicRect.Right() > aPageRect.Right()) in RequestNewObjectArea()
128 long nDiff = aLogicRect.Right() - aPageRect.Right(); in RequestNewObjectArea()
129 aLogicRect.Left() -= nDiff; in RequestNewObjectArea()
130 aLogicRect.Right() -= nDiff; in RequestNewObjectArea()
132 if (aLogicRect.Bottom() > aPageRect.Bottom()) in RequestNewObjectArea()
134 long nDiff = aLogicRect.Bottom() - aPageRect.Bottom(); in RequestNewObjectArea()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx730 aLogicRect = Rectangle( aP, aS ); in EnhancedCustomShape2d()
799 fXScale = nCoordWidth == 0 ? 0.0 : (double)aLogicRect.GetWidth() / (double)nCoordWidth; in EnhancedCustomShape2d()
800 fYScale = nCoordHeight == 0 ? 0.0 : (double)aLogicRect.GetHeight() / (double)nCoordHeight; in EnhancedCustomShape2d()
801 if( (nXRef != Mx80000000) && aLogicRect.GetHeight() ) in EnhancedCustomShape2d()
803 fXRatio = (double)aLogicRect.GetWidth() / (double)aLogicRect.GetHeight(); in EnhancedCustomShape2d()
811 if( (nYRef != Mx80000000) && aLogicRect.GetWidth() ) in EnhancedCustomShape2d()
813 fYRatio = (double)aLogicRect.GetHeight() / (double)aLogicRect.GetWidth(); in EnhancedCustomShape2d()
856 case ENUM_FUNC_LOGWIDTH : fRet = aLogicRect.GetWidth(); break; in GetEnumFunc()
857 case ENUM_FUNC_LOGHEIGHT : fRet = aLogicRect.GetHeight(); break; in GetEnumFunc()
949 fVal = aLogicRect.GetHeight() - fVal; in GetPoint()
[all …]
H A DEnhancedCustomShapeFontWork.cxx853 Rectangle aLogicRect( aP, aS ); in CreateSdrObjectFromParagraphOutlines() local
884 Rectangle aLogicRect( pCustomShape->GetLogicRect() ); in CreateFontWork() local
/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/svx/source/svdraw/
H A Dsvdoole2.cxx190 Rectangle aLogicRect( mpObj->GetLogicRect() ); in impl_getScaledRect_nothrow() local
192 aLogicRect.SetSize( Size( Fraction( aLogicRect.GetWidth() ) * m_aScaleWidth, in impl_getScaledRect_nothrow()
193 Fraction( aLogicRect.GetHeight() ) * m_aScaleHeight ) ); in impl_getScaledRect_nothrow()
194 return aLogicRect; in impl_getScaledRect_nothrow()
279 Rectangle aLogicRect( mpObj->GetLogicRect() ); in notifyEvent() local
284 Size( aLogicRect.GetWidth() - aScaledSize.Width(), in notifyEvent()
285 aLogicRect.GetHeight() - aScaledSize.Height() ), in notifyEvent()
289 mpObj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aScaledSize ) ); in notifyEvent()
338 Rectangle aLogicRect( mpObj->GetLogicRect() ); in visibilityChanged() local
339 Size aLogicSize( aLogicRect.GetWidth(), aLogicRect.GetHeight() ); in visibilityChanged()
[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/sd/source/filter/ppt/
H A Dpptin.cxx2511 Rectangle aLogicRect( pPresObj->GetLogicRect() ); in ApplyTextObj() local
2512 Size aLogicSize( aLogicRect.GetSize() ); in ApplyTextObj()
2518 if ( aLogicRect != aTitleRect ) in ApplyTextObj()
2527 if ( aLogicRect != aOutlineRect ) in ApplyTextObj()
2532 … if (Abs(aLogicRect.Left() - aOutlineRect.Left()) > MAX_USER_MOVE || in ApplyTextObj()
2533 … Abs(aLogicRect.Top() - aOutlineRect.Top()) > MAX_USER_MOVE || in ApplyTextObj()
2534 … Abs(aLogicRect.Bottom() - aOutlineRect.Bottom()) > MAX_USER_MOVE || in ApplyTextObj()
2543 … if (Abs(aLogicRect.Left() - aOutlineRect.Left()) > MAX_USER_MOVE || in ApplyTextObj()
2544 … Abs(aLogicRect.Top() - aOutlineRect.Top()) > MAX_USER_MOVE || in ApplyTextObj()
2545 … Abs(aLogicRect.Right() - aOutlineRect.Right()) > MAX_USER_MOVE) in ApplyTextObj()
[all …]
/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()
/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/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/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/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx86 Rectangle aLogicRect; member in EnhancedCustomShape2d
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4711 Rectangle aLogicRect( aP, aS ); in ImportShape() local
4717 … fXScale = (double)aLogicRect.GetWidth() / (double)aPolyPieRect.GetWidth(); in ImportShape()
4725 … fYScale = (double)aLogicRect.GetHeight() / (double)aPolyPieRect.GetHeight(); in ImportShape()
4736 …aObjData.aBoundRect = Rectangle( Point( aLogicRect.Left() + (sal_Int32)fXOfs, aLogicRect.Top() + (… in ImportShape()
4737 …Size( (sal_Int32)( aLogicRect.GetWidth() * fXScale ), (sal_Int32)( aLogicRect.GetHeight() * fYScal… in ImportShape()
/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()