/aoo41x/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 81 namespace pitch namespace 162 pitch::type m_ePitch; 174 m_ePitch( pitch::Unknown ), in FastPrintFontInfo() 276 pitch::type m_ePitch; 359 pitch::type ePitch; 533 pitch::type getFontPitch( fontID nFontID ) const in getFontPitch() 536 return pFont ? pFont->m_ePitch : pitch::Unknown; in getFontPitch() 735 width::type& rWidth, pitch::type& rPitch) const;
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontconfig.cxx | 672 pitch::type convertSpacing(int spacing) in convertSpacing() 676 return pitch::Fixed; in convertSpacing() 677 return pitch::Variable; in convertSpacing() 927 italic::type eItalic, weight::type eWeight, width::type eWidth, pitch::type ePitch) in addtopattern() 980 if( ePitch != pitch::Unknown ) in addtopattern() 985 case pitch::Fixed: nSpacing = FC_MONO;break; in addtopattern() 986 case pitch::Variable: nSpacing = FC_PROPORTIONAL;break; in addtopattern() 999 width::type &rWidth, pitch::type &rPitch) const in Substitute() 1292 rtl::OUString&, const rtl::OString&, italic::type, weight::type, width::type, pitch::type) const in Substitute()
|
H A D | fontmanager.cxx | 346 m_ePitch( pitch::Unknown ), in PrintFont() 813 m_ePitch = pInfo->gfi->isFixedPitch ? pitch::Fixed : pitch::Variable; in readAfmMetrics() 1528 rEntry.ePitch = pitch::Fixed; in parseXLFD() 1530 rEntry.ePitch = pitch::Variable; in parseXLFD() 1725 aXLFD.append( pFont->m_ePitch == pitch::Fixed ? "m" : "p" ); in getXLFD() 1947 pFont->m_ePitch = aInfo.pitch ? pitch::Fixed : pitch::Variable; in analyzeTrueTypeFile() 2432 equalPitch (psp::pitch::type from, psp::pitch::type to) in equalPitch() 2464 pitch::type ePitch; 2470 pitch::type ePt, in BuiltinFontIdentifier() 3992 pFont->m_ePitch = static_cast<pitch::type>(getInt(pProps[n].Value)); in readOverrideMetrics()
|
H A D | fontcache.cxx | 406 pFont->m_ePitch = (pitch::type)atoi( pLine+nTokenPos[5] ); in read()
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | TableAutoFormatField.idl | 139 /** contains the value of the pitch of the western font. 143 /** contains the value of the pitch of the asian font. 147 /** contains the value of the pitch of the complex font.
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 1511 psp::pitch::type ePitch = psp::pitch::Unknown; in GetFcSubstitute() 1516 case PITCH_FIXED: ePitch=psp::pitch::Fixed; break; in GetFcSubstitute() 1517 case PITCH_VARIABLE: ePitch=psp::pitch::Variable; break; in GetFcSubstitute() 1568 case psp::pitch::Fixed: aRet.mePitch = PITCH_FIXED; break; in GetFcSubstitute() 1569 case psp::pitch::Variable: aRet.mePitch = PITCH_VARIABLE; break; in GetFcSubstitute()
|
H A D | pspgraphics.cxx | 1252 FontPitch PspGraphics::ToFontPitch (psp::pitch::type ePitch) in ToFontPitch() 1256 case psp::pitch::Fixed: return PITCH_FIXED; in ToFontPitch() 1257 case psp::pitch::Variable: return PITCH_VARIABLE; in ToFontPitch() 1258 case psp::pitch::Unknown: return PITCH_DONTKNOW; in ToFontPitch()
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labfmt.src | 54 Text [ en-US ] = "Hori~zontal pitch" ; 76 Text [ en-US ] = "~Vertical pitch" ;
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 1514 rRawBitmap.mnScanlineSize = (nLineBytes > rBitmapFT.pitch) ? nLineBytes : rBitmapFT.pitch; in GetGlyphBitmap1() 1519 rRawBitmap.mnScanlineSize = rBitmapFT.pitch; in GetGlyphBitmap1() 1542 memcpy( pDstLine, pSrcLine, rBitmapFT.pitch ); in GetGlyphBitmap1() 1544 pSrcLine += rBitmapFT.pitch; in GetGlyphBitmap1() 1665 rRawBitmap.mnScanlineSize = bEmbedded ? rBitmapFT.width : rBitmapFT.pitch; in GetGlyphBitmap8()
|
/aoo41x/main/oox/source/export/ |
H A D | drawingml.cxx | 742 const char* pitch = NULL; in WriteRunProperties() local 757 XML_pitchFamily, pitch, in WriteRunProperties() 764 const char* pitch = NULL; in WriteRunProperties() local 777 XML_pitchFamily, pitch, in WriteRunProperties()
|
/aoo41x/main/offapi/com/sun/star/report/ |
H A D | XReportControlFormat.idl | 289 /** This attribute contains the font pitch as specified in com.sun.star.awt.FontPitch. 500 /** This property contains the font pitch as specified in com.sun.star.awt.FontPitch. 579 /** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 1141 FontPitch PspGraphics::ToFontPitch (psp::pitch::type ePitch) in ToFontPitch() 1145 case psp::pitch::Fixed: return PITCH_FIXED; in ToFontPitch() 1146 case psp::pitch::Variable: return PITCH_VARIABLE; in ToFontPitch()
|
H A D | svppspgraphics.hxx | 86 static FontPitch ToFontPitch (psp::pitch::type ePitch);
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | FontPitch.idl | 42 /** specifies that the pitch for this font is unknown.
|
H A D | FontDescriptor.idl | 89 /** specifies the pitch of the font.
|
/aoo41x/main/offapi/com/sun/star/style/ |
H A D | CharacterPropertiesAsian.idl | 72 /** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
|
H A D | CharacterPropertiesComplex.idl | 72 /** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
|
H A D | CharacterProperties.idl | 85 /** This property contains the font pitch.
|
/aoo41x/main/vcl/inc/ |
H A D | sft.hxx | 215 int pitch; /**< 0: proportianal font, otherwise: monospaced */ member
|
/aoo41x/main/offapi/com/sun/star/formula/ |
H A D | SymbolDescriptor.idl | 72 /** Specifies the pitch of the font.
|
/aoo41x/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 77 static FontPitch ToFontPitch (psp::pitch::type ePitch);
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
H A D | selectors.properties | 96 attr.style.text-properties.style.font-pitch=com.sun.star.report.pentaho.parser.stylemapper.style.Fo…
|
/aoo41x/main/vcl/unx/kde4/ |
H A D | KDESalFrame.cxx | 170 if( aInfo.m_ePitch != psp::pitch::Unknown ) in toFont()
|
/aoo41x/main/oox/source/dump/ |
H A D | dumperbase.ini | 303 0x0F=uint8,dec,pitch,FONT-PITCH
|
/aoo41x/main/vcl/source/gdi/ |
H A D | font.cxx | 936 o_rResult.SetPitch( (aInfo.pitch == 0) ? PITCH_VARIABLE : PITCH_FIXED ); in identifyTrueTypeFont()
|