LibreOffice Module vcl (master) 1
|
#include <implimagetree.hxx>
Public Member Functions | |
ImageRequestParameters (OUString aName, OUString aStyle, BitmapEx &rBitmap, bool bLocalized, ImageLoadFlags eFlags, sal_Int32 nScalePercentage) | |
bool | convertToDarkTheme () |
sal_Int32 | scalePercentage () |
Public Attributes | |
OUString | msName |
OUString | msStyle |
BitmapEx & | mrBitmap |
bool | mbLocalized |
ImageLoadFlags | meFlags |
bool | mbWriteImageToCache |
sal_Int32 | mnScalePercentage |
Definition at line 44 of file implimagetree.hxx.
|
inline |
Definition at line 54 of file implimagetree.hxx.
References aName.
bool ImageRequestParameters::convertToDarkTheme | ( | ) |
Definition at line 64 of file ImplImageTree.cxx.
References IgnoreDarkTheme, and meFlags.
sal_Int32 ImageRequestParameters::scalePercentage | ( | ) |
Definition at line 75 of file ImplImageTree.cxx.
References Application::GetDefaultDevice(), OutputDevice::GetDPIScalePercentage(), IgnoreScalingFactor, meFlags, and mnScalePercentage.
bool ImageRequestParameters::mbLocalized |
Definition at line 49 of file implimagetree.hxx.
Referenced by ImplImageTree::doLoadImage(), and ImplImageTree::iconCacheLookup().
bool ImageRequestParameters::mbWriteImageToCache |
Definition at line 51 of file implimagetree.hxx.
Referenced by ImplImageTree::doLoadImage().
ImageLoadFlags ImageRequestParameters::meFlags |
Definition at line 50 of file implimagetree.hxx.
Referenced by convertToDarkTheme(), and scalePercentage().
sal_Int32 ImageRequestParameters::mnScalePercentage |
Definition at line 52 of file implimagetree.hxx.
Referenced by ImplImageTree::getIconCache(), and scalePercentage().
BitmapEx& ImageRequestParameters::mrBitmap |
Definition at line 48 of file implimagetree.hxx.
Referenced by ImplImageTree::doLoadImage(), and ImplImageTree::iconCacheLookup().
OUString ImageRequestParameters::msName |
Definition at line 46 of file implimagetree.hxx.
Referenced by ImplImageTree::doLoadImage(), and ImplImageTree::iconCacheLookup().
OUString ImageRequestParameters::msStyle |
Definition at line 47 of file implimagetree.hxx.
Referenced by ImplImageTree::doLoadImage().