LibreOffice Module svx (master)
1
|
#include <memory>
#include <vcl/customweld.hxx>
#include <editeng/borderline.hxx>
#include <svx/framebordertype.hxx>
#include <svx/svxdllapi.h>
#include <o3tl/typed_flags_set.hxx>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< FrameSelFlags > |
class | svx::FrameSelector |
Namespaces | |
o3tl | |
svx | |
svx::a11y | |
Enumerations | |
enum | FrameSelFlags { FrameSelFlags::NONE = 0x0000, FrameSelFlags::Left = 0x0001, FrameSelFlags::Right = 0x0002, FrameSelFlags::Top = 0x0004, FrameSelFlags::Bottom = 0x0008, FrameSelFlags::InnerHorizontal = 0x0010, FrameSelFlags::InnerVertical = 0x0020, FrameSelFlags::DiagonalTLBR = 0x0040, FrameSelFlags::DiagonalBLTR = 0x0080, FrameSelFlags::Outer = Left | Right | Top | Bottom, FrameSelFlags::DontCare = 0x0100 } |
enum | svx::FrameBorderState { svx::FrameBorderState::Show, svx::FrameBorderState::Hide, svx::FrameBorderState::DontCare } |
All possible states of a frame border. More... | |
|
strong |
Definition at line 32 of file frmsel.hxx.