Lines Matching refs:sName
104 const OUString& sName, in ResolveId() argument
108 aIDMap[sName] = aValue; in ResolveId()
111 if (aBackpatchListMap.count(sName)) in ResolveId()
115 (BackpatchListType*)aBackpatchListMap[sName]; in ResolveId()
118 aBackpatchListMap.erase(sName); in ResolveId()
157 const OUString& sName) in SetProperty() argument
160 SetProperty(xNonConstPropSet, sName); in SetProperty()
166 const OUString& sName) in SetProperty() argument
168 if (aIDMap.count(sName)) in SetProperty()
172 aAny <<= aIDMap[sName]; in SetProperty()
178 if (! aBackpatchListMap.count(sName)) in SetProperty()
182 aBackpatchListMap[sName] = (void*)pTmp; in SetProperty()
186 ((BackpatchListType*)aBackpatchListMap[sName])->push_back(xPropSet); in SetProperty()
294 const OUString& sName, in InsertSequenceID() argument
298 GetSequenceNameBP().ResolveId(sXMLId, sName); in InsertSequenceID()