Lines Matching refs:sAttrValue
150 const OUString& sAttrValue ) in ProcessAttribute() argument
155 sName = sAttrValue; in ProcessAttribute()
160 sDescription = sAttrValue; in ProcessAttribute()
164 sHelp = sAttrValue; in ProcessAttribute()
168 sHint = sAttrValue; in ProcessAttribute()
175 _GetKeyByAttrName( sAttrValue, &sTmp, sal_False ); in ProcessAttribute()
182 sFormula = sAttrValue; in ProcessAttribute()
186 if (IsXMLToken(sAttrValue, XML_FORMULA)) in ProcessAttribute()
192 else if (IsXMLToken(sAttrValue, XML_VALUE)) in ProcessAttribute()
198 else if (IsXMLToken(sAttrValue, XML_NONE)) in ProcessAttribute()
209 aValueHelper.ProcessAttribute(nAttrToken, sAttrValue); in ProcessAttribute()
413 sal_uInt16 nAttrToken, const OUString& sAttrValue ) in ProcessAttribute() argument
418 sNumFormat = sAttrValue; in ProcessAttribute()
421 sNumFormatSync = sAttrValue; in ProcessAttribute()
424 sRefName = sAttrValue; in ProcessAttribute()
430 sAttrValue); in ProcessAttribute()
726 const OUString& sAttrValue ) in ProcessAttribute() argument
731 aValueHelper.ProcessAttribute( nAttrToken, sAttrValue ); in ProcessAttribute()
736 aValueHelper.ProcessAttribute( nAttrToken, sAttrValue ); in ProcessAttribute()
739 if ( sAttrValue.equalsAsciiL( in ProcessAttribute()
1122 sal_uInt16 nAttrToken, const OUString& sAttrValue ) in ProcessAttribute() argument
1127 sColumnName = sAttrValue; in ProcessAttribute()
1132 sal_Bool bNone = IsXMLToken( sAttrValue, XML_NONE ); in ProcessAttribute()
1133 sal_Bool bValue = IsXMLToken( sAttrValue, XML_VALUE ); in ProcessAttribute()
1143 sAttrValue); in ProcessAttribute()
1147 aValueHelper.ProcessAttribute(nAttrToken, sAttrValue); in ProcessAttribute()
1298 sal_uInt16 nAttrToken, const OUString& sAttrValue ) in ProcessAttribute() argument
1307 nTmp, sAttrValue, aValueTypeMap); in ProcessAttribute()
1339 sal_Bool bRet = SvXMLUnitConverter::convertDouble(fTmp,sAttrValue); in ProcessAttribute()
1350 sal_Bool bRet = SvXMLUnitConverter::convertTime(fTmp,sAttrValue); in ProcessAttribute()
1362 convertDateTime(fTmp,sAttrValue); in ProcessAttribute()
1373 sal_Bool bRet = SvXMLUnitConverter::convertBool(bTmp,sAttrValue); in ProcessAttribute()
1381 bRet = SvXMLUnitConverter::convertDouble(fTmp,sAttrValue); in ProcessAttribute()
1391 sValue = sAttrValue; in ProcessAttribute()
1399 _GetKeyByAttrName( sAttrValue, &sTmp, sal_False ); in ProcessAttribute()
1406 sFormula = sAttrValue; in ProcessAttribute()
1413 sAttrValue, &bIsDefaultLanguage); in ProcessAttribute()