Lines Matching refs:mePitch
59 mePitch = PITCH_DONTKNOW; in DBG_NAME()
93 mePitch = rImplFont.mePitch; in Impl_Font()
121 || (mePitch != rOther.mePitch) ) in operator ==()
204 if( mePitch == PITCH_DONTKNOW ) in AskConfig()
207 mePitch = PITCH_FIXED; in AskConfig()
464 if( mpImplFont->mePitch != ePitch ) in SetPitch()
467 mpImplFont->mePitch = ePitch; in SetPitch()
716 SetPitch( rFont.mpImplFont->mePitch ); in Merge()
762 rAttrs.mePitch = mpImplFont->mePitch; in GetFontAttributes()
785 rIStm >> nTmp16; rImpl_Font.mePitch = (FontPitch) nTmp16; in operator >>()
828 rOStm << (sal_uInt16) rImpl_Font.mePitch; in operator <<()