Home
last modified time | relevance | path

Searched refs:ePitch (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/sc/source/filter/excel/
H A Dfontbuff.cxx129 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 Dxistyle.cxx261 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()
/trunk/main/xmloff/source/style/
H A Dfonthdl.cxx304 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()
/trunk/main/editeng/inc/editeng/
H A Dfontitem.hxx51 FontPitch ePitch; member in SvxFontItem
89 void SetPitch(FontPitch _ePitch ) { ePitch = _ePitch; } in SetPitch()
90 inline FontPitch GetPitch() const { return ePitch; } in GetPitch()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx91 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()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1338 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()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx247 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 Dfontconfig.cxx927 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()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx234 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 ==()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx1511 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 Dpspgraphics.cxx1252 FontPitch PspGraphics::ToFontPitch (psp::pitch::type ePitch) in ToFontPitch() argument
1254 switch (ePitch) in ToFontPitch()
/trunk/main/vcl/source/gdi/
H A Dfont.cxx460 void Font::SetPitch( FontPitch ePitch ) in SetPitch() argument
464 if( mpImplFont->mePitch != ePitch ) in SetPitch()
467 mpImplFont->mePitch = ePitch; in SetPitch()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx233 FontPitch ePitch; in WinMtfFontStyle() local
237 ePitch = PITCH_FIXED; in WinMtfFontStyle()
243 ePitch = PITCH_VARIABLE; in WinMtfFontStyle()
246 aFont.SetPitch( ePitch ); in WinMtfFontStyle()
/trunk/main/vcl/inc/vcl/
H A Dfont.hxx90 void SetPitch( FontPitch ePitch );
H A Dfontmanager.hxx359 pitch::type ePitch; member
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx503 rAtom.ePitch = PITCH_FIXED; in operator >>()
509 rAtom.ePitch = PITCH_VARIABLE; in operator >>()
2285 aFont.SetPitch( pFont->ePitch ); in ReadFontCollection()
3964 aFont.SetPitch( pFontEnityAtom->ePitch ); in GetNumberFormat()
4023 aFont.SetPitch( pFontEnityAtom->ePitch ); in GetNumberFormat()
4044 aFont.SetPitch( pAtom->ePitch ); in ImplGetNumberFormat()
5851 String(), pFontEnityAtom->ePitch, pFontEnityAtom->eCharSet, EE_CHAR_FONTINFO_CJK ) ); in ApplyTo()
5853 String(), pFontEnityAtom->ePitch, pFontEnityAtom->eCharSet, EE_CHAR_FONTINFO_CTL ) ); in ApplyTo()
5862 …FontEnityAtom->eFamily, pFontEnityAtom->aName, String(), pFontEnityAtom->ePitch, pFontEnityAtom->e… in ApplyTo()
5867 …FontEnityAtom->eFamily, pFontEnityAtom->aName, String(), pFontEnityAtom->ePitch, pFontEnityAtom->e… in ApplyTo()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.hxx86 static FontPitch ToFontPitch (psp::pitch::type ePitch);
H A Dsvppspgraphics.cxx1141 FontPitch PspGraphics::ToFontPitch (psp::pitch::type ePitch) in ToFontPitch() argument
1143 switch (ePitch) in ToFontPitch()
/trunk/main/starmath/source/
H A Ddocument.cxx364 int ePitch = aFont.GetPitch(); in SetEditEngineDefaultFonts() local
369 fprintf(stderr, "ePitch %d \n", ePitch ); in SetEditEngineDefaultFonts()
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h77 static FontPitch ToFontPitch (psp::pitch::type ePitch);
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.hxx613 void FontPitchType( FontPitch ePitch ) const;
H A Dwrtw8sty.cxx599 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()
H A Ddocxattributeoutput.hxx243 void FontPitchType( FontPitch ePitch ) const;
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx272 inline PM_BYTE ImplPitchToWin( FontPitch ePitch ) in ImplPitchToWin() argument
274 if ( ePitch == PITCH_FIXED ) in ImplPitchToWin()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx819 inline BYTE ImplPitchToWin( FontPitch ePitch ) in ImplPitchToWin() argument
821 if ( ePitch == PITCH_FIXED ) in ImplPitchToWin()
823 else if ( ePitch == PITCH_VARIABLE ) in ImplPitchToWin()

Completed in 528 milliseconds

12