Searched refs:aImagePos (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/source/control/ |
H A D | button.cxx | 440 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 …]
|
/aoo4110/main/svtools/source/toolpanel/ |
H A D | paneltabbar.cxx | 644 Point aImagePos; in impl_renderItemContent() local 647 … aImagePos.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() 653 … aImagePos.Y() = aRenderArea.Top() + ( aRenderArea.GetHeight() - aImageSize.Height() ) / 2; in impl_renderItemContent() 655 m_rTabBar.DrawImage( aImagePos, aItemImage ); in impl_renderItemContent()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | outlview.cxx | 1995 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()
|
/aoo4110/main/sd/source/ui/animations/ |
H A D | CustomAnimationList.cxx | 301 Point aImagePos( aPos ); in Paint() local 302 aImagePos.Y() += ( aSize.Height() - rImage.GetSizePixel().Height() ) >> 1; in Paint() 303 rDev.DrawImage( aImagePos, rImage ); in Paint()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | expander.hxx | 46 Point aImagePos; member in SvExpander
|
Completed in 65 milliseconds