LibreOffice Module vcl (master) 1
|
#include <o3tl/typed_flags_set.hxx>
#include <tools/color.hxx>
#include <tools/gen.hxx>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | SalTwoRect |
struct | o3tl::typed_flags< SalInvert > |
Namespaces | |
namespace | o3tl |
Enumerations | |
enum class | DeviceFormat { NONE = -1 , WITHOUT_ALPHA = 0 , WITH_ALPHA = 1 } |
enum class | SalROPColor { N0 , N1 , Invert } |
enum class | SalInvert { NONE = 0x00 , N50 = 0x01 , TrackFrame = 0x02 } |
Functions | |
template<typename charT , typename traits > | |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const SalTwoRect &rPosAry) |
|
strong |
Enumerator | |
---|---|
NONE | |
WITHOUT_ALPHA | |
WITH_ALPHA |
Definition at line 28 of file salgtype.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
N50 | |
TrackFrame |
Definition at line 73 of file salgtype.hxx.
|
strong |
Enumerator | |
---|---|
N0 | |
N1 | |
Invert |
Definition at line 69 of file salgtype.hxx.
|
inline |
Definition at line 1 of file salgtype.hxx.