Searched refs:pFamItem (Results 1 – 1 of 1) sorted by relevance
308 const SfxPoolItem* pFamItem; in ExecuteStyle() local309 if ( pArgs && SFX_ITEM_SET == pArgs->GetItemState( SID_STYLE_FAMILY, sal_True, &pFamItem ) ) in ExecuteStyle()310 eFamily = (SfxStyleFamily)((const SfxUInt16Item*)pFamItem)->GetValue(); in ExecuteStyle()312 if ( pArgs && SFX_ITEM_SET == pArgs->GetItemState( SID_STYLE_FAMILYNAME, sal_True, &pFamItem ) ) in ExecuteStyle()314 String sFamily = ((const SfxStringItem*)pFamItem)->GetValue(); in ExecuteStyle()
Completed in 13 milliseconds