Home
last modified time | relevance | path

Searched refs:nPitch (Results 1 – 15 of 15) sorted by relevance

/trunk/main/xmloff/source/style/
H A DXMLFontAutoStylePool.cxx61 sal_Int16 nPitch; member in XMLFontAutoStylePoolEntry_Impl
71 sal_Int16 nPitch,
78 sal_Int16 nPitch,
85 sal_Int16 GetPitch() const { return nPitch; } in GetPitch()
101 nPitch( nP ), in XMLFontAutoStylePoolEntry_Impl()
115 nPitch( nP ), in XMLFontAutoStylePoolEntry_Impl()
165 sal_Int16 nPitch, in Add() argument
170 nPitch, eEnc ); in Add()
207 nFamily, nPitch, eEnc ); in Add()
219 sal_Int16 nPitch, in Find() argument
[all …]
H A Dfonthdl.cxx301 sal_Int16 nPitch = sal_Int16(); in exportXML() local
305 if( rValue >>= nPitch ) in exportXML()
306 ePitch = (FontPitch)nPitch; in exportXML()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx463 sal_uInt16 nPitch; in _SwNumFmtGlobal() local
467 rStream >> nFamily >> nCharSet >> nWidth >> nHeight >> nPitch; in _SwNumFmtGlobal()
474 aFont.SetPitch( (FontPitch)nPitch ); in _SwNumFmtGlobal()
555 sal_uInt16 nFamily = FAMILY_DONTKNOW, nCharSet = 0, nPitch = 0; in Store() local
566 nPitch = (sal_uInt16)pFnt->GetPitch(); in Store()
586 << nPitch; in Store()
/trunk/main/starmath/source/
H A Dcfgitem.cxx235 nPitch = PITCH_DONTKNOW; in SmFontFormat()
246 nPitch = (sal_Int16) rFont.GetPitch(); in SmFontFormat()
258 aRes.SetPitch( (FontPitch) nPitch ); in GetFont()
270 nPitch == rFntFmt.nPitch && in operator ==()
736 rFontFormat.nPitch = nTmp16; in ReadFontFormat()
803 pVal->Value <<= (sal_Int16) aFntFmt.nPitch; in SaveFontFormatList()
H A Dcfgitem.hxx61 sal_Int16 nPitch; member
H A Dunomodel.cxx732 aFont.SetPitch ( static_cast < FontPitch > (pDescriptor->nPitch ) ); in _setPropertyValues()
948 pDescriptor->nPitch = sal::static_int_cast< sal_Int16 >(rFont.GetPitch()); in _getPropertyValues()
/trunk/main/xmloff/inc/xmloff/
H A DXMLFontAutoStylePool.hxx57 sal_Int16 nPitch,
64 sal_Int16 nPitch,
/trunk/main/xmloff/source/text/
H A Dtxtexppr.cxx213 sal_Int16 nPitch = FontPitch::DONTKNOW; in ContextFontFilter() local
226 nPitch = nTmp; in ContextFontFilter()
231 sFamilyName, sStyleName, nFamily, nPitch, eEnc ) ); in ContextFontFilter()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx224 …FontCollectionEntry( const String& rName, sal_Int16 nFamily, sal_Int16 nPitch, sal_Int16 nCharSet … in FontCollectionEntry()
227 Pitch ( nPitch ), in FontCollectionEntry()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx798 inline FontPitch ImplLogPitchToSal( BYTE nPitch ) in ImplLogPitchToSal() argument
800 if ( nPitch & FIXED_PITCH ) in ImplLogPitchToSal()
808 inline FontPitch ImplMetricPitchToSal( BYTE nPitch ) in ImplMetricPitchToSal() argument
811 if ( !(nPitch & TMPF_FIXED_PITCH) ) in ImplMetricPitchToSal()
/trunk/main/offapi/com/sun/star/formula/
H A DSymbolDescriptor.idl76 short nPitch;
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx844 sal_Int16 nCharSet, nFamily, nPitch, nAlign, nWeight, nUnderline, nStrikeout; in ImplConvertFromSVM1() local
854 rIStm >> nCharSet >> nFamily >> nPitch >> nAlign >> nWeight >> nUnderline >> nStrikeout; in ImplConvertFromSVM1()
860 aFont.SetPitch( (FontPitch) nPitch ); in ImplConvertFromSVM1()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx349 sal_Int16 nPitch = sal_Int16(); in PutValue() local
350 if(!(rVal >>= nPitch)) in PutValue()
352 ePitch = (FontPitch)nPitch; in PutValue()
/trunk/main/xmloff/source/core/
H A DSettingsExportHelper.cxx349 pSymbol[XML_SYMBOL_DESCRIPTOR_PITCH].Value <<= pDescriptor->nPitch; in exportSymbolDescriptors()
H A DDocumentSettingsContext.cxx967 pSymbol->Value >>= pDescriptor[nNumFullEntries].nPitch; in EndElement()

Completed in 121 milliseconds