Lines Matching refs:aTmpStr
493 OUString aTmpStr; in ReadSymbol() local
503 if (pValue->hasValue() && (*pValue >>= aTmpStr)) in ReadSymbol()
504 aSet = aTmpStr; in ReadSymbol()
513 if (pValue->hasValue() && (*pValue >>= aTmpStr)) in ReadSymbol()
515 const SmFontFormat *pFntFmt = GetFontFormatList().GetFontFormat( aTmpStr ); in ReadSymbol()
716 OUString aTmpStr; in ReadFontFormat() local
720 if (pValue->hasValue() && (*pValue >>= aTmpStr)) in ReadFontFormat()
721 rFontFormat.aName = aTmpStr; in ReadFontFormat()
991 OUString aTmpStr; in LoadFormat() local
1036 if (pVal->hasValue() && (*pVal >>= aTmpStr)) in LoadFormat()
1038 bUseDefaultFont = 0 == aTmpStr.getLength(); in LoadFormat()
1046 const SmFontFormat *pFntFmt = GetFontFormatList().GetFontFormat( aTmpStr ); in LoadFormat()