Home
last modified time | relevance | path

Searched refs:aImageSize (Results 26 – 30 of 30) sorted by relevance

12

/trunk/main/svtools/source/contnr/
H A Dimivctl.hxx170 Size aImageSize; member in SvxIconChoiceCtrl_Impl
500 void SetEntryImageSize( const Size& rSize ) { aImageSize = rSize; } in SetEntryImageSize()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx272 Size aImageSize; in InsertMetaFile() local
273 aImageSize = bVector ? aMtf.GetPrefSize() : aGraphic.GetSizePixel(); in InsertMetaFile()
274 ImpCheckInsertPos(aInsertPos, aImageSize, GetWorkArea()); in InsertMetaFile()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx1805 Size aImageSize = aImage.GetSizePixel(); in DrawWindow() local
1810 if ( nRectHeight < aImageSize.Height() ) in DrawWindow()
1812 pDev->DrawImage( aPos, Size( aImageSize.Width(), nRectHeight ), aImage ); in DrawWindow()
1816 aPos.Y() += (nRectHeight-aImageSize.Height())/2; in DrawWindow()
H A Dsplitwin.cxx2006 Size aImageSize = aImage.GetSizePixel(); in ImplDrawAutoHide() local
2007 Point aPos( aTempRect.Left()+((aTempRect.GetWidth()-aImageSize.Width())/2), in ImplDrawAutoHide()
2008 aTempRect.Top()+((aTempRect.GetHeight()-aImageSize.Height())/2) ); in ImplDrawAutoHide()
2011 nSize = aImageSize.Width(); in ImplDrawAutoHide()
2013 nSize = aImageSize.Height(); in ImplDrawAutoHide()
H A Dtoolbox.cxx3635 Size aImageSize; in ImplDrawItem() local
3652 aImageSize = pImage->GetSizePixel(); in ImplDrawItem()
3674 nImageOffY += (nBtnHeight-aImageSize.Height())/2; in ImplDrawItem()
3678 nImageOffX += (nBtnWidth-aImageSize.Width())/2; in ImplDrawItem()
3679 nImageOffY += (nBtnHeight-aImageSize.Height())/2; in ImplDrawItem()
3730 nTextOffY = nImageOffY + aImageSize.Height() + TB_IMAGETEXTOFFSET; in ImplDrawItem()
3742 nTextOffX = nImageOffX + aImageSize.Width() + TB_IMAGETEXTOFFSET; in ImplDrawItem()

Completed in 78 milliseconds

12