|
LibreOffice Module svx (master) 1
|
#include <ClassificationField.hxx>
Public Member Functions | |
| ClassificationResult (ClassificationType eType, OUString sName, OUString sAbbreviatedName, OUString sIdentifier="") | |
| OUString const & | getDisplayText () const |
| Returns the text to display, which is the Abbreviated Name, if provided, otherwise Name. More... | |
| bool | operator== (const ClassificationResult &rOther) const |
Public Attributes | |
| ClassificationType | meType |
| OUString | msName |
| OUString | msAbbreviatedName |
| OUString | msIdentifier |
Definition at line 30 of file ClassificationField.hxx.
|
inline |
Definition at line 38 of file ClassificationField.hxx.
References meType.
|
inline |
Returns the text to display, which is the Abbreviated Name, if provided, otherwise Name.
Definition at line 48 of file ClassificationField.hxx.
References msName.
|
inline |
Definition at line 53 of file ClassificationField.hxx.
References meType, meType, msAbbreviatedName, msIdentifier, msName, and msName.
| ClassificationType svx::ClassificationResult::meType |
Definition at line 33 of file ClassificationField.hxx.
Referenced by operator==().
| OUString svx::ClassificationResult::msAbbreviatedName |
Definition at line 35 of file ClassificationField.hxx.
Referenced by operator==().
| OUString svx::ClassificationResult::msIdentifier |
Definition at line 36 of file ClassificationField.hxx.
Referenced by operator==().
| OUString svx::ClassificationResult::msName |
Definition at line 34 of file ClassificationField.hxx.
Referenced by operator==().