Lines Matching refs:aFontDesc

1416 …lectionEntry aFontDescEntry( pPara->aFontDesc.Name, pPara->aFontDesc.Family, pPara->aFontDesc.Pitc…  in ImplWriteParagraphs()
1907 FontCollectionEntry aFontDesc( *(::rtl::OUString*)mAny.getValue() ); in ImplGetPortionValues() local
1909 mnFont = (sal_uInt16)rFontCollection.GetId( aFontDesc ); in ImplGetPortionValues()
1934 FontCollectionEntry aFontDesc( *(::rtl::OUString*)mAny.getValue() ); in ImplGetPortionValues() local
1936 mnAsianOrComplexFont = (sal_uInt16)rFontCollection.GetId( aFontDesc ); in ImplGetPortionValues()
1955 FontCollectionEntry aFontDesc( *(::rtl::OUString*)mAny.getValue() ); in ImplGetPortionValues() local
1957 mnAsianOrComplexFont = (sal_uInt16)rFontCollection.GetId( aFontDesc ); in ImplGetPortionValues()
2514 aFontDesc = *( (::com::sun::star::awt::FontDescriptor*)pValue ); in ImplGetNumberingLevel()
2520 … if ( aFontDesc.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "StarSymbol" ) ) ) in ImplGetNumberingLevel()
2521 aFontDesc.CharSet = RTL_TEXTENCODING_MS_1252; in ImplGetNumberingLevel()
2606 if ( aFontDesc.Name.equalsIgnoreAsciiCaseAscii("starsymbol") || in ImplGetNumberingLevel()
2607 aFontDesc.Name.equalsIgnoreAsciiCaseAscii("opensymbol") ) in ImplGetNumberingLevel()
2609 String sFontName = aFontDesc.Name; in ImplGetNumberingLevel()
2611 rtl_TextEncoding eChrSet = aFontDesc.CharSet; in ImplGetNumberingLevel()
2613 aFontDesc.Name = sFontName; in ImplGetNumberingLevel()
2615 aFontDesc.CharSet = eChrSet; in ImplGetNumberingLevel()
2618 if ( aFontDesc.Name.getLength() ) in ImplGetNumberingLevel()
2968 aFontDesc = rParagraphObj.aFontDesc; in ImplConstruct()