LibreOffice Module sfx2 (master) 1
|
#include <classificationhelper.hxx>
Public Member Functions | |
ClassificationKeyCreator (SfxClassificationPolicyType ePolicyType) | |
OUString | makeTextKey () const |
OUString | makeNumberedTextKey () |
bool | isMarkingTextKey (std::u16string_view aKey) const |
OUString | makeCategoryNameKey () const |
bool | isCategoryNameKey (std::u16string_view aKey) const |
OUString | makeCategoryIdentifierKey () const |
bool | isCategoryIdentifierKey (std::u16string_view aKey) const |
OUString | makeMarkingKey () const |
OUString | makeNumberedMarkingKey () |
bool | isMarkingKey (std::u16string_view aKey) const |
OUString | makeIntellectualPropertyPartKey () const |
OUString | makeNumberedIntellectualPropertyPartKey () |
bool | isIntellectualPropertyPartKey (std::u16string_view aKey) const |
OUString | makeFullTextualRepresentationKey () const |
OUString | makeCreationOriginKey () const |
Classification creation origin key. More... | |
Private Member Functions | |
OUString const & | getPolicyKey () const |
Private Attributes | |
const SfxClassificationPolicyType | m_ePolicyType |
const OUString | m_sPolicy |
sal_Int32 | m_nTextNumber |
sal_Int32 | m_nIPPartNumber |
sal_Int32 | m_nMarkingNumber |
Definition at line 131 of file classificationhelper.hxx.
|
inline |
Definition at line 143 of file classificationhelper.hxx.
|
inlineprivate |
Definition at line 140 of file classificationhelper.hxx.
References m_sPolicy.
Referenced by makeCategoryIdentifierKey(), makeCategoryNameKey(), makeCreationOriginKey(), makeFullTextualRepresentationKey(), makeIntellectualPropertyPartKey(), makeMarkingKey(), and makeTextKey().
|
inline |
Definition at line 179 of file classificationhelper.hxx.
References makeCategoryIdentifierKey(), and o3tl::starts_with().
|
inline |
Definition at line 169 of file classificationhelper.hxx.
References makeCategoryNameKey(), and o3tl::starts_with().
|
inline |
Definition at line 206 of file classificationhelper.hxx.
References makeIntellectualPropertyPartKey(), and o3tl::starts_with().
|
inline |
Definition at line 191 of file classificationhelper.hxx.
References makeMarkingKey(), and o3tl::starts_with().
|
inline |
Definition at line 159 of file classificationhelper.hxx.
References makeTextKey(), and o3tl::starts_with().
|
inline |
Definition at line 174 of file classificationhelper.hxx.
References getPolicyKey().
Referenced by isCategoryIdentifierKey().
|
inline |
Definition at line 164 of file classificationhelper.hxx.
References getPolicyKey().
Referenced by isCategoryNameKey().
|
inline |
Classification creation origin key.
Definition at line 217 of file classificationhelper.hxx.
References getPolicyKey().
Referenced by sfx::getCreationOriginProperty().
|
inline |
Definition at line 211 of file classificationhelper.hxx.
References getPolicyKey().
|
inline |
Definition at line 196 of file classificationhelper.hxx.
References getPolicyKey().
Referenced by isIntellectualPropertyPartKey(), and makeNumberedIntellectualPropertyPartKey().
|
inline |
Definition at line 184 of file classificationhelper.hxx.
References getPolicyKey().
Referenced by isMarkingKey(), and makeNumberedMarkingKey().
|
inline |
Definition at line 201 of file classificationhelper.hxx.
References m_nIPPartNumber, and makeIntellectualPropertyPartKey().
|
inline |
Definition at line 186 of file classificationhelper.hxx.
References m_nMarkingNumber, and makeMarkingKey().
|
inline |
Definition at line 154 of file classificationhelper.hxx.
References m_nTextNumber, and makeTextKey().
|
inline |
Definition at line 152 of file classificationhelper.hxx.
References getPolicyKey().
Referenced by isMarkingTextKey(), and makeNumberedTextKey().
|
private |
Definition at line 134 of file classificationhelper.hxx.
|
private |
Definition at line 137 of file classificationhelper.hxx.
Referenced by makeNumberedIntellectualPropertyPartKey().
|
private |
Definition at line 138 of file classificationhelper.hxx.
Referenced by makeNumberedMarkingKey().
|
private |
Definition at line 136 of file classificationhelper.hxx.
Referenced by makeNumberedTextKey().
|
private |
Definition at line 135 of file classificationhelper.hxx.
Referenced by getPolicyKey().