Home
last modified time | relevance | path

Searched refs:m_oldSubTypeNames (Results 1 – 2 of 2) sorted by relevance

/dports/misc/libkeduvocdocument/libkeduvocdocument-21.12.3/keduvocdocument/
H A Dkeduvockvtmlcompability.cpp45 m_oldSubTypeNames.clear(); in initOldTypeLists()
48m_oldSubTypeNames.insert( QStringLiteral("def"), i18nc( "@item:inlistbox A subtype of the grammati… in initOldTypeLists()
49m_oldSubTypeNames.insert( QStringLiteral("ind"), i18nc( "@item:inlistbox A subtype of the grammati… in initOldTypeLists()
50m_oldSubTypeNames.insert( QStringLiteral("re"), i18nc( "@item:inlistbox A subtype of the grammatic… in initOldTypeLists()
51m_oldSubTypeNames.insert( QStringLiteral("ir"), i18nc( "@item:inlistbox A subtype of the grammatic… in initOldTypeLists()
52m_oldSubTypeNames.insert( QStringLiteral("pos"), i18nc( "@item:inlistbox A subtype of the grammati… in initOldTypeLists()
53m_oldSubTypeNames.insert( QStringLiteral("per"), i18nc( "@item:inlistbox A subtype of the grammati… in initOldTypeLists()
54m_oldSubTypeNames.insert( QStringLiteral("m"), i18nc( "@item:inlistbox A subtype of the grammatica… in initOldTypeLists()
55m_oldSubTypeNames.insert( QStringLiteral("f"), i18nc( "@item:inlistbox A subtype of the grammatica… in initOldTypeLists()
56m_oldSubTypeNames.insert( QStringLiteral("s"), i18nc( "@item:inlistbox A subtype of the grammatica… in initOldTypeLists()
[all …]
H A Dkeduvockvtmlcompability.h97 QMap<QString, QString> m_oldSubTypeNames; variable