/aoo41x/main/svtools/source/hatchwindow/ |
H A D | ipwin.cxx | 216 Point aBR = aOuter.BottomRight(); in GetTrackPosPixel() local 234 aPos = aRect.BottomRight() - aBR; in GetTrackPosPixel() 237 aPos.Y() = aRect.Bottom() - aBR.Y(); in GetTrackPosPixel() 264 Point aBR = aOuter.BottomRight(); in GetTrackRectPixel() local 276 aTrackRect.Right() = aBR.X() + aDiff.X(); in GetTrackRectPixel() 279 aTrackRect.Right() = aBR.X() + aDiff.X(); in GetTrackRectPixel() 282 aTrackRect.Bottom() = aBR.Y() + aDiff.Y(); in GetTrackRectPixel() 283 aTrackRect.Right() = aBR.X() + aDiff.X(); in GetTrackRectPixel() 286 aTrackRect.Bottom() = aBR.Y() + aDiff.Y(); in GetTrackRectPixel() 289 aTrackRect.Bottom() = aBR.Y() + aDiff.Y(); in GetTrackRectPixel()
|
/aoo41x/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 80 pBmpAcc->DrawLine( aTR,aBR ); in UpdateCellBorder() 82 pMskAcc->DrawLine( aTR,aBR ); in UpdateCellBorder() 92 pBmpAcc->DrawLine( aBL,aBR ); in UpdateCellBorder() 94 pMskAcc->DrawLine( aBL,aBR ); in UpdateCellBorder()
|
/aoo41x/main/l10ntools/java/receditor/java/transex3/controller/ |
H A D | EditorController.java | 78 … BufferedReader aBR = new BufferedReader( new InputStreamReader( aProc.getInputStream() ) ); in fetchSourceStrings() local 79 String line = aBR.readLine(); in fetchSourceStrings() 82 line = aBR.readLine(); in fetchSourceStrings() 304 BufferedReader aBR = null; in readStrings() local 307 aBR = new BufferedReader( new FileReader( sourcefiles ) ); in readStrings() 308 String current = aBR.readLine(); in readStrings() 319 current = aBR.readLine(); in readStrings()
|
/aoo41x/main/svtools/source/misc/ |
H A D | imap.cxx | 311 Point aBR( aRect.BottomRight() ); in Scale() local 316 SCALEPOINT( aBR, rFracX, rFracY ); in Scale() 319 aRect = Rectangle( aTL, aBR ); in Scale() 680 Point aBR( aEllipse.BottomRight() ); in Scale() local 685 SCALEPOINT( aBR, rFracX, rFracY ); in Scale() 688 aEllipse = Rectangle( aTL, aBR ); in Scale()
|
/aoo41x/main/tools/source/generic/ |
H A D | line.cxx | 134 const Point aBR( rRect.BottomRight() ), aBL( rRect.BottomLeft() ); in Intersection() local 141 if( Intersection( Line( aTR, aBR ), *pCurIntersection ) ) in Intersection() 144 if( pCurIntersection && Intersection( Line( aBR, aBL ), *pCurIntersection ) ) in Intersection()
|
H A D | poly.cxx | 463 const Point aBR( aRect.Right() - nHorzRound, aRect.Bottom() - nVertRound ); in Polygon() local 483 ( pDstAry[ i ] = pSrcAry[ i ] ) += aBR; in Polygon()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdmrkv.cxx | 1971 Rectangle aBR(pObj->GetCurrentBoundRect()); in PickSomething() local 1972 if (aRct1.IsInside(aBR.TopLeft())) eRet=SDRHIT_BOUNDTL; in PickSomething() 1973 else if (aRct1.IsInside(aBR.TopCenter())) eRet=SDRHIT_BOUNDTC; in PickSomething() 1974 else if (aRct1.IsInside(aBR.TopRight())) eRet=SDRHIT_BOUNDTR; in PickSomething() 1975 else if (aRct1.IsInside(aBR.LeftCenter())) eRet=SDRHIT_BOUNDCL; in PickSomething() 1976 else if (aRct1.IsInside(aBR.RightCenter())) eRet=SDRHIT_BOUNDCR; in PickSomething() 1977 else if (aRct1.IsInside(aBR.BottomLeft())) eRet=SDRHIT_BOUNDBL; in PickSomething() 1978 else if (aRct1.IsInside(aBR.BottomCenter())) eRet=SDRHIT_BOUNDBC; in PickSomething() 1979 else if (aRct1.IsInside(aBR.BottomRight())) eRet=SDRHIT_BOUNDBR; in PickSomething()
|
H A D | svdoole2.cxx | 1913 Point aBR( aRect.BottomRight() ); in ImpSetVisAreaSize() local 1915 Point aBR2( OutputDevice::LogicToLogic( aBR, pModel->GetScaleUnit(), aMapUnit) ); in ImpSetVisAreaSize()
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 136 Point aBR, aTL; in ReadRectangle() local 137 aBR = ReadYX(); in ReadRectangle() 139 aBR.X()--; in ReadRectangle() 140 aBR.Y()--; in ReadRectangle() 141 return Rectangle( aTL, aBR ); in ReadRectangle()
|
H A D | enhwmf.cxx | 1476 Point aBR( Point( --x2, --y2 ) ); in ReadRectangle() local 1477 return Rectangle( aTL, aBR ); in ReadRectangle()
|
/aoo41x/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 1144 Point aBR = GetLogicPos( maBottomRight ); in UpdateScanArea() local 1148 maRightField.SetValue( aBR.X() ); in UpdateScanArea() 1149 maBottomField.SetValue( aBR.Y() ); in UpdateScanArea() 1158 SetAdjustedNumericalValue( "br-x", (double)aBR.X() ); in UpdateScanArea() 1159 SetAdjustedNumericalValue( "br-y", (double)aBR.Y() ); in UpdateScanArea()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin2.cxx | 686 Point aBR = pViewData->GetScrPos( nPosX+1, nPosY+1, eWhich ); in HitPageBreak() local 694 else if ( nMouseX >= aBR.X() - 6 ) in HitPageBreak() 704 else if ( nMouseY >= aBR.Y() - 4 ) in HitPageBreak()
|
/aoo41x/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 802 Point aTL, aBR; in ReadPixMapEtc() local 804 aBR = ReadPoint(); in ReadPixMapEtc() 805 *pDestRect = Rectangle( aTL, aBR ); in ReadPixMapEtc()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | cvtsvm.cxx | 54 Point aBR; in ImplReadRect() local 57 rIStm >> aBR; in ImplReadRect() 59 rRect = Rectangle( aTL, aBR ); in ImplReadRect()
|
H A D | metaact.cxx | 51 Point aBR( rRect.BottomRight() ); in ImplScaleRect() local 54 ImplScalePoint( aBR, fScaleX, fScaleY ); in ImplScaleRect() 56 rRect = Rectangle( aTL, aBR ); in ImplScaleRect()
|