Home
last modified time | relevance | path

Searched refs:aImagePos (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/control/
H A Dbutton.cxx438 Point aImagePos = rPos; in ImplDrawAlignedImage() local
440 Rectangle aUnion = Rectangle( aImagePos, aImageSize ); in ImplDrawAlignedImage()
520 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()
526 aImagePos.Y() = rPos.Y() + aMax.Height() - aImageSize.Height(); in ImplDrawAlignedImage()
532 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()
538 aImagePos.X() = rPos.X() + aMax.Width() - aImageSize.Width(); in ImplDrawAlignedImage()
552 aImagePos.X() = rPos.X() + aTSSize.Width() + nImageSep; in ImplDrawAlignedImage()
564 aImagePos.Y() = rPos.Y() + aTSSize.Height() + nImageSep; in ImplDrawAlignedImage()
568 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()
569 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()
[all …]
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx644 Point aImagePos; in impl_renderItemContent() local
647aImagePos.X() = aRenderArea.Left() + ( aRenderArea.GetWidth() - aImageSize.Width() ) / 2; in impl_renderItemContent()
648 aImagePos.Y() = aRenderArea.Top(); in impl_renderItemContent()
652 aImagePos.X() = aRenderArea.Left(); in impl_renderItemContent()
653aImagePos.Y() = aRenderArea.Top() + ( aRenderArea.GetHeight() - aImageSize.Height() ) / 2; in impl_renderItemContent()
655 m_rTabBar.DrawImage( aImagePos, aItemImage ); in impl_renderItemContent()
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx1995 Point aImagePos( pInfo->mrStartPos ); in IMPL_LINK() local
1996 aImagePos.X() += aOutSize.Width() - aImageSize.Width() - aOffset.Width() ; in IMPL_LINK()
1997 aImagePos.Y() += (aOutSize.Height() - aImageSize.Height()) / 2; in IMPL_LINK()
1999 pInfo->mpOutDev->DrawImage( aImagePos, aImageSize, maSlideImage ); in IMPL_LINK()
2006 Point aTextPos( aImagePos.X() - aOffset.Width(), pInfo->mrStartPos.Y() ); in IMPL_LINK()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx301 Point aImagePos( aPos ); in Paint() local
302 aImagePos.Y() += ( aSize.Height() - rImage.GetSizePixel().Height() ) >> 1; in Paint()
303 rDev.DrawImage( aImagePos, rImage ); in Paint()
/trunk/main/svtools/inc/svtools/
H A Dexpander.hxx46 Point aImagePos; member in SvExpander