/aoo4110/main/vcl/source/gdi/ |
H A D | font.cxx | 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 >>() [all …]
|
H A D | outdev3.cxx | 851 if( (rFSD.mePitch != PITCH_DONTKNOW) && (rFSD.mePitch == mePitch) ) in IsBetterMatch() 1053 mePitch( PITCH_DONTKNOW ), in ImplDevFontListData() 1081 mePitch = pNewData->mePitch; in AddFontFace() 1088 if( mePitch == PITCH_DONTKNOW ) in AddFontFace() 1089 mePitch = pNewData->mePitch; in AddFontFace() 2280 || (rA.mePitch != rB.mePitch) ) in operator ()() 7194 aFontInfo.SetPitch( rData.mePitch ); in GetDevFont() 7313 aMetric.SetPitch( pMetric->mePitch ); in GetFontMetric()
|
H A D | impfont.cxx | 818 rDFA.mePitch = PITCH_FIXED; in UpdateAttributesFromPSName()
|
H A D | pdfwriter_impl.cxx | 2264 aDFA.mePitch = rBuiltin.m_ePitch; in GetDevFontAttributes() 2318 pMetric->mePitch = pBuiltinFont->m_ePitch; in getFontMetric()
|
/aoo4110/main/vcl/inc/ |
H A D | impfont.hxx | 48 …FontPitch GetPitch() { if(mePitch==PITCH_DONTKNOW) AskConfig(); return mePitch; } in GetPitch() 68 FontPitch mePitch; member in Impl_Font
|
H A D | outfont.hxx | 66 FontPitch GetPitch() const { return mePitch; } in GetPitch() 76 FontPitch mePitch; // Pitch Type member in ImplFontAttributes
|
H A D | outdev.h | 90 FontPitch mePitch; member in ImplDevFontListData
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 1568 case psp::pitch::Fixed: aRet.mePitch = PITCH_FIXED; break; in GetFcSubstitute() 1569 case psp::pitch::Variable: aRet.mePitch = PITCH_VARIABLE; break; in GetFcSubstitute() 1586 rOrig.mePitch == rNew.mePitch && in uselessmatch() 1620 rFontSelData.mePitch, rFontSelData.meWidthType ); in FindFontSubstitute() 1625 aOut.meWeight, aOut.meItalic, aOut.mePitch, aOut.meWidthType ); in FindFontSubstitute() 1662 rFontSelData.mePitch, rFontSelData.meWidthType ); in FindFontSubstitute() 1667 aOut.meWeight, aOut.meItalic, aOut.mePitch, aOut.meWidthType ); in FindFontSubstitute()
|
H A D | pspgraphics.cxx | 1308 aDFA.mePitch = ToFontPitch (rInfo.m_ePitch); in Info2DevFontAttributes()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 172 aCacheFile >> n; aDFA.mePitch = static_cast<FontPitch>(n); in ImplFontAttrCache() 204 aCacheFile << static_cast<short>(rDFA.mePitch); in ~ImplFontAttrCache() 843 aDFA.mePitch = ImplLogPitchToSal( rLogFont.lfPitchAndFamily ); in WinFont2DevFontAttributes() 918 aDFA.mePitch = ImplLogPitchToSal( rLogFont.lfPitchAndFamily ); in WinFont2DevFontAttributes() 1409 rLogFont.lfPitchAndFamily = ImplPitchToWin( pFont->mePitch ) in ImplGetLogFontFromFontSelect() 1483 rLogFont.lfPitchAndFamily = ImplPitchToWin( pFont->mePitch ) in ImplGetLogFontFromFontSelect() 1707 pMetric->mePitch = ImplMetricPitchToSal( aWinMetric.tmPitchAndFamily ); in GetFontMetric() 2187 rDFA.mePitch = PITCH_DONTKNOW;; in ImplGetFontAttrFromFile() 2252 rDFA.mePitch = PITCH_DONTKNOW; // TODO in ImplGetFontAttrFromFile() 2305 aDFA.mePitch = PITCH_DONTKNOW;; in AddTempDevFont()
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | ctfonts.cxx | 366 rDFA.mePitch = PITCH_VARIABLE; in CTFontEnumCallBack() 454 rDFA2.mePitch = PITCH_VARIABLE; in CTFontEnumCallBack()
|
H A D | atsfonts.cxx | 343 rDFA.mePitch = PITCH_VARIABLE; in GetDevFontAttributes()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 623 aDFA.mePitch = FT_IS_FIXED_WIDTH( aFaceFT ) ? PITCH_FIXED : PITCH_VARIABLE; in AddFontDir() 1009 case 8: rTo.mePitch = PITCH_VARIABLE; break; in FetchFontMetric() 1010 case 9: rTo.mePitch = PITCH_FIXED; break; in FetchFontMetric() 1014 default: rTo.mePitch = PITCH_DONTKNOW; break; in FetchFontMetric()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | salfont.h | 144 { mePitch = sal_PitchToSal( nSpacing_ = n ); } in SetSpacing()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 600 …rtl_TextEncoding eChrSet, bool bWrtWW8) : mbAlt(false), mbWrtWW8(bWrtWW8), mePitch(ePitch), meFami… in wwFont() 709 rAttrOutput->FontPitchType( mePitch ); in WriteDocx() 718 rAttrOutput->FontPitchType( mePitch ); in WriteRtf()
|
H A D | wrtww8.hxx | 301 FontPitch mePitch; member in wwFont
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 292 aDFA.mePitch = ImplLogPitchToSal( pFontMetric->fsType ); in Os2Font2DevFontAttributes() 923 pMetric->mePitch = ImplLogPitchToSal( aOS2Metric.fsType ); in GetFontMetric()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 1188 aDFA.mePitch = ToFontPitch (rInfo.m_ePitch); in Info2DevFontAttributes()
|