Searched refs:aImgSz (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/vcl/source/control/ |
| H A D | ilstbox.cxx | 700 Size aImgSz = rEntry.maImage.GetSizePixel(); in ImplUpdateEntryMetrics() local 701 aMetrics.nImgWidth = (sal_uInt16) CalcZoom( aImgSz.Width() ); in ImplUpdateEntryMetrics() 702 aMetrics.nImgHeight = (sal_uInt16) CalcZoom( aImgSz.Height() ); in ImplUpdateEntryMetrics() 1844 Size aImgSz; in DrawEntry() local 1851 aImgSz = aImage.GetSizePixel(); in DrawEntry() 1852 Point aPtImg( mnBorder - mnLeft, nY + ( ( pEntry->mnHeight - aImgSz.Height() ) / 2 ) ); in DrawEntry() 1857 aPtImg.X() = mnMaxWidth + mnBorder - aImgSz.Width() - mnLeft; in DrawEntry() 1865 aImgSz.Width() = CalcZoom( aImgSz.Width() ); in DrawEntry() 1866 aImgSz.Height() = CalcZoom( aImgSz.Height() ); in DrawEntry() 1867 DrawImage( aPtImg, aImgSz, aImage ); in DrawEntry() [all …]
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | viewport.cxx | 982 Size aImgSz( nVBSzWidth, nVBSzWidth ); in ViewResizePixel() local 987 long nSubSize = (aImgSz.Width() * nCnt ); in ViewResizePixel() 993 aImgSz.Width() = 0; // kein Hide, weil das im Update Scrollbar missverstanden wird in ViewResizePixel() 1000 pPageUpBtn->SetPosSizePixel( aPos, aImgSz ); in ViewResizePixel() 1003 aPos.Y() += aImgSz.Height(); in ViewResizePixel() 1004 pNaviBtn->SetPosSizePixel(aPos, aImgSz); in ViewResizePixel() 1007 aPos.Y() += aImgSz.Height(); in ViewResizePixel() 1008 pPageDownBtn->SetPosSizePixel( aPos, aImgSz ); in ViewResizePixel()
|
| /trunk/main/svtools/source/control/ |
| H A D | fixedhyper.cxx | 176 Size aImgSz = GetImage().GetSizePixel(); in MouseButtonUp() local 177 if ( aSize.Width() < aImgSz.Width() ) in MouseButtonUp()
|
| H A D | toolbarmenu.cxx | 676 Size aImgSz( pEntry->maImage.GetSizePixel() ); in implCalcSize() local 677 nMinMenuItemHeight = std::max( nMinMenuItemHeight, aImgSz.Height() + 6 ); in implCalcSize() 678 aMaxImgSz.Width() = std::max( aMaxImgSz.Width(), aImgSz.Width() ); in implCalcSize()
|
| /trunk/main/vcl/source/window/ |
| H A D | menu.cxx | 2407 Size aImgSz = pData->aImage.GetSizePixel(); in ImplCalcSize() local 2408 if ( aImgSz.Height() > aMaxImgSz.Height() ) in ImplCalcSize() 2409 aMaxImgSz.Height() = aImgSz.Height(); in ImplCalcSize() 2410 if ( aImgSz.Height() > nMinMenuItemHeight ) in ImplCalcSize() 2411 nMinMenuItemHeight = aImgSz.Height(); in ImplCalcSize() 2438 Size aImgSz = pData->aImage.GetSizePixel(); in ImplCalcSize() local 2439 aImgSz.Height() += 4; // add a border for native marks in ImplCalcSize() 2440 aImgSz.Width() += 4; // add a border for native marks in ImplCalcSize() 2441 if ( aImgSz.Width() > aMaxImgSz.Width() ) in ImplCalcSize() 2442 aMaxImgSz.Width() = aImgSz.Width(); in ImplCalcSize() [all …]
|