| /aoo42x/main/svtools/source/urlobj/ | 
| H A D | inetimg.cxx | 46 			sString += String::CreateFromInt32( aSizePixel.Width() );  in Write()48 			sString += String::CreateFromInt32( aSizePixel.Height() );  in Write()
 78 			aSizePixel.Width() = sINetImg.GetToken( 0, TOKEN_SEPARATOR,  in Read()
 80 			aSizePixel.Height() = sINetImg.GetToken( 0, TOKEN_SEPARATOR,  in Read()
 110 			rIStm >> nVal;	aSizePixel.Width() = nVal;  in Read()
 111 			rIStm >> nVal;	aSizePixel.Height() = nVal;  in Read()
 
 | 
| /aoo42x/main/slideshow/source/engine/shapes/ | 
| H A D | viewmediashape.cxx | 245             const Size	aSizePixel( rRangePix.getMaxX() - rRangePix.getMinX(),  in resize()  local250                 mpMediaWindow->SetPosSizePixel( aPosPixel, aSizePixel );  in resize()
 252                                             aSizePixel.Width(), aSizePixel.Height(),   in resize()
 258                                             aSizePixel.Width(), aSizePixel.Height(),   in resize()
 
 | 
| /aoo42x/main/svtools/inc/svtools/ | 
| H A D | inetimg.hxx | 41 	Size			aSizePixel;  member in INetImage51 	void			SetSizePixel( const Size& rSize ) 	{ aSizePixel = rSize; }  in SetSizePixel()
 64 						aSizePixel( rSizePixel )  in INetImage()
 73 	const Size&		GetSizePixel() const { return aSizePixel; }  in GetSizePixel()
 
 | 
| /aoo42x/main/drawinglayer/source/processor2d/ | 
| H A D | vclhelperbufferdevice.cxx | 290             const Size aSizePixel(maDestPixel.GetSize());  in paint()  local296             Bitmap aContent(mpContent->GetBitmap(aEmptyPoint, aSizePixel));   in paint()
 307                 const AlphaMask aAlphaMask(mpAlpha->GetBitmap(aEmptyPoint, aSizePixel));  in paint()
 320                 const Bitmap aMask(mpMask->GetBitmap(aEmptyPoint, aSizePixel));   in paint()
 333                 const AlphaMask aAlphaMask(aSizePixel, &nMaskValue);  in paint()
 
 | 
| H A D | vclmetafileprocessor2d.cxx | 2016                             Size aSizePixel(aRectPixel.GetSize());  in processBasePrimitive2D()  local2020 …                 const sal_uInt32 nViewVisibleArea(aSizePixel.getWidth() * aSizePixel.getHeight());  in processBasePrimitive2D()
 2027 …                  aSizePixel = Size(basegfx::fround((double)aSizePixel.getWidth() * fReduceFactor),  in processBasePrimitive2D()
 2028 …                                  basegfx::fround((double)aSizePixel.getHeight() * fReduceFactor));  in processBasePrimitive2D()
 2031                             if(aBufferDevice.SetOutputSizePixel(aSizePixel))  in processBasePrimitive2D()
 2073 …                         const Bitmap aBmContent(aBufferDevice.GetBitmap(aEmptyPoint, aSizePixel));  in processBasePrimitive2D()
 2078 …                      		const AlphaMask aBmAlpha(aBufferDevice.GetBitmap(aEmptyPoint, aSizePixel));  in processBasePrimitive2D()
 
 | 
| /aoo42x/main/drawinglayer/source/tools/ | 
| H A D | converters.cxx | 80                 const Size aSizePixel(nDiscreteWidth, nDiscreteHeight);  in convertToBitmapEx()  local85                 maContent.SetOutputSizePixel(aSizePixel, false);  in convertToBitmapEx()
 106                     const Bitmap aContent(maContent.GetBitmap(aEmptyPoint, aSizePixel));   in convertToBitmapEx()
 137                     const Bitmap aAlpha(maContent.GetBitmap(aEmptyPoint, aSizePixel));  in convertToBitmapEx()
 
 | 
| /aoo42x/main/vcl/source/gdi/ | 
| H A D | gdimetafiletools.cxx | 169         const Size aSizePixel(rBitmapEx.GetSizePixel());  in handleBitmapContent()  local172         aVDev.SetOutputSizePixel(aSizePixel);  in handleBitmapContent()
 195             static_cast< double >(aSizePixel.Width()) / aLogicBitmapRange.getWidth(),   in handleBitmapContent()
 196             static_cast< double >(aSizePixel.Height()) / aLogicBitmapRange.getHeight());  in handleBitmapContent()
 208                     aSizePixel.Width(), aSizePixel.Height())));  in handleBitmapContent()
 218                 aSizePixel));  in handleBitmapContent()
 
 | 
| H A D | pdfwriter_impl2.cxx | 148 		const Size aSizePixel( aBitmapEx.GetSizePixel() );  in implWriteBitmapEx()  local149 		if ( aSizePixel.Width() && aSizePixel.Height() )  in implWriteBitmapEx()
 161 			if ( ( aSizePixel.Width() < 32 ) || ( aSizePixel.Height() < 32 ) )  in implWriteBitmapEx()
 247 …	m_rOuterFace.DrawJPGBitmap( aStrm, bTrueColorJPG, aSizePixel, Rectangle( aPoint, aSize ), aMask );  in implWriteBitmapEx()
 
 | 
| H A D | dibtools.cxx | 634 		const Size aSizePixel(aHeader.nWidth, aHeader.nHeight);  in ImplReadDIBBody()  local636 		Bitmap aNewBmp(aSizePixel, nBitCount, &aDummyPal);  in ImplReadDIBBody()
 660             aNewBmpAlpha = Bitmap(aSizePixel, 8);  in ImplReadDIBBody()
 
 | 
| H A D | bitmap.cxx | 1134 		const Size			aSizePixel( GetSizePixel() );  in Expand()  local1135 		const long			nWidth = aSizePixel.Width();  in Expand()
 1136 		const long			nHeight = aSizePixel.Height();  in Expand()
 
 | 
| /aoo42x/main/sc/source/ui/view/ | 
| H A D | notemark.cxx | 62     Size aSizePixel = pWindow->GetOutputSizePixel();  in ScNoteMarker()  local64         aSizePixel.Width() += pRightWin->GetOutputSizePixel().Width();  in ScNoteMarker()
 66         aSizePixel.Height() += pBottomWin->GetOutputSizePixel().Height();  in ScNoteMarker()
 67     Rectangle aVisPixel( Point( 0, 0 ), aSizePixel );  in ScNoteMarker()
 
 | 
| H A D | prevloc.cxx | 356 	Size aSizePixel = pWindow->LogicToPixel( aSizeLogic, aCellMapMode );  in GetOffsetPixel()  local358 	return Rectangle( Point( aOffsetPixel.Width(), aOffsetPixel.Height() ), aSizePixel );  in GetOffsetPixel()
 
 | 
| /aoo42x/main/sdext/source/minimizer/ | 
| H A D | informationdialog.cxx | 356         Size aSizePixel;  in InitDialog()  local359 …xGraphicProps->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("SizePixel"))) >>= aSizePixel;  in InitDialog()
 363                             aSizePixel.Width,  in InitDialog()
 364                             aSizePixel.Height,  in InitDialog()
 367         nX += aSizePixel.Width + aSize3.Width;  in InitDialog()
 
 | 
| /aoo42x/main/svtools/source/filter/ | 
| H A D | filter.cxx | 1884 			Size aSizePixel;  in ExportGraphic()  local1897 			aSizePixel=aVirDev.LogicToPixel(aGraphic.GetPrefSize(),aGraphic.GetPrefMapMode());  in ExportGraphic()
 1907 			nNeededMem=((sal_uLong)aSizePixel.Width()*(sal_uLong)aSizePixel.Height()*nBitsPerPixel+7)/8;  in ExportGraphic()
 1913 				aSizePixel.Width()=(sal_uLong)(((double)aSizePixel.Width())*fFak);  in ExportGraphic()
 1914 				aSizePixel.Height()=(sal_uLong)(((double)aSizePixel.Height())*fFak);  in ExportGraphic()
 1918 			aVirDev.SetOutputSizePixel(aSizePixel);  in ExportGraphic()
 1920 			aGraphic2.Draw(&aVirDev,Point(0,0),aSizePixel); // Gemein: dies aendert den MapMode  in ExportGraphic()
 1922 			aGraphic=Graphic(aVirDev.GetBitmap(Point(0,0),aSizePixel));  in ExportGraphic()
 
 | 
| /aoo42x/main/vbahelper/source/vbahelper/ | 
| H A D | vbahelper.cxx | 1116 …awt::Size aSizePixel = mxUnitConv->convertSizeToPixel( awt::Size( nSizeAppFont, nSizeAppFont ), ut…  in implGetSize()  local1126             aSizePixel = awt::Size( aOuterRect.getWidth(), aOuterRect.getHeight() );  in implGetSize()
 1131     awt::Size aSizePoint = mxUnitConv->convertSizeToLogic( aSizePixel, util::MeasureUnit::POINT );  in implGetSize()
 1139 …awt::Size aSizePixel = mxUnitConv->convertSizeToPixel( awt::Size( nSize, nSize ), util::MeasureUni…  in implSetSize()  local
 1155                 aSizePixel.Width = ::std::max< sal_Int32 >( aSizePixel.Width - nDecorWidth, 1 );  in implSetSize()
 1156                 aSizePixel.Height = ::std::max< sal_Int32 >( aSizePixel.Height - nDecorHeight, 1 );  in implSetSize()
 1161 … awt::Size aSizeAppFont = mxUnitConv->convertSizeToLogic( aSizePixel, util::MeasureUnit::APPFONT );  in implSetSize()
 
 | 
| /aoo42x/main/drawinglayer/source/primitive2d/ | 
| H A D | controlprimitive2d.cxx | 134 						const Size aSizePixel(nSizeX, nSizeY);  in createBitmapDecomposition()  local135 						aVirtualDevice.SetOutputSizePixel(aSizePixel);  in createBitmapDecomposition()
 207 							    const Bitmap aContent(aVirtualDevice.GetBitmap(Point(), aSizePixel));  in createBitmapDecomposition()
 
 | 
| H A D | graphicprimitivehelper2d.cxx | 653 							const Size aSizePixel(aBitmapEx.GetSizePixel());  in create2DDecompositionOfGraphic()  local658 								Size(aSizePixel.Width() /2, aSizePixel.Height() / 2),  in create2DDecompositionOfGraphic()
 
 | 
| /aoo42x/main/oox/source/helper/ | 
| H A D | graphichelper.cxx | 352         Size aSizePixel( 0, 0 );  in getOriginalSize()  local353         if( aPropSet.getProperty( aSizePixel, PROP_SizePixel ) )  in getOriginalSize()
 354             aSizeHmm = convertScreenPixelToHmm( aSizePixel );  in getOriginalSize()
 
 | 
| /aoo42x/main/svtools/source/graphic/ | 
| H A D | grfmgr2.cxx | 2456     const Size 	aSizePixel( rBmpEx.GetSizePixel() );  in ImplTransformBitmap()  local2460         if( aSizePixel.Width() && aSizePixel.Height() && rDstSize.Width() && rDstSize.Height() )  in ImplTransformBitmap()
 2462             double fSrcWH = (double) aSizePixel.Width() / aSizePixel.Height();  in ImplTransformBitmap()
 2468                 fScaleY = aSizePixel.Width() / ( fDstWH * aSizePixel.Height() );  in ImplTransformBitmap()
 2470                 fScaleX = fDstWH * aSizePixel.Height() / aSizePixel.Width();  in ImplTransformBitmap()
 
 | 
| /aoo42x/main/filter/source/graphicfilter/eos2met/ | 
| H A D | eos2met.cxx | 1982 				const Size              aSizePixel( pA->GetBitmap().GetSizePixel() );  in WriteOrders()  local1985 				METBitBlt( pA->GetPoint(), pCompDev->PixelToLogic( aSizePixel, aPictureMapMode ), aSizePixel );  in WriteOrders()
 2012 				const Size              aSizePixel( pA->GetBitmapEx().GetSizePixel() );  in WriteOrders()  local
 2015 				METBitBlt( pA->GetPoint(), pCompDev->PixelToLogic( aSizePixel, aPictureMapMode ), aSizePixel );  in WriteOrders()
 2022 				const Size                  aSizePixel( pA->GetBitmapEx().GetSizePixel() );  in WriteOrders()  local
 2025 				METBitBlt( pA->GetPoint(), pA->GetSize(), aSizePixel );  in WriteOrders()
 
 | 
| /aoo42x/main/cppcanvas/source/mtfrenderer/ | 
| H A D | mtftools.cxx | 102             const ::Size aSizePixel( rVDev.LogicToPixel( aSizeLogic ) );  in calcLogic2PixelLinearTransform()  local105 				aSizePixel.Width() / (double)aSizeLogic.Width(),  in calcLogic2PixelLinearTransform()
 106 				aSizePixel.Height() / (double)aSizeLogic.Height() );  in calcLogic2PixelLinearTransform()
 
 | 
| /aoo42x/main/toolkit/source/awt/ | 
| H A D | animatedimagespeer.cxx | 152             Size aSizePixel;  in lcl_getGraphicSizePixel()  local158 …getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SizePixel" ) ) ) >>= aSizePixel );  in lcl_getGraphicSizePixel()
 165             return aSizePixel;  in lcl_getGraphicSizePixel()
 
 | 
| /aoo42x/main/svtools/source/filter/wmf/ | 
| H A D | winmtf.cxx | 1646 		const Size aSizePixel( rBitmap.GetSizePixel() );  in ImplDrawBitmap()  local1649 			aMapMode.SetScaleX( Fraction( aSizePixel.Width(), aOutputSizePixel.Width() ) );  in ImplDrawBitmap()
 1650 			aMapMode.SetScaleY( Fraction( aSizePixel.Height(), aOutputSizePixel.Height() ) );  in ImplDrawBitmap()
 1653 		aVDev.SetOutputSizePixel( aSizePixel );  in ImplDrawBitmap()
 1661 		Bitmap aMask( aVDev.GetBitmap( aEmptyPoint, aSizePixel ).CreateMask( Color( COL_WHITE ) ) );  in ImplDrawBitmap()
 
 | 
| /aoo42x/main/svx/source/unodraw/ | 
| H A D | UnoGraphicExporter.cxx | 896 						Size aSizePixel( aGraphic.GetSizePixel() );  in GetGraphic()  local898                             ( ( rSettings.mnWidth != aSizePixel.Width() ) ||  in GetGraphic()
 899                               ( rSettings.mnHeight != aSizePixel.Height() ) ) )  in GetGraphic()
 
 | 
| /aoo42x/main/sw/source/core/crsr/ | 
| H A D | crstrvl.cxx | 1194             Size aSizePixel = GetWin()->LogicToPixel(aSizeLogic);  in GetContentAtPos()  local1195             rCntntAtPos.nDist = aSizePixel.Width();  in GetContentAtPos()
 
 |