LibreOffice Module svx (master) 1
|
#include <ClassificationField.hxx>
Public Member Functions | |
ClassificationField (ClassificationType eType, OUString sDescription, OUString sFullClassName, OUString sIdentifier) | |
std::unique_ptr< SvxFieldData > | Clone () const override |
bool | operator== (const SvxFieldData &rOther) const override |
Public Member Functions inherited from SvxFieldData | |
virtual sal_Int32 | GetClassId () const |
SvxFieldData () | |
virtual | ~SvxFieldData () |
SvxFieldData (SvxFieldData const &)=default | |
SvxFieldData (SvxFieldData &&)=default | |
SvxFieldData & | operator= (SvxFieldData const &)=default |
SvxFieldData & | operator= (SvxFieldData &&)=default |
virtual std::unique_ptr< SvxFieldData > | Clone () const |
virtual bool | operator== (const SvxFieldData &) const |
virtual MetaAction * | createBeginComment () const |
Public Attributes | |
ClassificationType | meType |
OUString | msDescription |
OUString | msFullClassName |
OUString | msIdentifier |
Additional Inherited Members | |
Static Public Member Functions inherited from SvxFieldData | |
static SvxFieldData * | Create (const css::uno::Reference< css::text::XTextContent > &xContent) |
static MetaAction * | createEndComment () |
Static Public Attributes inherited from SvxFieldData | |
static constexpr auto | CLASS_ID |
Definition at line 62 of file ClassificationField.hxx.
|
inline |
Definition at line 70 of file ClassificationField.hxx.
References meType.
|
inlineoverridevirtual |
Reimplemented from SvxFieldData.
Definition at line 77 of file ClassificationField.hxx.
References meType.
|
inlineoverridevirtual |
Reimplemented from SvxFieldData.
Definition at line 82 of file ClassificationField.hxx.
References meType, meType, msDescription, msFullClassName, and msIdentifier.
ClassificationType svx::ClassificationField::meType |
Definition at line 65 of file ClassificationField.hxx.
Referenced by svx::ClassificationDialog::getResult(), svx::IMPL_LINK(), operator==(), and svx::ClassificationDialog::toggleWidgetsDependingOnCategory().
OUString svx::ClassificationField::msDescription |
Definition at line 66 of file ClassificationField.hxx.
Referenced by svx::ClassificationEditEngine::CalcFieldValue(), svx::ClassificationDialog::getResult(), and operator==().
OUString svx::ClassificationField::msFullClassName |
Definition at line 67 of file ClassificationField.hxx.
Referenced by svx::ClassificationDialog::getResult(), and operator==().
OUString svx::ClassificationField::msIdentifier |
Definition at line 68 of file ClassificationField.hxx.
Referenced by svx::ClassificationDialog::getResult(), and operator==().