Home
last modified time | relevance | path

Searched refs:FontPitch (Results 1 – 25 of 69) sorted by last modified time

123

/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx1296 bool GetFontParams(sal_uInt16, FontFamily&, String&, FontPitch&,
H A Dww8par2.cxx761 FontPitch ePitch; in SetAnlvStrings()
H A Ddocxattributeoutput.cxx2052 void DocxAttributeOutput::FontPitchType( FontPitch ePitch ) const in FontPitchType()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx3658 FontPitch ePitch = PITCH_DONTKNOW; // in case it is not found in NewFontAttr()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx692 ::com::sun::star::awt::FontPitch::DONTKNOW, in ApiFontData()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx151 ::com::sun::star::awt::FontPitch::VARIABLE, in PPTWriter()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx286 FontPitch ePitch;
/trunk/main/offapi/
H A DUnoApi_offapi.mk1349 offapi/com/sun/star/awt/FontPitch \
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx292 case awt::FontPitch::FIXED: in createElement()
296 case awt::FontPitch::VARIABLE: in createElement()
H A Dxmldlg_import.cxx480 _descr.Pitch = awt::FontPitch::FIXED; in importFontStyle()
484 _descr.Pitch = awt::FontPitch::VARIABLE; in importFontStyle()
/trunk/main/xmloff/source/text/
H A Dtxtimppr.cxx240 aAny <<= (sal_Int16)com::sun::star::awt::FontPitch::DONTKNOW; in FontDefaultsCheck()
H A Dtxtexppr.cxx213 sal_Int16 nPitch = FontPitch::DONTKNOW; in ContextFontFilter()
/trunk/main/xmloff/source/style/
H A Dfonthdl.cxx304 FontPitch ePitch = PITCH_DONTKNOW; in exportXML()
306 ePitch = (FontPitch)nPitch; in exportXML()
H A DXMLFontStylesContext.cxx138 aPitch <<= (sal_Int16)FontPitch::DONTKNOW; in XMLFontStyleContext_Impl()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx172 aCacheFile >> n; aDFA.mePitch = static_cast<FontPitch>(n); in ImplFontAttrCache()
798 inline FontPitch ImplLogPitchToSal( BYTE nPitch ) in ImplLogPitchToSal()
808 inline FontPitch ImplMetricPitchToSal( BYTE nPitch ) in ImplMetricPitchToSal()
819 inline BYTE ImplPitchToWin( FontPitch ePitch ) in ImplPitchToWin()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1141 FontPitch PspGraphics::ToFontPitch (psp::pitch::type ePitch) in ToFontPitch()
H A Dsvppspgraphics.hxx86 static FontPitch ToFontPitch (psp::pitch::type ePitch);
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1252 FontPitch PspGraphics::ToFontPitch (psp::pitch::type ePitch) in ToFontPitch()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx92 FontPitch m_ePitch; // Pitch
H A Dcvtsvm.cxx860 aFont.SetPitch( (FontPitch) nPitch ); in ImplConvertFromSVM1()
H A Dfont.cxx460 void Font::SetPitch( FontPitch ePitch ) in SetPitch()
785 rIStm >> nTmp16; rImpl_Font.mePitch = (FontPitch) nTmp16; in operator >>()
1098 FontPitch Font::GetPitch() const { return mpImplFont->GetPitch(); } in GetPitch()
/trunk/main/vcl/source/components/
H A Dfontident.cxx134 case PITCH_VARIABLE: aFD.Pitch = com::sun::star::awt::FontPitch::VARIABLE;break; in getMaterial()
135 case PITCH_FIXED: aFD.Pitch = com::sun::star::awt::FontPitch::FIXED;break; in getMaterial()
137 aFD.Pitch = com::sun::star::awt::FontPitch::DONTKNOW; in getMaterial()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx262 inline FontPitch ImplLogPitchToSal( PM_BYTE fsType ) in ImplLogPitchToSal()
272 inline PM_BYTE ImplPitchToWin( FontPitch ePitch ) in ImplPitchToWin()
/trunk/main/vcl/inc/vcl/
H A Dvclenum.hxx155 enum FontPitch { PITCH_DONTKNOW, PITCH_FIXED, PITCH_VARIABLE, FontPitch_FORCE_EQUAL_SIZE=SAL_MAX_EN… enum
H A Dfont.hxx90 void SetPitch( FontPitch ePitch );
91 FontPitch GetPitch() const;

Completed in 246 milliseconds

123