Home
last modified time | relevance | path

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

1234

/trunk/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx45 …( ::rtl::OUString::createFromAscii( "CharFontPitch" ), makeAny( (sal_Int16) rFont.GetPitch() ) ) ); in CharacterAttributesHelper()
/trunk/main/chart2/source/controller/main/
H A DChartController_TextEdit.cxx198 …Font.GetFamily(), aCurFont.GetName(), aCurFont.GetStyleName(), aCurFont.GetPitch(), aCurFont.GetCh… in executeDispatch_InsertSpecialCharacter()
/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/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx890 (rFont.GetPitch() == PITCH_FIXED) in createFont()
/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/cui/source/options/
H A Dfontsubs.cxx389 if(!bNonPropOnly || rInfo.GetPitch() == PITCH_FIXED) in IMPL_LINK()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx471 rFont.SetPitch( rFontItem.GetPitch() ); in SetPrevFont()
832 aFontInfo.SetPitch(pFontItem->GetPitch()); in calcFontInfo()
861 _rFont.SetPitch( aFontInfo.GetPitch() ); in calcFontInfo()
1243 aInfo.GetPitch(), aInfo.GetCharSet(), nWhich ); in FillItemSet_Impl()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1053 aFD.Pitch = sal::static_int_cast< sal_Int16 >(rFont.GetPitch()); in CreateFontDescriptor()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx445 PITCH_FIXED == rFont.GetPitch(), in getFontAttributeFromVclFont()
/trunk/main/editeng/inc/editeng/
H A Dfontitem.hxx90 inline FontPitch GetPitch() const { return ePitch; } in GetPitch() function in SvxFontItem
/trunk/main/editeng/source/editeng/
H A Deditattr.cxx107 rFont.SetPitch( rAttr.GetPitch() ); in SetFont()
H A Deditdoc.cxx1270 rFont.SetPitch( rFontItem.GetPitch() ); in CreateFont()
H A Dediteng.cxx2666 …rSet.Put( SvxFontItem( rFont.GetFamily(), rFont.GetName(), XubString(), rFont.GetPitch(), rFont.Ge… in SetFontInfoInItemSet()
H A Deehtml.cxx676 …SvxFontItem aFontItem( aFont.GetFamily(), aFont.GetName(), XubString(), aFont.GetPitch(), aFont.Ge… in ImpSetStyleSheet()
H A Deertfpar.cxx173 aDefFont.GetStyleName(), aDefFont.GetPitch(), aDefFont.GetCharSet(), EE_CHAR_FONTINFO ); in AddRTFDefaultValues()
H A Dimpedit3.cxx2578 rFont.SetPitch( rFontItem.GetPitch() ); in SeekCursor()
H A Dimpedit4.cxx441 switch( pFontItem->GetPitch() ) in WriteRTF()
1684 aFontItem.SetPitch( pFont->GetPitch()); in SetLanguageAndFont()
H A Dtextconv.cxx304 aFontItem.SetPitch( pFont->GetPitch()); in SetLanguageAndFont()
/trunk/main/editeng/source/items/
H A Dbulitem.cxx52 nTemp = (sal_uInt16)rFont.GetPitch(); rStream << nTemp; in StoreFont()
H A Dtextitem.cxx260 ePitch = rFont.GetPitch(); in operator =()
400 rStrm << (sal_uInt8) GetFamily() << (sal_uInt8) GetPitch() in Store()
3833 pItem->SetPitch( aFont.GetPitch()); in GetDefaultFonts()
/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/editeng/source/rtf/
H A Drtfitem.cxx687 rSVFont.GetPitch(), rSVFont.GetCharSet(), in ReadAttr()
1992 rSVFont.GetStyleName(), rSVFont.GetPitch(), in SetDefault()
/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/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/filter/source/graphicfilter/eps/
H A Deps.cxx2150 if ( maFont.GetPitch() == PITCH_FIXED ) // a little bit font selection in ImplSetAttrForText()

Completed in 191 milliseconds

1234