/aoo42x/main/vcl/source/gdi/ |
H A D | graph.cxx | 76 aBorderRect.Left() += nPixel; in ImplDrawDefault() 77 aBorderRect.Top() += nPixel; in ImplDrawDefault() 82 aBorderRect.Left() -= nPixel; in ImplDrawDefault() 83 aBorderRect.Top() -= nPixel; in ImplDrawDefault() 89 pOutDev->DrawRect( aBorderRect ); in ImplDrawDefault() 189 aBorderRect.Left()++; in ImplDrawDefault() 190 aBorderRect.Top()++; in ImplDrawDefault() 191 aBorderRect.Right()--; in ImplDrawDefault() 192 aBorderRect.Bottom()--; in ImplDrawDefault() 195 pOutDev->DrawLine( aBorderRect.TopLeft(), aBorderRect.BottomRight() ); in ImplDrawDefault() [all …]
|
H A D | outdev4.cxx | 242 Rectangle aBorderRect = aRect; in ImplDrawLinearGradient() local 254 aBorderRect.Bottom() = (long)( aBorderRect.Top() + fBorder ); in ImplDrawLinearGradient() 255 aRect.Top() = aBorderRect.Bottom(); in ImplDrawLinearGradient() 256 aPoly[0] = aBorderRect.TopLeft(); in ImplDrawLinearGradient() 257 aPoly[1] = aBorderRect.TopRight(); in ImplDrawLinearGradient() 258 aPoly[2] = aBorderRect.BottomRight(); in ImplDrawLinearGradient() 259 aPoly[3] = aBorderRect.BottomLeft(); in ImplDrawLinearGradient() 267 aBorderRect = aMirrorRect; in ImplDrawLinearGradient() 268 aBorderRect.Top() = (long) ( aBorderRect.Bottom() - fBorder ); in ImplDrawLinearGradient() 270 aPoly[0] = aBorderRect.TopLeft(); in ImplDrawLinearGradient() [all …]
|
H A D | print3.cxx | 976 Rectangle aBorderRect( i_rClipRect ); in appendSubPage() local 979 o_rMtf.AddAction( new MetaRectAction( aBorderRect ) ); in appendSubPage()
|
/aoo42x/main/sd/source/core/ |
H A D | drawdoc3.cxx | 914 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in InsertBookmarkAsPage() local 915 pRefPage->ScaleObjects(aSize, aBorderRect, sal_True); in InsertBookmarkAsPage() 933 Rectangle aBorderRect(nNLeft, nNUpper, nNRight, nNLower); in InsertBookmarkAsPage() local 934 pRefPage->ScaleObjects(aNSize, aBorderRect, sal_True); in InsertBookmarkAsPage() 952 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in InsertBookmarkAsPage() local 953 pRefPage->ScaleObjects(aSize, aBorderRect, sal_True); in InsertBookmarkAsPage() 963 Rectangle aBorderRect(nNLeft, nNUpper, nNRight, nNLower); in InsertBookmarkAsPage() local 964 pRefPage->ScaleObjects(aNSize, aBorderRect, sal_True); in InsertBookmarkAsPage() 1941 Rectangle aBorderRect(rOldMaster.GetLftBorder(), in SetMasterPage() local 1945 pMaster->ScaleObjects(aSize, aBorderRect, sal_True); in SetMasterPage()
|
H A D | sdpage.cxx | 1853 Rectangle aBorderRect (aBackgroundPos, aBackgroundSize); in ScaleObjects() local 1859 aBorderRect.SetSize(aBackgroundSize); in ScaleObjects()
|
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | Condition.cxx | 472 Rectangle aBorderRect( aToolbarPos, aToolbarSize ); in impl_getToolBarBorderRect() local 473 aBorderRect.Left() -= aRelatedControls.Width(); in impl_getToolBarBorderRect() 474 aBorderRect.Top() -= aRelatedControls.Height(); in impl_getToolBarBorderRect() 475 aBorderRect.Right() += aRelatedControls.Width(); in impl_getToolBarBorderRect() 476 aBorderRect.Bottom() += aRelatedControls.Height(); in impl_getToolBarBorderRect() 478 return aBorderRect; in impl_getToolBarBorderRect()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviewsa.cxx | 544 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in SetupPage() local 545 pPage->ScaleObjects(rSize, aBorderRect, bScaleAll); in SetupPage() 579 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in SetupPage() local 580 pPage->ScaleObjects(rSize, aBorderRect, bScaleAll); in SetupPage()
|
/aoo42x/main/vcl/source/window/ |
H A D | dockmgr.cxx | 198 Rectangle aBorderRect( aPt, pBorder->GetSizePixel() ); in IMPL_LINK() local 202 aBorderRect.nBottom = aBorderRect.nTop + nTop; in IMPL_LINK() 203 aBorderRect.nLeft += nLeft; in IMPL_LINK() 204 aBorderRect.nRight -= nRight; in IMPL_LINK() 207 if( aBorderRect.IsInside( aBorderState.maPos ) ) in IMPL_LINK()
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 898 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in ChangeMedium() local 899 pPage->ScaleObjects(aNewSize, aBorderRect, bScaleAll); in ChangeMedium() 921 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in ChangeMedium() local 922 pPage->ScaleObjects(aNewSize, aBorderRect, bScaleAll); in ChangeMedium()
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 658 Rectangle aBorderRect( aPos, maSize ); in CreateAnnotationBitmap() local 661 aVDev.DrawRect( aBorderRect ); in CreateAnnotationBitmap()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 2637 SwRect aBorderRect = rFrm.Frm(); in Insert() local 2640 aBorderRect = rFrm.Prt(); in Insert() 2641 aBorderRect.Pos() += rFrm.Frm().Pos(); in Insert() 2644 const SwTwips nLeft = aBorderRect._Left(); in Insert() 2645 const SwTwips nRight = aBorderRect._Right(); in Insert() 2646 const SwTwips nTop = aBorderRect._Top(); in Insert() 2647 const SwTwips nBottom = aBorderRect._Bottom(); in Insert() 5992 SwRect aBorderRect( aRect ); in PaintBackground() local 5993 SwShortCut aShortCut( *pFrm, aBorderRect ); in PaintBackground() 5999 if ( aFrmRect.IsOver( aBorderRect ) ) in PaintBackground() [all …]
|