Home
last modified time | relevance | path

Searched refs:aTopLeft (Results 26 – 50 of 62) sorted by relevance

123

/aoo42x/main/xmloff/source/draw/
H A Dximpshap.cxx1145 awt::Point aTopLeft(mnX1, mnY1); in StartElement() local
1150 aTopLeft.X = mnX2; in StartElement()
1156 aTopLeft.Y = mnY2; in StartElement()
1170 *pInnerSequence = awt::Point( mnX1 - aTopLeft.X, mnY1 - aTopLeft.Y); in StartElement()
1172 *pInnerSequence = awt::Point( mnX2 - aTopLeft.X, mnY2 - aTopLeft.Y); in StartElement()
1180 maSize.Width = aBottomRight.X - aTopLeft.X; in StartElement()
1181 maSize.Height = aBottomRight.Y - aTopLeft.Y; in StartElement()
1182 maPosition.X = aTopLeft.X; in StartElement()
1183 maPosition.Y = aTopLeft.Y; in StartElement()
/aoo42x/main/sfx2/source/sidebar/
H A DPanelTitleBar.cxx143 const Point aTopLeft ( in PaintDecoration() local
146 DrawImage(aTopLeft, aImage); in PaintDecoration()
/aoo42x/main/filter/source/svg/
H A Dsvgexport.cxx894 const Point aTopLeft( aBoundRect.X, aBoundRect.Y ); in implExportShape() local
915 … mpSVGWriter->WriteMetaFile( aTopLeft, aSize, rMtf, SVGWRITER_WRITE_FILL | SVGWRITER_WRITE_TEXT ); in implExportShape()
926 … mpSVGWriter->WriteMetaFile( aTopLeft, aSize, rMtf, SVGWRITER_WRITE_FILL ); in implExportShape()
927 … mpSVGWriter->WriteMetaFile( aTopLeft, aSize, rMtf, SVGWRITER_WRITE_TEXT ); in implExportShape()
933 …mpSVGWriter->WriteMetaFile( aTopLeft, aSize, rMtf, SVGWRITER_WRITE_FILL | SVGWRITER_WRITE_TEXT, &a… in implExportShape()
/aoo42x/main/svtools/source/edit/
H A Dtextview.cxx460 Point aTopLeft( aTmpRec.TopLeft() ); in ImpHighlight() local
469 if ( ( aTopLeft.X() < aBottomRight.X() ) && ( aBottomRight.Y() >= aVisArea.Top() ) ) in ImpHighlight()
471 Point aPnt1( GetWindowPos( aTopLeft ) ); in ImpHighlight()
1752 Point aTopLeft = aRec.TopLeft(); in PageUp() local
1753 aTopLeft.Y() -= mpImpl->mpWindow->GetOutputSizePixel().Height() * 9/10; in PageUp()
1754 aTopLeft.X() += 1; in PageUp()
1755 if ( aTopLeft.Y() < 0 ) in PageUp()
1756 aTopLeft.Y() = 0; in PageUp()
1758 TextPaM aPaM = mpImpl->mpTextEngine->GetPaM( aTopLeft ); in PageUp()
/aoo42x/main/sw/source/ui/docvw/
H A Dedtwin3.cxx155 Point aTopLeft( aSz.Width(), aSz.Height() ); in AccessibilityScrollMDI() local
157 Rectangle aRect(aTopLeft,aPoint); in AccessibilityScrollMDI()
/aoo42x/main/svx/source/unodraw/
H A Dunoshape.cxx2328 Point aTopLeft( aUnoRect.X, aUnoRect.Y ); in setPropertyValueImpl() local
2330 ForceMetricToItemPoolMetric(aTopLeft); in setPropertyValueImpl()
2333 aRect.SetPos(aTopLeft); in setPropertyValueImpl()
2771 Point aTopLeft( aRect.TopLeft() ); in getPropertyValueImpl() local
2773 ForceMetricTo100th_mm(aTopLeft); in getPropertyValueImpl()
2776 aTopLeft.X(), aTopLeft.Y(), in getPropertyValueImpl()
2785 Point aTopLeft( aRect.TopLeft() ); in getPropertyValueImpl() local
2787 ForceMetricTo100th_mm(aTopLeft); in getPropertyValueImpl()
2790 aTopLeft.X(), aTopLeft.Y(), in getPropertyValueImpl()
/aoo42x/main/starmath/inc/
H A Drect.hxx91 Point aTopLeft; member in SmRect
139 const Point & GetTopLeft() const { return aTopLeft; } in GetTopLeft()
/aoo42x/main/sw/source/ui/uiview/
H A Dview.cxx1450 Point aTopLeft(aVis.TopLeft()); in ReadUserDataSequence() local
1455 aTopLeft.X() = ( aDocSz.Width() + lBorder - nEditWidth ) / 2; in ReadUserDataSequence()
1460 if( aTopLeft.X() > nXMax ) in ReadUserDataSequence()
1461 aTopLeft.X() = nXMax < 0 ? 0 : nXMax; in ReadUserDataSequence()
1463 SetVisArea( aTopLeft ); in ReadUserDataSequence()
/aoo42x/main/svx/source/svdraw/
H A Dsvdocirc.cxx269 const basegfx::B2DPoint aTopLeft(aRange.getMinimum()); in ImpCalcXPolyCirc() local
271 -aTopLeft.getX(), -aTopLeft.getY())); in ImpCalcXPolyCirc()
277 aTopLeft) * aMatrix; in ImpCalcXPolyCirc()
/aoo42x/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx370 ::basegfx::B2DPoint aTopLeft( _rLogicBoundingRect.Left(), _rLogicBoundingRect.Top() ); in adjustControlGeometry_throw()
371 aTopLeft *= _rViewTransformation; in adjustControlGeometry_throw()
375 …const Rectangle aPaintRectPixel( (long)aTopLeft.getX(), (long)aTopLeft.getY(), (long)aBottomRight.… in adjustControlGeometry_throw()
/aoo42x/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx162 Point aTopLeft = aRect.TopLeft(); in GetBoundingBoxOnScreen_Impl() local
163 aTopLeft += m_pIconCtrl->GetWindowExtentsRelative( NULL ).TopLeft(); in GetBoundingBoxOnScreen_Impl()
164 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetBoundingBoxOnScreen_Impl()
/aoo42x/main/svtools/source/control/
H A Dtoolbarmenu.cxx1387 Point aTopLeft( nOuterSpace, nOuterSpace ), aTmpPos; in implPaint() local
1396 Point aPos( aTopLeft ); in implPaint()
1444 Rectangle aRect( aTopLeft, Size( aOutSz.Width(), pEntry->maSize.Height() ) ); in implPaint()
1598 aTopLeft.Y() += pEntry ? pEntry->maSize.Height() : SEPARATOR_HEIGHT; in implPaint()
H A Dscrwin.cxx457 Point aTopLeft( PixelToLogic( Point() ) ); in GetVisibleArea() local
459 return Rectangle( aTopLeft, aSz ); in GetVisibleArea()
/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1108 Point aTopLeft( GetPoint( seqTextFrames[ nIndex ].TopLeft, sal_True, sal_True ) ); in GetTextRect() local
1112 aTopLeft.X() = aLogicRect.GetWidth() - aTopLeft.X(); in GetTextRect()
1117 aTopLeft.Y() = aLogicRect.GetHeight() - aTopLeft.Y(); in GetTextRect()
1120 Rectangle aRect( aTopLeft, aBottomRight ); in GetTextRect()
/aoo42x/main/cui/source/tabpages/
H A Dgrfpage.cxx778 aTopLeft(0,0), aBottomRight(0,0) in SvxCropExample()
801 aRect.Left() += aTopLeft.Y(); in Paint()
802 aRect.Top() += aTopLeft.X(); in Paint()
/aoo42x/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx1030 const geometry::RealPoint2D aTopLeft ( in PaintPreview() local
1050 1, 0, aTopLeft.X, in PaintPreview()
1051 0, 1, aTopLeft.Y), in PaintPreview()
1063 sal::static_int_cast<sal_Int32>(0.5 + aTopLeft.X), in PaintPreview()
1064 sal::static_int_cast<sal_Int32>(0.5 + aTopLeft.Y), in PaintPreview()
/aoo42x/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx282 …const basegfx::B2DPoint aTopLeft(aSnapRange.getMinX() + rText.getTextLeftDistance(), aSnapRange.ge… in createTextPrimitive() local
285 aTextAnchorRange.expand(aTopLeft); in createTextPrimitive()
/aoo42x/main/sd/source/core/
H A Dsdpage.cxx1887 Point aTopLeft(pObj->GetCurrentBoundRect().TopLeft()); in ScaleObjects() local
1897 aRefPnt = aTopLeft; in ScaleObjects()
2057 aNewPos.X() = long((aTopLeft.X() - GetLftBorder()) * (double)aFractX) + nLeft; in ScaleObjects()
2058 aNewPos.Y() = long((aTopLeft.Y() - GetUppBorder()) * (double)aFractY) + nUpper; in ScaleObjects()
2060 Size aVec(aNewPos.X() - aTopLeft.X(), aNewPos.Y() - aTopLeft.Y()); in ScaleObjects()
/aoo42x/main/sw/source/core/text/
H A Dfrmform.cxx2216 Point aTopLeft( Frm().Pos() ); in FormatQuick() local
2217 aTopLeft += Prt().Pos(); in FormatQuick()
2219 const SwTwips nOldHeight = aTopLeft.Y() + Prt().Height(); in FormatQuick()
2236 pPara->GetRepaint()->Pos( aTopLeft ); in FormatQuick()
/aoo42x/main/canvas/source/tools/
H A Dcanvastools.cxx885 const ::basegfx::B2IPoint aTopLeft( ::basegfx::fround( rRange.getMinX() ), in spritePixelAreaFromB2DRange() local
887 return ::basegfx::B2IRange( aTopLeft, in spritePixelAreaFromB2DRange()
888 aTopLeft + ::basegfx::B2IPoint( in spritePixelAreaFromB2DRange()
/aoo42x/main/sw/source/ui/config/
H A Dviewopt.cxx187 const Point aTopLeft( rRect.Left() + nPix, rRect.Top() + nPix ); in PaintPostIts() local
189 const SwRect aRect( aTopLeft, aBotRight ); in PaintPostIts()
/aoo42x/main/sw/source/core/frmedt/
H A Dtblsel.cxx383 const Point aTopLeft( pCell->Frm().TopLeft() ); in GetTblSel() local
388 if ( aTopLeft.Y() < aCurrentTopLeft.Y() || in GetTblSel()
389 ( aTopLeft.Y() == aCurrentTopLeft.Y() && in GetTblSel()
390 aTopLeft.X() < aCurrentTopLeft.X() ) ) in GetTblSel()
392 aCurrentTopLeft = aTopLeft; in GetTblSel()
/aoo42x/main/editeng/source/editeng/
H A Dimpedit3.cxx3435 Point aTopLeft( aTmpPos ); in Paint() local
3436 aTopLeft.Y() -= pLine->GetMaxAscent(); in Paint()
3438aTopLeft = lcl_ImplCalcRotatedPos( aTopLeft, aOrigin, nSin, nCos ); in Paint()
3439 Rectangle aRect( aTopLeft, pTextPortion->GetSize() ); in Paint()
3456 Point aTopLeft( aTmpPos ); in Paint() local
3457 aTopLeft.Y() -= pLine->GetMaxAscent(); in Paint()
3461 Rectangle aRect( aTopLeft, pTextPortion->GetSize() ); in Paint()
/aoo42x/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx458 Point aTopLeft, aBottomRight; in ReadRectangle() local
460 aTopLeft=ReadPoint(); in ReadRectangle()
462 rRect=Rectangle(aTopLeft,aBottomRight); in ReadRectangle()
/aoo42x/main/vcl/source/window/
H A Dmenu.cxx2650 Point aTopLeft, aTmpPos; in ImplPaint() local
2653 aTopLeft.X() = pLogo->aBitmap.GetSizePixel().Width(); in ImplPaint()
2659 aTopLeft.X() += nOuterSpace; in ImplPaint()
2660 aTopLeft.Y() += nOuterSpace; in ImplPaint()
2675 Point aPos( aTopLeft ); in ImplPaint()
2914 …mpLayoutData->m_aVisibleItemBoundRects[ n ] = Rectangle( aTopLeft, Size( aOutSz.Width(), pData->aS… in ImplPaint()
2916 mpLayoutData->m_aVisibleItemBoundRects[ n ] = Rectangle( aTopLeft, pData->aSz ); in ImplPaint()
2922 aTopLeft.Y() += pData->aSz.Height(); in ImplPaint()
2926 aTopLeft.X() += pData->aSz.Width(); in ImplPaint()

Completed in 271 milliseconds

123