Searched refs:pSItem (Results 1 – 2 of 2) sorted by relevance
918 const SfxPoolItem* pSItem; in _ClearStyleAttr() local921 if( SFX_ITEM_SET == rStyleSet.GetItemState( nWhich, sal_True, &pSItem )) in _ClearStyleAttr()925 && *pItem == *pSItem ) in _ClearStyleAttr()
1693 … const SfxStringItem* pSItem = (const SfxStringItem*)&pReqArgs->Get( SCITEM_STRING ); in ExecuteEdit() local1696 aFormula += pSItem->GetValue(); in ExecuteEdit()