Home
last modified time | relevance | path

Searched refs:aBorderRect (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/vcl/source/window/
H A Ddockmgr.cxx198 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()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2637 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 …]
/trunk/main/sd/source/core/
H A Dsdpage.cxx1853 Rectangle aBorderRect (aBackgroundPos, aBackgroundSize); in ScaleObjects() local
1859 aBorderRect.SetSize(aBackgroundSize); in ScaleObjects()
H A Ddrawdoc3.cxx914 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()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx898 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()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx976 Rectangle aBorderRect( i_rClipRect ); in appendSubPage() local
979 o_rMtf.AddAction( new MetaRectAction( aBorderRect ) ); in appendSubPage()
H A Doutdev4.cxx242 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 Dgraph.cxx76 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 …]
/trunk/main/sd/source/ui/view/
H A Ddrviewsa.cxx544 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()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx658 Rectangle aBorderRect( aPos, maSize ); in CreateAnnotationBitmap() local
661 aVDev.DrawRect( aBorderRect ); in CreateAnnotationBitmap()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx472 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()

Completed in 151 milliseconds