Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx380 Point aTL( (aLogSize.Width() - m_aFrmSize.Width()) / 2, in Paint() local
382 Rectangle aRect(aTL, m_aFrmSize); in Paint()
396 long nLength = aLogSize.Height() - 2 * aTL.Y(); in Paint()
397 Point aUp( aTL ); in Paint()
398 Point aDown( aTL.X(), nLength ); in Paint()
427 Rectangle aFrmRect(aTL, m_aFrmSize); in Paint()
428 long nSum = aTL.X(); in Paint()
439 nSum = aTL.X(); in Paint()
/trunk/main/sc/source/ui/sidebar/
H A DCellBorderUpdater.cxx68 …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
76 pBmpAcc->DrawLine( aTL,aBL ); in UpdateCellBorder()
78 pMskAcc->DrawLine( aTL,aBL ); in UpdateCellBorder()
88 pBmpAcc->DrawLine( aTL,aTR ); in UpdateCellBorder()
90 pMskAcc->DrawLine( aTL,aTR ); in UpdateCellBorder()
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx1912 Point aTL( aRect.TopLeft() ); in ImpSetVisAreaSize() local
1914 Point aTL2( OutputDevice::LogicToLogic( aTL, pModel->GetScaleUnit(), aMapUnit) ); in ImpSetVisAreaSize()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx136 Point aBR, aTL; in ReadRectangle() local
138 aTL = ReadYX(); in ReadRectangle()
141 return Rectangle( aTL, aBR ); in ReadRectangle()
H A Denhwmf.cxx1475 Point aTL ( Point( x1, y1 ) ); in ReadRectangle() local
1477 return Rectangle( aTL, aBR ); in ReadRectangle()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1621 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()
/trunk/main/vcl/source/window/
H A Dstatus.cxx560 Point aTL( pWindow->OutputToAbsoluteScreenPixel( rFramePosSize.TopLeft() ) ); in DrawProgress() local
561 aTL = pEraseWindow->AbsoluteScreenToOutputPixel( aTL ); in DrawProgress()
562 Rectangle aRect( aTL, rFramePosSize.GetSize() ); in DrawProgress()
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx50 Point aTL( rRect.TopLeft() ); in ImplScaleRect() local
53 ImplScalePoint( aTL, fScaleX, fScaleY ); in ImplScaleRect()
56 rRect = Rectangle( aTL, aBR ); in ImplScaleRect()
H A Dcvtsvm.cxx53 Point aTL; in ImplReadRect() local
56 rIStm >> aTL; in ImplReadRect()
59 rRect = Rectangle( aTL, aBR ); in ImplReadRect()
/trunk/main/tools/source/generic/
H A Dpoly.cxx461 const Point aTL( aRect.Left() + nHorzRound, aRect.Top() + nVertRound ); in Polygon() local
477 ( pDstAry[ i ] = pSrcAry[ i ] ) += aTL; in Polygon()
H A Dline.cxx133 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()
/trunk/main/svtools/source/misc/
H A Dimap.cxx310 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()
/trunk/main/sc/source/ui/view/
H A Dgridwin2.cxx685 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()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx682 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()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx438 Point aTL( rRect.TopLeft() ); in ImplMap() local
441 return( rDstRect = Rectangle( ImplMap( aTL, aTL ), ImplMap( aSz, aSz ) ) ); in ImplMap()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx802 Point aTL, aBR; in ReadPixMapEtc() local
803 aTL = ReadPoint(); in ReadPixMapEtc()
805 *pDestRect = Rectangle( aTL, aBR ); in ReadPixMapEtc()

Completed in 130 milliseconds