Home
last modified time | relevance | path

Searched refs:aSizePixel (Results 1 – 25 of 25) sorted by relevance

/trunk/main/svtools/source/urlobj/
H A Dinetimg.cxx46 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()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx245 const Size aSizePixel( rRangePix.getMaxX() - rRangePix.getMinX(), in resize() local
250 mpMediaWindow->SetPosSizePixel( aPosPixel, aSizePixel ); in resize()
252 aSizePixel.Width(), aSizePixel.Height(), in resize()
258 aSizePixel.Width(), aSizePixel.Height(), in resize()
/trunk/main/svtools/inc/svtools/
H A Dinetimg.hxx41 Size aSizePixel; member in INetImage
51 void SetSizePixel( const Size& rSize ) { aSizePixel = rSize; } in SetSizePixel()
64 aSizePixel( rSizePixel ) in INetImage()
73 const Size& GetSizePixel() const { return aSizePixel; } in GetSizePixel()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx290 const Size aSizePixel(maDestPixel.GetSize()); in paint() local
296 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 Dvclmetafileprocessor2d.cxx2016 Size aSizePixel(aRectPixel.GetSize()); in processBasePrimitive2D() local
2020 … const sal_uInt32 nViewVisibleArea(aSizePixel.getWidth() * aSizePixel.getHeight()); in processBasePrimitive2D()
2027aSizePixel = 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()
/trunk/main/drawinglayer/source/tools/
H A Dconverters.cxx80 const Size aSizePixel(nDiscreteWidth, nDiscreteHeight); in convertToBitmapEx() local
85 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()
/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx169 const Size aSizePixel(rBitmapEx.GetSizePixel()); in handleBitmapContent() local
172 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 Dpdfwriter_impl2.cxx148 const Size aSizePixel( aBitmapEx.GetSizePixel() ); in implWriteBitmapEx() local
149 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 Ddibtools.cxx634 const Size aSizePixel(aHeader.nWidth, aHeader.nHeight); in ImplReadDIBBody() local
636 Bitmap aNewBmp(aSizePixel, nBitCount, &aDummyPal); in ImplReadDIBBody()
660 aNewBmpAlpha = Bitmap(aSizePixel, 8); in ImplReadDIBBody()
H A Dbitmap.cxx1134 const Size aSizePixel( GetSizePixel() ); in Expand() local
1135 const long nWidth = aSizePixel.Width(); in Expand()
1136 const long nHeight = aSizePixel.Height(); in Expand()
/trunk/main/sc/source/ui/view/
H A Dnotemark.cxx62 Size aSizePixel = pWindow->GetOutputSizePixel(); in ScNoteMarker() local
64 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 Dprevloc.cxx356 Size aSizePixel = pWindow->LogicToPixel( aSizeLogic, aCellMapMode ); in GetOffsetPixel() local
358 return Rectangle( Point( aOffsetPixel.Width(), aOffsetPixel.Height() ), aSizePixel ); in GetOffsetPixel()
/trunk/main/sdext/source/minimizer/
H A Dinformationdialog.cxx356 Size aSizePixel; in InitDialog() local
359 …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()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx1884 Size aSizePixel; in ExportGraphic() local
1897 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()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1116 …awt::Size aSizePixel = mxUnitConv->convertSizeToPixel( awt::Size( nSizeAppFont, nSizeAppFont ), ut… in implGetSize() local
1126 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()
/trunk/main/drawinglayer/source/primitive2d/
H A Dcontrolprimitive2d.cxx134 const Size aSizePixel(nSizeX, nSizeY); in createBitmapDecomposition() local
135 aVirtualDevice.SetOutputSizePixel(aSizePixel); in createBitmapDecomposition()
207 const Bitmap aContent(aVirtualDevice.GetBitmap(Point(), aSizePixel)); in createBitmapDecomposition()
H A Dgraphicprimitivehelper2d.cxx653 const Size aSizePixel(aBitmapEx.GetSizePixel()); in create2DDecompositionOfGraphic() local
658 Size(aSizePixel.Width() /2, aSizePixel.Height() / 2), in create2DDecompositionOfGraphic()
/trunk/main/oox/source/helper/
H A Dgraphichelper.cxx352 Size aSizePixel( 0, 0 ); in getOriginalSize() local
353 if( aPropSet.getProperty( aSizePixel, PROP_SizePixel ) ) in getOriginalSize()
354 aSizeHmm = convertScreenPixelToHmm( aSizePixel ); in getOriginalSize()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx2456 const Size aSizePixel( rBmpEx.GetSizePixel() ); in ImplTransformBitmap() local
2460 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()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1982 const Size aSizePixel( pA->GetBitmap().GetSizePixel() ); in WriteOrders() local
1985 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()
/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx152 Size aSizePixel; in lcl_getGraphicSizePixel() local
158 …getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SizePixel" ) ) ) >>= aSizePixel ); in lcl_getGraphicSizePixel()
165 return aSizePixel; in lcl_getGraphicSizePixel()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx102 const ::Size aSizePixel( rVDev.LogicToPixel( aSizeLogic ) ); in calcLogic2PixelLinearTransform() local
105 aSizePixel.Width() / (double)aSizeLogic.Width(), in calcLogic2PixelLinearTransform()
106 aSizePixel.Height() / (double)aSizeLogic.Height() ); in calcLogic2PixelLinearTransform()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx1646 const Size aSizePixel( rBitmap.GetSizePixel() ); in ImplDrawBitmap() local
1649 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()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx896 Size aSizePixel( aGraphic.GetSizePixel() ); in GetGraphic() local
898 ( ( rSettings.mnWidth != aSizePixel.Width() ) || in GetGraphic()
899 ( rSettings.mnHeight != aSizePixel.Height() ) ) ) in GetGraphic()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1194 Size aSizePixel = GetWin()->LogicToPixel(aSizeLogic); in GetContentAtPos() local
1195 rCntntAtPos.nDist = aSizePixel.Width(); in GetContentAtPos()

Completed in 197 milliseconds