Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/func/
H A Dfubullet.cxx190 const SvxFontItem* pFItem = (const SvxFontItem*)aFontAttr.GetItem( SID_ATTR_CHAR_FONT ); in InsertSpecialCharacter() local
191 if( pFItem ) in InsertSpecialCharacter()
192 aFont = Font( pFItem->GetFamilyName(), pFItem->GetStyleName(), Size( 1, 1 ) ); in InsertSpecialCharacter()
221 … SFX_ITEMSET_ARG( pDlg->GetOutputItemSet(), pFItem, SvxFontItem, SID_ATTR_CHAR_FONT, sal_False ); in InsertSpecialCharacter()
222 if ( pFItem ) in InsertSpecialCharacter()
224 aFont.SetName( pFItem->GetFamilyName() ); in InsertSpecialCharacter()
225 aFont.SetStyleName( pFItem->GetStyleName() ); in InsertSpecialCharacter()
226 aFont.SetCharSet( pFItem->GetCharSet() ); in InsertSpecialCharacter()
227 aFont.SetPitch( pFItem->GetPitch() ); in InsertSpecialCharacter()

Completed in 12 milliseconds