/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | colex.cxx | 357 Point aTL( (aLogSize.Width() - m_aFrmSize.Width()) / 2, in Paint() local 359 Rectangle aRect(aTL, m_aFrmSize); in Paint() 364 aShadowRect.Move(aTL.Y(), aTL.Y()); in Paint() 373 long nLength = aLogSize.Height() - 2 * aTL.Y(); in Paint() 374 Point aUp( aTL ); in Paint() 375 Point aDown( aTL.X(), nLength ); in Paint() 404 Rectangle aFrmRect(aTL, m_aFrmSize); in Paint() 405 long nSum = aTL.X(); in Paint() 416 nSum = aTL.X(); in Paint()
|
/aoo4110/main/sc/source/ui/sidebar/ |
H A D | CellBorderUpdater.cxx | 66 …Point aTL(2, 1), aTR(42,1), aBL(2, 41), aBR(42, 41), aHL(2,21), aHR(42, 21), aVT(22,1), aVB(22, 41… in UpdateCellBorder() local 74 pBmpAcc->DrawLine( aTL,aBL ); in UpdateCellBorder() 76 pMskAcc->DrawLine( aTL,aBL ); in UpdateCellBorder() 86 pBmpAcc->DrawLine( aTL,aTR ); in UpdateCellBorder() 88 pMskAcc->DrawLine( aTL,aTR ); in UpdateCellBorder()
|
/aoo4110/main/svtools/source/misc/ |
H A D | imap.cxx | 310 Point aTL( aRect.TopLeft() ); in Scale() local 315 SCALEPOINT( aTL, rFracX, rFracY ); in Scale() 319 aRect = Rectangle( aTL, aBR ); in Scale() 679 Point aTL( aEllipse.TopLeft() ); in Scale() local 684 SCALEPOINT( aTL, rFracX, rFracY ); in Scale() 688 aEllipse = Rectangle( aTL, aBR ); in Scale()
|
/aoo4110/main/tools/source/generic/ |
H A D | line.cxx | 133 const Point aTL( rRect.TopLeft() ), aTR( rRect.TopRight() ); in Intersection() local 138 if( Intersection( Line( aTL, aTR ), *pCurIntersection ) ) in Intersection() 147 if( pCurIntersection && Intersection( Line( aBL, aTL ), *pCurIntersection ) ) in Intersection()
|
H A D | poly.cxx | 461 const Point aTL( aRect.Left() + nHorzRound, aRect.Top() + nVertRound ); in Polygon() local 477 ( pDstAry[ i ] = pSrcAry[ i ] ) += aTL; in Polygon()
|
/aoo4110/main/framework/source/services/ |
H A D | backingwindow.cxx | 682 Point aTL( 0, 0 ); in Paint() local 683 aDev.DrawBitmapEx( aTL, maBackgroundLeft ); in Paint() 684 aTL.X() += maBackgroundLeft.GetSizePixel().Width(); in Paint() 687 aDev.DrawBitmapEx( aTL, maBackgroundMiddle ); in Paint() 688 aTL.X() += maBackgroundMiddle.GetSizePixel().Width(); in Paint() 690 aDev.DrawBitmapEx( aTL, maBackgroundRight ); in Paint()
|
/aoo4110/main/vcl/source/window/ |
H A D | status.cxx | 560 Point aTL( pWindow->OutputToAbsoluteScreenPixel( rFramePosSize.TopLeft() ) ); in DrawProgress() local 561 aTL = pEraseWindow->AbsoluteScreenToOutputPixel( aTL ); in DrawProgress() 562 Rectangle aRect( aTL, rFramePosSize.GetSize() ); in DrawProgress()
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 1621 Point aTL( rGeom.nLeftDecoration, rGeom.nTopDecoration ); in maximizeFrame() local 1624 Point aMed( aTL.X() + rGeom.nWidth/2, aTL.Y() + rGeom.nHeight/2 ); in maximizeFrame() 1629 aTL += rScreens[i].TopLeft(); in maximizeFrame() 1634 Rectangle aTarget( aTL, in maximizeFrame()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | gridwin2.cxx | 685 Point aTL = pViewData->GetScrPos( nPosX, nPosY, eWhich ); in HitPageBreak() local 689 if ( nMouseX <= aTL.X() + 4 ) in HitPageBreak() 699 if ( nMouseY <= aTL.Y() + 2 ) in HitPageBreak()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 136 Point aBR, aTL; in ReadRectangle() local 138 aTL = ReadYX(); in ReadRectangle() 141 return Rectangle( aTL, aBR ); in ReadRectangle()
|
H A D | enhwmf.cxx | 1475 Point aTL ( Point( x1, y1 ) ); in ReadRectangle() local 1477 return Rectangle( aTL, aBR ); in ReadRectangle()
|
/aoo4110/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 802 Point aTL, aBR; in ReadPixMapEtc() local 803 aTL = ReadPoint(); in ReadPixMapEtc() 805 *pDestRect = Rectangle( aTL, aBR ); in ReadPixMapEtc()
|
/aoo4110/main/filter/source/svg/ |
H A D | svgwriter.cxx | 438 Point aTL( rRect.TopLeft() ); in ImplMap() local 441 return( rDstRect = Rectangle( ImplMap( aTL, aTL ), ImplMap( aSz, aSz ) ) ); in ImplMap()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | cvtsvm.cxx | 53 Point aTL; in ImplReadRect() local 56 rIStm >> aTL; in ImplReadRect() 59 rRect = Rectangle( aTL, aBR ); in ImplReadRect()
|
H A D | metaact.cxx | 50 Point aTL( rRect.TopLeft() ); in ImplScaleRect() local 53 ImplScalePoint( aTL, fScaleX, fScaleY ); in ImplScaleRect() 56 rRect = Rectangle( aTL, aBR ); in ImplScaleRect()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdoole2.cxx | 1912 Point aTL( aRect.TopLeft() ); in ImpSetVisAreaSize() local 1914 Point aTL2( OutputDevice::LogicToLogic( aTL, pModel->GetScaleUnit(), aMapUnit) ); in ImpSetVisAreaSize()
|