Lines Matching refs:xFont

939 …FontSubstConfiguration::fillSubstVector( const com::sun::star::uno::Reference< XNameAccess > xFont,  in fillSubstVector()  argument
945 Any aAny = xFont->getByName( rType ); in fillSubstVector()
988 … FontSubstConfiguration::getSubstWeight( const com::sun::star::uno::Reference< XNameAccess > xFont, in getSubstWeight() argument
994 Any aAny = xFont->getByName( rType ); in getSubstWeight()
1020 …h FontSubstConfiguration::getSubstWidth( const com::sun::star::uno::Reference< XNameAccess > xFont, in getSubstWidth() argument
1026 Any aAny = xFont->getByName( rType ); in getSubstWidth()
1052 …ng FontSubstConfiguration::getSubstType( const com::sun::star::uno::Reference< XNameAccess > xFont, in getSubstType() argument
1058 Any aAny = xFont->getByName( rType ); in getSubstType()
1127 Reference< XNameAccess > xFont; in readLocaleSubst() local
1131 aAny >>= xFont; in readLocaleSubst()
1139 if( ! xFont.is() ) in readLocaleSubst()
1151 fillSubstVector( xFont, aSubstFontsStr, aAttr.Substitutions ); in readLocaleSubst()
1152 fillSubstVector( xFont, aSubstFontsMSStr, aAttr.MSSubstitutions ); in readLocaleSubst()
1153 fillSubstVector( xFont, aSubstFontsPSStr, aAttr.PSSubstitutions ); in readLocaleSubst()
1154 fillSubstVector( xFont, aSubstFontsHTMLStr, aAttr.HTMLSubstitutions ); in readLocaleSubst()
1155 aAttr.Weight = getSubstWeight( xFont, aSubstWeightStr ); in readLocaleSubst()
1156 aAttr.Width = getSubstWidth( xFont, aSubstWidthStr ); in readLocaleSubst()
1157 aAttr.Type = getSubstType( xFont, aSubstTypeStr ); in readLocaleSubst()