/aoo41x/main/sc/source/filter/excel/ |
H A D | fontbuff.cxx | 129 FontPitch ePitch = PITCH_DONTKNOW; in MakeFont() local 136 ePitch = PITCH_VARIABLE; in MakeFont() 140 ePitch = PITCH_VARIABLE; in MakeFont() 143 ePitch = PITCH_FIXED; in MakeFont() 150 …pEntry->pFont = new SvxFontItem( eFamily, *pEntry->pTmpName, EMPTY_STRING, ePitch, eCharSet, ATTR_… in MakeFont()
|
H A D | xistyle.cxx | 261 FontPitch ePitch = PITCH_DONTKNOW; in FillToItemSet() local 265 case FAMILY_ROMAN: ePitch = PITCH_VARIABLE; break; in FillToItemSet() 266 case FAMILY_SWISS: ePitch = PITCH_VARIABLE; break; in FillToItemSet() 267 case FAMILY_MODERN: ePitch = PITCH_FIXED; break; in FillToItemSet() 270 … SvxFontItem aFontItem( eFtFamily , maData.maName, EMPTY_STRING, ePitch, eTempTextEnc, ATTR_FONT ); in FillToItemSet()
|
/aoo41x/main/xmloff/source/style/ |
H A D | fonthdl.cxx | 304 FontPitch ePitch = PITCH_DONTKNOW; in exportXML() local 306 ePitch = (FontPitch)nPitch; in exportXML() 308 if( PITCH_DONTKNOW != ePitch ) in exportXML() 310 bRet = SvXMLUnitConverter::convertEnum( aOut, ePitch, aFontPitchMapping, XML_FIXED ); in exportXML()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | fontitem.hxx | 51 FontPitch ePitch; member in SvxFontItem 89 void SetPitch(FontPitch _ePitch ) { ePitch = _ePitch; } in SetPitch() 90 inline FontPitch GetPitch() const { return ePitch; } in GetPitch()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | swfont.hxx | 91 inline void SetPitch( const FontPitch ePitch ); 232 inline void SetPitch( const FontPitch ePitch, const sal_uInt8 nWhich ); 456 inline void SwSubFont::SetPitch( const FontPitch ePitch ) in SetPitch() argument 459 Font::SetPitch( ePitch ); in SetPitch() 463 inline void SwFont::SetPitch( const FontPitch ePitch, const sal_uInt8 nWhich ) in SetPitch() argument 466 aSub[nWhich].SetPitch( ePitch ); in SetPitch()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1338 FontPitch ePitch = PITCH_DONTKNOW; in GetFont() local 1348 ePitch = PITCH_VARIABLE; in GetFont() 1353 ePitch = PITCH_VARIABLE; in GetFont() 1359 ePitch = PITCH_VARIABLE; in GetFont() 1375 ePitch = ePitchA[pF->prgGet()]; in GetFont() 1398 ePitch = PITCH_VARIABLE; in GetFont() 1436 ePitch = PITCH_FIXED; in GetFont() 1440 return SvxFontItem(eFamily, aName, aEmptyStr, ePitch, eCharSet, RES_CHRATR_FONT); in GetFont()
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 247 if( ePitch != rRight.ePitch ) in operator <() 248 return (int)ePitch < (int)rRight.ePitch; in operator <() 313 if( ePitch != rRight.ePitch ) in operator ==() 1528 rEntry.ePitch = pitch::Fixed; in parseXLFD() 1530 rEntry.ePitch = pitch::Variable; in parseXLFD() 1641 pFont->m_ePitch = it->ePitch; in getFontAttributesFromXLFD() 2464 pitch::type ePitch; member 2475 ePitch( ePt ), in BuiltinFontIdentifier() 2483 equalPitch( ePitch, rRight.ePitch ) && in operator ==() 2493 … return rFont.aFamily.hashCode() ^ rFont.eItalic ^ rFont.eWeight ^ rFont.ePitch ^ rFont.aEncoding; in operator ()()
|
H A D | fontconfig.cxx | 927 italic::type eItalic, weight::type eWeight, width::type eWidth, pitch::type ePitch) in addtopattern() argument 980 if( ePitch != pitch::Unknown ) in addtopattern() 983 switch( ePitch ) in addtopattern()
|
/aoo41x/main/editeng/source/items/ |
H A D | textitem.cxx | 234 ePitch = PITCH_VARIABLE; in SvxFontItem() 250 ePitch = eFontPitch; in SvxFontItem() 260 ePitch = rFont.GetPitch(); in operator =() 279 aFontDescriptor.Pitch = (sal_Int16)(ePitch); in QueryValue() 291 case MID_FONT_PITCH : rVal <<= (sal_Int16)(ePitch); break; in QueryValue() 312 ePitch = (FontPitch)aFontDescriptor.Pitch; in PutValue() 352 ePitch = (FontPitch)nPitch; in PutValue() 373 if ( ePitch != rItem.ePitch || eTextEncoding != rItem.eTextEncoding ) in operator ==()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 1511 psp::pitch::type ePitch = psp::pitch::Unknown; in GetFcSubstitute() local 1516 case PITCH_FIXED: ePitch=psp::pitch::Fixed; break; in GetFcSubstitute() 1517 case PITCH_VARIABLE: ePitch=psp::pitch::Variable; break; in GetFcSubstitute() 1524 …bstitute( rFontSelData.maTargetName, rMissingCodes, aLangAttrib, eItalic, eWeight, eWidth, ePitch); in GetFcSubstitute() 1566 switch (ePitch) in GetFcSubstitute()
|
H A D | pspgraphics.cxx | 1252 FontPitch PspGraphics::ToFontPitch (psp::pitch::type ePitch) in ToFontPitch() argument 1254 switch (ePitch) in ToFontPitch()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | font.cxx | 460 void Font::SetPitch( FontPitch ePitch ) in SetPitch() argument 464 if( mpImplFont->mePitch != ePitch ) in SetPitch() 467 mpImplFont->mePitch = ePitch; in SetPitch()
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 233 FontPitch ePitch; in WinMtfFontStyle() local 237 ePitch = PITCH_FIXED; in WinMtfFontStyle() 243 ePitch = PITCH_VARIABLE; in WinMtfFontStyle() 246 aFont.SetPitch( ePitch ); in WinMtfFontStyle()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | font.hxx | 90 void SetPitch( FontPitch ePitch );
|
H A D | fontmanager.hxx | 359 pitch::type ePitch; member
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svppspgraphics.hxx | 86 static FontPitch ToFontPitch (psp::pitch::type ePitch);
|
H A D | svppspgraphics.cxx | 1141 FontPitch PspGraphics::ToFontPitch (psp::pitch::type ePitch) in ToFontPitch() argument 1143 switch (ePitch) in ToFontPitch()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 503 rAtom.ePitch = PITCH_FIXED; in operator >>() 509 rAtom.ePitch = PITCH_VARIABLE; in operator >>() 2285 aFont.SetPitch( pFont->ePitch ); in ReadFontCollection() 3965 aFont.SetPitch( pFontEnityAtom->ePitch ); in GetNumberFormat() 4024 aFont.SetPitch( pFontEnityAtom->ePitch ); in GetNumberFormat() 4045 aFont.SetPitch( pAtom->ePitch ); in ImplGetNumberFormat() 5852 String(), pFontEnityAtom->ePitch, pFontEnityAtom->eCharSet, EE_CHAR_FONTINFO_CJK ) ); in ApplyTo() 5854 String(), pFontEnityAtom->ePitch, pFontEnityAtom->eCharSet, EE_CHAR_FONTINFO_CTL ) ); in ApplyTo() 5863 …FontEnityAtom->eFamily, pFontEnityAtom->aName, String(), pFontEnityAtom->ePitch, pFontEnityAtom->e… in ApplyTo() 5868 …FontEnityAtom->eFamily, pFontEnityAtom->aName, String(), pFontEnityAtom->ePitch, pFontEnityAtom->e… in ApplyTo() [all …]
|
/aoo41x/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 77 static FontPitch ToFontPitch (psp::pitch::type ePitch);
|
/aoo41x/main/starmath/source/ |
H A D | document.cxx | 364 int ePitch = aFont.GetPitch(); in SetEditEngineDefaultFonts() local 369 fprintf(stderr, "ePitch %d \n", ePitch ); in SetEditEngineDefaultFonts()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.hxx | 613 void FontPitchType( FontPitch ePitch ) const;
|
H A D | docxattributeoutput.hxx | 243 void FontPitchType( FontPitch ePitch ) const;
|
H A D | wrtw8sty.cxx | 599 wwFont::wwFont(const String &rFamilyName, FontPitch ePitch, FontFamily eFamily, in wwFont() argument 600 …rtl_TextEncoding eChrSet, bool bWrtWW8) : mbAlt(false), mbWrtWW8(bWrtWW8), mePitch(ePitch), meFami… in wwFont() 628 switch(ePitch) in wwFont()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 272 inline PM_BYTE ImplPitchToWin( FontPitch ePitch ) in ImplPitchToWin() argument 274 if ( ePitch == PITCH_FIXED ) in ImplPitchToWin()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 819 inline BYTE ImplPitchToWin( FontPitch ePitch ) in ImplPitchToWin() argument 821 if ( ePitch == PITCH_FIXED ) in ImplPitchToWin() 823 else if ( ePitch == PITCH_VARIABLE ) in ImplPitchToWin()
|