Lines Matching refs:pState
177 …d SvxFmTbxCtlConfig::StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
183 nSlot = ((SfxUInt16Item*)pState)->GetValue(); in StateChanged()
223 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged()
288 … SvxFmTbxCtlAbsRec::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
296 if (pState) in StateChanged()
298 const SfxInt32Item* pItem = PTR_CAST( SfxInt32Item, pState ); in StateChanged()
303 sal_Bool bEnable = SFX_ITEM_DISABLED != eState && pState; in StateChanged()
310 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged()
423 …vxFmTbxCtlRecTotal::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
431 if (pState) in StateChanged()
432 aText = ((SfxStringItem*)pState)->GetValue(); in StateChanged()
440 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged()