Lines Matching refs:meWeight
61 meWeight = WEIGHT_DONTKNOW; in DBG_NAME()
95 meWeight = rImplFont.meWeight; in Impl_Font()
118 if( (meWeight != rOther.meWeight) in operator ==()
226 if( meWeight == WEIGHT_DONTKNOW ) in AskConfig()
227 meWeight = eWeight; in AskConfig()
523 if( mpImplFont->meWeight != eWeight ) in SetWeight()
526 mpImplFont->meWeight = eWeight; in SetWeight()
720 if ( rFont.mpImplFont->meWeight != WEIGHT_DONTKNOW ) in Merge()
764 rAttrs.meWeight = mpImplFont->meWeight; in GetFontAttributes()
786 rIStm >> nTmp16; rImpl_Font.meWeight = (FontWeight) nTmp16; in operator >>()
829 rOStm << (sal_uInt16) rImpl_Font.meWeight; in operator <<()