Home
last modified time | relevance | path

Searched refs:GetPitch (Results 26 – 50 of 99) sorted by relevance

1234

/trunk/main/editeng/inc/editeng/
H A Dfontitem.hxx90 inline FontPitch GetPitch() const { return ePitch; } in GetPitch() function in SvxFontItem
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx168 aEmptyStr, aFnt.GetPitch(), in lcl_SetDfltFont()
197 aEmptyStr, aFnt.GetPitch(), in lcl_SetDfltFont()
485 aEmptyStr, aFnt.GetPitch(), in GetTxtCollFromPool()
1212 rBulletFont.GetPitch(), rBulletFont.GetCharSet(), RES_CHRATR_FONT )); in GetFmtFromPool()
/trunk/main/vcl/inc/vcl/
H A Dfont.hxx91 FontPitch GetPitch() const;
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx536 pPseudoFont = new wwFont( sFontName, pBulletFont->GetPitch(), in AbstractNumberingDefinitions()
738 wwFont aPseudoFont(sFontName, rFont.GetPitch(), rFont.GetFamily(), in BuildAnlvBulletBase()
H A Dww8par3.cxx1130 aFont.SetPitch( rFontItem.GetPitch() ); in AdjustLVL()
2471 aTmp <<= (sal_Int16)pFontItem->GetPitch(); in MiserableDropDownFormHack()
2480 aFont.SetPitch( pFontItem->GetPitch() ); in MiserableDropDownFormHack()
/trunk/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx167 aInfo.GetPitch(), aInfo.GetCharSet(), SID_ATTR_CHAR_FONT ); in Select()
/trunk/main/forms/source/richtext/
H A Drichtextengine.cxx72 …tItem( SvxFontItem( aFont.GetFamily(), aFont.GetName(), String(), aFont.GetPitch(), aFont.GetCharS… in Create()
/trunk/main/sd/source/ui/func/
H A Dbulmaper.cxx146 aMyFont.SetPitch(rFItem.GetPitch()); in MapFontsInNumRule()
H A Dfuhhconv.cxx205 aFontItem.SetPitch( pTargetFont->GetPitch()); in ConvertStyles()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx425 …vxFontItem( aFnt.GetFamily(), aFnt.GetName(), aFnt.GetStyleName(), aFnt.GetPitch(), aFnt.GetCharSe… in SetAttributes()
426 …vxFontItem( aFnt.GetFamily(), aFnt.GetName(), aFnt.GetStyleName(), aFnt.GetPitch(), aFnt.GetCharSe… in SetAttributes()
427 …vxFontItem( aFnt.GetFamily(), aFnt.GetName(), aFnt.GetStyleName(), aFnt.GetPitch(), aFnt.GetCharSe… in SetAttributes()
/trunk/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx45 …( ::rtl::OUString::createFromAscii( "CharFontPitch" ), makeAny( (sal_Int16) rFont.GetPitch() ) ) ); in CharacterAttributesHelper()
/trunk/main/vcl/inc/
H A Dimpfont.hxx48 …FontPitch GetPitch() { if(mePitch==PITCH_DONTKNOW) AskConfig(); return mePitch; } in GetPitch() function in Impl_Font
H A Doutfont.hxx66 FontPitch GetPitch() const { return mePitch; } in GetPitch() function in ImplFontAttributes
/trunk/main/vcl/source/gdi/
H A Dfont.cxx1098 FontPitch Font::GetPitch() const { return mpImplFont->GetPitch(); } in GetPitch() function in Font
/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/vcl/source/components/
H A Dfontident.cxx132 switch( m_aFont.GetPitch() ) in getMaterial()
/trunk/main/starmath/source/
H A Ddocument.cxx364 int ePitch = aFont.GetPitch(); in SetEditEngineDefaultFonts()
374 aFont.GetStyleName(), aFont.GetPitch(), aFont.GetCharSet(), in SetEditEngineDefaultFonts()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx1174 aNewFont.SetPitch( pFontItem->GetPitch() ); in InsertSymbol()
1225 aNewFontItem.SetPitch( aNewFont.GetPitch()); in InsertSymbol()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx445 PITCH_FIXED == rFont.GetPitch(), in getFontAttributeFromVclFont()
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx687 rSVFont.GetPitch(), rSVFont.GetCharSet(), in ReadAttr()
1992 rSVFont.GetStyleName(), rSVFont.GetPitch(), in SetDefault()
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx132 aEmptyStr, aTextFont.GetPitch(), aTextFont.GetCharSet(), RES_CHRATR_FONT ); in SwASCIIParser()
/trunk/main/editeng/source/items/
H A Dbulitem.cxx52 nTemp = (sal_uInt16)rFont.GetPitch(); rStream << nTemp; in StoreFont()
/trunk/main/editeng/source/editeng/
H A Deditattr.cxx107 rFont.SetPitch( rAttr.GetPitch() ); in SetFont()
H A Dtextconv.cxx304 aFontItem.SetPitch( pFont->GetPitch()); in SetLanguageAndFont()
/trunk/main/sw/source/core/text/
H A Dtxtfld.cxx557 pNumFnt->SetPitch( pFmtFnt->GetPitch(), nAct ); in NewNumberPortion()

Completed in 165 milliseconds

1234