LibreOffice Module svx (master) 1
|
#include <fmcontrolbordermanager.hxx>
Public Member Functions | |
ControlData () | |
ControlData (css::uno::Reference< css::awt::XControl > _xControl) | |
Public Member Functions inherited from svxform::BorderDescriptor | |
BorderDescriptor () | |
Public Member Functions inherited from svxform::UnderlineDescriptor | |
UnderlineDescriptor () | |
UnderlineDescriptor (sal_Int16 _nUnderlineType, Color _nUnderlineColor) | |
Public Attributes | |
css::uno::Reference< css::awt::XControl > | xControl |
OUString | sOriginalHelpText |
Public Attributes inherited from svxform::BorderDescriptor | |
sal_Int16 | nBorderType |
Color | nBorderColor |
Public Attributes inherited from svxform::UnderlineDescriptor | |
sal_Int16 | nUnderlineType |
Color | nUnderlineColor |
Definition at line 78 of file fmcontrolbordermanager.hxx.
|
inline |
Definition at line 83 of file fmcontrolbordermanager.hxx.
|
inline |
Definition at line 84 of file fmcontrolbordermanager.hxx.
OUString svxform::ControlData::sOriginalHelpText |
Definition at line 81 of file fmcontrolbordermanager.hxx.
Referenced by svxform::ControlBorderManager::validityChanged().
css::uno::Reference< css::awt::XControl > svxform::ControlData::xControl |
Definition at line 80 of file fmcontrolbordermanager.hxx.
Referenced by svxform::ControlBorderManager::controlStatusGained(), svxform::ControlBorderManager::controlStatusLost(), svxform::ControlBorderManager::determineOriginalBorderStyle(), svxform::ControlBorderManager::getControlStatus(), svxform::ControlBorderManager::ControlDataCompare::operator()(), and svxform::ControlBorderManager::restoreAll().