Home
last modified time | relevance | path

Searched refs:m_strId (Results 1 – 8 of 8) sorted by relevance

/dports/devel/kf5-kservice/kservice-5.89.0/src/services/
H A Dktraderparsetree_p.h433 m_strId = QString::fromUtf8(_id); in ParseTreeMAX2()
439 QString m_strId;
450 m_strId = QString::fromUtf8(_id); in ParseTreeMIN2()
456 QString m_strId;
H A Dktraderparsetree.cpp544 QVariant prop = _context->property(m_strId); in eval()
550 if (!_context->initMaxima(m_strId)) { in eval()
554 QMap<QString, PreferencesMaxima>::Iterator it = _context->maxima.find(m_strId); in eval()
574 QVariant prop = _context->property(m_strId); in eval()
581 if (!_context->initMaxima(m_strId)) { in eval()
586 QMap<QString, PreferencesMaxima>::Iterator it = _context->maxima.find(m_strId); in eval()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/
H A Dmymoneystatement.h89 QString m_strId; member
H A Dmymoneystatement.cpp215 p.setAttribute(getAttrName(Statement::Attribute::ID), security.m_strId); in write()
294 s.m_strId = c.attribute(getAttrName(Statement::Attribute::ID)); in read()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Resources/
H A DKPRes.Generated.cs410 m_strId = TryGetEx(dictNew, "Id", m_strId); in SetTranslatedStrings()
5994 private static string m_strId = field in KeePass.Resources.KPRes
6002 get { return m_strId; }
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/ofx/import/
H A Dofximporter.cpp742 sec.m_strId = QString::fromUtf8(data.unique_id); in ofxSecurityCallback()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/kbanking/
H A Dkbanking.cpp1367 ksy.m_strId = QString::fromUtf8(p); in _slToStatement()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/converter/
H A Dmymoneystatementreader.cpp639 security.setValue("kmm-security-id", sec_in.m_strId); in processSecurityEntry()