Searched refs:wsInstName (Results 1 – 1 of 1) sorted by relevance
1727 WideString wsInstName = in GetInstanceMgrOfSubform() local1729 if (wsInstName.GetLength() > 0 && wsInstName[0] == '_' && in GetInstanceMgrOfSubform()1730 wsInstName.Last(wsInstName.GetLength() - 1) == wsName) { in GetInstanceMgrOfSubform()1818 WideString wsInstName = JSObject()->GetCData(XFA_Attribute::Name); in GetItemIfExists() local1819 if (wsInstName.GetLength() < 1 || wsInstName[0] != '_' || in GetItemIfExists()1820 wsInstName.Last(wsInstName.GetLength() - 1) != wsName) { in GetItemIfExists()1849 WideString wsInstName = JSObject()->GetCData(XFA_Attribute::Name); in GetCount() local1850 if (wsInstName.GetLength() < 1 || wsInstName[0] != '_' || in GetCount()1851 wsInstName.Last(wsInstName.GetLength() - 1) != wsName) { in GetCount()