Home
last modified time | relevance | path

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

/aoo42x/main/vcl/source/glyphs/
H A Dgraphite_adaptors.cxx79 fBold = true; in FontProperties()
82 fBold = false; in FontProperties()
126 maFontProperties.fItalic, maFontProperties.fBold); in GraphiteFontAdaptor()
172 bold_out = maFontProperties.fBold; in UniqueCacheInfo()
223 return maFontProperties.fBold; in bold()
H A Dgraphite_layout.cxx676 virtual void UniqueCacheInfo( ext_std::wstring& stuFace, bool& fBold, bool& fItalic ) in UniqueCacheInfo() argument
679 dynamic_cast<GraphiteWinFont&>(mrRealFont).UniqueCacheInfo(stuFace, fBold, fItalic); in UniqueCacheInfo()
682 dynamic_cast<GraphiteFontAdaptor&>(mrRealFont).UniqueCacheInfo(stuFace, fBold, fItalic); in UniqueCacheInfo()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8struc.hxx63 sal_uInt16 fBold:1; member
108 fBold = 0; in Word2CHPX()
625 sal_uInt8 fBold : 1;
H A Dww8par2.cxx4260 aRet.push_back( static_cast< sal_uInt8 >(128 + rChpx.fBold) ); in ChpxToSprms()
4385 aChpx.fBold = nFlags8 & 0x01; in ReadWord2Chpx()
/aoo42x/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx174 OCX_FontData() : nFontNameLen(0), fBold(0), fItalic(0), fUnderline(0), in OCX_FontData()
195 sal_uInt8 fBold:1; member in OCX_FontData
/aoo42x/main/filter/source/msfilter/
H A Dmsocximex.cxx4981 fBold = nTmp & 0x01; in Read()
5035 if (fBold) in Import()
5091 fBold = 1; in Export()
5121 sal_uInt8 nTmp= 1 * fBold + 2* fItalic + 4* fUnderline + 8 * fStrike; in Export()

Completed in 126 milliseconds