Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/view/
H A Dformatsh.cxx308 const SfxPoolItem* pFamItem; in ExecuteStyle() local
309 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 20 milliseconds