Searched refs:wsInstName (Results 1 – 1 of 1) sorted by relevance
1051 WideString wsInstName = in GetInstanceMgrOfSubform() local1053 if (wsInstName.GetLength() > 0 && wsInstName[0] == '_' && in GetInstanceMgrOfSubform()1054 wsInstName.Right(wsInstName.GetLength() - 1) == wsName) { in GetInstanceMgrOfSubform()1147 WideString wsInstName = JSObject()->GetCData(XFA_Attribute::Name); in GetItemIfExists() local1148 if (wsInstName.GetLength() < 1 || wsInstName[0] != '_' || in GetItemIfExists()1149 wsInstName.Right(wsInstName.GetLength() - 1) != wsName) { in GetItemIfExists()1178 WideString wsInstName = JSObject()->GetCData(XFA_Attribute::Name); in GetCount() local1179 if (wsInstName.GetLength() < 1 || wsInstName[0] != '_' || in GetCount()1180 wsInstName.Right(wsInstName.GetLength() - 1) != wsName) { in GetCount()