Lines Matching refs:sAttr
269 OUString sAttr = xAttrList->getValueByIndex(nAttr); in ProcessAttributes() local
274 sXmlId = sAttr; in ProcessAttributes()
277 sStyleName = sAttr; in ProcessAttributes()
280 sName = sAttr; in ProcessAttributes()
287 _GetKeyByAttrName( sAttr, &sTmp, sal_False ); in ProcessAttributes()
294 sCond = sAttr; in ProcessAttributes()
298 if (IsXMLToken(sAttr, XML_TRUE)) in ProcessAttributes()
302 else if ( IsXMLToken(sAttr, XML_NONE) || in ProcessAttributes()
303 IsXMLToken(sAttr, XML_CONDITION) ) in ProcessAttributes()
312 if (SvXMLUnitConverter::convertBool(bTmp, sAttr)) in ProcessAttributes()
320 SvXMLUnitConverter::decodeBase64(aSequence, sAttr); in ProcessAttributes()
326 if (SvXMLUnitConverter::convertBool(bTmp, sAttr)) in ProcessAttributes()