Lines Matching refs:rStrImpValue
74 sal_Bool XMLFontFamilyNamePropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const… in importXML() argument
83 nPos = SvXMLUnitConverter::indexOfComma( rStrImpValue, nPos ); in importXML()
84 sal_Int32 nLast = (-1 == nPos ? rStrImpValue.getLength() : nPos); in importXML()
89 while( sal_Unicode(' ') == rStrImpValue[nLast] && nLast > nFirst ) in importXML()
93 while( sal_Unicode(' ') == rStrImpValue[nFirst] && nFirst <= nLast ) in importXML()
97 sal_Unicode c = rStrImpValue[nFirst]; in importXML()
98 …if( nFirst < nLast && (sal_Unicode('\'') == c || sal_Unicode('\"') == c) && rStrImpValue[nLast] ==… in importXML()
109 OUString sTemp = rStrImpValue.copy( nFirst, nLast-nFirst+1 ); in importXML()
211 sal_Bool XMLFontFamilyPropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvX… in importXML() argument
214 …sal_Bool bRet = SvXMLUnitConverter::convertEnum( eNewFamily, rStrImpValue, lcl_getFontFamilyGeneri… in importXML()
249 sal_Bool XMLFontEncodingPropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const S… in importXML() argument
253 if( IsXMLToken( rStrImpValue, XML_X_SYMBOL ) ) in importXML()
288 sal_Bool XMLFontPitchPropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, const SvXM… in importXML() argument
291 sal_Bool bRet = SvXMLUnitConverter::convertEnum( eNewPitch, rStrImpValue, aFontPitchMapping ); in importXML()