/trunk/main/xmloff/source/style/ |
H A D | XMLFontAutoStylePool.cxx | 61 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 D | fonthdl.cxx | 301 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 D | uinums.cxx | 463 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 D | cfgitem.cxx | 235 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 D | cfgitem.hxx | 61 sal_Int16 nPitch; member
|
H A D | unomodel.cxx | 732 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 D | XMLFontAutoStylePool.hxx | 57 sal_Int16 nPitch, 64 sal_Int16 nPitch,
|
/trunk/main/xmloff/source/text/ |
H A D | txtexppr.cxx | 213 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 D | eppt.hxx | 224 …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 D | salgdi3.cxx | 798 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 D | SymbolDescriptor.idl | 76 short nPitch;
|
/trunk/main/vcl/source/gdi/ |
H A D | cvtsvm.cxx | 844 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 D | textitem.cxx | 349 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 D | SettingsExportHelper.cxx | 349 pSymbol[XML_SYMBOL_DESCRIPTOR_PITCH].Value <<= pDescriptor->nPitch; in exportSymbolDescriptors()
|
H A D | DocumentSettingsContext.cxx | 967 pSymbol->Value >>= pDescriptor[nNumFullEntries].nPitch; in EndElement()
|