Home
last modified time | relevance | path

Searched refs:GetPitch (Results 1 – 25 of 99) sorted by relevance

1234

/trunk/main/xmloff/source/style/
H A DXMLFontAutoStylePool.cxx85 sal_Int16 GetPitch() const { return nPitch; } in GetPitch() function in XMLFontAutoStylePoolEntry_Impl
127 else if( r1.GetPitch() != r2.GetPitch() ) in XMLFontAutoStylePoolEntryCmp_Impl()
128 return (int)r1.GetPitch() - (int)r2.GetPitch(); in XMLFontAutoStylePoolEntryCmp_Impl()
272 aAny <<= (sal_Int16)pEntry->GetPitch(); in exportXML()
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx241 aSub[SW_LATIN].Font::SetPitch( pFont->GetPitch() ); in SetDiffFnt()
271 aSub[SW_CJK].Font::SetPitch( pFont->GetPitch() ); in SetDiffFnt()
307 aSub[SW_CTL].Font::SetPitch( pFont->GetPitch() ); in SetDiffFnt()
477 aSub[SW_LATIN].SetPitch( rFont.GetPitch() ); in SwFont()
493 aSub[SW_CJK].SetPitch( rFont.GetPitch() ); in SwFont()
513 aSub[SW_CTL].SetPitch( rFont.GetPitch() ); in SwFont()
/trunk/main/sw/source/filter/xml/
H A Dxmlfonte.cxx77 … static_cast< sal_uInt16 >(rFont.GetFamily()), static_cast< sal_uInt16 >(rFont.GetPitch()), in SwXMLFontAutoStylePool_Impl()
87 … static_cast< sal_uInt16 >(pFont->GetFamily()), static_cast< sal_uInt16 >(pFont->GetPitch()), in SwXMLFontAutoStylePool_Impl()
/trunk/main/sd/source/core/
H A Ddrawdoc4.cxx205 …em( aLatinFont.GetFamily(), aLatinFont.GetName(), aLatinFont.GetStyleName(), aLatinFont.GetPitch(), in CreateLayoutTemplates()
208 …ontItemCJK( aCJKFont.GetFamily(), aCJKFont.GetName(), aCJKFont.GetStyleName(), aCJKFont.GetPitch(), in CreateLayoutTemplates()
211 …ontItemCTL( aCTLFont.GetFamily(), aCTLFont.GetName(), aCTLFont.GetStyleName(), aCTLFont.GetPitch(), in CreateLayoutTemplates()
614 …em( aLatinFont.GetFamily(), aLatinFont.GetName(), aLatinFont.GetStyleName(), aLatinFont.GetPitch(), in CreateDefaultCellStyles()
617 …ontItemCJK( aCJKFont.GetFamily(), aCJKFont.GetName(), aCJKFont.GetStyleName(), aCJKFont.GetPitch(), in CreateDefaultCellStyles()
620 …ontItemCTL( aCTLFont.GetFamily(), aCTLFont.GetName(), aCTLFont.GetStyleName(), aCTLFont.GetPitch(), in CreateDefaultCellStyles()
H A Dstlpool.cxx192 …em( aLatinFont.GetFamily(), aLatinFont.GetName(), aLatinFont.GetStyleName(), aLatinFont.GetPitch(), in CreateLayoutStyleSheets()
195 …ontItemCJK( aCJKFont.GetFamily(), aCJKFont.GetName(), aCJKFont.GetStyleName(), aCJKFont.GetPitch(), in CreateLayoutStyleSheets()
198 …ontItemCTL( aCTLFont.GetFamily(), aCTLFont.GetName(), aCTLFont.GetStyleName(), aCTLFont.GetPitch(), in CreateLayoutStyleSheets()
/trunk/main/sc/source/filter/xml/
H A Dxmlfonte.cxx70 sal::static_int_cast<sal_Int16>(pFont->GetPitch()), in AddFontItems()
81 sal::static_int_cast<sal_Int16>(pFont->GetPitch()), in AddFontItems()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx293 FontPitch GetPitch() const { return aSub[nActual].GetPitch(); } in GetPitch() function in SwFont
312 inline FontPitch GetPitch( const sal_uInt8 nWhich ) const in GetPitch() function in SwFont
313 { return aSub[nWhich].GetPitch(); } in GetPitch()
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx217 … aEmptyStr, aFont.GetPitch(), aFont.GetCharSet(), nFontWhich); in InitNew()
239 … aEmptyStr, aLangDefFont.GetPitch(), aLangDefFont.GetCharSet(), nFontWhich); in InitNew()
307 aEmptyStr, aFont.GetPitch(), aFont.GetCharSet(), nFontWhich)); in InitNew()
/trunk/main/chart2/source/tools/
H A DCharacterProperties.cxx518 …setPropertyValueDefault( rOutMap, PROP_CHAR_FONT_PITCH, sal_Int16(aFont.GetPitch()) );//awt::FontP… in AddDefaultsToMap()
562 …er::setPropertyValueDefault( rOutMap, PROP_CHAR_ASIAN_FONT_PITCH, sal_Int16(aFontCJK.GetPitch()) ); in AddDefaultsToMap()
573 …::setPropertyValueDefault( rOutMap, PROP_CHAR_COMPLEX_FONT_PITCH, sal_Int16(aFontCTL.GetPitch()) ); in AddDefaultsToMap()
/trunk/main/sw/source/core/text/
H A Datrstck.cxx728 rFnt.SetPitch( ((SvxFontItem&)rItem).GetPitch(), SW_LATIN ); in FontChg()
794 rFnt.SetPitch( ((SvxFontItem&)rItem).GetPitch(), SW_CJK ); in FontChg()
813 rFnt.SetPitch( ((SvxFontItem&)rItem).GetPitch(), SW_CTL ); in FontChg()
/trunk/main/sw/source/ui/misc/
H A Dinsfnote.cxx79 rFont.GetStyleName(), rFont.GetPitch(), in Apply()
188 aFont.SetPitch( pFontItem->GetPitch() ); in IMPL_LINK_INLINE_END()
/trunk/main/sd/source/ui/func/
H A Dfubullet.cxx227 aFont.SetPitch( pFItem->GetPitch() ); in InsertSpecialCharacter()
283 aFont.GetStyleName(), aFont.GetPitch(), in InsertSpecialCharacter()
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx74 rDesc.Pitch = sal::static_int_cast< sal_Int16 >(rFont.GetPitch()); in ConvertFromFont()
150 pFontItem->GetPitch()); in FillFromItemSet()
/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx834 pFnt->GetPitch() == rItem.GetPitch() && in FindFontOfItem()
978 rSVFont.GetPitch(), rSVFont.GetCharSet(), in ReadNumSecLevel()
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx786 pI->SetPitch( aFnt.GetPitch()); in ImpGetDefaultFontsLanguage()
804 aSvxFontItem.SetPitch( aFont.GetPitch()); in SetTextDefaults()
813 aSvxFontItemCJK.SetPitch( aFontCJK.GetPitch()); in SetTextDefaults()
822 aSvxFontItemCTL.SetPitch( aFontCTL.GetPitch() ); in SetTextDefaults()
/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx82 aFont.SetPitch( pFontItem->GetPitch() ); in SvxCharacterMap()
157 …rFont.GetStyleName(), rFont.GetPitch(), rFont.GetCharSet(), pPool->GetWhich(SID_ATTR_CHAR_FONT) ) … in Execute()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx769 GetId(wwFont(pFont->GetFamilyName(), pFont->GetPitch(), in InitFontTable()
775 GetId(wwFont(pFont->GetFamilyName(), pFont->GetPitch(), in InitFontTable()
791 GetId(wwFont(pFont->GetFamilyName(), pFont->GetPitch(), in InitFontTable()
800 wwFont aFont(rFont.GetName(), rFont.GetPitch(), rFont.GetFamily(), in GetId()
807 wwFont aFont(rFont.GetFamilyName(), rFont.GetPitch(), rFont.GetFamily(), in GetId()
/trunk/main/sc/source/ui/view/
H A Dviewutil.cxx373 …etFamily(), rOldFont.GetFamilyName(), rOldFont.GetStyleName(), rOldFont.GetPitch(), rOldFont.GetCh… in ExecuteCharMap()
382 …ly(), pFontItem->GetFamilyName(), pFontItem->GetStyleName(), pFontItem->GetPitch(), pFontItem->Get… in ExecuteCharMap()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx189 pFont->GetStyleName(), pFont->GetPitch(), in ~SwHHCWrapper()
562 aFontItem.SetPitch( pTargetFont->GetPitch()); in ReplaceUnit()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx188 aFont.GetPitch(), in CreateEditEngine()
260 rFnt.GetStyleName(), rFnt.GetPitch(), in DataChanged()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx512 …faultVCLFont.GetName(), aDefaultVCLFont.GetStyleName(), aDefaultVCLFont.GetPitch(), aDefaultVCLFon… in createItemSet()
524 …faultVCLFont.GetName(), aDefaultVCLFont.GetStyleName(), aDefaultVCLFont.GetPitch(), aDefaultVCLFon… in createItemSet()
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx608 pValues[nProp] <<= (sal_Int32)rSwFlags.aBulletFont.GetPitch(); in Commit()
652 pValues[nProp] <<= (sal_Int32)rSwFlags.aByInputBulletFont.GetPitch(); in Commit()
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx225 _rFont.SetPitch (aFmtFont.GetPitch()); in GetFontSettings()
274 aFont.SetPitch (rFmtFont.GetPitch()); in UpdatePaintSettings()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx828 aFont.SetPitch( pFontItem->GetPitch() ); in InsertSymbol()
863 aFont.GetStyleName(), aFont.GetPitch(), in InsertSymbol()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx925 aStdFont.GetPitch(), aStdFont.GetCharSet(), ATTR_FONT ); in ScAutoFormat()
931 aStdFont.GetPitch(), aStdFont.GetCharSet(), ATTR_CJK_FONT ); in ScAutoFormat()
937 aStdFont.GetPitch(), aStdFont.GetCharSet(), ATTR_CTL_FONT ); in ScAutoFormat()

Completed in 276 milliseconds

1234