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.cxx440 Point aImagePos = rPos; in ImplDrawAlignedImage() local
442 Rectangle aUnion = Rectangle( aImagePos, aImageSize ); in ImplDrawAlignedImage()
554 aImagePos.X() = rPos.X() + aTSSize.Width() + nImageSep; in ImplDrawAlignedImage()
566 aImagePos.Y() = rPos.Y() + aTSSize.Height() + nImageSep; in ImplDrawAlignedImage()
575 aUnion = Rectangle( aImagePos, aImageSize ); in ImplDrawAlignedImage()
606 aImagePos.X() += nXOffset; in ImplDrawAlignedImage()
607 aImagePos.Y() += nYOffset; in ImplDrawAlignedImage()
652 pDev->DrawImage( aImagePos, *pImage, nStyle ); in ImplDrawAlignedImage()
662 ImplSetFocusRect( Rectangle( aImagePos, aImageSize ) ); in ImplDrawAlignedImage()
2247 Point aImagePos( aImageRect.TopLeft() ); in ImplDrawRadioButtonState() local
[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

Completed in 61 milliseconds