Lines Matching refs:sSubNode
993 OUString const sSubNode = extractFirstFromConfigurationPath( sSubPath ); in lcl_extractSetPropertyNames() local
995 if(sLastSubNode != sSubNode) in lcl_extractSetPropertyNames()
997 pSubNodeNames[nSubIndex++] = sSubNode; in lcl_extractSetPropertyNames()
1000 sLastSubNode = sSubNode; in lcl_extractSetPropertyNames()
1079 OUString sSubNode = lcl_extractSetPropertyName( pValues[nValue].Name, rNode ); local
1081 if(xCont->hasByName(sSubNode))
1082 xCont->replaceByName(sSubNode, pValues[nValue].Value);
1084 xCont->insertByName(sSubNode, pValues[nValue].Value);
1221 OUString sSubNode = lcl_extractSetPropertyName( pValues[nValue].Name, rNode ); local
1223 if(xCont->hasByName(sSubNode))
1224 xCont->replaceByName(sSubNode, pValues[nValue].Value);
1226 xCont->insertByName(sSubNode, pValues[nValue].Value);