Searched refs:aBL (Results 1 – 8 of 8) sorted by relevance
/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() 92 pBmpAcc->DrawLine( aBL,aBR ); in UpdateCellBorder() 94 pMskAcc->DrawLine( aBL,aBR ); in UpdateCellBorder()
|
/aoo4110/main/sc/source/filter/lotus/ |
H A D | lotattr.cxx | 47 void LotAttrCache::LotusToScBorderLine( sal_uInt8 nLine, SvxBorderLine& aBL ) in LotusToScBorderLine() argument 61 aBL.SetOutWidth( pPara[ nLine ][ 0 ] ); in LotusToScBorderLine() 62 aBL.SetInWidth( pPara[ nLine ][ 1 ] ); in LotusToScBorderLine() 63 aBL.SetDistance( pPara[ nLine ][ 2 ] ); in LotusToScBorderLine()
|
/aoo4110/main/tools/source/generic/ |
H A D | line.cxx | 134 const Point aBR( rRect.BottomRight() ), aBL( rRect.BottomLeft() ); in Intersection() local 144 if( pCurIntersection && Intersection( Line( aBR, aBL ), *pCurIntersection ) ) in Intersection() 147 if( pCurIntersection && Intersection( Line( aBL, aTL ), *pCurIntersection ) ) in Intersection()
|
H A D | poly.cxx | 464 const Point aBL( aRect.Left() + nHorzRound, aRect.Bottom() - nVertRound ); in Polygon() local 480 ( pDstAry[ i ] = pSrcAry[ i ] ) += aBL; in Polygon()
|
/aoo4110/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 1060 Point aBL, aUR; in DrawRectangles() local 1063 aBL = Point( rUL.X(), rBR.Y() ); in DrawRectangles() 1067 DrawLine( rUL, aBL ); in DrawRectangles() 1068 DrawLine( aBL, rBR ); in DrawRectangles() 1072 DrawRect( Rectangle( aBL, Size( RECT_SIZE_PIX, -RECT_SIZE_PIX ) ) ); in DrawRectangles()
|
/aoo4110/main/svtools/source/hatchwindow/ |
H A D | ipwin.cxx | 218 Point aBL = aOuter.BottomLeft(); in GetTrackPosPixel() local 240 aPos = aRect.BottomLeft() - aBL; in GetTrackPosPixel()
|
/aoo4110/main/svx/inc/svx/ |
H A D | drawitem.hxx | 149 SvxBitmapListItem( XBitmapListSharedPtr aBL, sal_uInt16 nWhich );
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 1514 basegfx::B2DPoint aBL( aRange.getMinX(), aRange.getMaxY() ); in appendPolygon() local 1515 appendPixelPoint( aBL, rBuffer ); in appendPolygon()
|
Completed in 187 milliseconds