LibreOffice Module svx (master) 1
|
#include <com/sun/star/awt/VisualEffect.hpp>
#include <com/sun/star/awt/FontUnderline.hpp>
#include <com/sun/star/awt/XControl.hpp>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
#include <o3tl/typed_flags_set.hxx>
#include <tools/color.hxx>
#include <set>
#include <utility>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< ControlStatus > |
struct | svxform::BorderDescriptor |
struct | svxform::UnderlineDescriptor |
struct | svxform::ControlData |
class | svxform::ControlBorderManager |
manages the dynamic border color for form controls More... | |
struct | svxform::ControlBorderManager::ControlDataCompare |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::form |
namespace | com::sun::star::form::validation |
namespace | o3tl |
namespace | svxform |
class FmSearchEngine - Impl class for FmSearchDialog | |
Enumerations | |
enum class | ControlStatus { NONE = 0x00 , Focused = 0x01 , MouseHover = 0x02 , Invalid = 0x04 } |
|
strong |
Enumerator | |
---|---|
NONE | |
Focused | |
MouseHover | |
Invalid |
Definition at line 35 of file fmcontrolbordermanager.hxx.