Home
last modified time | relevance | path

Searched refs:maSizePixel (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/cui/source/dialogs/
H A Dcuigrfflt.cxx366 maSizePixel ( LogicToPixel( rGraphic.GetPrefSize(), rGraphic.GetPrefMapMode() ) ), in GraphicFilterDialog()
374 Size aGrfSize( maSizePixel ); in GraphicFilterDialog()
394 mfScaleX = (double) aGrfSize.Width() / maSizePixel.Width(); in GraphicFilterDialog()
395 mfScaleY = (double) aGrfSize.Height() / maSizePixel.Height(); in GraphicFilterDialog()
/aoo41x/main/vcl/inc/vcl/
H A Dgraph.hxx53 Size maSizePixel; // default is (0,0) member in GraphicConversionParameters
68 : maSizePixel(rSizePixel), in GraphicConversionParameters()
77 const Size getSizePixel() const { return maSizePixel; } in getSizePixel()
/aoo41x/main/cui/source/inc/
H A Dcuigrfflt.hxx95 Size maSizePixel; member in GraphicFilterDialog
108 const Size& GetGraphicSizePixel() const { return maSizePixel; } in GetGraphicSizePixel()
/aoo41x/main/svtools/source/graphic/
H A Ddescriptor.cxx178 maSizePixel = aDescriptor.GetSizePixel(); in implCreate()
437 aAWTSize = awt::Size( maSizePixel.Width(), maSizePixel.Height() ); in _getPropertyValues()
H A Ddescriptor.hxx120 Size maSizePixel; member in unographic::GraphicDescriptor

Completed in 26 milliseconds