Searched refs:aFontAttr (Results 1 – 1 of 1) sorted by relevance
188 SfxItemSet aFontAttr( mpDoc->GetPool() ); in InsertSpecialCharacter() local189 mpView->GetAttributes( aFontAttr ); in InsertSpecialCharacter()190 const SvxFontItem* pFItem = (const SvxFontItem*)aFontAttr.GetItem( SID_ATTR_CHAR_FONT ); in InsertSpecialCharacter()201 SfxItemSet aFontAttr( mpDoc->GetPool() ); in InsertSpecialCharacter() local202 mpView->GetAttributes( aFontAttr ); in InsertSpecialCharacter()203 const SvxFontItem* pFontItem = (const SvxFontItem*)aFontAttr.GetItem( SID_ATTR_CHAR_FONT ); in InsertSpecialCharacter()
Completed in 6 milliseconds