Home
last modified time | relevance | path

Searched refs:aFDesc (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/xmloff/source/style/
H A Dxmlnumi.cxx579 awt::FontDescriptor aFDesc; in GetProperties() local
580 aFDesc.Name = sBulletFontName; in GetProperties()
583 aFDesc.StyleName = sBulletFontStyleName; in GetProperties()
584 aFDesc.Family = eBulletFontFamily; in GetProperties()
585 aFDesc.Pitch = eBulletFontPitch; in GetProperties()
586 aFDesc.CharSet = eBulletFontEncoding; in GetProperties()
587 aFDesc.Weight = WEIGHT_DONTKNOW; in GetProperties()
590 if( aFDesc.Name.equalsIgnoreAsciiCase( sStarBats ) ) in GetProperties()
595 else if( aFDesc.Name.equalsIgnoreAsciiCase( sStarMath ) ) in GetProperties()
601 aFDesc.Name = in GetProperties()
[all …]