Home
last modified time | relevance | path

Searched refs:GetPrefSize (Results 1 – 25 of 114) sorted by last modified time

12345

/trunk/main/svtools/source/misc/
H A Dtransfer.cxx1904 … const Size aSize(OutputDevice::LogicToLogic(rBmpEx.GetPrefSize(), aMapMode, MAP_100TH_MM)); in GetBitmapEx()
H A Dembedhlp.cxx519 aResult = pGraphic->GetPrefSize(); in GetSize()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2169 Size aMetaSize = pMetaFile->GetPrefSize(); in getTransferData()
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx461 inline const Size& GetPrefSize() const;
945 inline const Size& Bitmap::GetPrefSize() const in GetPrefSize() function in Bitmap
H A Dbitmapex.hxx109 const Size& GetPrefSize() const { return aBitmap.GetPrefSize(); } in GetPrefSize() function in BitmapEx
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4748 Size aPrefSize( aGraphic.GetPrefSize()); in CoreLoad()
H A Dww8par4.cxx179 Size aOldSiz( rWMF.GetPrefSize() ); in SwWw6ReadMetaStream()
291 aGraph.GetPrefSize(), aGraph.GetPrefMapMode(), MAP_TWIP ); in ImportOle()
343 aOrigSize = rWMF.GetPrefSize(); in ImportOleWMF()
376 rGraph.GetPrefSize(), rGraph.GetPrefMapMode(), MAP_TWIP ); in ImportOleBase()
390 rGraph.GetPrefSize(), rGraph.GetPrefMapMode(), MAP_TWIP ); in ImportOleBase()
H A Dwrtw8esh.cxx1574 Size aSize( rGrf.GetPrefSize() ); in WriteGrfBullet()
1662 Size aSize( aGraphic.GetPrefSize() ); in WriteGrfFlyFrame()
1871 Size aSize(rGraphic.GetPrefSize()); in WriteBrushAttr()
2102 const Size &rOrigSize = pNd->GetGraphic().GetPrefSize(); in WriteFlyFrameAttr()
H A Dww8graf.cxx2104 const Size &rOrigSize = pNd->GetGraphic().GetPrefSize(); in MapWrapIntoFlyFmt()
/trunk/main/sd/source/core/
H A Dsdpage.cxx303 Size aSizePix = aOutDev.LogicToPixel( aGraphic.GetPrefSize() ); in CreatePresObj()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx370 nBoundingX2 = pMTF->GetPrefSize().Width(); in WritePS()
371 nBoundingY2 = pMTF->GetPrefSize().Height(); in WritePS()
450 Size aSizePoint = Application::GetDefaultDevice()->LogicToLogic( pMTF->GetPrefSize(), in ImplWriteProlog()
570 …e)aSizePoint.Width() / (double)pMTF->GetPrefSize().Width(), (double)aSizePoint.Height() / (double)… in ImplWriteProlog()
572 ImplWriteDouble( -pMTF->GetPrefSize().Height() ); in ImplWriteProlog()
1179 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in ImplWriteActions()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1621 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in Impl_writeActions()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx638 return pGraphic->GetPrefSize(); in GetGrafPrefSize()
1436 aSize = Application::GetDefaultDevice()->PixelToLogic( pGraphic->GetPrefSize(), MAP_100TH_MM ); in AdjustToMaxRect()
1438 aSize = OutputDevice::LogicToLogic( pGraphic->GetPrefSize(), in AdjustToMaxRect()
H A Dimpgrfll.cxx71 Size aBmpPrefSize( rFillBitmap.GetPrefSize() ); in ImpCalcBmpFillSizes()
H A Dsvddrgmt.cxx3740 Size aGraphicSize(rGraphicObject.GetPrefSize()); in EndSdrDrag()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2039 Size aSize( OutputDevice::LogicToLogic( aGraphic.GetPrefSize(), in ImportOLE()
3744 Size aPrefSize( aGraphic.GetPrefSize() ); in ImplGetExtNumberFormat()
H A Dmsdffimp.cxx187 Size aPrefS( pMtf->GetPrefSize() ); in Write()
3853 return rGraf.GetPrefSize(); in lcl_GetPrefSize()
3858 rGraf.GetPrefSize(), aWanted); in lcl_GetPrefSize()
3863 rGraf.GetPrefSize(), rGraf.GetPrefMapMode(), aWanted); in lcl_GetPrefSize()
6726 const Size aOldSize( aMtf.GetPrefSize() ); in GetBLIPDirect()
6863 Size aSize = rMtf.GetPrefSize(); in MakeContentStream()
/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx582 aGrfSize = PixelToLogic( maLogo.GetPrefSize() ); in DrawPauseScene()
584 aGrfSize = LogicToLogic( maLogo.GetPrefSize(), maLogo.GetPrefMapMode(), rMap ); in DrawPauseScene()
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx1216 …if(rBitmap.GetPrefSize().Width() && rBitmap.GetPrefSize().Height() && (rBitmap.GetPrefMapMode() !=… in ImplWriteDIBBody()
1225 const double fBmpWidthM((double)rBitmap.GetPrefSize().Width() / aScale100000.Width()); in ImplWriteDIBBody()
1226 const double fBmpHeightM((double)rBitmap.GetPrefSize().Height() / aScale100000.Height()); in ImplWriteDIBBody()
H A Dgdimetafiletools.cxx220 aAlpha.SetPrefSize(rBitmapEx.GetPrefSize()); in handleBitmapContent()
725 Size aLogicalSize(rBitmapEx.GetPrefSize()); in clipMetafileContentAgainstOwnRegions()
752 Size aLogicalSize(rBitmap.GetPrefSize()); in clipMetafileContentAgainstOwnRegions()
1068 aTarget.SetPrefSize(rSource.GetPrefSize()); in clipMetafileContentAgainstOwnRegions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx750 const Size aMetaFilePrefSize(rMetafile.GetPrefSize()); in create2DDecompositionOfGraphic()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrolecontentprimitive2d.cxx84 Size aPrefSize(aGraphic.GetPrefSize()); in create2DDecomposition()
/trunk/main/vcl/source/control/
H A Dlstbox.cxx664 Size aPrefSz = mpFloatWin->GetPrefSize(); in SetPosSizePixel()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx1077 aTmpSizeLog = pDefDev->PixelToLogic( aGraphic.GetPrefSize(), aMap100 ); in CreateAnimObj()
1079 … aTmpSizeLog = pDefDev->LogicToLogic( aGraphic.GetPrefSize(), aGraphic.GetPrefMapMode(), aMap100 ); in CreateAnimObj()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx1130 aGrfSize = pRefDev->PixelToLogic( pGraphic->GetPrefSize(), aMapMM ); in lcl_DrawGraphic()
1132 aGrfSize = OutputDevice::LogicToLogic( pGraphic->GetPrefSize(), in lcl_DrawGraphic()

Completed in 399 milliseconds

12345