LibreOffice Module vcl (master)
1
|
#include <memory>
#include <sal/config.h>
#include <vcl/dllapi.h>
#include <rtl/ustring.hxx>
#include <o3tl/typed_flags_set.hxx>
Go to the source code of this file.
Classes | |
class | com::sun::star::uno::Reference< class > |
struct | o3tl::typed_flags< ImageLoadFlags > |
class | ImageTree |
Namespaces | |
com::sun::star::uno | |
o3tl | |
com::sun::star::container | |
Enumerations | |
enum | ImageLoadFlags : sal_uInt16 { ImageLoadFlags::NONE = 0, ImageLoadFlags::IgnoreScalingFactor = 1, ImageLoadFlags::IgnoreDarkTheme = 2 } |
|
strong |
Enumerator | |
---|---|
NONE | |
IgnoreScalingFactor | |
IgnoreDarkTheme |
Definition at line 31 of file ImageTree.hxx.